cancel
Showing results for 
Search instead for 
Did you mean: 

Defaulting Storage location in Sales Order.

Former Member
0 Kudos

Hi Friends,

My requirement is to have storage location populated in sales order. I understand from previous threads that it can be done using

USEREXIT_MOVE_FIELD_TO_VBAP and writing a code to pull the LGORT value from TVKOL table.

But how to go about doing this ? Do I need to create an enhancement or directly write the code in the userexit? Could someone plz brief the step by step process ?

Regards

Mahesh..

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Mahesh,

In this user exit mentioned above you can put an include which will put the storage location based on Shipping point,Delivering plant,Storage conditions combination. or may be you can ask the ABAP person to identify the FM for Storage location determination used int he delivery creation and put the same here.

At this point in SO creation the storage location will be blank and here we can pass on a value which would be carried forward. An ABAP person could easily do it for you.

reward points if it helps

regards

Biju

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

There is no enhancement for this user-exit. Just get the access key for include MV45AFZZ and write code directly in form routine

USEREXIT_MOVE_FIELD_TO_VBAP.

Please reward if it helps.

Thanks & Regards

Sadhu Kishore