Skip to Content
0
Former Member
Feb 24, 2009 at 05:29 AM

Issue in displaying the total number of pages in smartform.

54 Views

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 &SFSY-PAGE& of &SFSY-FORMPAGES&.

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 *

2 of *

3 of *

-

-

9 of *

and then its coming proper

10 of 45

11 of 45 and so on.

If the total number of pages is less than 10 than the output is proper.

But in the other case, * appears as shown above.

Please help me.

I have tried increasing the window size n all and also used

&SFSY-PAGE& of &SFSY-JOBPAGES&., but all in vain.

I am executing this form thru T-code ME9k.

Thanks ,

Sucharita.