
The keys are also listed in the dropdown list box.
Note that this property is not visible to the API, which means it cannot be changed by application developers.
Value from the value set that is selected in the list displayed in the dropdown box.
The following cases can occur:
You can set isNullable to declarative in the context editor. Alternatively, you can get the program to set isNullable:
DATA WD_NODE_INFO TYPE REF TO IF_WD_CONTEXT_NODE_INFO. WD_NODE_INFO = ... WD_NODE_INFO->SET_NULLABLE( NAME = 'ATTRIBUTE_NAME' ).
There is a system example in the DEMO_UI_STD_SELECTION component (in the DEMO_UI_DROPDOWN_BY_KEY application).