‎2007 Mar 22 4:29 AM
‎2007 Mar 22 4:37 AM
Hi Asia,
Whenever you design a table in ABAP dictionary, you need to specify <b>MANDT</b> field in the DB tables, this MANDT means that the table stores Client specific data, here MANDT specifies the Client ,i.e. the present client which we have logged on into.
Other than this one, if we want tomake any other field mandatory, while designing the table just tick in the two checkboxes coloumns beside the field and this makes the field primary and also mandatory.
Hope this resolves your query.
Reward all the helpful answers.
Regards
‎2007 Mar 22 4:37 AM
Hi Asia,
Whenever you design a table in ABAP dictionary, you need to specify <b>MANDT</b> field in the DB tables, this MANDT means that the table stores Client specific data, here MANDT specifies the Client ,i.e. the present client which we have logged on into.
Other than this one, if we want tomake any other field mandatory, while designing the table just tick in the two checkboxes coloumns beside the field and this makes the field primary and also mandatory.
Hope this resolves your query.
Reward all the helpful answers.
Regards
‎2007 Mar 22 4:43 AM
it's not that mandatory, like as we do in reports giving a field mandatory/obligatory means that field needs to be entered.Like that we hwve to do in data dictionary.
What i got a clue is at the domain level
‎2007 Mar 22 5:57 AM
Hi Asia,
As said earlier my meaning was to tick the KEY checkbox to make it mandatory, you did not understand it. Just do it in the Table creation level and you can understand it yourself.
Hope this resolves your query.
Reward all the helpful answers.
Regards
‎2007 Jul 06 3:11 AM
Hi,
You can use 'obligatory' to do the require field in field level. see the following example,
<b> data: l_vkorg like vbak-vkorg as obligatory.</b>
This may helpful for you !
If it helps you dont forget to reward.
Reg,
<b>Suresh Kumar. V</b>
‎2007 Mar 22 4:39 AM
Asia ,
While creating the table you have select the check box Under the "KEY " then that filed will become mandatory for that table.
If you want on Screen you have the set the attribute of that field as "required" .
For this you need authorization to change the screen.
Pls. rewars if useful.
‎2007 Mar 22 4:39 AM
‎2007 Mar 22 5:14 AM
Hi Asia,
When you are creating a Table then just specify the field with a key, it will become the mandatory field.
Thanks and regards
Vipin Das
‎2007 Mar 22 5:39 AM
Hi,
which field you want to mandatory then check the key field so that fields become key(mandatory) filed.
Thanks
sasmita
‎2007 Mar 22 5:53 AM
Hey..I can see many correct answers for this thread but you have not rewarded any points to any one... If this is gonna continue.. then ur questions will be just ignored and none will answer ur queries..
Cheers,
Sam
‎2007 Mar 22 5:56 AM
hi,
While we are creating table there is a check box i;e optional,if we chose this the field is not mandatory............
thanx.
‎2007 Mar 22 5:56 AM