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: 

How to check import and export parameters?

Former Member
0 Kudos

Hi,

CLASS lcl_cls DEFINITION.

PUBLIC SECTION.

METHODS on_dbclick FOR EVENT double_click OF cl_gui_alv_grid IMPORTING e_row e_column.

ENDCLASS.

I want to look at the other import parameters for the event double click as shown above?

Regards,

Chandru

1 ACCEPTED SOLUTION

former_member583013
Active Contributor
0 Kudos

Go to SE24 Look for tab Events


E_ROW
E_COLUMN
ES_ROW_NO

Greetings,

Blag.

1 REPLY 1

former_member583013
Active Contributor
0 Kudos

Go to SE24 Look for tab Events


E_ROW
E_COLUMN
ES_ROW_NO

Greetings,

Blag.