Hi.
I am working on the requirement to send data from SAP to non-SAP system and I using the IDoc creation function 'MASTER_IDOC_DISTRIBUTE'. I am having issue with it. It is not returning Idoc numbers that it created even though it has in Table parameter COMMUNICATION_IDOC_CONTROL = I_EDIDC. I checked everything and it looks fine. I do not know what is missing. Can anyone help how to get Idoc numbers. Will it send one Idoc number or multiple? Will reward point who can help me solve the issue.
Samantha777
Software/Hardware used:
ASKED:
December 2, 2007 2:21 AM
UPDATED:
March 18, 2008 6:25 PM
We may have had a similiar issue in the past. When our middleware wanted to create an IDOC, they were calling IDOC_INBOUND_ASYNCHRONOUS. This had the same problem of not returning the IDOC number. However, you can instead call IDOC_INBOUND_SINGLE and it does return an IDOC number. This was inbound (into SAP)…not sure it can help you if you are trying to create outbound IDOCs…….but just in case it gives you any ideas.
Chris