‎2006 Oct 06 9:53 AM
hello
Can any one give mee a Practical example of both for Pooled data and Cluster Data
Awards for Sure
‎2006 Oct 06 11:00 AM
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
‎2006 Oct 06 11:00 AM
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
‎2006 Oct 06 11:00 AM
Check this link:
http://help.sap.com/saphelp_nw04/helpdata/en/cf/21eb13446011d189700000e8322d00/frameset.htm
Regards,
Prakash.
‎2006 Oct 06 11:03 AM
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
‎2006 Oct 06 11:07 AM
thankx Anversha s
but i want to known the practical example of the both they have asked me the same question in Interview
‎2006 Oct 06 11:19 AM
TRMAC is pooled table.
Best Regards,
Vibha Deshmukh
*Plz mark useful answers