What is the difference between Clustered Tables and Pooled
Tables?
Answer Posted / guest
A pooled table is used to combine several logical tables in
the ABAP/4 dictionary. Pooled tables are logical tables that
must be assigned to a table pool when they are defined.
Cluster table are logical tables that must be assigned to a
table cluster when they are defined.
Cluster table can be used to store control data they can
also used to store temporary data or text such as documentation.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
It is not possible to create an abap/4 program, which contains only subroutines. State true or false. : abap modularization
What is a transport?
How do you read files from the presentation server ? : abap bdc
What is the use of lock objects?
How to creat transactions? : abap data dictionary
There is a delivery that is being created through the ABAP code and in the middle it says delivery created but someone is modifying , how would you rectify this issue
how to create module pool program using table controls based on selection criteria specified for sales document item in the first screen and item details in the second screen. plz mention the detail coding Tahnks, Rahul
Explain the advantages of logical databases?
How do you find the information on the current screen? : abap bdc
Difference between select option and ranges ?
What are the ways you can do the tuning?
Explain the Importance of pa20? : abap hr
What are the payroll related Infotypes
What are the types of subroutines? : abap modularization
How to give programe name as input in BDC report of abap ?