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

RFC code

Former Member
0 Likes
356

hie all, i'm trying tomake a code to copy data in R3 system tables to ECC 6 corresponding tables. does anyone have any idea how i can go about this using RFC.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
339

Which table(s)?

As tables may change or become obsolete (also single fields of them, and how they are interpreted and used in the higher release)... the safest way to do this is to BAPI them.

Take a look at transaction BAPI to find the release dependent and remote enabled stable interfaces for transfering data from one system to another.

Cheers,

Julius

1 REPLY 1
Read only

Former Member
0 Likes
340

Which table(s)?

As tables may change or become obsolete (also single fields of them, and how they are interpreted and used in the higher release)... the safest way to do this is to BAPI them.

Take a look at transaction BAPI to find the release dependent and remote enabled stable interfaces for transfering data from one system to another.

Cheers,

Julius