cancel
Showing results for 
Search instead for 
Did you mean: 

problem for not printing page in sap scripts

Former Member
0 Kudos

Hi Experts,

    I had developed SAP Scripts, in that i had taken 3 pages first , second and third having there next page as first-> second , second-> third and third -> third and also first page mode as START and other two as INC. In first and second page  contain main as well as other windows except footer window while third page contain footer as well as other window except main window . footer window contain hard code thing which i want to print on third page itself. But printing output give first and second page correctly but not printing the third page. If i take a footer window in second page in print on second page. But i want to show third page also which gives footer window data.

Can anyone tell me how to print the third page in sap script.

Thanks in Advance,

Ashish

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

If you insert the terms and condition in a new window (not the MAIN) , You can print those data only if the page is the last one, so if the system symbol for the next page is null:

/; IF &NEXTPAGE& = '0'

* &TERM& * &CONDITION&

/: ENDIF

In this way those data will be printed in the last page automatically.

Try this and hope this will to you.

Regards,

Mallikarjuna