cancel
Showing results for 
Search instead for 
Did you mean: 

sap->XI

Former Member
0 Kudos

Hello..

I wanted to impliment a scenario like...

I have a function module in SAP which will produce XML data...and i have a idoc in sap....

I wanted to mix those two data in XI and send it..

Is it possible with xi?if yes how it could it be?

Can any one tell me the flow? thanks for spending u r time..

Accepted Solutions (1)

Accepted Solutions (1)

former_member185751
Contributor
0 Kudos

Hi,

Its possible using XI.You can do this using BPM.

You will have 2 input message interfaces (one for RFC, another for IDoc). Write a Message Map or XSLT map or Java map to map the data to your required target structure. Design appropriate BPM and use this map in the transformation step.

Regards,

Sridhar

Former Member
0 Kudos

Sridhar,

Is there a detailed process in doc/pdf or help.sap.com?

thanks.

James

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Padma,

Further to what Sridhar mentioned, in using ccBPM to collect two different messages and process them together, you need to defined a <b>Correlation</b> object. This could be any common identifier across these two messages.

For collecting multiple messages in ccBPM and process them as single process, refer to sap help at:

http://help.sap.com/saphelp_nw04/helpdata/en/0e/56373f7853494fe10000000a114084/content.htm

regards,

Pops V

Former Member
0 Kudos

Hi,

to Collect and Merge Messages with BPM,

there are Demo Business Process in SAP Software Component "SAP BASIS 6.40".

Namespace: http://sap.com/xi/XI/System/Patterns

Maybe it Helps,

Regards,

Robin