what is difference between value table and check table?
Answer Posted / prasanthi buddepu
Value table helps in domain level data validation whereas
Check table in field level data validation.
The Value table is the table attached to a field at the domain level, where the entry to the field can be only from the value table. It cannot be used in the Input Help.
The Check Table is the dependent table to which the relationship is defined using foreign keys. The contents of the check table field can be shown in the input help for the referenced field.
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
Explain the difference between function group and function module?
how to use the xk01 in realtime.can it apply the others. how it it will goes to first page and next page.
Can you assign a matchcode object to a parameter? If so how?
Is the basic list deleted when the new list is created?
Which table stores the programs created?
What is the difference between leave transaction and call transaction?
What is the difference between Classic badi and Kernal badi ?
What are field symbols and field groups? Have you used component idx of structure clause with field groups?
when run my program in se38 it was showing output, when i take background execution and giving printer details it was shoing out put. but in SP01 when i give the Spool Request Number it was showing not yet processed entire page why it happens i dont know please give me a solution.
What are internal tables? How to use a specific number occurs statement?
Different types of luws. What are they?
Reports: Event functionality.
What is use of transparent table in abap? How it is different from pool tables?
What is the difference between RETURNING and CHANGING parameters for a method?
How do you process errors in session method ? : abap bdc