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 tree , Table control and tab strip in single screen

0 Kudos

Hi Experts,

I have designed a screen with Custom container on the left and some module pool screen elements like Text , tabstrip and tabular control on the right. In the PBO of the screen i have filled the custom Container with the ALV tree (CL_GUI_ALV_TREE).

If i double click a node on the ALV tree, the values on the right hand module pool screens should change. TThough i change global Values linked to the module pool screen during the double click event of the ALV tree, the values are not refreshed to the screens. Problem here is for ALV tree events the PBO is not getting triggered. How can we do that? Is there any other way out ? Please help at the earliest.

Thanks,

Murali

1 ACCEPTED SOLUTION

MarcinPciak
Active Contributor
0 Kudos

Hi Murali,

Please see if this answer helps you:

Regards

Marcin

4 REPLIES 4

Former Member
0 Kudos

i'm not sure which method u are using .... need to make use of method.

method handle_item_double_click.

refresh internal tables based on selected lines.

call screen '0101.

endmethod.

regards

Prabhu

MarcinPciak
Active Contributor
0 Kudos

Hi Murali,

Please see if this answer helps you:

Regards

Marcin

0 Kudos

Hi Marcin,

Thanks a lot. The link had soloved my issue. i had used the first one

"call method SET_REGISTERED_EVENTS for GUI control passing your event and setting APPL_EVENT flag. "

Thanks,

Murali

jayanthi_jayaraman
Active Contributor
0 Kudos

Hi,

Just check handler is been set for double click.