Hi,
I am working on smartform.
I want to print the ( number of page of total number of pages ) at the end of each page in the output.
I have used Page Page &SFSY-PAGE& of &SFSY-FORMPAGES(3CZ)&
However I have an issue that if the total number of pages is greater than 9 than the output is like:
say if the total number of pages is 45:
1 of 4 5
2 of 4 5
3 of 4 5
-
-
9 of 4 5
If the total number of pages is less than 10 than the output is proper.
But in the other case, space appears as shown above.
Please help me.
I am executing this form thru T-code ME9k.
Thanks ,
Sucharita.