2008 Oct 15 11:45 AM
How to declare a field in the selection screen as single value, ranges or multiple values
2008 Oct 15 11:49 AM
Hi,
Its very Basic Question.
For single values use-Parameters:p_int type i.
For ranges use Select-options:s_matnr for mara-matnr NO-EXTENSION.
For multilple values same as Ranges just remove the NO-EXTENSION.
Take a look at the SAP help.
2008 Oct 15 11:46 AM
2008 Oct 15 11:46 AM
Hi,
To declare a single value you have to use PARAMETER and for defining a range you have to define SELECT-OPTION.
For example:
parameters:
p_matnr type mara-matnr.
select-options:
s_matnr for mara-matnr.Thanks & Regards,
Navneeth K.
2008 Oct 15 11:49 AM
Hi,
Its very Basic Question.
For single values use-Parameters:p_int type i.
For ranges use Select-options:s_matnr for mara-matnr NO-EXTENSION.
For multilple values same as Ranges just remove the NO-EXTENSION.
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |