cancel
Showing results for 
Search instead for 
Did you mean: 

CL_GUI_ALV_GRID in screen

jakob_steen-petersen
Active Participant
0 Kudos

Hi,

I have a normal "old" fasion field on a screen. Below that i have a small table created with the Grid control. Now i want the user to double-click a field on the Grid Control and thereby fill the field on the screen.

I can manage to create the Double Click functionality, but the program do not return to the screen processing and process the PBO.

How is that done?

Regards,

Jakob Steen-Petersen

Accepted Solutions (0)

Answers (1)

Answers (1)

jakob_steen-petersen
Active Participant
0 Kudos

Found the solution:

CREATE OBJECT grid

EXPORTING

i_parent = container

<b> i_appl_events = 'X'.</b>

This trigger the PBO call!