cancel
Showing results for 
Search instead for 
Did you mean: 

Simple Credit check _ User Exits

Former Member
0 Kudos

Dear Expert,

Please find my scenario,

I am using simple credit check

When i am creation sales order with reference to quotation

Item Amount

00010 1000

00020 2000

I am getting two messages

1)Credit limit exceeded by 1000

2) Credit limit exceeded by 3000(1000+2000)

But Customer wants in one message like Credit limit exceeded by 3000

Please advice, its very urgent

and also suggest if any user exits available

Regards

Accepted Solutions (0)

Answers (2)

Answers (2)

marcin_milczynski
Contributor
0 Kudos

Hi,

You need to uncheck the flag 'Item check' in customizing of credit check control for the relevant risk category and credit group in OVA8.

Then the credit check will only be executed at order saving and after each item is entered.

Regards,

Marcin

Former Member
0 Kudos

Thank you for your valuable information

But the message comes when saving the sales order

marcin_milczynski
Contributor
0 Kudos

I meant 'Then the credit check will only be executed once at order saving and NOT after each item is entered.'

Sorry for misspelling.

Regards,

Marcin

sachin_soni
Active Participant
0 Kudos

Hi Fazal,

I think you can utilize exits available in MV45AFZZ,like SAVE_DOCUMENT_PREPARE which will trigger before save and can solve your requirement of a custom message.

thanks,

Sachin

Former Member
0 Kudos

Thank you for your reply

Is it possible to achieve the same by using static credit check?

When i tested this static check, i am getting message for the first line item

Ex:

Item Amount

0010 100

0020 200

System shows " Static credit check 100 Exceeds" and it goes to sales order details screen when i am referring from quotation.

Regards