2008 Jun 03 12:18 PM
Hi,
How to make a filed mandatory on the selection screen?
Regards
Sha
Hi,
How to make a filed mandatory on the selection screen?
Regards
Sha
2008 Jun 03 12:20 PM
Select-option: matnr for mara obligatory.
Put the word Obligatory, then its become Mandatory.
Akshitha.
2008 Jun 03 12:21 PM
tables : kna1.
select-options : s_field for kna1-kunnr OBLIGATORY.
2008 Jun 03 12:33 PM
You can make Parameters and Select-Options mandatory
Parameters: p_matnr type matnr obligatory.
2008 Jun 03 12:35 PM
Hi.
OBLIGATORY
Effect
This addition defines the first input field for the selection criterion on the selection screen as a required field. If this field is blank, the user cannot exit display of the selection screen using the Execute function (F8), but only using the functions Back, Exit, or Cancel.
<REMOVED BY MODERATOR>
Regards.
Jay
Edited by: Alvaro Tejada Galindo on Jun 3, 2008 6:19 PM
2008 Jun 03 12:46 PM
Hi,
You can use the OBLIGATORY addition to the PARAMETERS statement to make the parameter a required field on the screen on which it is defined. You can set this attribute (or remove it, using OBLIGATORY OFF) for each copy of the parameter. If you do not use either of the additions, the attribute is derived from the 'original' parameter definition.
for example
PARAMETERS f1(10) TYPE C OBLIGATORY.
here f1 is the mandatory parameter.so u should fill the value for this parameter.
thanks.
regards,
dhaya.
2008 Jun 03 8:50 PM
hi,
parameters: testchar type string obligatory.
this way u can make the field oblagatory.
2011 Aug 12 7:20 AM
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |