2007 May 11 12:57 PM
Hi All,
Inside my Selection screen there is one parameter --> procurement type and i want to make assign S and F as defalut values for it.
Please suggest me how can i assign two default values to one parameter.
Thanks.
HI,
You can do that in the INITIALIZATION section of the report.
This section is executed before the screen is shown and only once.
Example
INITIALIZATION.
field1 = 'initial value1'.
Best Regrds,
Sesh
Message was edited by:
Seshatalpasai Madala
2007 May 11 12:59 PM
HI,
You can do that in the INITIALIZATION section of the report.
This section is executed before the screen is shown and only once.
Example
INITIALIZATION.
field1 = 'initial value1'.
Best Regrds,
Sesh
Message was edited by:
Seshatalpasai Madala
2007 May 11 1:04 PM
parameters u cannot do that , try if u can use this
select-options : s_matnr for mara-matnr no intervals no-extension.
initialization.
s_matnr-low = '1111111'.
append s_matnr.
s_matnr-low = '2222222'.
append s_matnr.
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |