‎2007 May 21 11:10 AM
Let me know difference between Check and Value table in SAP
Thanks,
Vimal
‎2007 May 21 11:12 AM
Hi Vimal ,
Here you go with the Difference :
Check Table
The Check Table is the table used by system to check if a data exist or not exist.
While creating a table if you want to be sure that a field can have some values
and these are in a certain table, you can give IT this table as CHECK TABLE.
Value Table
This is maintained at Domain Level.
When ever you create a domain , you can entered allowed values. For example you go to Domain SHKZG - Debit/credit indicator.
Here only allowed values is H or S.
When ever you use this Domain, the system will forces you to enter only these values.
This is a sort of master check . .
To be maintained as a customization object.
This mean that if you want to enter values to this table you have to create a development request & transport the same.
Differences:
1)check table will carry out the check for input values for the table field being entered in any application
and value table will provide values on F4 help for that table field.
2)The check table defines the foreign keys and is part of the table definition.
The value table is part of the domain definition.
Also Check this info.
CHECK TABLE----
VALUE TABLE
1. It works at table level.----
1. It works at a domain level.
2. It is a master table -
2. It provides a list of values
with a valid set of values.----
which will be automatically
-
proposed as a check table
-
while creating a foreign key
-
relationship.
3. The contents of this table----
3. It is a sort of master check.
will be used for input help----
for which the check table is -
assigned.----
4. It is called as foreign key----
4. It may also be maintained
table in DBMS.----
as a customization object,
-
which may require to
-
transport development request.
Reward if helpful !
Regards ,
Ranjita
‎2007 May 21 11:12 AM
Hi Vimal ,
Here you go with the Difference :
Check Table
The Check Table is the table used by system to check if a data exist or not exist.
While creating a table if you want to be sure that a field can have some values
and these are in a certain table, you can give IT this table as CHECK TABLE.
Value Table
This is maintained at Domain Level.
When ever you create a domain , you can entered allowed values. For example you go to Domain SHKZG - Debit/credit indicator.
Here only allowed values is H or S.
When ever you use this Domain, the system will forces you to enter only these values.
This is a sort of master check . .
To be maintained as a customization object.
This mean that if you want to enter values to this table you have to create a development request & transport the same.
Differences:
1)check table will carry out the check for input values for the table field being entered in any application
and value table will provide values on F4 help for that table field.
2)The check table defines the foreign keys and is part of the table definition.
The value table is part of the domain definition.
Also Check this info.
CHECK TABLE----
VALUE TABLE
1. It works at table level.----
1. It works at a domain level.
2. It is a master table -
2. It provides a list of values
with a valid set of values.----
which will be automatically
-
proposed as a check table
-
while creating a foreign key
-
relationship.
3. The contents of this table----
3. It is a sort of master check.
will be used for input help----
for which the check table is -
assigned.----
4. It is called as foreign key----
4. It may also be maintained
table in DBMS.----
as a customization object,
-
which may require to
-
transport development request.
Reward if helpful !
Regards ,
Ranjita
‎2007 May 21 11:42 AM
‎2007 May 21 11:24 AM
hi vimal,
check table : mainly used for referential integrity purpose in foreign key relationship.it contains all the primary key values of field [primary key] of a data base table.
value table: contains a list of values . value table can be attached to a domain of a table filed by which user can select any one of existing values from that value table.
if helpful reward some points.
with regards,
suresh babu aluri.