‎2006 Jul 14 11:16 AM
Hi,
i have problem with smart form reporting.
page number up 10 is non displayed it is *
before 10 it is ok . 1 of 12
2 of 12
3 of 12
.....
9 of *
is this sap system bug?
‎2006 Jul 14 11:24 AM
Hi Nick,
This might be because of the size problem. Use the formatting option (3ZC) for the page number field.( &page(3ZC)& ). C-Condensing, Z-No leading zeros , 3-3 characters output.
Thanks and Regards,
Bharat Kumar Reddy.V
‎2006 Jul 14 11:24 AM
Hi Nick,
This might be because of the size problem. Use the formatting option (3ZC) for the page number field.( &page(3ZC)& ). C-Condensing, Z-No leading zeros , 3-3 characters output.
Thanks and Regards,
Bharat Kumar Reddy.V
‎2006 Jul 14 11:26 AM
Page &SFSY-PAGE& / &SFSY-FORMPAGES&
tried to define some data :
data: w_page type numc2.
move SFSY-FORMPAGES to w_page.
Page &SFSY-PAGE& / &w_page&
take a look at this note
sap note: 779492
‎2006 Jul 14 11:27 AM
hi Nick,
do it in this way... i.e, &page(1ZC)& where <b>Z</b> means no leading zeros <b>C</b> for condensing .
Regards,
Santosh
‎2006 Jul 14 11:28 AM
Increase the width of the window in whih\ch this is being printed.
‎2006 Jul 14 11:40 AM
Hello Nick,
Yes, it is a SAP bug. You have to apply one OSS note to correct it. Right now, I am not able to find it out.
Regards,
Naimesh