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

function module 'REUSE_ALV_GRID_DISPLAY'

Former Member
0 Likes
729

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
Read only

Former Member
0 Likes
658

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
Read only

Former Member
0 Likes
658

HI,

Goto SE38 & type BCALV*.

Click on F4.

A list of all sample ALV programs will be displayed.

Best regards,

Prashant

Read only

Former Member
0 Likes
658

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.

Read only

Former Member
0 Likes
659

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

Read only

0 Likes
658

refer the fallowing program to handle IT_EVENT_EXIT.

<b>FH5AHF00.</b>

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