cancel
Showing results for 
Search instead for 
Did you mean: 

text in header and text in footer in sap scipt ?

Former Member
0 Kudos

how to print header in ist page and footer in last page in sap script?

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

you can do one thing dsiplay Header as it is in the first page and i think you will not have any problem with this. Coming to Footer check whether next-page is equal to 0, if so that page itself is the last page based on this condition then display the data.

Second thing is if you are using internal table to display the data then directly u can use 'at first' control level and display footer data after displaying all the data of the internal table.

Reward if it is useful.

Regards,

Padmaja.

Former Member
0 Kudos

Hi,

For all the rows in the header,

select the condition "only on page" as first page.

For the rows in the footer,

select the condition "only on page" as next page.

Regards