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
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
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
Add a comment