Question:
Hi,
There is a situation in which SAP recieves data from an external system through ALE IDOC. Once the SAP gets the data/ IDOC is created, SAP should sent the response confirmation to the external system using IDOCs.
If any one of you are aware of process how to send the response confirmation back to the external system, please elaborate the process and reply me the same.
Thanks in adavance.
Thank You,
Hemanth.
Answer:
Hello,
if you want response from SAP system you should use synchronous RFC (BAPI) not asynchronous (IDOC). BAPIs have response integrated in their process.
Work around for your case will be, for example, to use workflow events. That means to start workflow, on event create document, to send confirmation back.
HTH
Gordan
_________________
Proud member of Tuly Idiot club
Answer:
It all depends on which IDOC you are sending. Which IDOC type are you sending?
Answer:
Hi,
You should use IDOC ALEAUD.
SSII