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 - print

Former Member
0 Likes
413

i have a abap query i would like to control the print .

When personal number change i would like

to create a new page for the print .

how can i do this in abap query ? ?

i have a abap query i would like to control the print .

When personal number change i would like

to create a new page for the print .

how can i do this in abap query ? ?

2 REPLIES 2
Read only

suresh_datti
Active Contributor
0 Likes
391

Hi,

You can set the option New page(np) with sort fields. A page break is then inserted after each change of sort field. in your case at every new pernr.

Regard

Suresh Datti

Read only

Former Member
0 Likes
391

i don't so skill in abap query can you tell me how to do this ?