Application Development 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: 

SAP Script - New page

former_member1284402
Participant
0 Kudos

hi all,

i made a script of one page only for displaying period wise employee data, but problem is that when i m executing it for more than one period then next page is starting from bottom while i need that it must start from TOP of the next page. can anyone please tell me that how wud i do?

regards saurabh.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

hi,

you can use control break statement

loop at it_tab into wa_tab,

on change of wa_tab-field1

new-page.

endon.

endloop.

or use ON NEW .

thanks

2 REPLIES 2

Former Member
0 Kudos

hi,

you can use control break statement

loop at it_tab into wa_tab,

on change of wa_tab-field1

new-page.

endon.

endloop.

or use ON NEW .

thanks

Former Member
0 Kudos

Hi ,

Please post in Form Printing category.

Regards,

Suneel G