2008 Feb 04 2:35 PM
Hi all,
I have created a custom table.I need to make few fields as mandatory in the selection screen to dispaly the table contents.If we dont specify the values in one of those mandatory fields,then the data shouldn't get displayed.
Can anyone help on this requirement??!!!
Good info will rewarded.
Thanks in advance,
Jyothi D.
Edited by: jyothi dosapati on Feb 4, 2008 3:38 PM
Hi all,
I have created a custom table.I need to make few fields as mandatory in the selection screen to dispaly the table contents.If we dont specify the values in one of those mandatory fields,then the data shouldn't get displayed.
Can anyone help on this requirement??!!!
Good info will rewarded.
Thanks in advance,
Jyothi D.
Edited by: jyothi dosapati on Feb 4, 2008 3:38 PM
2008 Feb 04 2:39 PM
Hi,
Declare Select-option like this
SELECT-OPTIONS : s_rpmax for zupi5t-rpmax obligatory.
Regards,
Satish
2008 Feb 04 2:49 PM
I am asking about the data dictionary selection screen ,the screen which we get before displaying the table contents.
2008 Feb 04 2:56 PM
Hello Jyothi,
This is not possible.
What u can do this u can attach the domain with certain set of values. So when the table is filled this will became mandatory.
That is the only possiblity.
Regards,
Vasanth
2008 Feb 04 2:46 PM
Hello,
If it is a aprameter field then:
PARAMETER SP_SPRAS LIKE SY-LANGU OBLIGATORY.
SELECT-OPTIONS: SO_MTART FOR MARA-MTART OBLIGATORY..
Cheers,
Vasanth
2008 Feb 04 2:57 PM
2011 Apr 18 11:50 AM
You can use Obligatory inorder to make a select field mandatory
2008 Feb 04 7:59 PM
hi all , do use parameters to create a selection screen where it is mandatory to enter a value or else it will not process further.
eg: PARAMETERS: field_name TYPE table_name-field_name.
2008 Feb 05 4:53 AM
Hi Jyothi,
Greetings!
U can do this using OBLIGATIRY clause in the parameters/select-options.
Parameters: p_matnr like mara-matnr obligatory.
OR
Select-options: s_matnr for mara-matnr obligatory.
Regards,
Vishal.
2008 Feb 05 5:57 AM
2011 Apr 15 3:05 PM
2011 Apr 19 11:47 AM
Hi Jyothi,
As Explained by Vasanth, u can use the domain concept to make the fied as mandatory with the values present in the domain.
Or else you can use the foreign key relation to make the field as mandatory.
Regards,
Rehana Sultana.
2011 Apr 19 1:52 PM
Hi,
Try to find some enhancement(BADI/user exit) for se16/se16n.
2011 Apr 20 4:12 PM
Deleted...error; someone brahmam21 answered an old thread.
Edited by: BreakPoint on Apr 20, 2011 5:12 PM
2011 Apr 22 11:33 AM
Hi Jyothi,
You need to use keyword obligatory in your select-options to make field mandatory...
regards,
Pawan
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |