what is the difference between transparent, pooled and
cluster table
Answer Posted / hari
Table pools (pools) and table clusters (clusters) are
special table types in the ABAP Dictionary. The data from
several different tables can be stored together in a table
pool or table cluster. Tables assigned to a table pool or
table cluster are referred to as pooled tables or cluster
tables.
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 ? | 24 Yes | 14 No |
Post New Answer View All Answers
What is the role of ‘refresh’ in internal table?
stock transfer from one plant to another plant ? i want the total description.
Does every abap/4 have a modular structure?
How many default tab strips are there?
Lock objects and what are parameters of ENQUEUE FM?
what will happen if called program is not executable ?
Why do we use events and actions in web dynpro?
Is there any method apart from bdc for data upload to sap? : abap bdc
What are Tickets in Realtime ?
What is generic buffering?
Define database layer?
What is an evaluation path? : sap abap hr
Can you give the Example for the structure of an ABAP program? REPORT... NODES: SPFLI, SFLIGHT. DATA:... INITIALIZATION. AT SELECTION-SCREEN. START-OF-SELECTION. GET SPFLI... GET SFLIGHT... GET SPFLI LATE. END-OF-SELECTION. FORM... ENDFORM.
Explain what are standard layouts sets in the sap script?
What is the syntex used to call a screen as dialog box (pop up)?