Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

smart forms/ page

Former Member
0 Likes
872

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?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
841

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

5 REPLIES 5
Read only

Former Member
0 Likes
842

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

Read only

0 Likes
841

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

Read only

0 Likes
841

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

Read only

Former Member
0 Likes
841

Increase the width of the window in whih\ch this is being printed.

Read only

naimesh_patel
Active Contributor
0 Likes
841

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