Brief scenario of check table / value table?
Answer Posted / girish.m
CHECK TABLE: this is given at field level.it contains only
valid values.when we are going to create foreign key
relationship b/t table A and table B, the table B secomes
check table for table A.
Example: they are 2 tables employee table and dept. table.
now we are going to create data of employees in employee
table. now it takes employees belongs to that dept.mentioned
in dept. table, it will not take other dept.
employees.Dept.table becomes check table for employee table.
VALUE TABLE: this is given at domin level. it contains all
possible values. when we press f4 help for the field in
selection-screen the values coming from value table.
| Is This Answer Correct ? | 27 Yes | 9 No |
Post New Answer View All Answers
What are the layers of data description in r/3? : abap data dictionary
How do you get the number of lines in an internal table? How to use a specific number occurs statement?
Explain the disadvantage of using exec sql statement in abap?
How to define selection screen?
What is a logical database?
What are the contents in technical specifications?
What is an authorization in sap?
What is page window?
What is the disadvantage of a call by reference? : abap modularization
What is luw?
Sal abap on hana interview
Explain how to create any functions? How to go about it?
PROGRAM TO CREATE INQUIRY IN SD USING BAPI 'BAPI_INQUIRY_CREATEFROMDATA'
Type casting and error handling
Can we reuse a userexit?