Skip to Content
0
Former Member
Feb 10, 2009 at 03:57 AM

Does any one have sample code to show texts and value(both) in dropdown ?

35 Views

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.