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
How do you find out whether a file exits on the presentation server?
Explain difference between primary key and unique key?
What are the aggregate objects in the data dictionary? : abap data dictionary
What are the three hierarchical levels of data types and objects?
In which particular scenario we use sorted table and which particular scenario we use standard table?
function modules are also external subroutines. State true or false. : abap modularization
What is the difference between the function module and a normal abap/4 subroutine? : abap modularization
In which time constraint does the infotype records depend on the subtype ? : abap hr
What is the use of message command in a report? What are the different message types?
What do you do when the system crashes in the middle of a BDC batch session?
How do you move on to the next screen in interactive reporting?
What is step-loop?
What are the functional areas? User groups? And how does abap/4 query work in relation to these?
Which database object is used for storing the system variables? : abap data dictionary
In BDC, data transfer is done success in foreground mode but if we done the same in background mode it shows errors. What is the reason?