2009 Sep 03 5:52 PM
Hi All,
I need to access another decentralized SAP system from our current SAP system and get data via RFC.
Are there any standard function modules I can use?
Please help
Meghna
Hi All,
I need to access another decentralized SAP system from our current SAP system and get data via RFC.
Are there any standard function modules I can use?
Please help
Meghna
2009 Sep 03 6:05 PM
Hi,
What data are you going to get from the other system?
Thanks
Naren
2009 Sep 03 6:09 PM
I need delivery and transfer order information from the other system.
I would like to use rfc destination as a parameter in my report to get that data and display in my current system.
Any ideas
Thanks
Meghna
2009 Sep 03 6:46 PM
Apart from the above response, I guess, there is a FM, like READ_TABLE_RFC some thing like that, pls. check it once that, Is it works out for u?
thanq
2009 Sep 03 6:12 PM
Hi Meghna,
create a RFC enabled function module in calling system and replicate the same in the server system with same name and parameters.
create an RFC destination(Tcode SM59) in Calling system.
CALL FUNCTION func DESTINATION dest
parameter_list
use above syntax to get the data from remote system.
Hope it shall be useful.
Regards
Santosh