cancel
Showing results for 
Search instead for 
Did you mean: 

regarding automatic storagelocation during sales order

Former Member
0 Kudos

hi gur's,

this is jagan can u help me anybody i have one quiry regarding automatic storage location during sales order processing. during sales order processing system automatically propose the storagelocation in sales order item data in shipping tabpage. for that what is the settings are required allready i done storagelocation determination also , please suggest the necessary settings.

thankyoy

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Krishna,

I will tell you what i had done to have Storage location determination in the Sales order. In the Plant Setting IMG> Enterprise Structure> Definition> Logistics - General> Define, copy, delete, check plant. Here select your plant and go to Address for this plant. Here in Search term 2 Maintain some alphabet say "A". Now ask your ABAPer to write a user exit for determining the Storage location if the Sales order has the same Plant used in it with search term as "A" then use table V_TVKOL (storage location determination table) and fetch the correct storage location based on Shipping Point + Plant + Storage conditions.

Hope the above works for you.

REWARD if it helps you!!

Regards,

Ajinkya

Answers (6)

Answers (6)

Former Member
0 Kudos

In Sales Order User Exit MV45AFZZ with the form FORM USEREXIT_MOVE_FIELD_TO_VBAP (Read the config table TVKOL to get the storage location).

The pseduo code for the ABAPer is.......

Set the Storage Location on the Sales Order Line Item where the

Item-Plant, Item-Shipping Point, Customer-Storage Conditions combination find matching a Storage Location in table TVKOL

If no match is found, leave the Storage Location blank in the Sales Order Line Item

Ref OSS notes 7670, 208009

Bill

ravi_kumar100
Active Contributor
0 Kudos

Hi,

If storage location for picking is not specified in the order item, the system determines the storage location when it creates the outbound delivery and copies it into the delivery item. Otherwise, the storage location entered in the order item is used in the outbound delivery.

- The system determines the picking location based on a rule defined in the delivery type. The following rules are shipped in the standard system:

- MALA: The picking location is determined based on the shipping point, the delivering plant, and the storage condition for the material as defined in the material master.

- RETA and MARE: These rules are mainly used in trade scenarios.

- You can also use the customer exit in SAP enhancement V02V0002 to implement storage location determination.

- The picking location search is activated for each delivery item category.

REgards,

SAROSH

ravi_kumar100
Active Contributor
0 Kudos

Hi Jagan,

I think there is a storage location determination rule in the standard SAP system for sales order level.

Please do check it.

Regards,

Sarosh

Former Member
0 Kudos

You can't detemine the storagelocation in the order it will determine in the delivery only if you want you can do by useing the userexit

Former Member
0 Kudos

Hi krishna

i dont think its possible the normal way ,you need to write a user exit in the following exit

<b>V02V0002 </b> User exit for storage location determination

Hope this solves your querry

Cheers

Former Member
0 Kudos

hi this is kirishna,

thankyou for the u valuabel suggestion. can u give me full information about this user exit

krishna,

Former Member
0 Kudos

well go to T code SMOD: there enter the user exit and click on display , click on the components tab , there you will see function module with the user exit name double click on that you will reach into the code.

There is where your technical consultant will code for the determination of user exit as per requirement.

Hope this solves your problem

Cheers

bcrao
Active Contributor
0 Kudos

hi,

generally storage location will be det in del doc , if you want you have to use user exit