cancel
Showing results for 
Search instead for 
Did you mean: 

BPM Problem

Former Member
0 Kudos

A BPM gets from a Sender JDBC some records, How can I treat each record in the BPM in order to create a Document in R/3 via RFC for each record?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

If the RFC is created by you ZRFC then the best hting would be to take complete data at one go.

If it's a Standard BAPI where you need to send one record at a time then you can just do a transformation from one to a multiliner and then send the record one after another.

Here is an example for the same:

http://help.sap.com/saphelp_nw04/helpdata/en/11/13283fd0ca8443e10000000a114084/content.htm

Regards

vijaya

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Ruben,

what do you mean with: "some records"

a) Does XI receive one message with several records

b) or does XI receive single records.

In case a) you have do define a business process that splits the message into single messages.

How to do this you can refer to your SAPBASIS Software component.

Look for the flightSeatAvailabilityCheck process!

Regards Mario

udo_martens
Active Contributor
0 Kudos

Hi Ruben,

have a look to this blog: <a href="/people/sudharshan.aravamudan/blog/2005/12/01/illustration-of-multi-mapping-and-message-split-using-bpm-in-sap-exchange-infrastructure of Multi-Mapping and Message Split using BPM in SAP Exchange Infrastructure</a>

Regards,

Udo