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
What is synchronous update?
What is pnp-sw-found ? : abap hr
What will be your approach towards optimizing legacy code? Will you suggest change in technology? Does OO ABAP bring any performance benefits? How will you deal with queries in a loop? How will you optimize nested loops?
Can we reuse a userexit?
Is it possible to run host command from SAP environment? How do you run?
What are secondary indexes. How can we know which index is being used in a select query?
Explain what are extracts?
It is not possible to create an abap/4 program, which contains only subroutines. State true or false. : abap modularization
in bdcsome times we get the ok code for "enter" wrongly instead of '/00'.what is the reason.how we can exceed this problem.
Difference between call by value and call by reference? : abap data dictionary
What are internal tables? How do you get the number of lines in an internal table?
What is meant by search help? : sap abap data dictionary
What are the dynapro keywords?
What is processing class, where we do them and why? : sap abap hr
How can we upload a text file having delimiters in to legacy system?