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
Is the basic list deleted when the new list is created?
What is size category?
What is a type-pool?
What function does data dictionary perform?
What are Tickets in Realtime ?
Explain the systems fields used for interactive lists and lists?
How do you set up background jobs in sap? What are the steps? What are the events driven batch jobs?
Difference between user exit and badis?
What is sap script? Describe its components.
1. If I send 5 entries of table from one system to another system, if the only 4 entries there in the target system what I have to do? 2. If I send the customer master IDOC from one SAP system to another system, if one field is missing in target table what is the steps? 3. If I want to access the 4th row 3rd column in the hashed table how to do it? 4. Whether there is any other statement than MODIFY statement to modify the content of internal table?
What are the types of subroutines? : abap modularization
What is going life actually? What is the role of a functional consultant in it? : sap abap hr
What is meant by search help? : sap abap data dictionary
Explain how to create any functions? How to go about it?
What is the use of the raising exception? : abap modularization