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

SAP Script - New page

Former Member
0 Likes
511

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
Read only

Former Member
0 Likes
482

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

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.

2 REPLIES 2
Read only

Former Member
0 Likes
483

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

Read only

Former Member
0 Likes
482

Hi ,

Please post in Form Printing category.

Regards,

Suneel G