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

cluster,pool tables

Former Member
0 Likes
802

how can i see cluster and pooled tables

in se11 i tried but i am not able to see

can any body help in this regard with example

6 REPLIES 6
Read only

Former Member
0 Likes
778
Read only

Former Member
0 Likes
778

hI

JUST DO THIS

T040, T040A--pooled

BSEG, BSES---->cluster

Go to se11

table DD02L-> Give TABCLASS as POOL or CLUSTER you will get a list of tables

THANKS

REWARD IF HELPFUL

VIVEKANAND

Read only

former_member404244
Active Contributor
0 Likes
778
Read only

RaymondGiuseppi
Active Contributor
0 Likes
778

Look at <a href="http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCDWBDIC/BCDWBDIC.pdf">BC - ABAP Dictionary</a>

<b>Pooled and Cluster Tables</b>

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). All data of commercial relevance is stored exclusively in transparent tables!

<b>Table Pools</b>

A table in the database in which all records from the pooled tables assigned to the table pool are

stored corresponds to a table pool.

<b>Table Clusters</b>

Several logical data records from different cluster tables can be stored together in one physical

record in a table cluster.

A cluster key consists of a series of freely definable key fields and a field (Pageno) for

distinguishing continuation records. A cluster also contains a long field (Vardata) that contains

the contents of the data fields of the cluster tables for this key. If the data does not fit into the long

field, continuation records are created. Control information on the structure of the data string is

still written at the beginning of the Vardata field.

Regards

Read only

Former Member
0 Likes
778
Read only

Former Member
0 Likes
778

hi,

goto se11 tcode utilities -> other Dictionary objects

there u have

1. match code

2 . cluster/pool tables from there we can view

Rewar with points if helpful.