cancel
Showing results for 
Search instead for 
Did you mean: 

Total in PO script

0 Kudos

Hi,

I have PO script which is having 2 3 pages.

I have the problem of posting the subtotal of line items.

Either subtotal of the line items should be printed per page or subtotal of line items should be printed only on last page.

How to make this setting??

Manas.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos
Former Member
0 Kudos

Easy option would be sub totals printed last page

just use option like

/: IF &PAGE& = &SAPSCRIPT-FORMPAGES&

PRINT SUB TOTALS

/: ENDIF.

IF YOU USE ABOVE CONDITION,SUB TOTALS PRINT ONLY LAST PAGE

Thanks

Seshu