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

Update Database table using RFC

NAeda
Contributor
0 Likes
2,325

Hello Experts

How to update Database Tables using RFC interface

if possible please forward the code

Thanks

Regards

Narsim

3 REPLIES 3
Read only

0 Likes
1,369

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

Read only

vinod_vemuru2
Active Contributor
0 Likes
1,369

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.

Read only

0 Likes
1,369

Good one! vinod.vemuru2