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
Explain what is the purpose of sap script?
Explain the differences between interactive and drill down reports?
Does the call transaction method allow multiple transactions to be processed by sap? : abap bdc
Explain data dictionary in abap?
What is the maximum number of structures that can be included in a table or structure : abap data dictionary
What is For-period and In-period
What is partner selection?
What is meant by stacked list?
How to insert a line into abap internal tables?
What are the Synchronous and asynchronous methods in bdc ?
What are the different types of luws. What are they?
How can we set the tablespaces and extent sizes ?
How to add a column to a table control while using alphanumerical layout editor ?
What is the use of a pretty printer?
What are the function modules used to create batch input session? : abap bdc