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

How to decide which include program shud we use in HR programs?

Former Member
0 Likes
362

Hi all,

I am new to HR payroll programming.

Can anyone please tell me know to decide which include progam should we use when working in payroll program.?

Thanks n Regards

A. M Rao

Hi all,

I am new to HR payroll programming.

Can anyone please tell me know to decide which include progam should we use when working in payroll program.?

Thanks n Regards

A. M Rao

1 REPLY 1
Read only

Former Member
0 Likes
332

Hi,

Payroll results are present in clusters.These clusters r in turn stored in database Table PCL2.

PCL2 -


Payroll result Data

CU -


Cluster Directory

RD -


payroll results (US)

B2----- Time Management

ZL-----Personal Shift Plan

PS----Generated Schema

PT---Text for Generated Schema

Country Specific Information is grouped in T500L Table

The actual Data description -showing which data is tored in which cluster and data field cluster to b read- is written in an Include program .The naming convention is RPCnxyz0.

where...

N is the name of the databse table which is 1 for PCL1 2 for PCL2.

XY is the name of cluster ,RD for Germany, RX for International Payroll.

Z is 0 for Internation Cluster , it is country ID in accordance with Table T500L.

Hence tha name can be RPC2RX00.

The principle elements of a cluster can be defined in program H99PAYDATA.

Regards,

Rohini.