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

How to extract a Particular Product related data in SAP CPI

vinaykumardigaveedi
Participant
0 Kudos
1,044

Hello Experts,

In SAP CPI , we are using a standard iflow , But the Sender system has 3 different products, each product should have individual iflow, how to extract that particular product related data into SAP CPI.

We are using Scheduler to run the iflow & from Local Integration Process we are using Request-Reply and fetching the data from sender system.

Please help me solve this issue.

Thanks

Vinay

Accepted Solutions (0)

Answers (2)

Answers (2)

Sriprasadsbhat
Active Contributor
0 Kudos

Hello Vinay,

Below are the couple of options I can think of with limited knowledge of SB.

1) Make a copy of standard content and change the Sender endpoint ( in configure )

So that you have 3 different end points for 3 products( if you are able to create a logic to route particular product to respective iflow fom you SAP SB ).

2) Create a common iflow and route it to 3 copies of standard content based on different products.

Regards,

Sriprasad Shivaram Bhat

vinaykumardigaveedi
Participant
0 Kudos

Hello Sriprasad,

Thanks you very much for the quick reply.

Will go with your suggestions. We are using a scheduler and getting the data from SAP SB using HTTP Query & request reply.

Can we save the Products in Property(Content Modifier) which I need to trigger for that Particular iflow and call using the HTTP Query?

In the first option you mentioned, we don't have 3 different end points. we have Single end point , we need to differentiate the Product iflows at CPI level.

Thanks

Vinay

Sriprasadsbhat
Active Contributor
0 Kudos

Hello Vinay,

Could you please share the exact issue you are facing.Its not very clear from above.

Regards,

Sriprasad Shivaram Bhat

vinaykumardigaveedi
Participant
0 Kudos

Hi Sriprasad,

we are integrating SAP Subscription Billing system & SAP Entitlement Management system via CPI.

For sending Subscriptions from SAP SB to SAP EMS , we have a standard iflow.

But, in Our SAP SB system, we have 3 different products , where subscriptions are created based on products .

In SAP CPI, we need to have different business logic(Mapping logic) for Subscriptions based on product.

In order to do so, we need to have a individual iflow for each and every product based subscriptions . so that when a Subscription is created based on a Particular Product (Ex: A)...in CPI only the product(Subscription iflow) related to A need to be triggered.

How to call individual product related subscription in Iflow.

Ex: A,B,C ,D are the products, where a subscription is created based on product A. In CPI we need to have different iflows for each subscriptions created based on Products.

Thanks,

Vinay