2009 Oct 22 5:41 AM
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.
2009 Oct 22 5:49 AM
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
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.
2009 Oct 22 5:49 AM
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
2009 Oct 22 6:07 AM
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.
2009 Oct 22 6:56 AM
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
| User | Count |
|---|---|
| 6 | |
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |