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 Dictionary Table using RFC call

Former Member
0 Likes
579

Hi,

I need to do the following:

1) Insert into another SAP system record remotely into a dictionary table.

I have a FM to read the data back from remote system using RFC_READ_TABLE. However, I need FM that will write data to dictionary table remotely. please advice

3 REPLIES 3
Read only

former_member206439
Contributor
0 Likes
456

Hello,

You can do one thing.

Create a remote enable FM in your remote system for inserting the data into table and call that FM in your current system with

RFC destination as your remore system destination name.

Let me know if you need any help

Regards

Naresh

Read only

Former Member
0 Likes
456

Is it an SAP table or one you created yourself?

Read only

0 Likes
456

its a table I created myself