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

SMARTFORM

Former Member
0 Likes
641

Hi All,

i have created smartform in which i m displaying page number at the top.

Syntax used by myself :

Page &SFSY-PAGE(C)& of

&SFSY-FORMPAGES(C)&

but at the output of smartform ..i m getting result as

page 1 of *

Please suggest me why this * is comming instead of displying total number of pages

1 ACCEPTED SOLUTION
Read only

Vijay
Active Contributor
0 Likes
621

hi

Try to use like thi s

Page&SFSY-PAGE& of &SFSY-FORMPAGES(3ZC)&

If any problem using this let me know

regards

vijay

<b>reward points if helpful</b>

4 REPLIES 4
Read only

former_member196280
Active Contributor
0 Likes
621

Increase the window size, I guess &SFSY-FORMPAGES(C)& not able to fit in that window.

Regards,

Sairam

Read only

Former Member
0 Likes
621

well i CANT explain it, but my exierience is that (C) doesnt work with either

&SFSY-PAGE&

or

&SFSY-FORMPAGES&

same goes for SAP-Script

Read only

Former Member
0 Likes
621

Hi

Try to use like thi s

&SFSY-FORMPAGES &

&SFSY-PAGE&

If any problem using this let me know

Reward all helpfull answers

Regards

Pavan

Read only

Vijay
Active Contributor
0 Likes
622

hi

Try to use like thi s

Page&SFSY-PAGE& of &SFSY-FORMPAGES(3ZC)&

If any problem using this let me know

regards

vijay

<b>reward points if helpful</b>