abapsap-basissap-data-dictionary

Can the user be forced to enter a non-initial value by the Table Maintenance screen in SM30?


I'd like to force the user to chose between Yes and No, and not let him add an entry where the value is initial.

enter image description here

This is regardless of whether I check the Initial checkbox in the table definition.

Can this be done?

Domain data type : CHAR, 1 character, no conversion routine. Value range: single values: '1' description = 'Yes' '2' description = 'No'


Solution

  • You can edit the screen and set the field to mandatory. Be aware that you will loose the change if the screen is re-generated.