NEW-PAGE PRINT ON
destination
'p190'
COPIES 1
LIST NAME 'Test
liste'
COVER TEXT
'Cover text'
SAP COVER PAGE
'X'
DATASET EXPIRATION
3
NO DIALOG.
LOOP AT ITAB.
WRITE: / ITAB-ZZREVLOGPR.
ENDLOOP.
NEW-PAGE PRINT OFF.
Sending output to the spool
NEW-PAGE PRINT ON
COPIES 1
LIST NAME 'Test liste'
COVER TEXT 'zzspec01 Log
for overførsel af revlogdata fra host'
SAP COVER PAGE ' '
IMMEDIATELY ' '
KEEP IN SPOOL 'X'
DATASET EXPIRATION 3.
Submitting a report in the background and send
the list to spool
* If the program is run in the background the
* difference report is send to
spool.
SUBMIT rm07idif WITH SELECTION-TABLE
li_selection
EXPORTING LIST TO MEMORY AND
RETURN.