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

rfc

Former Member
0 Likes
520

hi,

If u are using RFC and passing values to a remote system how does it work?

regards,

kb

3 REPLIES 3
Read only

rainer_hbenthal
Active Contributor
0 Likes
502

I wold suggest to learn ABAP and SAP beeing educted by a training company instead of putting dozens of questions in this forum.

Read only

former_member404244
Active Contributor
0 Likes
502

hi,

U will specify the destination for that RFC,now it will get the data from ur destination..

CALL FUNCTION <FMNAME> DESTINATION <DESTINATION NAME>...

U will write teh code which u want data from other system..

Regards,

nagaraj

Read only

Former Member
0 Likes
502

thanks