Application Development 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: 

New to HR ABAP

Former Member
0 Kudos

Hi Guys,

I am new to HR ABAP. I need assistance with cluster tables! Can anyone brief me about Clusters.

Thank you,

Venkat

1 ACCEPTED SOLUTION

ferry_lianto
Active Contributor
0 Kudos

Hi Venkat,

Please check this links perhaps it may help.

http://www.hrexpertonline.com/downloads/Rehans%20July%202005%20download.doc

http://fuller.mit.edu/hr/cluster_tables.html

Regards,

Ferry Lianto

Please reward points if helpful

3 REPLIES 3

ferry_lianto
Active Contributor
0 Kudos

Hi Venkata,

Welcome to SDN.

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.

For more information, please check this links.

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

http://cma.zdnet.com/book/abap/ch03/ch03.htm#TableClustersandClusterTables

http://www.sap-basis-abap.com/saptab.htm

http://www.sap-img.com/abap/the-different-types-of-sap-tables.htm

Hope this will help.

Regards,

Ferry Lianto

Please reward points if helpful.

Former Member
0 Kudos

Hey Thanks for the Info. I was actually looking for Information on Clusters PCL1, PCL2, PCL3 and PCL4. I have to develop a payroll with Cluster tables PCL1 and PCL2 using cluster RX, B1, B2 with RMAC import/export Modules defined in table TRMAC.

Thanks in advance,

Venkat

ferry_lianto
Active Contributor
0 Kudos

Hi Venkat,

Please check this links perhaps it may help.

http://www.hrexpertonline.com/downloads/Rehans%20July%202005%20download.doc

http://fuller.mit.edu/hr/cluster_tables.html

Regards,

Ferry Lianto

Please reward points if helpful