Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 2638

Re: Loan Reimbursement from out side of SAP

$
0
0

Hi,

I suggest to create loan details in infotype 45 in test system (with your loan conditions, instalment, repayments etc). Then write a PCR like given below:

 

ZLON

*

   /LIM

      TABLE0045      (read loan table PA0045)

       VAKEYLNTYP  (loan type in v.key)

          0010

             AMT%40

             ADDWTE9001

   /LRP

      TABLE0045

          0010

              AMT=0

              ADDWTE/LRP

    

 

In above pcr, I am reading table PA0045 and checking the loan type (example 0010). If it matches with this loan type, then I am calculating the 40% of that /LIM wage type (loan interest) and it is stored in another wage type 9001 - which will be paid to the employee. I am making /LRP as 0 (since it is not deducted from employee).

 

Make the repayment schedule as quarterly in IT 45. Check above logic works, then we can add your additional conditions (like employee level or grade etc) in the PCR.

 

regards,

Bala.

 

Message was edited by: BALASUBRAMANIAN AP <<<Change in PCR>>>


Viewing all articles
Browse latest Browse all 2638

Trending Articles