cancel
Showing results for 
Search instead for 
Did you mean: 

Credit block : overdue amount over a particular value

Former Member
0 Kudos

Hi all

I have a requirement in credit management. My client wants to have a credit block if the overdue amount for the particular customers is above a particular value. Is there any standard setting for the same or should i go for an exit?

Thanks and regards

Harish

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi harish,

SAP Provided 3 fields in the Credit Management screen to meet such requriement :

For that you need to write the program in :

Create one custom table and maintain for each payer/ sold to party what is the credit overdue limit.

If it crosses the limit, it will set credit block.

Program :    LVKMPU01, SD_ORDER_CREDIT_CHECK and

SD_DELIVERY_CREDIT_CHECK

User 1, User 2 and User 3 are the fields provided in SAP.  For that yopu can develop the code in the below area:

* user credit check 1

  IF no_check IS INITIAL AND

* user credit check 2

  IF no_check IS INITIAL AND

* user credit check 3

  IF no_check IS INITIAL AND

Hope this helps.

Regards

Raju

jignesh_mehta3
Active Contributor
0 Kudos

Hello Harish,

You requirement will not be possible in SAP Standard.

You will have to go for Z-Development & apply a User Exit.

Thanks,

Jignesh Mehta

Former Member
0 Kudos

I think standard SAP will not meet your requirement .

You can use user exits ( LVKMPTZZ and LVKMPFZ1)

Thanks

Rajesh