what is the difference between transparent, pooled and
cluster table
Answer Posted / eswar
Table Pools
===========
A table pool or table cluster should be used exclusively for
storing internal control information (screen sequences,
program parameters, temporary data, continuous texts such as
documentation). Data of commercial relevance is usually
stored in transparent tables.
A table in the database in which all records from the pooled
tables assigned to the table pool are stored corresponds to
a table pool.
Table Clusters
==============
Several logical data records from different cluster tables
can be stored together in one physical record in a table
cluster.
A cluster key consists of a series of freely definable key
fields and a field (Pageno) for distinguishing continuation
records. A cluster also contains a long field (Vardata) that
contains the contents of the data fields of the cluster
tables for this key. If the data does not fit into the long
field, continuation records are created.
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
How will you define posting procedures?
What are the modes in lock objects? : sap abap data dictionary
what is the purpose of BAPI BAPI_CUSTMATINFO_GETLIST What is input and output of this BAPI.
What are the events in ABAP language?
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....
How to eliminate duplicate entries in internal tables?
What are table clusters?
How to convert normal function module to bapi?
What does the insert statement in extract datasets do?
What are Table control and tab strip control in dialog programming ?
What is the function of the transport system and workbench organiser? : abap data dictionary
What are the system fields? Explain?
Explain the difference between a dialog program and a report?
Have you printed any report?
How to pass data from list to report?