cancel
Showing results for 
Search instead for 
Did you mean: 

storage location

Former Member
0 Kudos

In order created storage locatio is not getting populated but in delivery it is present.I want to know the reason

Accepted Solutions (0)

Answers (4)

Answers (4)

former_member223981
Active Contributor
0 Kudos

See KBA 1649672; this explains that a storage location is not automatically in the sales order in the standard system.

When creating a delivery, the storage location is detrmined automatically; FM SD_STORAGE_LOCATION_DETERMINE contains the code responsible.

In FM SD_STORAGE_LOCATION_DETERMINE, the system looks for an entry in customising table TVKOL:

SELECT SINGLE * FROM TVKOL WHERE VSTEL = ILAGOF-VSTEL

AND WERKS = ILAGOF-WERKS

AND RAUBE = ILAGOF-RAUBE.

VSTEL = Shipping Point

WERKS = Plant

Raube = Shipping Conditions

You can maintain customising table TVKOL at the following customising menu path:

> SPRO

> Logistics Execution

> Shipping

> Picking

> Determine Picking Location

> Assign Picking Locations

Here, a storage location can be assigned to the Shipping Point / Plant / Shipping Conditions combination; this is the storage location that will be determined for the delivery.

Hope this helps.

Former Member
0 Kudos

Dear,

while creating a sales order, the storage location cannot be determined using standard, we need to manually give the storage location.

If you want to determine storage location in sales order use enhancements

use Include : MV45AFZB & USEREXIT_SOURCE_DETERMINATION

If you want to determine storage location in delivery

goto T Code - OVL3

enter the values for the combination

shipping point, plant, storage condition, storage location

Regards...

Former Member
0 Kudos

Hello,

As per standard SAP, storage location will not be determined in the sales order.

But you may need to use the below user exit to achieve the same.

USEREXIT_SOURCE_DETERMINATION in program MV45AFZB

Regards,

SAM

Note:- Please search for the existing threads before posting a new query in the forum.

Former Member
0 Kudos

I have checked for all the threads but i cannot see storage location in order but it is there in delivery

Former Member
0 Kudos

Hi Prathc,

--You can view the storage location in VA01. Select your line item & double click on it in shipping Tab you will find the storage location.There you will assign the storage location manually.

--If you want to the value to be determined in storage location in VA01.Check this below link.

Let em know if your problem is solved

Regards

Pradeep

Lakshmipathi
Active Contributor
0 Kudos

Search the forum with the text storage location determination so that you can see lot of threads discussed on this topic

G. Lakshmipathi