‎2009 Mar 26 9:16 AM
Hi,
When I am executing a custom report in background the report header is appearing on every page in the spool output ..is it possible to have headaer only at 1st page in the output generated in spool request.
I need to download the report in excel and this way it will take long time for delete and sort the rows.
/Mike
‎2009 Mar 26 9:23 AM
Hi Manik,
As i know report header means the title of the program right correct me if i am wrong.
Then
IF SY-CRPOG = SY-BATCH.
IF SYPAGNO NE '1'.
RS38M-REPTI = ' '. or clear RS38M-REPTI.
ENDIF.
ENDIF.
Thanks
‎2009 Mar 26 9:27 AM
Hi Tarang,
By Header i mean .. List Heading (title)
example:
Name Address Age Gender