cancel
Showing results for 
Search instead for 
Did you mean: 

printing data on last page window in script

Former Member
0 Kudos

Hi Expert,

How to print the data directly on 99 page window of script.

Thankyou & Regards

Vipul

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi,

Use &PAGE& variable. It always storing current page number value.

Write like IF &PAGE& = '99'.

Print your text

Endif.

Former Member
0 Kudos

Hi,

In window check the condition.

if &NEXTPAGE& EQ 0

print u r data

endif.

Firoz_Ashraf
Contributor
0 Kudos

Hi,

To print anything on the last page you can use the following comand in SAPScript.

IF &NEXTPAGE& = '0'.

Regards,

Firoz.

Former Member
0 Kudos

hi Experts,

anybody aswer please!!!!

Thanks in advance

Vipul