what is difference between value table and check table?
Answer Posted / prasanthi buddepu
Value table helps in domain level data validation whereas
Check table in field level data validation.
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. It cannot be used in the Input Help.
The Check Table is the dependent table to which the relationship is defined using foreign keys. The contents of the check table field can be shown in the input help for the referenced field.
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
If a table that is to be extended contains a long field, we cannot use append structures why? : abap data dictionary
What are the types of subroutines? : abap modularization
what is field string ? & where we are using field strings?
What are the 3 types of function modules in sap?
What are the different types of parameters? : abap modularization
How can we create callable modules of program code within one abap/4 program?
What is the step-by-step process to create a table in data dictionary? : abap data dictionary
How to display or know if the value entered contains records or not?
What is asynchronous and synchronous update?
What are the advantages of different types of bdc's?
What is personnel sub are
what are the various types of parameters and how are they distinguished from one another?
What is the significance of the screen number ‘0’?
What is elementary search help? : sap abap data dictionary
Concepts of OO ABAP and why we are using it?