Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Background execution: Report Header

Former Member
0 Likes
417

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

2 REPLIES 2
Read only

tarangini_katta
Active Contributor
0 Likes
382

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

Read only

0 Likes
382

Hi Tarang,

By Header i mean .. List Heading (title)

example:

Name Address Age Gender