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

To access a table in quality from Dev

Former Member
0 Likes
1,244

Hi All,

Is it possible to get the data from a table in quality or production thorough a program in development, If yes then please tell how?

Hi All,

Is it possible to get the data from a table in quality or production thorough a program in development, If yes then please tell how?

8 REPLIES 8
Read only

Former Member
0 Likes
1,048

Hi

Use RFC function module and define the DESTINATION of production and get the data to DEV by writing a program and can compare it and check it.

Reward points for useful Answers

Regards

Anji

Read only

Former Member
0 Likes
1,048

select * from stpo client specified where mandt = <your client no of dev> .

endselect.

regards

shiba dutta

Read only

Former Member
0 Likes
1,048

Hi

Use RFC function module and define the DESTINATION of production and get the data to DEV by writing a program and can compare it and check it.

Reward points for useful Answers

Regards

Anji

Read only

Former Member
0 Likes
1,048

Hi

Use RFC function module and define the DESTINATION of production and get the data to DEV by writing a program and can compare it and check it.

Reward points for useful Answers

Regards

Anji

Read only

Former Member
0 Likes
1,048

Yes it is possible,write simple RFC Function module,

create RFC Function module in development ,move it Quality or production.

now call the RFC Function module in se38 at Development and main rfc Destination.

so you will get the data from production or quality.

Read only

Former Member
0 Likes
1,048

Hi Anji,

Can you please tell me which RFC can be used for this purpose.

Read only

0 Likes
1,048

Hi

Ask your Basis person the Name of the Server from where you wants to pull the data(RFC Destination)

also you can check the same whether it is there in the table RFCDES or not.

So create a fun module in SE37

in the attributes declare REMOTE ENABLED

and write the code

Reward points for useful Answers

Regards

Anji

Read only

santhosh_patil
Contributor
0 Likes
1,048

Hi,

Try with FM <b>RFC_READ_TABLE</b>

--Patil