cancel
Showing results for 
Search instead for 
Did you mean: 

Change textfield generated by a selection option

Former Member
0 Kudos

Hi everybody,

is it possible to change the textfields of a select option by runtime? The select option is generated automatically, so i can not access to the generated node or element. How can i do that?

regards,

Sid

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

You will be using the method ADD_SELECTION_FIELD in the interface IF_WD_SELECT_OPTIONS to add the select options on teh screen. Use the parameter I_DESCRIPTION(Description text for the field. If you do not enter a description, the data element description from the ABAP Dictionary is used automatically ) to change the text of the select options.

Answers (0)