Difference between transparent tables and pooled tables ?
Answer Posted / paramjeet
Transparent tables: Transparent tables in the dictionary has
a one-to-one relation with the table in database. Its
structure corresponds to single database field. Table in the
database has the same name as in the dictionary. Transparent
table holds application data.
Pooled tables: Pooled tables in the dictionary has a
many-to-one relation with the table in database. Table in
the database has the different name as in the dictionary.
Pooled table are stored in table pool at the database level.
Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
What happens Update command is used without where clause ?
Explain the different types of mode (run code) in call transaction method?
When the top-of-page event does get triggered?
how can we use the text randomly or circularly in smartforms.... means... suppose i have 'abap' horizantally... but i want it in vertically... how can... plz any body tell me this....
What happens if we use leave to list-processing without using suppress-dialog?
What is the max. No. Of structures that can be included in a table or structure? : abap data dictionary
How to create a check box/option button in a list?
Why do we use FOR ALL ENTRIES and what is the pre-requisite
Structures can contain data only during the runtime of a program (t/f) : abap data dictionary
Explain what is an rdbms?
function modules are also external subroutines. State true or false. : abap modularization
How do you set up background jobs in sap?
Explain sap abap 3-tier architecture?
How to get that a secondary index is attached to a select query?
What are secondary indexes. How can we know which index is being used in a select query?