cancel
Showing results for 
Search instead for 
Did you mean: 

Storage location determination according to order reason

Former Member
0 Kudos

Hi ALL,

I s this possible to get goods from a particular storage location according to the order reason of the order.

EX: IF order reason is 01 then, material should pick from 0001 storage location, if order reason is not maintained then material should pick from 0002.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi

To determine the Storage location in sales Order you may use the User Exit :- MV45AFZB USEREXIT_SOURCE_DETERMIN.

But i think for this you need to maintain Z table

Former Member
0 Kudos

Hi ALL,

i have to determine storage location ,according to order type. say material is M1 and customer is C1

if order type is OR-- then storage location is 0001

If order typye is ZFD --then storage location is 0002

In both the cases same material.

Answers (1)

Answers (1)

reazuddin_md
Active Contributor
0 Kudos

Hi ,

Nothing as such in std SAP.

You have to achieve with the development. If you want to storage location to be determined @ order level.

use Include:MV45AFZB & USEREXIT_SOURCE_DETERMINATION

write the ABAP coding here to determine storage location with the relevant combination.

Regards,

Reazuddin MD