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

ALV LIST

marika_decesare
Participant
0 Likes
488

Hello,

is it possible to insert a page break in an alv list of standard report without creating a custom program?

Moderator message: please use more descriptive subject lines from now on.

Edited by: Thomas Zloch on Aug 3, 2010 6:02 PM

Hello,

is it possible to insert a page break in an alv list of standard report without creating a custom program?

Moderator message: please use more descriptive subject lines from now on.

Edited by: Thomas Zloch on Aug 3, 2010 6:02 PM

3 REPLIES 3
Read only

Former Member
0 Likes
462

Hi

You can set the page break by passing 'X' to the fieldname GRPCHGEDIT of the structure is_print when you call the ALV for first display.This enables user editing for the print preview mode.

Thanks

Rahul

Read only

0 Likes
462

Hi Rahul,

thank you for your reply. But is possible to do that using standard menu or pushbuttons? Is necessary put in debug mode the field GRPCHGEDIT on X?

Thanks in advance.

Best regards

Read only

marika_decesare
Participant
0 Likes
462

tank you for your attention