Application Development 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: 

end_of_list in REUSE_ALV_GRID_DISPLAY

Former Member
0 Kudos

Hello all,

I want to display some 2 lines of informations after all the records in the ALV grid display. For the same I have defined END_OF_LIST event and inside the

FORM <end_of_list>

write: / '.........test1..............'.

write: / '.........test1..............'.

write: / '.........test1..............'.

ENDFORM.

My ALV calls this event however does not display any of these line.

Please help.

Thanks,

A. Singh

7 REPLIES 7

Former Member
0 Kudos

END-OF-LIST will fire only while printing.

Try to do a print preview of the grid and you might see it firing.

Regards,

Ravi

Note Please mark all the helpful answers

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos

Can you post the code? The lines will only be visible in print preview mode.

Regards,

Rich Heilman

0 Kudos

Hello Heilman,

You are right we are seeing the output only in print preview.

Is there anyway to display few lines of information immediately after the

ALV grid list data.

A.Singh

0 Kudos

You can do that

See this thread

Here the data is being displayed in the header, instead you can display in the bottom container rather than top container and display the grid in the top container.

Regards,

Ravi

Note : Please mark all the helpful answers

0 Kudos

I don't think you can do that using the FM, I know that you absolutely can using the new ALV Object Model. What release are you on? You need a Netweaver based system in order to use the new ALV Object Model.

Regards,

Rich Heilman

Former Member
0 Kudos

Hi,

u need to pass the END-OF-LIST in your events....

Madhavi

Former Member
0 Kudos

As suggested by above.