‎2008 May 14 2:54 PM
Hello Experts
How to update Database Tables using RFC interface
if possible please forward the code
Thanks
Regards
Narsim
‎2008 May 14 3:07 PM
Aeda,
Give us more detail about it 'cause doesnt matter if you will use a RFC or dont.
Or you talking about non-SAP RFC?
Alexandre
‎2008 May 14 4:33 PM
Hi Aeda,
If the data bsse table is in SAP then Do like this.
Create one RFC function module in SAP system. Difine the parameters as per ur requirement(i.e Data that will be coming or going). Now set up connection between SAP and Non SAP system(BASIS person will do this).
Now call this FM from Non SAP system.
If the data base table to be updated is in SAP then put code in RFC FM to update the table.Here input data u will get from Non SAP system. they have to call this FM from their system.
Once call is connected then ur code will be executed and table will be updated.
If it is Non SAP system then fetch data from SAP, Update FM interface parameters(TABLES). Then non SAP team will call this FM get these values and updates their system.
Thanks,
Vinod.
‎2021 Jul 28 6:11 AM