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

How to call a report program from RFC

Former Member
0 Likes
426

Hi all,

I have a requirement like calling a executable (report) program from an RFC.

Can any body tell me how to call a report program from RFC.

Can i use SUBMIT command.

Thanks & regards,

Tulasi.

Hi all,

I have a requirement like calling a executable (report) program from an RFC.

Can any body tell me how to call a report program from RFC.

Can i use SUBMIT command.

Thanks & regards,

Tulasi.

1 REPLY 1
Read only

Former Member
0 Likes
345

hi,

hope this helps.

You can use the CALL FUNCTION statement to call remote functions by including an additional DESTINATION clause.

CALL FUNCTION u2018remotefunctionu2019

DESTINATION dest

EXPORTING f1 =

IMPORTING f2 =

TABLES t1 =

EXCEPTIONS

The field u2018destu2019 can be either a literal or a variable. Logical destinations are defined in the RFCDES table via transaction SM59 or via the menu path: Tools ->Administration,Administration->Network->RFC destinations.

reward if helpful..

regards

srishti