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
What do you do when the system crashes in the middle of a BDC batch session?
Do we create table fields with out data elements and domains?
What is the function module for INDIAN PAYROLL to read table cluster for given cluster table and sequence number?
The extract statements in field groups can be used before or after processing the sort statements. State true or false. : abap modularization
What two statements are required in an abap program to output an icon using a write statement?
How to create user interfaces for lists?
What are the function module in bdc?
Explain what are the problems in processing batch input sessions? How is batch input process different from processing on line?
Explain what is an rdbms?
What are the Synchronous and asynchronous methods in bdc ?
GUYS any one please can u post questions in sap a bap webdynpro questions.. please i need to know some technical questions regarding webdynpro and ADOBE forms ?
i have executed a report via back ground job, in this report i have used enqueue and dequeue function modules on a table, but before releasing the lock(before dequeue function module is not call) job gives the dump, so the lock is not released the table, here my question is how to set the lock automatically release the there is a short dump before calling the dequeue module?
What is check table?
What are the Various Types of internal tables?
Explain what are the problems in processing batch input sessions?