cancel
Showing results for 
Search instead for 
Did you mean: 

Merge two messages

sunilachyut
Contributor
0 Kudos

My scenario involves multiple BAPI calls and am using BPM. Everytime I get a response from a BAPI I want to put the same in a global message interface so that I can access it the same data for calling another BAPI. The following is what I am trying to do :

MessageInterface 1 -> Data received from File

Call BAPI -> Response from BAPI into another MI2

Merge MI1 and MI2 into one message interface MI1.

Is the above possible without the use of correlations, if so would be thankful for the suggestions.

Thanks

Sunil Achyut

Accepted Solutions (1)

Accepted Solutions (1)

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

if you call BAPI in a sync way

then you don't need correlation

Regards,

michal

-


<a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions"><b>XI / PI FAQ - Frequently Asked Questions</b></a>

sunilachyut
Contributor
0 Kudos

Michal

Thanks for the response, I resolved it. The Messages tab of Message Mapping allowed me to include 2 source.

Sunil Achyut

Former Member
0 Kudos

Dear Sunil,

your scanrio is matching with my requirment,

I have source file which is containg rout_Id , i am Passing this rout_id to JDBC sync . which gives me response back . now i want to merge the Source data ( ,i mean the same data which is containing rout_id )and JDBC response and deliver it to traget .

Can u tell me please how u have done ur scenario , if u have any document on ur scenario plz send me .

Regards

Pasha

Answers (0)