‎2005 Jul 21 5:46 PM
Hi
Am trying to use IDOC_INBOUND_ASYNCHRONOUS to create an inbound idoc ....but unfortunately after it gets executed it does not return the idoc number in control segment.Please suggest...is there any other function module to create inbound idoc.
‎2005 Jul 21 6:28 PM
Hello,
To process an Inbound IDoc which is existing in your system, the FM IDOC_INBOUND_ASYNCHRONOUS is used.
To create an IDoc you have to use 'MASTER_IDOC_DISTRIBUTE' and make the DIRECTION as INBOUND in Control rec. segment. (EDIDC-DIRECT = 2).
Please check the FM documentation which gives detailed description. Not sure whether you want to create an IDoc or process an existing Inbound IDoc in your system. Hope this helps.
Regards, Murugesh AS
Message was edited by: Murugesh Arcot
‎2005 Jul 21 9:28 PM