第一种是WE21创建一个文件类型的IDoc port,然后输出IDoc到port中生成IDoc文件。 SAP 服务器路径可以通过Tcode:FILE设置。 如果不想创建Idoc port,那么就可以巧妙的利用一下WE19如下: Tcode:WE19,输入需要导出的Idoc号码,运行 点击inbound file按钮,输入路径和名字(这个不是本地电脑而是SAP服务器上的),不要勾上...
SAP Managed Tags: ABAP Development, SAP ERP Hi all, I am reprocessing Idoc using (WE19) but i am not able to understand from where system picking up quantity (132) for field vblb-abfez. please find below image as i am not able to understand from where its getting that perticular fi...
SAP Managed Tags: ABAP Development Sorry missed out WE82, but i guess you have done this too... In the Partner profile check if the IDOC Type, Message Type and Process code are assigned correctly. Regards, Chen Reply Former Member In response to Former Member 2010 Mar 18 7:11 ...
We can change IDoc data in WE19, but actually it will generate a new IDoc based on we provided. Sometimes we'd like to change the IDoc(not posted to application yet) data directly for some reason, the process should be like follwing: 1. Run t-code WE02 to find an IDoc you want t...