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: 

clustre key for pcl2

Former Member
0 Kudos

hi all

what is the cluster key for pcl2.

or is there any options to view the datas of pcl2

4 REPLIES 4

raymond_giuseppi
Active Contributor
0 Kudos

[Perform some search at sdn |https://www.sdn.sap.com/irj/sdn/advancedsearch?query=pcl2clusterkey&cat=sdn_all]

- HR Cluster are INDX type, no SE16

- which cluster/area (RELID) of the cluster file do you look for ?

- You may use function modules like HR_TIME_RESULTS_GET or PYXX_READ_PAYROLL_RESULTS.

- You may use macros "RP-IMP-C2-xx" where xx is the cluster(look in [Programming Utilities for the Logical Databases PNP and PAP|http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PAXX/PYINT_RMAC.pdf])

- Look at [Files PCL1, PCL2, PCL3 and PCL4|http://help.sap.com/saphelp_erp2005vp/helpdata/en/4f/d528ff575e11d189270000e8322f96/frameset.htm]

Depending on the cluster, the structure of PCLn-SRTFD is defined in a field string xx-KEY, which is defined in an include RPCnxxy0.

Naming conventions

n = 1, 2, 3, or 4 (for PCL1, PCL2, PCL3, or PCL4)

xx = for the cluster

y = 0 for international clusters

y = country grouping according to T500L for national clusters

Regards.

Former Member
0 Kudos

Hi,

Additional pointers:

1. You can see the relationship between cluster and table PCLn using transaction code PECLUSTER.

2. You can see those fields which length < 256 characters of PCLn using SE16, but you can not see the content of the cluster which normally stored in fields > 256 characters.

3. And you need to get cluster content using macro or function module as explained in the previous reply.

Hope it helps,

Lim...

Former Member
0 Kudos

no

0 Kudos

PCL2 is file contains the derived information[It contains all the information of payresult schemas].

To access the any type of file say PCL1,PCL2,PCL3,PCL4. The Key Element is field (PCLn-RELID).

The Relationship for the cluster is stored in table T500L.

If u need any other information.kindly give more details of ur requirement.

Thanks,

P.S.Rajesh