Application Development and Automation 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: 
Read only

List box behaviour

Former Member
0 Likes
529

Hi ppl,

I have a list box on my selection screen with 5 options.

The list box is seen as below on my screen:

Option A

Option B

Option C

Option D

Option E

But, in my client's system, it is seen as

1 Option A

2 Option B

3 Option C

4 Option D

5 Option E

Why does the numbering occur. What can be done to remove the numbering?

Is any code to be written for it?

Thanks,

David.

1 ACCEPTED SOLUTION
Read only

rvinod1982
Contributor
0 Likes
499

Hi,

Goto Customize Local Layout. This is the last icon on the right side on SAP screen.

Click on Options->Expert.

In that there is option Show Keys in all dropdown lists.

This option might be disabled in your system but enabled in the client's system.

Regards,

Vinod

3 REPLIES 3
Read only

rvinod1982
Contributor
0 Likes
500

Hi,

Goto Customize Local Layout. This is the last icon on the right side on SAP screen.

Click on Options->Expert.

In that there is option Show Keys in all dropdown lists.

This option might be disabled in your system but enabled in the client's system.

Regards,

Vinod

Read only

0 Likes
499

Hi,

Is there any way to disable the numbering in listbox through my program so that the numbering does not occur in any system irrespective of the settings?

Thanks,

David.

Read only

0 Likes
499

Hi ,

Declare Ur List box As

First Create Data element as ZOPTION & In domain there u find valur range

enter ur possible entries in fix Val column save & activate it.

Then use this data elemnt as below,

PARAMETERS : l_option type zoption AS LISTBOX VISIBLE LENGTH 5,

Regards,

Sachin