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: 

function module 'REUSE_ALV_GRID_DISPLAY'

Former Member
0 Kudos

hi,

how to use 'IT_EVENT_EXIT' of function module 'REUSE_ALV_GRID_DISPLAY'

and can i get some sample program implementing that.. more over wat is use of

IS_REPREP_ID in the same funtion module and how to use it

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

<b>IT_EVENT_EXIT</b> •Table for passing ALV standard function codes, to return control to the user before and/or after execution with the callback event USER_COMMAND.

• The table fields are as follows:

– ucomm

– before

– after

Regards

Sudheer

4 REPLIES 4

former_member223537
Active Contributor
0 Kudos

HI,

Goto SE38 & type BCALV*.

Click on F4.

A list of all sample ALV programs will be displayed.

Best regards,

Prashant

Former Member
0 Kudos

Nikesh,

Check this link.

<a href="http://www.erpgenie.com/sap/abap/controls/alvgrid.htm">http://www.erpgenie.com/sap/abap/controls/alvgrid.htm</a>

Regards

Aneesh.

Former Member
0 Kudos

Hi,

<b>IT_EVENT_EXIT</b> •Table for passing ALV standard function codes, to return control to the user before and/or after execution with the callback event USER_COMMAND.

• The table fields are as follows:

– ucomm

– before

– after

Regards

Sudheer

0 Kudos

refer the fallowing program to handle IT_EVENT_EXIT.

<b>FH5AHF00.</b>

<b>if helpful reward some points.</b>