cancel
Showing results for 
Search instead for 
Did you mean: 

What Event start when a user has selected an option in combobox ???

Former Member
0 Kudos

Hello Experts, I need your help, please.

Thanks in advance.

How I can detect when a user is typing in a textbox or select an option in combobox or check in checkbox???

What event listen this????

A lot of thanks

Accepted Solutions (1)

Accepted Solutions (1)

former_member813607
Contributor
0 Kudos

Hi Garcia,

you can define an event name in the layout page for the attribute 'onselect' in the case of a drop down box and check box.

generally events wont be created for check box and text boxes but their status read afterwards. say,, you can read the status / value of the checkbox via attribute selected = TRUE / FALSE of the class cl_htmlb_checkbox ( name not very sure ), sample code should be available in std application.

hope it helps..

Regards, Sudeep..

Former Member
0 Kudos

Hi Sudeep, thanks for your time.

I have checked the component IUICOBJD view PointOfDelivery and the attribute " PD_GRID_LYP" that is a combobox has the same method

Get_v_pd_grid_ltyp.

When user change a option in combobox, this method "GET_P_PD_GRID_LTYP" is called.

The problem is in component IUCONFIG, I want detect when a user change the option, in the node

ISUORDERITEMCONFIG there is a GET_V_ATTR_NAME_TXT but this isn't defined.

How I can detect this similar to IUICOBJD???

Best Regards,

Thanks

Answers (0)