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-enabled function, class or program

Former Member
0 Likes
326

Hello,

I am looking for an RFC function, class or program that allows me to execute ANY function in a remote SAP system, just like function RFC_READ_TABLE. This one gets me the records in the specified table.

Does any one has an idea ??

Thanks.

1 REPLY 1
Read only

Former Member
0 Likes
288

Try...TRANSACTION_CALL_VIA_RFC through this you can call any transaction of the system...

Hope this will help you.