cancel
Showing results for 
Search instead for 
Did you mean: 

Defaulting Storage Location

Former Member
0 Kudos

Hi SD Experts,

Can i default the system to automatically propose a specific storage location based on sales area since this material has many storage locations? For example

Material A - Sales Area A = Storage Location A

Material A - Sales Area B = Storage Location B

Thanks!

Regards,

LEE

Accepted Solutions (1)

Accepted Solutions (1)

former_member204513
Active Contributor
0 Kudos

Dear Lee,

As per the standard storagr location will be determined based on these combination

Shipping pointPlantShipping conditions--->Storage location.

But your requirement is storage location need to get detrmine based on the sales area so you need use user exit with the help of ABAP people.

Try with this User exit

Program MV45AFZB

USEREXIT_SOURCE_DETERMINATION

You can use this user exit to determine which plant will be used for

the delivery. In the standard system, the delivering plant is copied

from the customer master or the customer-material info record. If

you want to use a different rule, then you must enter it in this

user exit.

I hope this will help you,

Regards,

Murali.

Answers (3)

Answers (3)

Former Member
0 Kudos

Thanks for the feedbacks. Is there another way besides User Exit setting the authorisation as per users if i set it as manual input?

For example User A is allow to input only Storage Location A and not other storage locations?

Thanks!

Regards,

LEE

Former Member
0 Kudos

Hi,

Please check User exit for storage location determination -EXIT_SAPLV02V_002 and Include ZXLOFU01.

Regards,

Jaya

Former Member
0 Kudos

Hi there,

Yes possible through customized code.

Standard SAP determines storage loc based on Shipping point / plant / storage conditions (MALA) or shipping point / plant / situation (RETA).

If you want anythihng other than that, then you can do it through user exit in MV45AFZZ.

Decide on what creteria you want the storage loc to be determined. Have the ABAPer code that in sales order user exit.

Regards,

Sivanand