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
Of the two call transaction and session method, which is faster?
What are advantages and disadvantages of logical data base
Explain how to Handle the internal tables in ABAP?
How we format the data before before write statement in report ?
How many default tab strips are there?
What is singleton pattern in OOPS?
What is a table cluster? : abap data dictionary
How do you document abap/4 programs? Do you use program documentation menu option?
What are the function modules used in f4 help?
Have you set up a back ground job ? How to create a background job without a variant ?
From excel to abap - is batch mode possible ? : abap bdc
What are system variable in abap?
What are the layers of data description in r/3? : abap data dictionary
What is client in the sap system? : sap abap hr
What does the insert statement in extract datasets do?