cancel
Showing results for 
Search instead for 
Did you mean: 

Reg ccBPM Requirement

Former Member
0 Kudos

Hi Folks,

I have a requirement for which i need some inputs..

My requirement is...

A is the sending system and B is the receiving system.

A is sending Synchronous  message to B Synchronously..B  sends the response to A, and in PI after receiving the response from B, PI again has to send the request message(if request message has value "###" in its message) to B, where B receives it through Sync RFC(and performs some logic in SAP and sends the response to A(to a file).

Regards

David...

Accepted Solutions (1)

Accepted Solutions (1)

Shabarish_Nair
Active Contributor
0 Kudos

you will need to use a Sync-Async Bridge for this use case.

a draft design will be something as below;

Former Member
0 Kudos

Hi Shabarish,

in the design, before checking the condition, the sync response should be sent to system A, and then check the condition and send the request to B and then response to A...

Regards

David

nageshwar_reddy
Contributor
0 Kudos

David,

You can move the sync-async close bridge step before the switch condition. There are certain restrictions on where the close step can be placed. I think the following may work.

Answers (2)

Answers (2)

baskar_gopalakrishnan2
Active Contributor
0 Kudos

There is a detailed step by step screenshot document for Sync Async Bridge on this link. This might help you for designing and configuring the objects.  Please check this link

http://www.saptechnical.com/Tutorials/XI/SYNCASYNC/Page1.htm

former_member184681
Active Contributor
0 Kudos

Hi David,

This sounds feasible. Have a look at the Learning Map Wiki for ccBPM below as a starting point and get back to us if you have some detailed questions:

http://wiki.sdn.sap.com/wiki/display/XI/Integration+Process+%28ccBPM%29+in+XI

Regards,

Greg