cancel
Showing results for 
Search instead for 
Did you mean: 

Availability check in sales order

Former Member
0 Kudos

Hi,

When I create sales order OF QTY 20 following is situation of stock for material A,

Date-28.07.2008

Lead time-30days

store 4513-0

store 4520-20

store 4522-20,

Now initially when i carry out availability check,system confirm order qty and gives delivery date 28.07.2008,

But as we have store location field in sales order is in Incompleness procedure,we have to insert store 4513 (As per CIN requirement) in sales order.

At this time as line item is changed system carry availability check and check stock in 4513 only which is 0,and give delivery date after 30 days even material is available,

So How to solve this problem,how i can configure system to check stock in all storage not given in sales order?

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

thanx

former_member184555
Active Contributor
0 Kudos

Hi

It is not possible in the standard SAP to check at plant level if the storage location is entered in the order. Possibly you can try for a development using Userexit. Given below is the documentation in IMG for the available userexits on Availability check..

User Exits For Availability Check

The user exits named here are planned for projects that are to be carried out in agreement with SAP development as they may only be used in consultation with SAP. SAP provides no guarantee if they are used without our advice!

USEREXIT_PLANT_SELECTION in program RV03VFZZ is an exception to this rule (see below).

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

This user exit is used to adjust the flow during plant transfer. A list of permitted plants, where this material is created, is determined and checked in the standard R/3 delivery. A dialog box appears where you can select the plants. The user exits allow you to modify the plant table so that plant selection takes place in advance for every flagged selection and a dialog box becomes unnecessary.

Thanks,

Ravi