cancel
Showing results for 
Search instead for 
Did you mean: 

needed config settings for automatic storage location

Former Member
0 Kudos

hi,

sap gurus,

configuration settings needed for automatic storage location at sales order level.

it is coming by using OVL3 at delivery document level.

but we need it sales order level.

regards,

balaji.t

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Balaji,

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

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi there is no automatic storage location determination in the sales order, only in the delivery. You may need a user-exit .

Pls try with MV45AFZZ , The relevant forms to be used are: USEREXIT_MOVE_FIELD_TO_VBAK for default in Header. and USEREXIT_MOVE_FIELD_TO_VBAP for default in item.

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

If storage location is specified manually in sales order then it is copied into delivery

Otherwise it is determined using either MALA,RETA or MARE rules which we specify in delivery doc type

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