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

Get data via rfc

Former Member
0 Likes
790

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

4 REPLIES 4
Read only

Former Member
0 Likes
753

Hi,

What data are you going to get from the other system?

Thanks

Naren

Read only

0 Likes
753

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

Read only

0 Likes
753

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

Read only

santosh_kumarm
Participant
0 Likes
753

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