How to create a dropdown listbox in selection-screen

Question: Hi All

Can I create a dropdown listbox for selection in a report selection screen with hardcoded values ?

I need to select month in my list box Parameter. I want to give a drop down list box to user with all 12 months hardcoded.

Is it possible to declare listbox in selection-screen and then assign values to it in AT SELECTION-SCREEN ?

Or do I need to create a DOMAIN.

Thanks in Advance

Amol
_________________
New to ABAP ...

Answer:
I'm sure R has covered this in the Knowedge corner, have you looked there (rhetorical)
_________________
The Doc
Magna Grand Docot of the Tuly Idiot Order

2007 Basic Rules

Answer:
I'm sure R has covered this in the Knowedge corner, have you looked there (rhetorical)

(Rhetorically) speaking, yes I have. Have a look at topic 0024 - Managing User Input and also follow the link to domains as well.
_________________
Regards

R


Abap KC
SFMDR

Answer:
Amolik,

I did the same it the following way:

1. Create domain with text values
2. Create data element referred to domain
3. Create report (SE38) with parameter referred to domain
4. Change parameter atribute to 'drilldown listbox' in layout of transaction SE51, screen 1000.

Then you will display a lisbox with entered month texts.

Regards.
Copyright ?2007 - 2008 www.jt77.com