WHAT IS THE DIFFERENCE BETWEEN CHECK TABLE AND VALUE TABLE?
Answers were Sorted based on User's Feedback
value table is the table specified in the definition of a domain and is checked against all the fields that points the domain.
check table is that table if you define a foreign key that points this domain then the value table is considered to be a check table for that foreign key.
Is This Answer Correct ? | 10 Yes | 0 No |
Answer / siva
a table which is defined at field level called chek table.
but a table which is defined at domain level called value
table. so all the taables fields refering to this domin
will be validated to this table/
Is This Answer Correct ? | 4 Yes | 0 No |
i think both are used for validation purpose only but one is at domain level and another is at field level.
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / mallikarjun s patil
Check table is the one for which we are defining the foreign
key relationship and the value table is the one from which
we are taking a field as a foreign key field..
Is This Answer Correct ? | 1 Yes | 1 No |
i have 3 screens say S1,S2,S3 and i want to validate only S3.What code shud i write in the flowlogic of the screen??
2 Answers Siemens, Tech Mahindra,
how to see the tables of 200 in client 100?
What is the significance of the memory table ‘screen’?
What are the modes in which any update tasks work?
What are base tables of an aggregate object? : abap data dictionary
What kind of financial periods exist in sap? What is the relavent table for that?
Suppose in an ALV report in grid we have to disply matnr, ernam,ebeln,ebelp etc.But when we bring the cursor on that specified field it will show "material number" for matnr, "purchase Document Number" for ebeln etc. how do you acheive this?
Does every abap/4 have a modular structure? : abap modularization
How to create any functions?
Describe data classes? : abap hr
When you are in support, who will give you a Flat file or Excel file(Legacy Data) to upload into SAP System in day-to- day activity?
What is the difference between table and template?