Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Insert into SAP table from external program

Former Member
0 Likes
770

Hi Gurus,

I need to perform an insert of several records into a couple of SAP tables from an external program.

Do you know of an RFC (if it is remote enabled the better) that allows me to specify the table and records to perfom an insert?

Many thanks

Mauricio Pego

5 REPLIES 5
Read only

Former Member
0 Likes
658

This message was moderated.

Read only

Former Member
0 Likes
658

hi,

you can you BDC or LSMW to import your data from a legacy system into sap..

and as far as a specific RFC is concerned please be more specific about your requirement so that we can suggest you a proper solution

Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
658

Hello,

Why dont you create a custom RFC func. module & write your piece of code to update the tables ?

The external application can call this FM which is available in your system & update the tables.

BR,

Suhas

Read only

Former Member
0 Likes
658

I don't know ABAP and wanted to avoid writing my own function if one standard exists.

My requirement stands like this, I have a few z tables that need to populate from my C# application by use of the .Net connector.

I haven't found a BAPI or RFC that allows me to add records to any table, but I don't know all the RFCs.

May be one of you passed throu this already.

Mauricio

Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
658

Hello Mauricio,

There are RFC FMs which retrieve data from the DB tables. I don't know any FMs which can update DB tables.

In my SAP landscape we have many custom RFC FMs which are used to update SAP tables.

BR,

Suhas