2008 Oct 08 7:11 AM
Hi,
I want to add one data dictionary field as select option in a global class. I am trying to declare as table type. But i missed out something and it is not working. Could anybody help me out in this.
Regards,
Krishna.
2008 Oct 08 9:12 AM
Hello Krishna
You may have a look at table type RSELOPTION (line type RSDSSELOPT).
Alternatively, you can use a trick to "import" select-options for a selection screen into your class:
Regards
Uwe
2008 Oct 08 7:38 AM
try with this table type BAPI_RE_T_SELOPTION populate the infromation according to the structure.
Fieldname
sign
option
low
high
2008 Oct 08 9:12 AM
Hello Krishna
You may have a look at table type RSELOPTION (line type RSDSSELOPT).
Alternatively, you can use a trick to "import" select-options for a selection screen into your class:
Regards
Uwe