Application Development 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: 

Update custom table using RFC

Former Member
0 Kudos

I need an FM or a BAPI RFC enabled which can update a custom table in different client or box based on the entries in the same table in a different box or client.

1 ACCEPTED SOLUTION

former_member404244
Active Contributor
0 Kudos

HI,

U can create a Custom RFC function module in the destination Client and can call it in the Source Client..Now in the destination side in the Fm logic write the code to update the custom table.

Regards,

Nagaraj

4 REPLIES 4

former_member404244
Active Contributor
0 Kudos

HI,

U can create a Custom RFC function module in the destination Client and can call it in the Source Client..Now in the destination side in the Fm logic write the code to update the custom table.

Regards,

Nagaraj

rainer_hbenthal
Active Contributor
0 Kudos

Create one, do not forget to set the RFC enabled checkbox in the attributes of the FM.

Former Member
0 Kudos

Hi, to update/maintain your own tables you have to write some coding. If you want to maintain it for different Clients you have to add the [CLIENT SPECIFIED] in your code. Succes

Former Member
0 Kudos

Thanks a lot