cancel
Showing results for 
Search instead for 
Did you mean: 

credit limit approval

Former Member
0 Kudos

client has a sales order requirement that they need approval for the example below:

if consumed credit limit < 80% no need for approval.

if consumed credit limit is 80-90%, need for approval from manager A.

if consumed credit limit is 91-99%, need for approval from manager B.

what configuration can satisfy this requirement? pls help. thank you.

Accepted Solutions (0)

Answers (2)

Answers (2)

jignesh_mehta3
Active Contributor
0 Kudos

Hello,

I do not know whether Status Profile will work in your case or not.. may be others in forum can update on this.

But I would go for applying Usre Exit in this case - USEREXIT_SAVE_DOCUMENT in Program - MV45AFZZ.

This piece of ABAP code will basically check the Customer credit Exposure at time of Saving Sales Order & prompt for approvals of 80% credit limit is used.

We are using above customization currently & it is working fine.

Thanks,

Jignesh Mehta

Former Member
0 Kudos

Assalam alikum,

There is an idea to map your customers to grant credit limit

You can define your customers  risk category wise

Ex:1. High Risk Customers

2. Medium Risk Customers

3. Low Risk Customers

For the above 1 & 2 risk cateogries required approval and more credit checks for below risk category 3, less credit checks and you can allow.

Discuss withou you ABAP programmer through workflow also you can achieve this

Regards,

MH

Former Member
0 Kudos

Is status profile the best solution for this?

former_member211616
Active Contributor
bsivasankarreddy_reddy
Active Contributor
0 Kudos

hi

status profile is block the total order not depending on you requirement, you ask to  ABAP consultant

told you requirement , and also check the user exit, userexit-save_document check it, and also check pricing user exit

USEREXIT_READ_DOCUMENT  this user exit also check