cancel
Showing results for 
Search instead for 
Did you mean: 

Dont display a page in a SAP SCRIPT

Former Member
0 Kudos

Hi guys,

I am just printing a Account Statement . conside that i got 5 account number details which is in the 5 page's in script . In that for example .

consider balance field is zero for one acc no .which is in page 3 .

then i dont want to print the page 3 . the remaining page has to be printed.

can it be done ?

regards

vinoth.v

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

yes this is possible.

As per your requirement you r triggering a New-Page for every account no. , so before triggering the new page you should make a check for every account number on its quantity field, like..

If <Quantity Field> is Not Initial.

New-Page.

endif.

Try this.