Answer Posted / m.mohanraj
"I am not very sure about the answer.but i think it is
correct. if it has wrong answer then correct this".
Basically,the cluster table/pool table stores the internal
control informations.
cluster tables are also similar to the transperent tables.
when you create the cluster/pool table it stores the data
definitions in the data dictionary and when you activate
the table, the table structure is stored on the database.
while you are entering some entires the data records are
stored on database.
By using the data definition we can access the data in the
database.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
List some of the many different ways that the sap standard functionality can be changed by a customer?
What is sap abap tables?
How memory management happens for internal tables and work areas in abap?
Explain how many types of tables exist and what are they in data dictionary?
How many types of tables exists and what are they in data dictionary?
In sap script how to print bar code in vertical manner
What is database utility?
What is a multiple line field?
Why do we use events and actions in web dynpro?
Describe the difference between macro and subroutine?
What are the tcodes for performance tuning?
How do we assign dynamic views while creating material master and generating bdc? : abap bdc
Can a transparent table exist in the data dictionary but not in the database physically?
How can an internal table with header line and one without header line bedistinguished when passed to a subroutine?
It is possible to assign a local data object defined in a subroutine or function module to a field group. State true or false. : abap modularization