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

Automatic Field Checks

Former Member
0 Likes
451

What are the automatic field checks carried for a field at a screen ?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
404

hi,

1. field type check.like date, number

2. value list in data domain

3. value table in data domain

4. forien key check at table level

5. check table at table level.

those validation are pick up form ABAP dictionary to screen field.

3 REPLIES 3
Read only

Former Member
0 Likes
404

Hi,

While declaring a Field if you Give the Data Element for a Field then it will adopt the technical settings of that field, if that Data element is having the Value table/Check table then it will accept those valuse only

Regards

Kiran

Read only

Former Member
0 Likes
405

hi,

1. field type check.like date, number

2. value list in data domain

3. value table in data domain

4. forien key check at table level

5. check table at table level.

those validation are pick up form ABAP dictionary to screen field.

Read only

Former Member
0 Likes
404

Hi,

Automatic field checks are nothing but the validations we do with the help of value table and

value range which we declare at the Domain level of a field.

For example if you check the domain of Plant field (WERKS) then you will see the VALUE TABLE

as T001W,that means acheck is made against that table when user geives the input.

Regards,

Raj.