What Is The Difference Between Check Table and Value Table
What Is The Difference Between Check Table and Value Table
Table
As a ABAP consultant,most of the times ,up to 7 years experience interviews,we will face check
table and value table definitions interview questions and difference between check table and
value table questions ,so we must be know concepts of check table and value table to crack the
interview.For this we need know clear meaning of both tables.
Value Table
Check table
check table will carry out the check for input values for the table field being entered in any
application.
check table is validation at field level.The Check Table is the table used by system to check if a
data exist or not exist.
While creating a table if we want to ensure that a field can having some values
and these are in a certain table, we can give this table as CHECK TABLE.
For example we have Employee master table & Employee Transaction table.
When ever an employee Transacts we need to check whether that employee exists , so we can
refer to the employee master table.
The contents of the check will be used as an input help (F4 Help) for a particular field on which a
check table is assigned But the contents of Value Table are never used in Input Help.