Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Select option in global class

Former Member
0 Kudos
396

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.

1 ACCEPTED SOLUTION

uwe_schieferstein
Active Contributor
0 Kudos
127

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

2 REPLIES 2

former_member188685
Active Contributor
0 Kudos
127

try with this table type BAPI_RE_T_SELOPTION populate the infromation according to the structure.

Fieldname

sign

option

low

high

uwe_schieferstein
Active Contributor
0 Kudos
128

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