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

Sap HR (Payroll posting)

Former Member
0 Likes
456

Hi everyone,

Could anyone explain in detail with step by step process of HR payroll posting to Fico.& wht are viewable table for it.

Thnx

Hi everyone,

Could anyone explain in detail with step by step process of HR payroll posting to Fico.& wht are viewable table for it.

Thnx

1 REPLY 1
Read only

Former Member
0 Likes
378

Database tables for PCLn are subdivided into subareas called data clusters. They are identified by 2charactor id

PCL1 --> B1 - Time events

G1 - Group incentives

PC personel cal

TE Trip expenses

TX info type test

ZI cost accounting

PCL2 --> B2 time accounting

CU cluster directory

PS generated schema

PT texts of generated schema

RX payroll results

XY payroll reuslts/ country specific

Payroll results are stored in cluster table XY of PCL2

To read payroll reuslts:

1. Use FM 'CU_READ_RGDIR' to read cluster table

2. get sequence number using FM - 'CU_read_last'

3. Get payroll results using FM - 'PYxx_read_payroll_results'.