‎2007 Feb 05 4:00 PM
How we can display Total no. of pages in SAP Scripts and SMARTFORMS ?
‎2007 Feb 05 4:19 PM
HI,
SAPScript: system field for total number of pages
<b>PR &SAPSCRIPT-FORMPAGES&</b>
to display 1 of 10 like that..
<b>PR &PAGE& of &SAPSCRIPT-FORMPAGES&</b>
Smartform: System field for total number pages is
<b>PR &SFSY-FORMPAGES&</b>
to display 1 of 10 ...
<b>PR &SFSY-PAGE& of &SFSY-FORMPAGES&</b>
<b>PR - Paragraph format</b> ( * is default paragraph format)
Regards
SAB
‎2007 Feb 05 4:02 PM
Hi,
Please try this.
SAPScript:
&PAGE&/&SAPSCRIPT-FORMPAGES(C)&
Smartform:
&SFSY-PAGE& / &SFSY-FORMPAGES&
Regards,
Ferry Lianto
‎2007 Feb 05 4:19 PM
HI,
SAPScript: system field for total number of pages
<b>PR &SAPSCRIPT-FORMPAGES&</b>
to display 1 of 10 like that..
<b>PR &PAGE& of &SAPSCRIPT-FORMPAGES&</b>
Smartform: System field for total number pages is
<b>PR &SFSY-FORMPAGES&</b>
to display 1 of 10 ...
<b>PR &SFSY-PAGE& of &SFSY-FORMPAGES&</b>
<b>PR - Paragraph format</b> ( * is default paragraph format)
Regards
SAB
‎2007 Feb 05 5:26 PM
hi
good
try this
&SFSY-PAGE& (Page 1) of &SFSY-FORMPAGES(Z4.0)& (Total Page)
thanks
mrutyun^