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 is a variable in the sap abap?
The commands through which an abap/4 module can “branch to “ or “call” the next screen are?
How to find Kernal badi ?
Can we control the sequence in which multiple implementations of a multiple use BADI are called? If yes, how?
How do you set up background jobs in sap? What are the steps? What are the event driven batch jobs?
How can we handle table control in bdc? : abap bdc
What are match codes? describe?
What is meant by slab? How is indian slab and us slab? : sap abap hr
What is bdc programming? : abap bdc
In which time constraint does the infotype records depend on the subtype ? : abap hr
How to eliminate duplicate entries in internal tables? : abap data dictionary
How will you define posting procedures?
What are the parameters used in each function?
How will u handle the situation – In a report using function module to generate a IDOC, How will u handle the error IDOC in the same report ?
Can you assign a matchcode object to a parameter? If so how?