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: 

How to identify employee as pay scale or pay grade in SAP HR-ABAP

Former Member
0 Kudos

Hi Experts,

If we know PERNR of employee,How to identify employee is pay scale or pay grade?

Thanx in Advance.

4 REPLIES 4

former_member209703
Active Contributor
0 Kudos

Does the PERNR have infotype 0008 data?

0 Kudos

Hi Jose Maria Otero

Actually its Inbound Interface.Input file having 5 fields PERNR BEGDA PREAS BETRG ANSAL. I am going to get first 3 values surely

and either one value will come from last two fields(either BETRG or ANSAL).

For BETRG field :The program will have to determine if the employee has a pay scale or pay grade. If the employee has a pay scale associated with them then the amount from the input file will be entered in amount field in infotype 8.

For ANSAL field : If the employee has a pay grade associated with them then the amount from the input file will be entered in ANSAL field in infotype 8.

For that I want to identify PERNR of employee belongs to pay scale or pay grade.

Thanx in advance:)

Former Member
0 Kudos

John,

You can read TARIF feature using FM HR_FEATURE_BACKFIELD to get the Pay scale and pay grade value of the employee.

Regards,

Chirag

0 Kudos

It sounds like you have access to IT0008, so then there is a quick way to determine a Grade or Scale for an employee...

Find out for the company what the meaning of the Wage Type is that is defaulted in the screen.

Generally speaking the rules would be:

1) A salary wage type indicates a Pay Grade is attached to the employee

2) An hourly wage type indicates a Pay Scale is attached to the employee.

Cheers, Al