Skip to Content
0
Former Member
Jul 18, 2007 at 01:58 PM

regarding smartforms in tables

43 Views

hi friends,

I just want to print the page number detaisl in the footer of the SMARTFORM .

I just dragged the values from the system folder and use it as usual.

But the values are displayed in such a manner

for sy-page of sy-printpage

gives 1 of *

2 of *

.

.

.

9 of *

10 of 31

11 of 31

.

.

.

31 of 31

But when i give the same values in a separate or in a separate text , i can get an expected result as

1 of 31

2 of 31

.

.

.

31 of 31

can somebody help me to solve this problem.

why it happens so , only in the footer of an table, and why the values are not printing only upto 9?