What z the difference between a pool table and a transparent table and how they are stored at the database level?
Answer Posted / rajkumar gupta
From user point of view all tables are used to store data. From administrator point of view Transparent tables do exists with the same structure both in the dictionary as well as in the database.
Pool & Clustered tables are Logical tables, which are arranged as records of transparent table. These are not manageable directly by using database system tools.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the differences between structure and table in data dictionary in abap?
Name the abap/4 modularization techniques?
What is the function of a data element? : abap data dictionary
How can I get ascii value of any letter? Is there any function?
Can I execute user exits? If yes, how?
Which database object is used for storing the system variables? : abap data dictionary
What are the different control break statements available inside a loop?
Explain the systems fields used for interactive lists and lists?
What is internal payroll process? : sap abap hr
What are the functional areas, user groups? How does abap query work in relation to these?
What takes most time in SAP script programming?
What is the disadvantage of using exec sql statement in abap?
We have got some values for Field F1 say 1,2,3,4 and F2 say 10,10,10,10.Now can you tell me what would be the output for F1 if we use At End Of event?and what would be the output for F2 if we use At Last event?Also i want to know what is the difference between Total calculation for At end event and grand total for At last event???
Can you print decimals in type n?
Interactive Report that list purchase order details of a vendor. When the user double clicks on material number it shows detail list with fields matkl, meins, brgew, ntgew, gewei.The selection screen consist of sales organisation, distribution channel and material number. plz mention the detail coding Tahnks, Rahul