-->

Thursday, October 26, 2023

SAP POOLED TABLE


SAP ABAP Pooled Table 

·         Pooled tables are logical tables that must be assigned to a table pool when they are defined.

·         Pooled tables are used to store control data.

·         Several pooled tables can be combined in a table pool. The data of these pooled tables are then sorted in a common table in the database.

·         It has a many-to-one relationship with a table in the database.

·         The database table has different name, different number of fields and fields have different names.

·         Secondary indexes cannot be created.

·         They can be accessed using open SQL only.

·         They are used to hold a large number of very small tables (stores customizing data or system data)


To get SAP Job Updates