What is the difference between value table and check table?
Answer Posted / suyog_sk
The Check Table is the dependent table to which the relationship is defined using foreign keys.
The contents of the check table field are shown in the input help for the referenced field.
This is nothing but a Parent & Child relationship.
As per DBMS what we call foreign key table, is called as check table in SAP.
The Value table is the table attached to a field at the domain level, where the entry to the field can be only from the value table.
| Is This Answer Correct ? | 5 Yes | 3 No |
Post New Answer View All Answers
What is the table buffer? Which type of tables used this buffer?
How can we create callable modules of program code within one abap/4 program? : abap modularization
how to use table control?if suppose i have 6 records and i want more 4 records in sequence.How to handle this scenario?
What is the maximum number of structures that can be included in a table or structure
what are the two methods of modifying sap standard tables ?
What are the problems in processing batch input sessions?
What is the transaction code to display the payroll results ? : abap hr
What is primary index?
What is the meaning of table buffer? This buffer is used by which type oftable?
What are the uses of secondary indexes?
When a program is created and need to be transported to prodn does selection texts always go with it? If not how do you make sure? Can you change the cts entries? How do you do it?
Badi concepts
How do you write manual bdc session method? : abap bdc
What are the 3 types of function modules in sap?
In selection screen, I have three fields, plant material number and material group. If I input plant how do I get the material number and material group based on plantdynamically?