cancel
Showing results for 
Search instead for 
Did you mean: 

Loan Configurations (IT0045) - Payroll India

former_member399211
Participant
0 Kudos

Hi,

I am configuring infotype 45 to achieve the following:

3 loan types:

  1. Education Loan
  2. Festival Loan
  3. Emergency Loan

I need to do it in a way where loan types 1 or 2 can both be availed at the same time. But if the employee wants to avail any of the loans 1 or 2 again while any of these ares still outstanding; system should not allow the user to populate/save infotype 0045 with new records.

There is no such boundation for Emergency Loan.

I have configured these in a where I have put loan type 1 & 2 in one grouping while loan type 3 is in another grouping. When I try to create records of loan types 1 or 2 while old outstanding records exist; I encounter warnings but the system allows to create new records.

How can I configure the system to throw errors in such situations.

Please help.

Regards,

Akshat

Accepted Solutions (0)

Answers (1)

Answers (1)

raghu_c
Active Contributor
0 Kudos

Please implement BADi HR_IN_LOANS_VALIDATE to do all validations

Raghu

former_member399211
Participant
0 Kudos

Thanks Raghu; for your help.

But can't we do this without any ABAP intervention? Any suggestions?

former_member22386
Active Participant
0 Kudos

Hi Kumar,

According to me you can't do it with ABAP .

Either as Raghu said use BADI or check plausibility check can help you.

Please check http://help.sap.com/saphelp_srm40/helpdata/EN/02/09113a448a4bd4b4d5b5e7eb99c3f8/content.htm

see if it is useful

Regards,

Jignya