Brief scenario of check table / value table?
Answer Posted / guest
Value Table - This is maintained at Domain Level.
When ever you create a domain , you can entered allowed
values. For example you go to Domain SHKZG -
Debit/credit indicator. Here only allowed values is H or
S. When ever you use this Domain, the system will force you
to enter only these values. This is a sort of master
check . To be maintained as a customization object. This
mean that if you want to enter values to this table you
have to create a development request & transport the same.
Check table - For example you have Employee master table &
Employee Transaction table.
When ever an employee Transacts we need to check whether
that employee exists , so we can refer to the employee
master table. This is nothing but a Parent & Child
relationship . Here data can be maintained at client
level , no development involved. As per DBMS what we call
foregin key table, is called as check table in SAP.
| Is This Answer Correct ? | 40 Yes | 3 No |
Post New Answer View All Answers
Why do we declare a method of a class final? What can be the purpose? Give a scenario.
Can a constructor be redefined?
HOW TO DIFFERENT CALL TRANSACTION ON THE BASIS OF DOUBLE CLICKING ON DIFFERENT FIELD.
How can we access the correction and transport system?
Explain the disadvantage of using exec sql statement in abap?
How many types of views are there? : abap data dictionary
What are the pooled and cluster tables?
What are the internal tables and work area?
Define external layer?
What are the different modes of processing batch input sessions? : abap bdc
What is the difference between bdc_open_group and bdc_open_dataset. : abap bdc
What is the use of 'table index'?
Can a transparent table exist in data dictionary but not in the database physically? : abap data dictionary
What is alv programming in abap?
what is call back in alv?