What is the difference between check table and check field
Answers were Sorted based on User's Feedback
Answer / palapati
check table is defined as a non key field of a table is being validated again the key field of other table.
check field is nothing master table.
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / alok shukla
Value table - It's a field in a domain it helps in domain level data validation.
Check table - unlike value table it helps in feild level data validation.
Is This Answer Correct ? | 0 Yes | 1 No |
Answer / 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 |
Why long time required to copy the file than delete the same file.
what is the difference between select single * and slect upto 1 rows...
what is at new carrier
What is COMMIT concept in BAPI?
Once the recording is done in BDC and LSMW...if we are asked to add an additional field later...then how do we add the field to the existing one...?
4 Answers Deloitte, Tata Steel Limited,
What are the check tables and value tables?
what will happen if called program is not executable ?
10> Can u give me one example where we should use only CALL TRANSACTION method in BDC?
what is sap scriptview ?
How can end-of-selection be used?
function modules are also external subroutines. State true or false. : abap modularization
wat is the significance of keyword " LIKE ".