cancel
Showing results for 
Search instead for 
Did you mean: 

Sales Order - Storage Location

Former Member
0 Kudos

Hi,

We have automatic determination of storage location, by using MALA rule for item categories & then maintaining storage conditions in material master. This helps automatic determination of storage location.

This happens only when the delivery is created against sales order where storage location is visible.

But i still cannot see storage location in sales order item, shipping tab.

Please tell what else can be done so that I can see the storage location determined in the order iteslf.

Regards,

Dhananjay

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

Hi ,

Default storage location determination is not possible at order item level through configuration. However one can use user exit MV45AFZB USEREXIT_SOURCE_DETERMIN for the same.

Regards,

Nitin sawant

Former Member
0 Kudos

Issue Solved. Thanks All

Former Member
0 Kudos

Hi there,

It is in Item Shipping that you will find storage location in a sales order. Also at order level availablili check is done at plant level. But why do want storage loc in SO?

But the determination is done only in delivery. Coz it is in delivery process that picking is done. It is only in picking that you need storage loc.

Also as per some customized settings we can also do the available check at storage loc level.

If you still want it in order, write a code in MV45AFZz.

Regards,

Sivanand

Former Member
0 Kudos

Hello,

Why you required the storage location in the sales order to be picked up? The storage location determination is valid in the delivery and the setting is done in the delivery item categroy. If thisis a business requirement to see the storage location in the sales order, then you need to go for an enhancement.

As christiano suggested, you can think of the exit MV45AFZZ, consult your ABAP expert.

Prase

former_member184555
Active Contributor
0 Kudos

Hi

The determination of storage location in the order is not possible in the standard SAP. We have to do development for achieving this functionality. The assignment made in the Tcode OVL3 for automatic storage location determination is for deliveries and not for sales orders. If the storage location value exists in the order, then the same will flow to the delivery.

Thanks,

Ravi

Former Member
0 Kudos

Hi,

Just to add on Ravi Shankar's comments.The standard SAP doesnt allow this to happen so we need to do an enhancement in the SAP provided userexits.I would like to suggest you to make use of the user exits in MV45AFZZ.

You will find few subroutines in the exit.Sit with an ABAPer and try to identify where to insert your storage determination code in the system.If you know the debugging skills then you can only perform the task individually.