惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

爱范儿
爱范儿
博客园_首页
W
WeLiveSecurity
S
Secure Thoughts
S
Security @ Cisco Blogs
Recent Commits to openclaw:main
Recent Commits to openclaw:main
Hugging Face - Blog
Hugging Face - Blog
www.infosecurity-magazine.com
www.infosecurity-magazine.com
H
Hacker News: Front Page
Project Zero
Project Zero
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
U
Unit 42
N
News and Events Feed by Topic
N
News and Events Feed by Topic
Hacker News - Newest:
Hacker News - Newest: "LLM"
Forbes - Security
Forbes - Security
T
Tor Project blog
I
Intezer
B
Blog
F
Full Disclosure
Security Archives - TechRepublic
Security Archives - TechRepublic
F
Fortinet All Blogs
Schneier on Security
Schneier on Security
T
Threat Research - Cisco Blogs
AI
AI
Google DeepMind News
Google DeepMind News
L
LINUX DO - 最新话题
Cloudbric
Cloudbric
L
Lohrmann on Cybersecurity
WordPress大学
WordPress大学
博客园 - 聂微东
雷峰网
雷峰网
P
Privacy International News Feed
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
PCI Perspectives
PCI Perspectives
Y
Y Combinator Blog
Spread Privacy
Spread Privacy
Simon Willison's Weblog
Simon Willison's Weblog
罗磊的独立博客
Vercel News
Vercel News
A
Arctic Wolf
The Register - Security
The Register - Security
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
Microsoft Azure Blog
Microsoft Azure Blog
H
Heimdal Security Blog
Know Your Adversary
Know Your Adversary
P
Proofpoint News Feed
C
Cybersecurity and Infrastructure Security Agency CISA
P
Proofpoint News Feed

博客园 - 無名

CS13 BOM展开报错 Error 'MM 104' (Material has no base unit of measure)物料无基本计量单位 采购订单上字段的默认 物料主数据MM01扩充时默认值的设置 BADI_MATERIAL_REF CK11,CK11N 成本估算数据读取 添加 & 删除生产工单组件 生产工单组件修改BAPI 如何对事务LPD_CUST的修改进行传输 识别用户是否正在运行Windows SAP GUI或HTML SAP GUI 物料主数据视图选择器 显示弹出窗口并获取用户输入值 调试后台计划作业 十六进制hex 转 字符 CS01、CS02保存时增强的BADI(BOM_UPDATE) 爱课程网(icourses.cn)的课件下载 Q库存销售订单退货不能确立帐户问题(带WBS的销售退货订单) 获取用户信息BAPI BAPI_USER_GET_DETAIL 成本价自动创建功能自动函数 MR21 创建标准价函数摘自标准功能 工程变更号的创建CCAP_ECN_CREATE 实例
SAP采购订单修改后再次审批触发EDI输出问题
無名 · 2023-05-15 · via 博客园 - 無名

问题:

采购PO设置任何修改时需要进行再次审批,再次审批时会触发一个EDI错误消息输出.

现象:

使用 ME21N 创建PO 并使用ME29N 审批.我们会看到一个正确(绿色)的消息输出.

clip_image002

clip_image004

当我们使用 ME29N 修改了PO数量为 2 , 保存以后,再次审批.我们会看得红色的错误输出.

clip_image006

clip_image008

查看日志如下:

clip_image010

问题解决方案:

Dear Customer,

as per your screenshot the error is about that the change output not finds processing code for the Idoc. So solve this pleaes go to WE20 tcode, under logistical system (LS) choose the related partner (OPPLE001) and find there the outgoing ORDCHG Idoc message type - if that is not maintained then maintain. maintain it with ME11 message process code for change case and maintain for it processing function module IDOC_OUTPUT_ORDCHG.

Make sure you have this setup, and thereafter test again PO change.

系统实施:

WE20 查看消息类型

依次选择LS->OPPLE001, 查看出站参数中没有ORDCHG的消息类型,需要添加

clip_image012

查看PO订单结构,查看ORDERS消息类型(双击),

可以看到IDOC类型为 ORDERS05 + ZORDERSEXT

我们需要添加一样的消息类型

clip_image014

消息控制使用

应用程序: EF : 采购订单

消息类型: ZNEU : Purchase order EU

过程代码: ME10 : ORDERS: 采购订单

clip_image016

WE82查看消息类型的分配

clip_image017

ORDCHG没有使用扩展类型,需要添加.

复制添加 ORDCHG ORDERS05 ZORDERSEXT 消息类型

clip_image018

WE20 添加出站参数ORDCHG消息类型

选择消息类型ORDERS,点击复制按钮

clip_image020

输入消息类开ORDCHG

clip_image021

消息控制

EF : 采购订单

ZNEU : Purchase order EU

ME11 : ORDCHG: 采购订单更改

修改消息打勾

clip_image023

保存消息.

系统测试:

可正常输出更改消息

clip_image025