cancel
Showing results for 
Search instead for 
Did you mean: 

Get RTE field in payroll result...

Former Member
0 Kudos

Hi,

I would like to know is there any method to get the RTE field of a wage type in the payroll result, using standard SAP provided tools.

Because i found that there is no way to get this field using wage type reporter...

Thanks a lot !

Patrick Cheung

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

End user reporting on payroll results is messy in SAP. In my opinion, if wage type reporter doesn't meet requirements, it's quicker and more reliable to get someone to abap it than fiddle around with payroll journals, forms, accounts etc.

If it's a one off report, you could export to spreadsheet and divide amount by number to get rate. If a regular report, I'd get it abap'd.

Former Member
0 Kudos

To get round this problem:

1. Create a new wage type and name it something similar to the one you would like to report on, make sure in table V_512W_D that your new wage type does not have any payment cumulations.

2. Create a new PCR which transfers the RTE from the wage type your interested in to the AMT field of your new wage type, should look like this:

        • (**** equals wage type you need to process)

NUM=1 Set

MULTI RNA Multipl.amt/no/rate

ZERO= RN AmtNumRteTime = 0

ADDWTE**** RT Results table (**** equals new wage type)

3. Add the new PCR into your schema after the RTE wage type has already been processed.

4. Test & Transport through all environments

5. Add new wage type to wage type reporter

Job done :- )

Former Member
0 Kudos

Hi,

Thanks very much for all the suggestion !

These is some very nice suggestion !

Patrick

Answers (2)

Answers (2)

Former Member
0 Kudos

Hai..

rte of which wage type u want to be displayed?

Former Member
0 Kudos

Hi,

You can pick from the table t512w

Reward Points

Former Member
0 Kudos

Hi Shetty,

I mean the payroll result of an employee, which you can see in PC_PAYRESULT.

Employee: 10254

Period: 200612

Wage type: 1010 (Salary)

<b>RTE: $50 (Per hour)</b>

NUM: 60 (Worked this month)

AMT: $3000

I would like to get the RTE of $50 for the employee.

Patrick

Former Member
0 Kudos

Check in the RT table if Possible