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

Former Member
0 Likes
685

Is there any standard RFC available between R/3 Dev and R/3 Prod.....

1 ACCEPTED SOLUTION
Read only

former_member194669
Active Contributor
0 Likes
647

Hi,

If your basis created RFC between Dev and Prod then u can use RFC function module RFC_READ_TABLE to get data transferred.

Usually there will be a RFC to transfer transports

u can check RFC connection thru tranx SM59 and check R/3 type

Is there any standard RFC available between R/3 Dev and R/3 Prod.....

4 REPLIES 4
Read only

former_member194669
Active Contributor
0 Likes
648

Hi,

If your basis created RFC between Dev and Prod then u can use RFC function module RFC_READ_TABLE to get data transferred.

Usually there will be a RFC to transfer transports

u can check RFC connection thru tranx SM59 and check R/3 type

Read only

0 Likes
647

My requirement is to pull one field in the Development system. Use that field in the Production system and update the database tables How can <b>RFC_READ_TABLE</b>

be useful for that...

Read only

0 Likes
647

Hi,

From production use fm RFC_READ_TABLE with destination option (dev sysem rfc name) and give your table name that in development . You will get the data of development in production after this RFC_READ_TABLE call.

Then according to your need use this fm your program.

aRs

Read only

Former Member
0 Likes
647

are you asking about RFC destination? if it is so then check in tcode SM59. there in R3 connection click on the + folder you can see some connections...Now dbl click on one of them and you can test the connection or get the option for remote log on . Check which connection suits your requirement...

If you are asking about the remote Function module then all the BAPI s are Remote enabaled just check which one suits your requirement.

regards

shiba dutta