Application Development 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: 

check-urgent

Former Member
0 Kudos

what do u mean by check table and value table,can anybody explain in detail,and what is the relation between them,can any body explain various aspects regarding them.its urgent please.

6 REPLIES 6

Former Member
0 Kudos

Hi,

When your check table is parent table for this table. Value table is containing values at domain level. In some case value table can be check table when table itself a parent table.

Rewards points if it is useful

Former Member
0 Kudos

HI,

CHeck Table:When we are creating the foriegn key relationship Check Table is the master table where the primary key exists. These primary key will bw the foreign key of the other table.

Value Table:Value Table describes the Range of Values. The value range of a field can be defined by specifying a value table in the domain. A value table becomes a check table when a foreign key is defined.If u refer to a domain with a value table in a field , but no foriegn key was defined at field level, there is no check

Thanks,CSR.

Please Reward if helpful.

Former Member
0 Kudos

Hi,

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:

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.

Regards,

Sankar

0 Kudos

what is meant by a parent table

0 Kudos

Hi Sandeep

parent table conatins whole data, from this data u can check the field value in a selection screen for validataion ( check table ) and u can maintain f4 help ( value table )

reward points to all helpful answers

kiran.M

Former Member
0 Kudos

Hi,

Check Table is for Field level Validation whereas Value table is for Domain Level Validations.

Value Table proposes table for check table.

I think you are clear with this.

more elaborate.

**************************

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.