on ‎2013 Jan 10 5:00 AM
Hi Gurus,
Scenario is IDOC to HTTPS synchronous scenario:
Idoc will be sending to PI where PI posts HTTPS post to the 3rd party external system, then the 3rd party external system sends back the HTTPS response and that needs to be mapped with the idoc structure and push that information again to the R/3 ECC system.
I just want to know how synchronous IDOC interface to be implemented.
I assume like IDOC to HTTPs post -- One Async scenario & HTTPS Response to IDOC another Async scenario -- will this work.
Please suggest...
Thanks,
--Sai
Request clarification before answering.
Hello,
I don't think this is possible using HTTP Adapter since the response would be 'instantaneous' and would be treated as a single call.
Here are some approaches:
1. Use a function module(with IDoc fields) to trigger a synchronous call
2. Use ABAP Proxy (also synch)
3. Use AS2 adapter (two asynch scenarios with Idoc Acknowledgement and MDN)
4. Use BPM (to capture synch response).
Hope this helps,
Mark
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 7 | |
| 6 | |
| 5 | |
| 4 | |
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.