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
Explain what is an rdbms?
Program lines for the radio button selection and unabling some input variables in section screen
Is it possible to pass data to and from include programs explicitly? : abap modularization
What is the use of a pretty printer?
how to track records from data dictionary?
How we can retrieve data using secondary index. Explain with simple example?
What are the aggregate objects in the dictionary? : abap data dictionary
when does a list get sent to the screen on the presentation layer?
Explain buffering
What are the check tables?
Difference between Read and Get cursor?
What are internal tables? : abap hr
What is dynpro? what are its components ?
How do you connect to the remote server if you are working from the office for the client in remote place?
What are the advantages of abap query tool?