cancel
Showing results for 
Search instead for 
Did you mean: 

Synchronous idoc to https scenario

Former Member
0 Kudos

Hi Gurus,

I have a below scenario

IDOC --->PI-->HTTPS, HTTPS response --> PI -- >IDOC.

Please let me know if there is a possibility that I can have asynchronous calls on the sender side (i.e. IDoc) and Synchronous calls on the Receiver side (i.e. HTTP) as the request sent by IDoc gets a response in return from HTTP with out using BPM ?

Reciever will send a tarnsmission report to PI and From PI the response will be send back to R/3.

Accepted Solutions (1)

Accepted Solutions (1)

former_member184789
Active Contributor
0 Kudos

Hi,

Could you elaborate on how do you wish to send the response to ECC sender? Do you want any System acknowledgments in form of ALEAUD that the message has been delivered to receiver? If only getting the system acknowledgment is your requirement, it can be met by IDoc adapter,but you can't send the response of the webservice to ECC without BPM, if you are having IDoc as sender.

Answers (3)

Answers (3)

Former Member
0 Kudos

Thanks a lot for all your responses.

rodrigoalejandro_pertierr
Active Contributor
0 Kudos

in your case, there is not chance to use the standard modules to simulate a ASYNC - SYNC scenario. because the use of IDOC adapter. you need to create a ccBPM.

former_member223322
Active Participant
0 Kudos

What PI version are you using? But since it is an IDOC scenario, you will have to use the BPM. Also refer the below thread.

http://scn.sap.com/thread/1818552

~Srini