What is the difference between value table and check table?
Answer Posted / tony foster
A value table is defined in the "value table" field of a
domain. A value table becomes a check table when a
structure or table field defined using a domain with a
value table also has the foreign key relationship defined.
i.e The value table then becomes the check table for the
table/structure field
This is not to be confused with the fixed values or ranges
that can be defined in the domain in the value range tab.
This is not a value table, this is better described as an
in situ value list (All of these values for all domains are
stored in SAP tables DD07L & DD07T)
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
How to upload more than 2GB file from External Source to SAP?
What happens Update command is used without where clause ?
Explain the different types of view?
In the `select' statement what is group by ?
What are the advantages of logical databases : abap hr
What is logical database? : abap hr
How are BAPI different from normal function modules?
what is difference between set screen and call screen ?
What are the different database integrities?
How do you backup Sapscript layout sets? Can you download and upload? How?
Explain about drill down report?
What is the significance of the memory table ‘screen’?
Can you give the Example for the structure of an ABAP program? REPORT... NODES: SPFLI, SFLIGHT. DATA:... INITIALIZATION. AT SELECTION-SCREEN. START-OF-SELECTION. GET SPFLI... GET SFLIGHT... GET SPFLI LATE. END-OF-SELECTION. FORM... ENDFORM.
Explain what is an rfc?
What is step-loop?