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 Data & Cluster Data

Former Member
0 Likes
738

hello

Can any one give mee a Practical example of both for Pooled data and Cluster Data

Awards for Sure

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
707

Have a look at below link.

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

The cdhdr and cdpos tables have four primary key fields in common and are always accessed together and are stored in the table cluster cdcls.

Best Regards,

Vibha Deshmukh

*Plz mark useful answers

5 REPLIES 5
Read only

Former Member
0 Likes
708

Have a look at below link.

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

The cdhdr and cdpos tables have four primary key fields in common and are always accessed together and are stored in the table cluster cdcls.

Best Regards,

Vibha Deshmukh

*Plz mark useful answers

Read only

Former Member
Read only

anversha_s
Active Contributor
0 Likes
707

hi,

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 cominied in a table pool.

The data of these pooled tables are then sorted in a common table in the database.

(<b>e.g. screen sequences, program parameters or temporary data..</b> )

Cluster Table:

Cluster tables are logical tables that must be assigned to a table cluster when they are defined.

Cluster tables can be used to strore control data.

They can also be used to store temporary data or texts, such as documentation.

<b>eg : chk this table PCL1 - HR related data</b>

rgds

anver

Message was edited by: Anversha s

Message was edited by: Anversha s

Read only

Former Member
0 Likes
707

thankx Anversha s

but i want to known the practical example of the both they have asked me the same question in Interview

Read only

Former Member
0 Likes
707

TRMAC is pooled table.

Best Regards,

Vibha Deshmukh

*Plz mark useful answers