Brief scenario of check table / value table?
Answer Posted / sridhar kasthuri
Value Table:
Always Value table means table which contain the all
possible existing value for that field(key).It refers to F4
functionality. Usually we will create any value table
whenever we are creating the key's domain.
Check Table:
The name itself is defines that it is the table which is
giving the check function when the foreign key is populated
with some value.
I mean to say that at the time you are populating elements
into the foreign key table at that time
ex: foreign key [ ]
you entered some value in above field and pressed ENTER
key on key board then system automatically excutes the
select statement on the existing check table, in order to
know whether this key's entry exist in the check table or
not.
So here the check table means the reference for comparision.
And foreign key table means referee which is asking for
check.
| Is This Answer Correct ? | 14 Yes | 4 No |
Post New Answer View All Answers
What is the differences between structure and table in data dictionary in abap?
What are the two ways for restricting the value range for a domain? : abap data dictionary
How do you send files to the legacy systems from sap and vice versa? How does one know that the legacy files have come on to the sap server you are working on? : abap bdc
When value table becomes check table?
Explain the difference between get and get late?
What are the different types of luws?
Can a constructor be declared private? If yes then in which scenario?
What is native sql?
How to find the return code of an stmt in abap programs?
HOW CAN YOU USE A PAGE COUNT IN CALLING A PAGE IN SMARTFORM?
What are the personnel administration related infotypes? : abap hr
what are the two methods of modifying sap standard tables? : abap data dictionary
How can you manipulate the presentation and attributes of interactive lists?
what is user specific parameter?
Can a transparent table exist in data dictionary but not in the data base physically? : sap abap data dictionary