Hello, I have a custom IDoc that uses message control for the outbound service. I have set a breakpoint in my ABAP function module and am using WE19 (IDoc Test tool) to Process the outbound IDoc. It doesn't stop
Hi, I am having an outbound IDoc with Z message type and segments. I need to find how this IDoc/ IDoc segment is getting created. I tried to find it using the segment’s
The call the Function module ALE_IDOCS_CREATE to create the Idoc. You can pick some stuff from ALE_GOODSMVT_CREATE. I know this is very crude but I was not able to find any standard SAP function module with the standardized interface (for good movement) which can be used directly. One...
This document shows the steps required to configurate the Idoc sending from ECC to PI using the new PI 7.3 feature Idoc Advanced Adapter Engine (AAE). Note : This
For this check IDOC_OUTPUT_OTDERS function module and try to see all the user exits code you may find some body has return the code for that,if it is not client system you change the code but,if it is the client system dont do the changes in coding because it will effect other fu...
1)Goto WE19, select ur IDOC and execute. The details will be shown of IDOC. change the data in the segment as per ur requirement. 2)Click on standard inbound process. If you want to execute the process in foreground, click on standard inbound function module. select related function ...
call function 'IDOC_CREATE_ON_DATABASE' Than I wanted to get this outbound idoc, status 30 to be processed immediatly. This could not be done just my submitting RSEOUT00. The Status did not change. First you got to unlock the idoc using i.e. CALL FUNCTION 'DEQUEUE_ALL' or EDI_DOC...