Reputation: 85
I'm pushing IDOCs through the SAP .NET Connector 3.x from .NET.
For doing this I'm using the IDOC_INBOUND_ASYNCHRONOUS
function.
Is there a way to get the response status code of the IDOC push? I'm expecting something like this:
Inbound status of an IDoc
50 IDoc added
51 Application document not posted
52 Application document not fully posted
53 Application document posted
54 Error during formal application check
55 Formal application check OK
56 IDoc with errors added
57 Test IDoc: Error during application check
...
Thanks!
Upvotes: 0
Views: 1121