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

Synchronous IDOC to HTTPS Scenario

Former Member
0 Likes
2,130

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
MichalKrawczyk
Active Contributor
0 Likes

Hi,

>>>I just want to know how synchronous IDOC interface to be implemented.

you may need to use a few flows for that

1. IDOC to file - async

2. file - sync https - file (with request response beans - async-sync bridge)

3. file - IDOC

this way you can do it without a BPM and should work very fast,

Regards,

Michal Krawczyk

Former Member
0 Likes

Hi Mich,

2. file - sync https - file (with request response beans - async-sync bridge)

Can you elaborate this more..

so totally it will be 3 interfaces right as per your suggestion.

But the dependency here is once the idoc gets the response  i mean

IDOC -- PI -- HTTPS POST

HTTPS Response -- PI -- IDOC

If the response i get then only the next idoc should process.

But here as the sender is IDOC we cannot configure that EOIO i believe

Please suggest how should i goahead.

Thanks,

--Sai

MichalKrawczyk
Active Contributor
0 Likes

Hi,

>>>>2. file - sync https - file (with request response beans - async-sync bridge)

this is how to set it up - async-sync-async (so file-https-file)

http://wiki.sdn.sap.com/wiki/display/XI/Using+Request+Response+Bean+Module+in+FILE+Adapter

>>>>If the response i get then only the next idoc should process.

it's possible to use EOIO with IDOCs but not in this case - in this case it's better to develop something which will pprevent "next" idoc creation before the response is received - this way it will be much more realiable,

Regards,

Michal Krawczyk

adityavempati
Participant
0 Likes

Hi Michal, Can't we use IDocAAE channel in  ResponseOnewayBean? Will this bean support only file adapter to capture the response?

Regards,

Aditya