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


Please Help Members By Posting Answers For Below Questions

Can a domain, assigned to a data element be changed?

772


there are 2 selection screens. material num in screen 200 and plant in screen 300. so how can you write in INITIALISATION event?

1913


Persistent class

1055


How will you transfer data into a file in application server?

737


What is the different between template and a table?

727






in bdcsome times we get the ok code for "enter" wrongly instead of '/00'.what is the reason.how we can exceed this problem.

1901


What actually happens in real-time recruitment? : sap abap hr

724


Define infotype ? : abap hr

882


when does a list get sent to the screen on the presentation layer?

1573


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 ?

1634


Difference between .Include and .append?

881


What are the types of parameters in the function modules?

808


What are the parameters in bdc_insert? : abap bdc

960


What are the uses of the information in the data dictionary? : abap data dictionary

909


How do you retrieve the data for repetitive structures ? : abap hr

794