Hello,
I have a problem getting my IDOC sent form a SAP system to the IS server.
I have created an ALE listener notification (synchronous) which calls a custom flow service, when a specific IDOC type arrives.
The calling of the service through the ALE listener notification works fine and in the SAP transaction log I see, that the delivered IDOC is filled and correct. But in my called service the IDOC is not available.
So my question is, how will the listener notification deliver the document (IDOC) to my service? I thought the right way is to set the generated request document as input in my service. But that is not working. Any ideas?
Thanks in advance.
Eric