cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Synchronous IDOC to HTTPS Scenario

Former Member
0 Likes
2,123

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

View Entire Topic
markangelo_dihiansan
Active Contributor
0 Likes

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