Posted: Sun Nov 04, 2007 3:21 pm Post subject: Create any report on every target system reachable via RFC
This reports shows how to create any report on every target system reachable via RFC.
Code:
REPORT Y9030023 LINE-SIZE 50.
*
********************** HEADER **************
*
* Copyright (c) 1999 by Stefan riedel-Seifert,
* 78034 Boeblingen, http://www.hp.com
*
* You can use or modify this report for your own work as long
* as you don't try to sell or republish it.
* In no event will the author be liable for indirect, special,
* Incidental, or consequental damages (if any) arising out of
* the use of this report.
*//////////////////////////////////////////////////////////////////////*
* Parameters.
parameters:
PR_DEST LIKE RFCDES-RFCDEST DEFAULT 'ABXR2_XR2_00'.
* Data.
data:
lv_errormessage like sy-msgv1,
gt_program like progtab occurs 0 with header line,
gt_writes like listzeile occurs 0 with header line.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum
All product names are trademarks of their respective companies. SAPNET.RU websites are in no way affiliated with SAP AG. SAP, SAP R/3, R/3 software, mySAP, ABAP, BAPI, xApps, SAP NetWeaver and any other are registered trademarks of SAP AG. Every effort is made to ensure content integrity. Use information on this site at your own risk.