cancel
Showing results for 
Search instead for 
Did you mean: 

Infotype Change Document/Change Logs

0 Kudos
Sep 03 at 01:25 AM | 22 Views

Hi All,

I am trying to understand how does the change logs that are stored in PCL4 choose its value for the field SPLKZ(inside pcl4-clustd)?

Example, I changed the basic pay of an employee. Instead of logging its split indicator(SPLKZ) as 01, it is being stored as 02.

So the program that I created to capture these changes was not able to include this on the report(we opted to create our own report due to some customization).

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member193210
Active Contributor
0 Kudos

If you do a Payroll Simulation for that employee (with the "Display log" box checked), and drill down into that log to see processing in Function WPBP function-wpbp-in-payroll-log.png

You will be able to see all the splits on IT0000, IT0001, IT0007, IT00087 and IT0027. These (and the Payroll Period Start/End Dates) are used to create the WPBP table, and the split indicator will be numbered according to the Start Date of each Split. table-wpbp.png

Please compare the Start Date of the Payroll Period with the Start Date of the Basic Pay Change (IT0008) that you made.