What is the difference between check table and check field
Answer Posted / megha suman
CHECK TABLE:
A foreign key links two tables T1 and T2 by assigning fields of table T1 to the primary key fields of table T2.
Table T2 is then known as the check table of the foreign key.
VALUE TABLE:
Sometimes when you define a domain, you already know that all fields that use the domain will need to be checked against a particular table. You can store this information in the domain definition by specifying a value table.
If you try to define a foreign key for a field that points to this domain, the value table of the domain is proposed as the check table for the foreign key.
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What is dialog module?
What are the table controls in bdc ? What is the difference between bdc and lsmw ?what is the difference between bdc and rfc ? : abap bdc
What is logical database? : abap hr
What is the maximum number of match code id's that can be defined for one match code object ?
What are the data types of the external layer? : abap data dictionary
Explain how is batch input process different from processing on line?
How do you do bdc for a table control? : abap bdc
Write syntax for message error (report)?
What is the use of 'for all entries'?
Can there be more than 1 main window in sap script?
What is an update task? : abap modularization
What is an interactive report?
Static and instance variable and method with live example. Why and when to use
What is use of transparent table in abap? How it is different from pool tables?
1.If there is one receiver,then To send 10 materials at a time through BD10 tcode, How many Master Idoc create? 2.If there is one receiver,then To send 1 material at a time through BD10 tcode, how many Master Idoc generated? 3.Can I Send Multiple Messges through BD10 tcode?