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

hou to use bage break in table using smartforms

Former Member
0 Likes
806

hi friends,

<b>hou to use bage break in table using smartforms</b>

hi friends,

<b>hou to use bage break in table using smartforms</b>

6 REPLIES 6
Read only

Former Member
0 Likes
780

hi,

use variable &sysf-formpage&.

Use SFSY-FORMPAGES to display the total number of pages in the Smartforms

&SFSY-PAGE& Current page number

&SFSY-FORMPAGE& Total number of pages in the currently formatted layout set

&SFSY-JOBPAGE& Total number of pages in the currently formatted print request

&SFSY-COPYCOUNT& Original-1,1st copy-2

&SFSY-DATE& Date

&SFSY-TIME& Time

&SFSY-USERNAME& Username

reward points if useful,

regards,

seshu.

Read only

Former Member
0 Likes
780

Hi

to get page braek in smartforms

u shud specify<b> sy-tabix not equal to 1 in the command lines created</b> in ur window of the smartform.

Hope this helps.

****Reward points if helpful.

Read only

Former Member
0 Likes
780

Hi

It depends upon requirment put some condition in any window and it will trigger based on the condition

Regards

Shiva

Read only

Former Member
0 Likes
780

Dear Raj

Insert Command after table line and in command write condition like mctr = 10 etc as per your requirement. it will jump to next page when counter will reach to 10.

Regards

Rajiv Singh.

Read only

Former Member
0 Likes
780

hi

good

go through this link

http://myweb.dal.ca/hchinni/sap/smartforms/SmartForms.doc

thanks

mrutyun^

Read only

Former Member
0 Likes
780

Hi,

Use

NEW PAGE

in the code window to start new page in smart forms.

Thanks and Regards,

Kunjal Patel