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

accessing the data

Former Member
0 Likes
660

suppose we need some data from testing server ...How to access the data from testing client?

6 REPLIES 6
Read only

Former Member
0 Likes
642

Hi,

You can use an RFC function Module where you define your testing server as DESTINATION and fetch the data from that testing client and use.

Regards,

Anji

Read only

Former Member
0 Likes
642

you need to transport your object to testing server to available that data.

you cant access it from development system.

Regards,

Sujatha.

Read only

Former Member
0 Likes
642

It can be done by setting up an RFC link and testing the program remotely.

Read only

Former Member
0 Likes
642

HI ,

If it is transactional Data, you can ask your Functional Consultant , to create this data in Development System .

If its single/two record .

Thanks .

Read only

Former Member
0 Likes
642

You can use RFC destination for the testing server. Call the function module using RFC destination.

Or else you can transport the program from dev to testing server and test it there.

Regards

Rusidar

Read only

Former Member
0 Likes
642

Hi

You can access data from other server using RFC function modules .

While calling module write as

Call Function func_name Destination RFC_name

Regards

Madhu

*Rewards points if helpful