What is the exact difference between pooled table and
cluster table and explain with examples?
Answer Posted / sivaramakrishna
pooled tables are use for store system data.
and maintain the many to one relation with the table-pool.
which we don't create but we use in real time.
but the transpaerent tables are for storing the application
data i.e master data and transaction data.
and maintain the one to one relatino with the corresponding
table created in underlaying data base for each transparent
table.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What are the differences between macro and subroutine?
What are the system fields? Explain?
Does every abap/4 have a modular structure?
List some of the many different ways that the sap standard functionality can be changed by a customer?
What are the differences between se01, se09 and se10?
– Programming using BAPI : Create Debit Memo Request (DMR) with reference to Sales Order and update the delivery number and PO number in the newly created DMR. Send the spool of the report by E-mail if the E-mail option is enabled. Selection Screen Required: Sales Org Delivery type Sales document type Optional: Planned Goods movement date Option to choose E-Mail E-mail Address Output device Output Output should display both successful and unsuccessful creation of DMR with the following fields, Success/Error (S/E) Sales Document number Delivery number New Debit memo request number Error message Tables TVAK, TVCPA, VBAK, LIKP, LIPS
What are Delivery classes? What data will you want to transport during client copy?
What are the differences between a database index and a match code? : abap data dictionary
What are the functional areas? User groups? and how does ABAP query work in relation to these?
How can an internal table with header line and one without header line bedistinguished when passed to a subroutine?
Explain get pernr concept when we use logical data base? : abap hr
How does the interection between the dynpro and the abap/4 modules takes place?
How to add a column to a table control while using alphanumerical layout editor ?
What are the aggregate objects in the dictionary? : abap data dictionary
What are logical databases?