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

Getting all salary changes

Former Member
0 Likes
412

Hi all,

I need to track all salary changes to send a benefit coverage report to our insurance company.

I've tried a couple of things, but since there are many ways the benefit coverage can be affected, there always some changes I don't get.

The latest I've tried looks like this:

-Using PNP I first eliminated all employees without a infotype 0001 or 0008.

-I'm checking last changes in 0015, 0008 and 0168, if there's something I extract the info.

The only way I succeeded in tracking ALL salary changes was to calculate the salary for each day of the report period and check the preceeding day for a change. This is OK for one employee buy WAY TO SLOW for all our 1350 employee!!.

So any help would be greatly appreciated.

Hi all,

I need to track all salary changes to send a benefit coverage report to our insurance company.

I've tried a couple of things, but since there are many ways the benefit coverage can be affected, there always some changes I don't get.

The latest I've tried looks like this:

-Using PNP I first eliminated all employees without a infotype 0001 or 0008.

-I'm checking last changes in 0015, 0008 and 0168, if there's something I extract the info.

The only way I succeeded in tracking ALL salary changes was to calculate the salary for each day of the report period and check the preceeding day for a change. This is OK for one employee buy WAY TO SLOW for all our 1350 employee!!.

So any help would be greatly appreciated.

1 REPLY 1
Read only

Former Member
0 Likes
347

Finally I stick with my first solution to check the salary for each days of the period. With some tuning it is now OK.