2008 Jun 02 10:34 AM
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.
2008 Jun 02 11:06 AM
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
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |