Hello All,
can anyone tell us how to make mandatory field with asterisk mark* in material UI, below are the activity what we did but still not working,
in data model marked required field and UI config also check mandatory,
Regards
Ajay
Hello!
there is another possile way to achieve this:
use custom field property badi and CHECK_ENTITY badi
in custom field you can set Mandatory (makes the *), Hidden and Readonly.
the check Badi then is used to really check the field.
create and use a central table (decision table in BRF+ perhaps) and read it in both places. For check you need only entries with M.
As an selection criteria you may use change request type, step, status, material type and so on. Table returns field and property.
then you have a dynamical way to control field properties for everything.
works fine, standard now in every project :-)
M.
Add a comment