cancel
Showing results for 
Search instead for 
Did you mean: 

Business Connector Connection with SAP

guillermo_m
Active Participant
0 Kudos

Hi!!!

I have a XML file with 3 fields with 100 records. I have in SAP a Z table with the same fields of the XML file.

I made the mapping in SAP BC Developer. I want to put the records of the XML in the Z table of SAP. How can I configure this to SAP BC connects with SAP and fill the table?

Thanks a lot for your help!

Regards!

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Answers (2)

Answers (2)

guillermo_m
Active Participant
0 Kudos

Hi Prateek!

How can I write my RFC?

Thanks!

prateek
Active Contributor
0 Kudos

U can take help of any ABAP consultant for that. But the basic idea is to create a function module in se37 and make it remote enabled by changing its attribute.

U could get tonnes of reply in ABAP forum.

Regards,

Prateek

Former Member
prateek
Active Contributor
0 Kudos

To put ur values in the database, u have two options

1. Write ur RFC to insert the data into database. This RFC will have same import parameters as the fields of xml

2. Find out the Idoc, if any, that contains all the fields of the xml and table.

Regards,

Prateek