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: 

Amount/Annual Salary missing in Infotype 0008 when creating employee using HR_PAD_HIRE_EMPLOYEE FM

0 Kudos
1,030

Hi,

I am facing an issue when trying to hire an employee using the SAP FM HR_PAD_HIRE_EMPLOYEE.

Please see below the values (of infotype 0008) that were passed to the FM:

Pay scale type (TRFAR), pay scale area (TRFGB), pay scale group (TRFGR), pay scale level (TRFST), annual salary (ANSAL), wage type (LGA01), and amount (BET01) were passed among other fields.

All the required infotypes were passed to the PNNNN_TAB parameter.

Please see below the values (of infotype 0008) after employee creation:

For some reason, I neither see the annual salary nor the amount against the wage type '1002'.

Also, I see the warning message below when I open infotype 0008 in PA20/PA30.

IndVal of wage type 1002: No entry in table T510 for key '1002011HOURRATE      ' on 09/15/2016

Your inputs/help is highly appreciated.

2 REPLIES 2

RaymondGiuseppi
Active Contributor
0 Kudos
793

Did you

  1. Check return_tab returned by HR_PAD_HIRE_EMPLOYEE for warning, information or even success messages,
  2. Look for the value mentioned in the message in table T510 'Pay Scale Groups' with SM30 on V_T150 or SPRO. Look for date range validity, as you get E032(RP) and not E031(RP).

Regards,

Raymond

0 Kudos
793

1. I checked the IMPORTING parameter return_tab. There are no other error/warning/success messages. I've been able to hire the employee successfully except that the amount/annual salary fields are missing values.

2. I checked the table view V_T510 and I do see a valid entry for the combination of country grouping (MOLGA), PS type (TRFAR), PS area (TRFGB), ESG for CAP (TRFKZ), PS group (TRFGR), PS level (TRFST), and Wage type (LGART).