difference between cluster and pooled tables
Answer Posted / neetu sharma
Transparent Table : Exists with the same structure both in
dictionary as well as in database exactly with the same
data and fields.
Pooled Table : Pooled tables are logical tables that must
be assigned to a table pool when they are defined. Pooled
tables are used to store control data. Several pooled
tables can be cominied in a table pool. The data of these
pooled tables are then sorted in a common table in the
database.
Cluster Table : Cluster tables are logical tables that
must be assigned to a table cluster when they are defined.
Cluster tables can be used to strore control data. They
can also be used to store temporary data or texts, such as
documentation.
| Is This Answer Correct ? | 7 Yes | 6 No |
Post New Answer View All Answers
Give examples of transparent table?
Explain the advantages of different types of bdc's?
What is your approach to find exit and BAdi?
What is Group by in Select statement?
List the events in abap/4 language?
If A is the super class of B. And both the classes have constructor. We create an object of class B. Then which constructor will be called? If both then in which order?
How do you write manual bdc session method? : abap bdc
What are Table control and tab strip control in dialog programming ?
What is a variable in the sap abap?
dear friends, do you know how to configure web dynpro and adobe into ECC6.0 IDES?
Which infotype records can not be deleted ? : abap hr
there are 2 selection screens. material num in screen 200 and plant in screen 300. so how can you write in INITIALISATION event?
Program for Prime numbers and Matrix plz explain me the procedural method with steps
In sap script how to print bar code in vertical manner
Define subtype ? : abap hr