Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

EXIT to check the customer Credit limit.

former_member799868
Participant
0 Kudos

when i am creating the sales order for the customer if credit limit exeeds the it should give the eeror message but in my system it is giving the warning message. for this do we need to write any EXIT or do we need to do any settings.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi kranti,

U wud need to write and exit for that.

Try using exit MV45AFZZ which wud work mostly, and write the code for it under

FORM USEREXIT_SAVE_DOCUMENT_PREPARE.

Check out in SPRO-> Sales and Distribution->System Modifications->User Exits->

Check User Exits For Credit Checks And Risk Management and User Exits in Sales->User Exits In Sales Document Processing. In all exits check the documentation next to it. It will tell u in detail what can be used.

Regards,

Amit

1 REPLY 1

Former Member
0 Kudos

Hi kranti,

U wud need to write and exit for that.

Try using exit MV45AFZZ which wud work mostly, and write the code for it under

FORM USEREXIT_SAVE_DOCUMENT_PREPARE.

Check out in SPRO-> Sales and Distribution->System Modifications->User Exits->

Check User Exits For Credit Checks And Risk Management and User Exits in Sales->User Exits In Sales Document Processing. In all exits check the documentation next to it. It will tell u in detail what can be used.

Regards,

Amit