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
How many types of buffering? : abap data dictionary
What is update task
Hat are the different types of mode (run code) in call transaction method?
Does the call transaction method allow multiple transactions to be processed by sap? : abap bdc
what is 3 tire architecture and how does SAP utilizes this architecture. and how do netweaver came into picture?
What are the different types of luws. What are they?
Hi guy.. i have to face an interview in a couple of day.. so can you please give me some good and tough question on abap.
Which function modules can be used to transfer the data using bdc programming? : abap bdc
what is field string ? & where we are using field strings?
Can we include customizing include or an append structure with pooled or cluster tables? : abap data dictionary
Define structure in abap data dictionary?
What is the use of table control in bdc is it same in module pool table control? : abap bdc
How many ways you can create table? : abap data dictionary
What is an interactive report? What is the obvious difference of such report compared with classical type reports?
what is friend class