2007 Dec 05 4:28 AM
hi gurus,
gd mrng.
i have a scenario like this i made selection screen obligatory with the help of this statement <b>'select-options:s_matnr for mara-matnr obligatory'</b>.
without entering the lower limit value if i select multiples selection then it displays a message <b>'Make an entry in all required fields'</b> what i want that without entering lower limit value i will enter the values in the multiple selections for this what sud i add ,plz let me know.
2007 Dec 05 4:34 AM
Hi,
Try this.
tables mara.
select-options:s_matnr for mara-matnr default '0' obligatory.
Remove the obligatory keyword & try...
2007 Dec 05 4:30 AM
2007 Dec 05 4:33 AM
The keyword "Obligatory" will not allow you to leave the field(low) empty. That is it natural behaviour.
If you don't want...Create a variant and use that....
go to se38...
give your program name..
select "variant" radio button...
press "Create".
2007 Dec 05 4:34 AM
Hi,
Try this.
tables mara.
select-options:s_matnr for mara-matnr default '0' obligatory.
2007 Dec 05 4:38 AM
Hi
Remove Obligatory and check:
Handle the Matnr inital value in At SELECTION-SCREEN event .
IF so_matnr[] IS INITIAl .
Message Error.
ENDIF.
hope this Helps.
Praveen
2007 Dec 05 4:47 AM
| User | Count |
|---|---|
| 6 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |