‎2007 Mar 13 5:25 AM
suppose we need some data from testing server ...How to access the data from testing client?
‎2007 Mar 13 5:26 AM
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
‎2007 Mar 13 5:27 AM
you need to transport your object to testing server to available that data.
you cant access it from development system.
Regards,
Sujatha.
‎2007 Mar 13 5:27 AM
It can be done by setting up an RFC link and testing the program remotely.
‎2007 Mar 13 6:13 AM
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 .
‎2007 Mar 13 7:13 AM
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
‎2007 Mar 13 7:40 AM
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