cancel
Showing results for 
Search instead for 
Did you mean: 

Leave Credit

Former Member
0 Kudos

Hi Guru's,
I'm having this requirement and I have to write PCR for Leave Credit.
The formula is Basic Salary/31 days* 30 (Quota per year) / 12.
After 10 years from joining or service - 
The formula is Basic Salary/31 days * 45 (Quota per year) / 12.
Could you Pls. guide me on this.
Regards,
Ram Kumar

Accepted Solutions (1)

Accepted Solutions (1)

seg_hr_it
Active Contributor
0 Kudos

The PCR to calculate

The formula is Basic Salary/31 days* 30 (Quota per year) / 12.

or

The formula is Basic Salary/31 days * 45 (Quota per year) / 12.

it's very simple right If you don't know how to do, please refer my blog in scn, you will have documents.

The problem is only: before and after 10 years from joining service => solution: you can you Standard Operation:

RTE / NUM / AMT=F01Y_A

NUM=F01M_A

    F                Identifier for calculation deadline

     01              Date type for technical entry date from

                     infotype 0041

       Y             Deadline calculation in years

        _            blank, key date for calculating the

deadline

                     End of payroll period

         A           Alternative date: if no specification exists

                     for date type 01, the first entry from

                     infotype 0000 is used.

Please using T-Code PDSY or pressing F1 key to have more documents. (Actually my blog already mentioned it )

After that just comparing:

NUM?10

>

     The formula is Basic Salary/31 days * 45 (Quota per year) / 12.

*

     The formula is Basic Salary/31 days* 30 (Quota per year) / 12.

Very easy


Regards!

Woody

Former Member
0 Kudos

Hi Woody,

Thanks for your solution.

Have a small doubts, under which Sub Schema in the Schema X000, should I write this PCR.

Is it XT00 or XAL9. Is it the DATES Function, one should use it under Sub Schema XAL9.

Regards,

Ram

sikindar_a
Active Contributor
0 Kudos

it will be under XT00.Use DATES function

seg_hr_it
Active Contributor
0 Kudos

Let insert your PCR into both sub-schema and running in display log mod, you will see the difference Thus you can gain knowledge by yourself and more deeper understand about Pcr

Anw just follow Mr. Sikindar A - XT00.

Sub schema XAL9 should only focus on Factoring and storage: processing Technical wage type /801, /802, etc and multiply with basic wage type. allowance wage types (configuration in V_512W_D processing class 10). Just sharing more information If you want you can find it in Relationship Time Evaluation and Payroll.

Regards!

Woody

Former Member
0 Kudos

Thanks Sikindar,

I'll try and execute it.

Regards,

Ram

Former Member
0 Kudos

Hi Woody,

Thanks.

Sure I'll try your way.

Incase of any doubts I'll write back.

Regards,

Ram

Answers (0)