2007 Dec 17 3:47 PM
Can anybody help me to find out the steps required to find the status as well as the error message of an Idoc programatically once the Idoc has been generated using MASTER_IDOC_DISTRIBUTE in the same report program
Thanks
Can anybody help me to find out the steps required to find the status as well as the error message of an Idoc programatically once the Idoc has been generated using MASTER_IDOC_DISTRIBUTE in the same report program
Thanks
2007 Dec 17 3:57 PM
If you can capture the idoc number in the program, then you can get the status from EDIDC & EDIDS tables for that idoc number.
2007 Dec 17 4:58 PM
Can we use MASTER_IDOC_DISTRIBUTE to create an Inbound Idoc in SAP ?
2007 Dec 17 5:31 PM
To be more specific, How do i create inbound IDOC through program? I want to send IDOC to same system. I 'll recieve the data in a file and will need to fill the data in the Idoc segments. What FM should I to call to trigger an Inbound Idoc?