cancel
Showing results for 
Search instead for 
Did you mean: 

File to Multiple RFCs

Former Member
0 Kudos

Hi,

The source file is having addressing data and functional location data I need to call two BAPIs one is for addressing data and another one is for functional location data to create those in R/3. Input file comes with multiple records. How can we design for this reqirement? Is RFC handle multile records?

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi kartikeya,

1) You can do it by using N:1 message mapping and BPM.

2) In BPM you can call and store the messages.

3) After that use transformation in bpm and do N:1 mapping

refer following links

/people/pooja.pandey/blog/2005/07/27/idocs-multiple-types-collection-in-bpm

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

http://help.sap.com/saphelp_nw2004s/helpdata/en/08/16163ff8519a06e10000000a114084/content.htm

Regards,

Rohit

Reward points if helpful.

Former Member
0 Kudos

Hi

You can achieve this through message mapping .

you will have to put both the RFC (BAPI) in message mapping and the in the interface mapping map it as a one to many mapping

you basically will have to play around with the mapping to achiev this

Regards

Nikhil

Former Member
0 Kudos

Hi,

In my opinion, for your requirement Inbound proxy will be good option.

What you can do is, Just create the desired mappings into XI system and send the data to Proxy by using the XI adapter. Now once you get the data into R/3 system in your proxy program just pass the desired data to corresponding BAPI's to post it.

I hope it helps...

Regards,

Sarvesh