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

ABAP query output

Former Member
0 Likes
451

hi all

Is it possible to give a page break in ABAP query output. I want my new order number to be printed on a new page.

Any pointers will be appreciated.

Thanks.

hi all

Is it possible to give a page break in ABAP query output. I want my new order number to be printed on a new page.

Any pointers will be appreciated.

Thanks.

3 REPLIES 3
Read only

Former Member
0 Likes
435

Try to use AT NEW event

Read only

Former Member
0 Likes
435

Hi,

In Record processing

AT NEW order number .

NEW-PAGE.

Read only

Former Member
0 Likes
435

Hi,

U can use AT NEW event.

Ex:

AT NEW orderno.

NEW PAGE.

endat.

Regards,

S.Nehru.