what is the difference between transparent, pooled and
cluster table
Answer Posted / vijju
Transparent table has master and transitional data.
we create the transparent tables maximum in ddic. it has one to one relationship between ddic and database.
cluster and pooled tables has control data. it has internal details of system means descriptions, program parameters, screen sequences etc..
it is many to one relationship. ie many tables of cluster/pooled tables has one database table.
cluster has primary key but pooled doesn't.
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
What are the two levels in defining a match code ?
Explain the types of bdc's?
What is the use of message command in a report? What are the different message types?
What is foreign key relationship? : abap hr
Hi All , Would be providing online trainings for SAP ABAP , guidance with real time experience examples , guidance in profile prepartion . Any one intrested please contact on 8978890047.
What is function group?
What is check table?
What are the ways you can do the tuning?
In the abap/4 dictionary tables can be defined independent of the underlying database (t/f). : abap data dictionary
Proxy Programming with ABAP - How to develop the Proxy identification through programming
What is the difference between sy-tabix and sy-index? Where it is used?
Why is pretty printer user in abap?
Can we access static attribute from instance method
What are roles and authorization objects?
There is a delivery that is being created through the ABAP code and in the middle it says delivery created but someone is modifying , how would you rectify this issue