what is difference between value table and check table?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / prabha
the value table is used for domain level check
where as check table is at field level check...
if the field is defined in the table which is not the value
table of that field then we have to define that field value
table in the entry/help fields tab of currently using table.
if we defined like that that value table act as check table
for the current table.
note : the value table of that field is mention in it domain->
value range
here u can find value table
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / keshav
Value table is used for the fixed value help, i.e., if we
define some fixed possible values for the table field in
its domain then that is value table. And if a foreign key
is linked with the value table to broaden the possible
value search in foreign key related table, then this table
is called Check Table.
Is This Answer Correct ? | 1 Yes | 2 No |
What is the use of info groups? : sap abap hr
What are the different buffering methods?
What two statements would be used to exchange data between programs using abap memory?
Explain sap abap 3-tier architecture?
Reports: Event functionality.
you've to run some program in back ground. how to display the last month info from 1st to 31st?
Explain the advantages of different types of bdc's?
Can we develop program without logical database for hr module data retrieval
What is mean SY-SUBRC=8 in BDC(while uploading data).
Explain lsmw?
It is possible to assign a local data object defined in a subroutine or function module to a field group. State true or false. : abap modularization
Explain the disadvantages of logical databases?