Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Pooled and cluster tables

Former Member
0 Likes
664

Can you provide me some names of pooled and cluster tables. Do we get any requirement to use them? If you have used them, please tell me the context in which you have used them.

Thanks and regards,

Srinivas.

Can you provide me some names of pooled and cluster tables. Do we get any requirement to use them? If you have used them, please tell me the context in which you have used them.

Thanks and regards,

Srinivas.

4 REPLIES 4
Read only

Former Member
0 Likes
625

Hi,

You can use SE16 (with table DD02L) to get a list of these tables. Enter for Table category 'POOL' or 'CLUSTER'.

Regards,

John.

Read only

0 Likes
624

Hi,

read the help on Cluster Tables and Pool tables

http://help.sap.com/saphelp_nw04/helpdata/en/cf/21f083446011d189700000e8322d00/content.htm

Regards

vijay

Read only

Former Member
0 Likes
624

Hi check the following link

http://www.datamanagementgroup.com/Resources/Articles/Article_0106_2.asp

please reward if it helps.

Read only

Former Member
0 Likes
624

HI

GOOD

Pooled and Cluster Tables

Table pools (pools) and table clusters (clusters) are special table types in the ABAP Dictionary. The data from several different tables can be stored together in a table pool or table cluster. Tables assigned to a table pool or table cluster are referred to as pooled tables or cluster tables.

A table pool or table cluster should be used exclusively for storing internal control information (screen sequences, program parameters, temporary data, continuous texts such as documentation). Data of commercial relevance is usually stored in transparent tables.

GO THROUGH THIS LINK

http://help.sap.com/saphelp_nw04/helpdata/en/cf/21f083446011d189700000e8322d00/content.htm

THANKS

MRUTYUN