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

scripts

Former Member
0 Likes
420

hi all,

i am a novice in ABAP. in scripts i am able to get the layout and print 1 customer details on only one page. but how to get all customers details on the layout-page after page.

bye

seenu

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
399

hi,

there is one option at the page setting where you can increase the counter and give the next page name..

try doing this.

regards,

pankaj singh

3 REPLIES 3
Read only

Former Member
0 Likes
400

hi,

there is one option at the page setting where you can increase the counter and give the next page name..

try doing this.

regards,

pankaj singh

Read only

Former Member
0 Likes
399

Hi Seenu,

You have to use the new-page command in the layout set... when ever ur want the details to be displayed in the new page....

Regards,

Satya.

Read only

Former Member
0 Likes
399

hi,

Give the first page name in NEXT PAGE attribute.

Once the first page gets filled the data will flow to the next page. If you want to give each customer's details on each page then give new-page command

Regards,

Richa