on 2007 Aug 10 2:58 PM
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
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
hi,
generally storage location will be det in del doc , if you want you have to use user exit
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
111 | |
9 | |
8 | |
6 | |
5 | |
5 | |
5 | |
5 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.