Skip to Content
0
Former Member
Sep 22, 2008 at 09:53 AM

Runtime error occurs when using DropdownByKey

26 Views

I run into a runtime error when I use the DropDowByKey with fixed value set: the value seletedKey = "001" in DropDownByKey "DDBK_APP_STATE" does not exist in the value list and is not initial either. But I have already added the value pair of the selectedKey using

"NODE_INFO->SET_ATTRIBUTE_VALUE_SET(

NAME = 'APP_STATE'

VALUE_SET = LT_VALUESET )." and I can select it from view. But when I use the attribute bound to the dropdownbykey in select statement as where condition and bind result into table. Before the screen reflash , the error occurs.