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: 

HR ABAP-- How to get employee old salary

Former Member
0 Kudos

Hello Geeks,

Need to display employee Old and new Salary's for specific period.

Tried to use RP_ANSAL_FROM_PERNR, it is giving only active salary. I need to show last salary (entry just before to active entry).

Any Other function module to get this?

Thanks In Advance.

Krishna.

Edited by: Krishna on Jun 3, 2011 4:42 PM

3 REPLIES 3

ravi_lanjewar
Contributor
0 Kudos

Hi,

Before posting Search in SDN.

Mean while HR_PT_GET_PAYROLL_RESULTS function module will help you to get payroll result.

Kind Rgds

Ravi Lanjewar

0 Kudos

Thanks..

I do search before posting and some how it is not working in my system.

I am new to HR ABAP concepts , so i am not sure why it is not working.

looking for other solutions if any..

Thanks For your Help.

Krishna.

0 Kudos

Hi,

Probably, the following link may provide the information with code for your requirement :

[http://www.eappdev.com/abap-hr/payroll/evaluating-payroll-results|http://www.eappdev.com/abap-hr/payroll/evaluating-payroll-results].

But you may need to adjust it for your requirement of Old and New salary by choosing the appropriate period for which FM 'PYXX_READ_PAYROLL_RESULT' will be called.

In addition you can visit the material on the following link :

[http://www.eappdev.com/abap-hr|http://www.eappdev.com/abap-hr]

for having more insight into ABAP HR.

Regards.