cancel
Showing results for 
Search instead for 
Did you mean: 

How storage location determined automatically in the Slaes Order

Former Member
0 Kudos

Dear Friends,

How storage location is determined in the sales order.

Please let us know the possibilities ASAP.

Thanks

Raju.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi there,

Storage loc is always determined in a delivery. In OVL3.

But if you want it to be determined in an order, then it is possible only through USEREXIT_SOURCE_DETERMINE in MV45AFZZ.

You need to specify the conditions which will propose the storage loc in the order.

Get the determination conditions 1st from the business & check with the ABAPer.

Regards,

Sivanand

Answers (9)

Answers (9)

Former Member
0 Kudos

closed

Former Member
0 Kudos

Dear Siva,

based on this storage location MRP and Availability has to carried out at sales order level.

if any more hints you are welcome.

Thanks

Raju.

Former Member
0 Kudos

Once the storage location is determined in the sale order the availability check happens only in that storage location.

Regards,

GSL.

Former Member
0 Kudos

Dear Siva,

based on this storage location MRP and Availability has to carried out at sales order level.

if any more hints you are welcome.

Thanks

Raju.

Former Member
0 Kudos

Dear Friends,

Please give a kind of logic how to change the use exist and the pre requisitments for change

do the needfull ASAP.

Thanks

raju.

Former Member
0 Kudos

Dear Jaya,

This User Exist is used for Sales Order Item level Storage location Determination.

If possible can you please elabatare the functionality of this user exist.

Thanks

Raju.

Former Member
0 Kudos

Dear SIva,

Thanks for your earliest reply.

I have one more concern on the same.

If material is available in the both the storage location with in the same plant, at that time what will hapeen in the sales arder level automatic storage location determination

Please do the needfull ASAP

thanks

raju.

Former Member
0 Kudos

Hi there,

If your requirement is just to propose storage loc in a sales order, it willnot have any effect on the availability check.

It is only at delivey level that the system does availability check against storage loc. At SO level availability check is done at plant level.

The storare loc at the order level is based on a customised condition.

For eg: it may depend on the sales org / material type / shipping point.

If it is a manufactured item / procured item, GR is done in the storage loc that is assigned to the delivery. Not at the order level.

Regards,

Sivanand

Former Member
0 Kudos

Hi,

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

Regards,

Jaya

rasikm_waghela
Active Participant
0 Kudos

You will have to mauntain the determination

goto SPRO>logistics execution->Shipping->Picking->Determine picking location--->Assign picking locations.

storage location is determined based on shipping point plant and storage conditions.

Former Member
0 Kudos

It is possible using ABAP only. Use the exit USEREXIT_SOURCE_DETERMINATION (MV45AFZB).

Regards,

GSL.