2013 Mar 01 2:52 PM
Hi,
Is it possible to run the report in remote system using submit statement as show below.
SUBMIT RSSHOWRABAX destination rfcdest_id
to sap-spool without spool dynpro
spool parameters print_param
USING SELECTION-SET 'TODAYSDUMPS'
and return.
i am trying to get the today's dump list for remote system.
Please let me know if there any other possible ways to get this done.
Thanks in advance.
Hi,
Is it possible to run the report in remote system using submit statement as show below.
SUBMIT RSSHOWRABAX destination rfcdest_id
to sap-spool without spool dynpro
spool parameters print_param
USING SELECTION-SET 'TODAYSDUMPS'
and return.
i am trying to get the today's dump list for remote system.
Please let me know if there any other possible ways to get this done.
Thanks in advance.
2013 Mar 01 3:09 PM
Hi Karthik,
You cannot call reports remotely but you can do that with RFCs. So, instead of trying to call the report remotely, you can create a remote-enabled function module in the target system that calls the report (using the normal SUBMIT statement). Then, you can call that function module in your source system using the CALL FUNCTION DESTINATION statement.
2013 Mar 01 3:46 PM
Hi Kumar,
Thanks for your reply.
i am looking for the solution where no coding or changes made on to remote system.
Thanks,
2013 Mar 01 10:09 PM
Hi Karthik,
Maybe a bit inventive but if you have a t-code defined for your report you could try to call ABAP4_CALL_TRANSACTION function module in remote system (it's RFC enabled) passing your t-code as parameter.
Regards,
Edgar
2013 Mar 02 9:28 AM
It's almost that, what would you think of using ABAP4_CALL_TRANSACTION on transaction SA38 with a small bdc in the FM parameters ?
Also I don't have acces right now to SAP, but could you look at good old RZL_SUBMIT FM (But if I remember there is a specific authorization object to manage S_RZL_ADM) and I don't remember if it allows paramters (it is more an Admin tool) ?
Regards,
Raymond
2013 Dec 27 6:23 AM
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |