‎2007 Sep 13 10:22 AM
Hi all,
Does anyone of you experts know an equivalent function module that functions exactly the same as IDOC_INBOUND_ASYCHRONOUS? I need to replace this in my code since it is issuing and ABEND message inside. Please help.
‎2007 Sep 13 12:07 PM
Hi Ryan..
Yes ..
IDOC_INBOUND_PROCESS is an equivalent FM for IDOC_INBOUND_ASYCHRONOUS.
<b>REWARD IF HELPFUL
</b>
‎2007 Sep 17 8:49 AM
Hello,
IDOC_INBOUND_PROCESS does not exist in our box. I am only seeing IDOC_INBOUND_PROCESS_DATA_GET. Is this the one? Also I want to know if this will also process IDOCS in asynchronous way since I am creating three interlinked IDOCS so I want to process them in background simultaneously.
This is the diagram for you experts to better understand.
IDOC1 ---> will use FM1 ---> FM1 will create IDOC2 (can be many) inside.
IDOC2 ---> will use FM2 ---> FM2 will create IDOC3 (can be many) inside.
IDOC3 ---> will use FM3 ---> end of processing.
So I need to run this IDOCS independent of each other since if synchronous way will be used, then the completion of the first IDOC will depend on the execution of the last.
‎2007 Sep 17 9:25 AM
hI
IDOC_INBOUND_PROCESS is the FM prior to R/3 version 4.0.
From R/3 version 4.0 is an equivalent FM is IDOC_INBOUND_ASYCHRONOUS.
So i dont think there is any equal FM .
REGARDS.