Hi All,
Does any one have sample code to show texts and value(both) in dropdown ?
Below code show text but i need to show value as well.
DATA: LT_VALUESETA type WDR_CONTEXT_ATTR_VALUE_LIST,
L_VALUEA type WDR_CONTEXT_ATTR_VALUE.
SELECT EKORG TXT30 FROM TXXXX INTO TABLE LT_VALUESETA
Node_IMPORTING->SET_ATTRIBUTE_VALUE_SET( name = 'EKORG'
value_set = LT_VALUESETA ).
Your help is really appreciated.
-Chris.