Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Restrict Blank value in a custom table field.

Former Member
0 Kudos

Hi All,

I have a custom table with some fields with check table search help. One of the field I want to make it value required field. For example Field u2018Cu2019 should have value (no blanks or Spaces). Field u2018Cu2019 has a check table search help and master data table does not have any blank value. Field u2018Cu2019 is not a key field. Suggestions in this is highly appreciated.

Ram.

2 REPLIES 2

Former Member
0 Kudos

Hi Ram,

You can create a Table Maintenance Generator for you custom table and you can use to TMG events to put a check the the field 'C' should not be initial.

Refer to the link for TMG events

http://wiki.sdn.sap.com/wiki/pages/viewpage.action?pageId=93454609

Regards,

GP

shaik_sajid
Active Contributor
0 Kudos

Hi,

Go through the Following link, modify the code according to your requirement.

[;

Regards

Sajid