difference between cluster and pooled tables
Answers were Sorted based on User's Feedback
Answer / guest
pooled tables: these r small small tables having 100
records in each of them!but, these tables were used for
storing the system data!in these tables there will be no
keys!these tables r having many - to - one relationship!
these tables r having different names which doesnt match
with database tables.
cluster tables: these r very large tables so many records
in each of them!but, these tables were used for storing the
system data!in these tables atleast one primary key will be
present to find the record!these tables r having many - to -
one relationship!
these tables were used by basis people to calculate the
system performance!
Is This Answer Correct ? | 24 Yes | 2 No |
Answer / sridhar kasthuri
cluster tables :
>maintains prinary key reationship.
>these are less no of cluster table which had large no of
records
pooled tables :
> doesnt maintain any primary key relationship
>these are more no of pooled table which had less no of
records
Is This Answer Correct ? | 12 Yes | 2 No |
Answer / 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 |
Answer / rehek
A transparent table is a table that stores data directly. You can read these tables directly on the database from outside SAP with for instance an SQL statement.
Transparent table is a one to one relation table i.e. when you create one transparent table then exactly same table will create in data base and if is basically used to store transaction data.
A clustered and a pooled table cannot be read from outside SAP because certain data are clustered and pooled in one field.
One of the possible reasons is for instance that their content can be variable in length and build up. Database manipulations in Abap are limited as well.
But pool and cluster table is a many to one relationship table. This means many pool table store in a database table which is know as table pool.
All the pool table stored table in table pool does not need to have any foreign key relationship but in the case of cluster table it is must. And pool and cluster table is basically use to store application data.
Table pool can contain 10 to 1000 small pool table which has 10 to 100 records. But cluster table can contain very big but few (1 to 10) cluster table.
For pool and cluster table you can create secondary index and you can use select distinct, group for pool and cluster table. You can use native SQL statement for pool and cluster table.
A structure is a table without data. It is only filled by program logic at the moment it is needed starting from tables.
A view is a way of looking at the contents of tables. It only contains the combination of the tables at the basis and the way the data needs to be represented. You actually call directly upon the underlying tables.
Is This Answer Correct ? | 2 Yes | 4 No |
Answer / babulu
If people donno answers I request them to keep their mouths
and hands tied instead of giving rubbish answers
Is This Answer Correct ? | 4 Yes | 11 No |
In selection screen, I have three fields, plant material number and material group. If I input plant how do I get the material number and material group based on plantdynamically?
How memory management happens for internal tables and work areas in abap?
Difference between sy-tabix and sy-index? Where it is used? Can you check sy-subrc after perform?
IF I SAVE A TRANSACTIONAL DATA TABLE IN APPL0 INSTEAD OF APPL1 DURING TECHNICAL SETTINGS OF A NEW TABLE WHTHER IT WILL CREATE ANY PROBLEM OR IT WILL WORK SMOOTHLY???
Q : I want to see material details in secondary list based on material No. from basic list. I will double click on any row, any field of basic list (not on field containing material no.) & the secondary list will display material details according to material No. on that row. Is it possible? If so how?
i want to see a material master data which is at client side.How can i view that?
In selection screen I have three fields, plant mat no and material group. If I input plant how do I get the mat no and material group based on plant dynamically?
What are aggregated objects : abap data dictionary
In SAP R/3 architecture, how many databases can exist?
I a custom table some one has edited and deleted something, So how we should maintain the log for changed and edited datas
wat are the SAPscript symbol?which of the following is not a SAPscript symbol?
How field validations can be done in LSMW?