2008 Mar 17 7:57 AM
Hi experts,
What type of variables normally used in sap script to output data?
How do you number pages in sapscript layout outputs?
Thanks and Regards,
Logu.
Hi experts,
What type of variables normally used in sap script to output data?
How do you number pages in sapscript layout outputs?
Thanks and Regards,
Logu.
2008 Mar 17 8:02 AM
You can print the page number as X of Y
&PAGE& / &SAPSCRICT-FORMPAGES&
Hope this Helps.
Regards
Vinayak
2008 Mar 17 8:04 AM
Hi,
No. of pages - &PAGE& / &SAPSCRICT-FORMPAGES&
Reward if helpful.
Regards,
Ramya
2008 Mar 17 8:08 AM
Hi,
· &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.
·&SAPSCRIPT-JOBPAGES&:
This field contains a number representing the total number of pages of all forms contained in the currently formatted print request, in other words, of all forms created using the OPEN_FORM, START_FORM.. ENDFORM, START_FORM.. END_FORM,..., CLOSE_FORM function modules.
&PAGES& current page.
Thanks,
Arunprasad.P
Reward if useful.
2008 Mar 17 8:13 AM
hi,
no of pages:&PAGE& / &SAPSCRICT-FORMPAGES&
&PAGE& - current page.
&SAPSCRICT-FORMPAGES&- total number of pages.
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |