cancel
Showing results for 
Search instead for 
Did you mean: 

Storage location determination in Return orders

Former Member
0 Kudos

Hi All,

I have created return salesorder with ship to party, material and order quantity after that user changed ship to party postal code in header level got


popup ship to party redetermined then checked storage location in item level...shows blank storage location...user want  to see storage location


even if there is change in ship to party postal code.....Suggestion on this ....


Thanks in advance.....


Sai Srinivas.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Sai,

Please check below URL

http://scn.sap.com/thread/3843090

Regards

Manish

Former Member
0 Kudos

Hi,

As automatic determination of Storage Location at Sales Order level is not possible, when the user changes ship-to-party details, the system redetermines all the shipping related information even the shipping point determination is freshly carried out. Thus, the storage location field will become blank.

The maximum possible solution is you may use User-Exits to populate the field during saving/updation of sales order through some predefined logic. But this cannot be achieved through configuration.

Regards,

Debarshi

VeselinaPeykova
Active Contributor
0 Kudos

When you create a return order from scratch:

In standard systems storage location is determined during delivery creation (based on picking location determination settings).

When you create with reference to a sales order where storage location was filled, it will be copied to the new document.

It also is possible to override the standard logic during sales order creation with mv45afzz->userexit_move_field_to_vbap or during delivery creation in mv50afzz->userexit_lgort_determination.

While I can see benefits in certain scenarios for populating vbap-lgort for sales process (reserving the product from a specific storage location), it is not that useful to have storage locaton filled at sales order creation for returns process.

Could you please explain why this is needed/expected at that early stage in processing? Also for advanced returns process a possible approach could be that the inspection is performed at the customer's premises without any need for physical transportation of goods.