cancel
Showing results for 
Search instead for 
Did you mean: 

Availability check at Sales Order Create

Former Member
0 Kudos

Dear Experts,

I want to do availability check at sales order creation stage (VA01). My requirement is, the system should check the sales order line qty against the unrestricted stock. And if sufficient stocks not available it should prompt an error message.

In more detail; unrestricted stock of material X is 100 PCs. I put a sales order for the same material for 101 PCs. Then systems should block me from saving the order.

Can some please provide me detailed step-by-step action for configuration of above scenario. Thanks in advance for your support

Regards,

Ramindu

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

HI,

User exits in program FV45VFZZ

USEREXIT_ADD_FIELD_TO_HEADER

USEREXIT_ADD_FIELD_TO_LINE

User exits in program FV45VFZY

USEREXIT_DELIVERY_GROUPS

USEREXIT_MVERF_INIT

USEREXIT_QUOTA_KEY_VALUE

User exits in program RV03VFZZ

USEREXIT_AVAILABILITY_IN

USEREXIT_AVAILABILITY_OUT

USEREXIT_DARA_REFRESH

USEREXIT_PLANT_SELECTION

Check these user exits also very helpful to you.

Regards,

kishore.

Lakshmipathi
Active Contributor
0 Kudos

Dear Ramindu

Normally in Make To Stock scenario, whatever quantity is available, that will be confirmed to your sale order. If you want to control this, you can try with User exits in the program MV45AFZZ - USEREXIT_MOVE_FIELD_TO_VBEP or User-Exits in program MV45AFZB - USEREXIT_CHECK_VBEP

thanks

G. Lakshmipathi