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 GRID - EVENT HANDLING

Former Member
0 Kudos

Hi all,

Please let me know how to hanldle event handling , making a cell in editable mode ,double click and hotspot creation,colorign a single cell,calling a transatcion when clicked on hotspot in a alv grid display program (not using OO concepts).

Looikng forward for a positive response.

Reagrds,

Mohinder.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

Refer to the link below:

http://sapdev.co.uk/reporting/alv/alvgrid.htm

Hope this helps.

Reward if helpful.

Regards,

Sipra

4 REPLIES 4

Former Member
0 Kudos

Hi,

You can create your own custom status and asign it to your

ALV GRID. Here is a sample code to add custom status and handling events.

http://www.geocities.com/mpioud/Z_DEMO_ALV_REFRESH_BUTTON.html

Reward Points if found helpfull..

Cheers,

Chandra Sekhar.

Former Member
0 Kudos

hi,

go through this report prgm u can find the use of double click event.

BCALV_GRID_03.

Regards

Sindhu

Former Member
0 Kudos

Hi,

Refer to the link below:

http://sapdev.co.uk/reporting/alv/alvgrid.htm

Hope this helps.

Reward if helpful.

Regards,

Sipra

Former Member
0 Kudos

Hi ,

Thanks all for the reply.