cancel
Showing results for 
Search instead for 
Did you mean: 

Sych IDOC call

Former Member
0 Kudos

Is is possible to use IDOC for synchrnous message exchange between SAP and WEBSERVICE?

thanks

Pranav

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Always you can use BPM to simulate synchronous communication. E.g.

Webservice<->BPM and inside BPM:

Webservice->IDOC_NO1 IDOC_NO2->Webservice

Here is more about synchronous asynchronous bridge:

/people/sriram.vasudevan3/blog/2005/01/11/demonstrating-use-of-synchronous-asynchronous-bridge-to-integrate-synchronous-and-asynchronous-systems-using-ccbpm-in-sap-xi

REMINDER: always remember about performance of BPM

Regards,

Wojciech

Answers (3)

Answers (3)

Former Member
0 Kudos

HI,

Plz see the below link to more about ALE AUDIT

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/903a0abc-e56e-2910-51a8-9dc616df...

/people/kannan.kailas/blog/2005/12/07/posting-multiple-idocs-with-acknowledgement

/people/udo.martens/blog/2005/09/30/one-logical-system-name-for-serveral-bpm-acknowledgements

ALE AUDIT

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/f6d2d790-0201-0010-9382-b50...

https://websmp210.sap-ag.de/~sapdownload/011000358700003477212005E/HowTo_IDOC_Ack_20040817RR.pdf

Regards

Chilla

former_member189558
Contributor
0 Kudos

Pranav,

To be precise , IDOCs are for Async Communication.

The Webservice response can not be mapped to the sender system. At the max u can get an Acknowledgement.

To get a response back from Webservice , use RFC on the Sender SAP side instead.

Thanks,

Himadri

Former Member
0 Kudos

IDOC's cant be used for synchronous call,only thing which u can get from an IDOC is an acknowledgement in the form of an ALEAUDT.

u need to use RFC or proxies for sync call

thanx

ahmad

Former Member
0 Kudos

I dint get your statement

"u can get from an IDOC is an acknowledgement in the form of an ALEAUDT."

what kind of output it would be ?

Could i get response, if IDOC reached successfully reached receiver system or not ?

Former Member
0 Kudos

yeah its a response tellin u whether IDOC was delivered properly or not.

thanx

ahmad

Former Member
0 Kudos

Thanks Ahmad for your response,

And howz its getting notified to SAP system ?

I have read in some document that IDOC is for async call, so could we define message interface as syn for the IDOC ???

Do you have any docuemnt which could show this ackd handling in XI...for IDOC

I would appreciate if you would throw some more light on this.

thanks

Pranav

Former Member
0 Kudos

Hey

refer to the following link for IDOC acknowledgement

/people/saravanakumar.kuppusamy2/blog/2005/01/20/configuration-tips-for-a-business-serviceintegration-process-to-send-back-ale-audit-idoc

thanx

ahmad