cancel
Showing results for 
Search instead for 
Did you mean: 

BPM patterns for using CIDX adapter

Former Member
0 Kudos

Hi,

I am trying to implement the below requirement and am having problems doing that. Any help or pointers would be appreciated.

Requirement:

We need to send an order create message from file system A to

Elemica(using CIDX adapter) asynchronously and capture the RA back and

convert it into a message and send it to a file system B.

I tried the below scenarios already and could not maker it work:

<b>Scenario 1</b>: I tried creating a scenario using Sync- Async bridge, but

it did not work as I need to send some response back to the File system

A. In this case I do not have any response to send.

I created an external definition for RA and used it for mapping to the

File system B interface.

CIDX adapter is not accepting any messages if we try to send

synchronously.

<b>Scenario 2</b>: I could not make my scenario work if I am trying to create

in my SWCV. So, I created all my abstract

interfaces for my business process in the CIDX SWCV. Now I created

Async – Sync scenario by sending a synchronous order create request to

Elemica. It did not work as CIDX adapter does not support any

synchronous messages( guessing).

Apart from the above questions, I have few additional questions:

1. Can we send synchronous messages to Elemica through CIDX

adapter? If so, how do we configure our communication channel as

only “Asynchronous” option is available.

2. If we have File-Elemica-File scenario, how do we configure the

scenario?

3. Are there any blogs having scenarios with BPM involving CIDX

adapter? If so, pls send a link.

Thanks in Advance,

GP

Accepted Solutions (0)

Answers (2)

Answers (2)

moorthy
Active Contributor
0 Kudos

HI,

For BPM Patterns, you can search in SAP BASIS Software Component in your repository:Namespace:http://sap.com/xi/XI/System/Patterns

Also you can refer following docs :https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/df09222d-0701-0010-15a3-8546f059c4f7

Rgds,

Moorthy

Former Member
0 Kudos

Sridhar/Moorthy, Thanks for the quick reply.

I have gone through the help documentation and the patterns in the SWCV. But I could not make my scenario work as I mentioned in my post.

Do you have any pointers to blogs which shows how to make Asynchronous request through BPM using CIDX adapter.

I am able to make my other BPM scenarios work, but not the one with CIDX channel.

Regards,

GP

Former Member
0 Kudos

Hi

Try this

check the following link for information on configuring CIDX Adapter http://help.sap.com/saphelp_nw04/helpdata/en/29/cb22419e2ab167e10000000a155106/plain.htm

And on specifically on Single-Action responder directly on http://help.sap.com/saphelp_nw04/helpdata/en/0a/cb23412546ef6fe10000000a1550b0/content.htm

Thanks