‎2008 May 14 7:26 AM
What are the automatic field checks carried for a field at a screen ?
‎2008 May 14 8:35 AM
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.
‎2008 May 14 7:32 AM
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
‎2008 May 14 8:35 AM
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.
‎2008 May 14 12:38 PM
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.