cancel
Showing results for 
Search instead for 
Did you mean: 

SAP SCRIPT : To get the current copy out of No. of copies to be printed

Former Member
0 Kudos

Hi,

Is there any Table field exist which will give the current copy out of no. of copies to be printed ???

Regards,

Parag

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Parag,

If its List processing try SYST-CPAGE.

For Scripts, Try the system symbol &PAGE&

You can use this symbol to insert into the text the page number that the current page will have when printed. You can specify the formatting option for the page number in the form for each page type.

&SAPSCRIPT-FORMPAGES&

This field contains a number representing the total number of pages of the currently formatted form (any output between START_FORM and END_FORM). The page counter mode (START, INC, HOLD) of the individual pages is ignored. You can use this symbol to formulate information like

‘Page x of y’ for your output.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

check in SYST table.