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

bapi funcition module to copy prd table data to dev tables

Former Member
0 Likes
410

Hi all,

My requirement is to write a report such that when it executes ,

it has to copy prd tables data to dev tables.

ex: ztable data from prd to same ztable data in dev .

if any bapi fn module how to connect to rfc destination & and bring it to dev.

Can U please sujjest me the code to write a report or any fn module..

with regards,

prasad.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
361

Hi

U can use the rfc function module RFC_READ_TABLE in order to read a table from a remote system

Max

1 REPLY 1
Read only

Former Member
0 Likes
362

Hi

U can use the rfc function module RFC_READ_TABLE in order to read a table from a remote system

Max