‎2010 Feb 08 11:42 PM
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
‎2010 Feb 09 2:00 AM
‎2010 Feb 09 6:15 AM
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
‎2010 Feb 09 6:33 AM
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
‎2010 Feb 09 10:32 AM
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
‎2010 Feb 09 10:42 AM
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