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: 

Window problem in SAP SCRIPT: Urgent

Former Member
0 Kudos

Hi All,

I am modifying a standard SAP Script which has its own driver program. I had to copy the existing Script and make modifications.

The existing Script had only two windows Header and MAIN.I have added 2 more windows.

1. TERMS and CONDITIONS window: to be added on only first page

2. Footer window : on all pages.

The problem is with Terms and condition Window. I have to print it only on First page .

The text in this window I can print using IF condition:

IF &PAGE& = 1

.....

ENDIF.

ITs worrking okay . But in the NExt pages (PAge 2 , 3 , 4..) when there is no text in T&C window it should not consume the space.

Is there any solution for this .

Please provide your suggestions. Its very urgent.

Thanks a lot in advance.(will definitely reward points)

Thanks and regards,

Shaan

1 REPLY 1

huseyin_catalbas
Explorer
0 Kudos

Hello Shaan,

Try changing your layout to a two page layout and do not include your TERMS and CONDITIONS window on the second page.

Regards

Huseyin