on 2008 Nov 19 6:50 AM
hai ,
i have one doubt how to print page no's from total page no's in a form.
for example
sheet 1 of 5.
like this i have to print on my form how to print.
HI,
In Scripts : &PAGE&(Current Page) OF &SAPSCRIPT-FORMPAGES&(Total No.Of Pages)
In Smartforms : &SFSY-PAGE& OF &SFSY-FORMPAGES&
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
that's fine but it doesn't displaying total no of pages
my total oages were 5 it show 1 of 1.
and one more doubt when i declare this &pageno& &script-formpages& in text element and executing it shows 1 0f 1.
but when iam calling in driver program with the text element here it is not showing page no's
Hi ajay,
[Sapscript Page |http://help.sap.com/saphelp_45b/helpdata/en/6c/897415dc4ad111950d0060b03c6b76/content.htm]
Regards,
Sravanthi
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Close the thread if issue is resolved.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
For SAPScript use
P1 &SYST-PAGNO& of &SAPSCRIPT-JOBPAGES&
Regards
Bala Krishna
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
Try with this
&SFSY-PAGE& of &SFSY-FORMPAGES.
Best Regards,
Narasimha Rao.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi
Use the following in the text element: &SFSY-PAGE& of &SFSY-FORMPAGES.
It will give output as required.
Vishwa.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
In smartforms you have "Field list on/ of" button (CTRLSHIFTF4) Use system fiels
SFSY-PAGE and SFSY-FORMPAGES
Regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
59 | |
10 | |
7 | |
7 | |
6 | |
6 | |
5 | |
5 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.