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
I am uploading 100 records out of which say 59th record has error so what will happen if I am using synchronous or asynchronous method of bdc? Can we update the database using local update mode how? : abap bdc
Table events aNd table maintains generation
Find the scenario and give the result: a, b, c are employees, where a, b will get basic, hra, da. C gets basic and da. How to group for the allowances? : sap abap hr
Can we use transfer dataset to transfer data in internal table ?
What is the syntax for ‘call transaction’?
Does the call transaction method allow multiple transactions to be processed by sap?
Does the bdc-insert function allow multiple transactions to be processed by sap? : abap bdc
Name the abap/4 modularization techniques? : abap modularization
What is sap locking?
what is user specific parameter?
Does sap handle multiple languages?
what are the various types of parameters and how are they distinguished from one another?
What is open sql vs native sql ?
Explain open dataset in sap abap?
What is update task