cancel
Showing results for 
Search instead for 
Did you mean: 

Default Storage Locations in Sales Order

Former Member
0 Kudos

Dear Folks,

I have two storage locations in my setup - 4201 and 4202. When I create a sales orders, for the same materials, there will be times where I want to pick all the items from 4201. At other times, I want to pick all the items from 4202 (export).

Typically, one sales orders can contain hundreds of materials and i am now keying in the storage location one by one at the line item level.

Are there any easier way to do this? Am I able to specify anywhere during order entry or delivery that this order is to pick from 4201 and the next order is to pick from 4202?

Best Regards,

Junwen

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Junwen

I've implement the logic of the determination of the storage location depends of the sales office, Delivering Plant in MM03 and Product hierarchy. I've made this with a user-exit and an auxiliary table.

If this helps you send me back and I’ll give you the name of the user-exit.

Dora

Former Member
0 Kudos

Dear Dora,

Which user exits should we use if we are willing to explore using user exits?

Best Regards,

Junwen

Former Member
0 Kudos

Hi

Form: MV45AFZZ, USEREXIT_MOVE_FIELD_TO_VBAP.

Dora

Answers (1)

Answers (1)

Former Member
0 Kudos

If the user is willing to give one storage location for one item (which is also valid for all the other items in the order), then a user exit can be used to copy the storage location to all other items.

e.g. MOVE FIELD TO VBAP, CHECK VBAP, etc.