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
Can a domain, assigned to a data element be changed?
there are 2 selection screens. material num in screen 200 and plant in screen 300. so how can you write in INITIALISATION event?
Persistent class
How will you transfer data into a file in application server?
What is the different between template and a table?
in bdcsome times we get the ok code for "enter" wrongly instead of '/00'.what is the reason.how we can exceed this problem.
What actually happens in real-time recruitment? : sap abap hr
Define infotype ? : abap hr
when does a list get sent to the screen on the presentation layer?
After running a BDC program in background, next day morning when you see the results, few records are not updated(error records). What will you do then ?
Difference between .Include and .append?
What are the types of parameters in the function modules?
What are the parameters in bdc_insert? : abap bdc
What are the uses of the information in the data dictionary? : abap data dictionary
How do you retrieve the data for repetitive structures ? : abap hr