cancel
Showing results for 
Search instead for 
Did you mean: 

Storage Location NOT defaulting while creating Order & Returns

Former Member
0 Kudos

HI,

I want Storage location to default while creating order & return of the same when done with reference to same SO.I have defined MALA in delivery type and have also defined picking location determination in OVL3.

Please advise.

Thanks,

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Thanx.......

Former Member
0 Kudos

Hi Refer the thread [SDN|https://www.sdn.sap.com/irj/scn/forums]

Former Member
0 Kudos

Hi

Storage location is normally not determined in sales order

It is determined only in delivery

If you want storage location to be determined for sales order then you have to use user exit

To determine storage location in Sale Order, there is no configuration available and it has to be achieved using exit USEREXIT_SOURCE_DETERMINATION in program MV45AFZB

Revert for further clarification

Amit

Former Member
0 Kudos

Hi,

In standard Storage location cannot be defaulted in Sales order. OVL3 is for determining the storage location in Delivery.

However to map your requirement of having Storage location determination in the Sales order do the following:

In the Plant Setting IMG> Enterprise Structure> Definition> Logistics - General> Define, copy, delete, check plant. Here select your plant and go to Address for this plant. Here in Search term 2 Maintain some alphabet say "A". Now ask your ABAPer to write a user exit for determining the Storage location if the Sales order has the same Plant used in it with search term as "A" then use table V_TVKOL (storage location determination table) and fetch the correct storage location based on Shipping Point + Plant + Storage conditions.

Hope the same works for you!!

Regards,

Ajinkya