I have an existing Table Maintenance View that was built earlier for a custom table.
1st requirement: make BRAND, PROGRAMID, and PROGNAME all required fields (the row should not be saved without a non-blank, non-null entry being put in any of these columns). Currently, you can enter data in some and leave one or more blank.
2nd requirement: PROGRAMID should not allow any duplicate values.
On the Fields tab of this table, MANDT, BRAND, and PROGRAMID are selected for Key and Initial Value.
How can I adjust the TMG to meet these requirements?
Thank you