Application Development 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: 

Require to print the page number on each page of pdf display

Former Member
0 Kudos

Hi experts,

Am using FM to CONVERT_ABAPSPOOLJOB_2_PDF to convert the spool number to pdf. My requirement is to display the page number on each of the page and report heading name.

Please help me in this regard.

Thanks in advance.

Regards,

Sunil

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Sunil,

If you are using the event END-OF-PAGE in your program then it would be easy for you to print page number at the end of every page.

Also use the system variable 'sy-pagno'

Regards,

ARS

2 REPLIES 2

Former Member
0 Kudos

Sunil,

If you are using the event END-OF-PAGE in your program then it would be easy for you to print page number at the end of every page.

Also use the system variable 'sy-pagno'

Regards,

ARS

Former Member
0 Kudos

My requriement of printing page number has changed.