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: 

Alv end of list

Former Member
0 Kudos

Hi..........!

im using the FM Reuse_aLV_grid_display to display a list.

For top of page im passing the form name in i_callback_html_top_of_page parameter, its working fine,

but i want to too call end of list event.

if im passing event table in the same FM Reuse_aLV_grid_display to display end of list. its giving short dump.

can any one resolve?

3 REPLIES 3

Former Member
0 Kudos

Hi Mohammed,

Welcome to SDN.

check this link.

http://www.sapdevelopment.co.uk/reporting/alv/alvgrid_events.htm

reward points for helpfull answers and close the thread if your question is solved by clicking radio buttons on the top left.

regards,

venu.

former_member188685
Active Contributor
0 Kudos

How you gave it

and what are you doing in end-of-list..

*-End of list

X_EVENTS_DATA-NAME = 'END_OF_LIST'.

X_EVENTS_DATA-FORM = 'END_OF_LIST'.

APPEND X_EVENTS_DATA TO IT_EVENTS_DATA.

FORM END_OF_LIST.

**what are you doing here..

ENDFORM.

former_member188685
Active Contributor
0 Kudos

Hi Can i Know what are you Doing in end-of-list event..

please give the code..in that event.

regards

vijay