Application Development and Automation 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: 
Read only

Field checking in table

Former Member
0 Likes
417

Hi,

May I know it is possible to assign field checking when creating table?

I have a requirement where I need to check the sign values for either '' or '-' when user key in into that particular field, no other values will be eligble besides '' and '-'.

Thanks.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
397

go to data element of the corresponding field in SE11 n click on domain name and there u will find one tab of Value Range..just maintain the value range of tht data element and activate it..

it wil solve ur problem

amit

Message was edited by:

Amit Tyagi

2 REPLIES 2
Read only

Former Member
0 Likes
398

go to data element of the corresponding field in SE11 n click on domain name and there u will find one tab of Value Range..just maintain the value range of tht data element and activate it..

it wil solve ur problem

amit

Message was edited by:

Amit Tyagi

Read only

Former Member
0 Likes
397

you can do that:

1. Create a seperate Z table with the allowed values

2 Assign this table as a check table to the field in your table. This will then check allow a record to be created only if the value exists in the check table.

- Guru

Reward points for helpful answers