Automatic Storage Location determination based on Customer in SO Creation

Hi Guru,
We have the scenario where some customer goods need to be out from the bonded WH, and Some customer will always take the goods from General WH, can i know if there is a way to maintain the default storage location based on which customer?
Thank you very much,
Regards,
Chee Wee

Dear Chee Wee,
    First, Storage location will not be defaulted in Sales order with std system settings. Still if you want to automate storage location , you have to use exist.
Include: MV45AFZB
Form Exit: USEREXIT_CHECK_VBAP
            Based on Customer you can bypass sales process ( whether goods can procure externally or produce internally),
but not default the storage location based on Customer.
Regards,
Reazuddin MD

Similar Messages

  • Automatic storage location determination based on delivery document type

    Dear All,
    How can automatic storage location will be determined based on sales order type or delivery type.
    Ex: If the business sells the material storage location automatically determined as SL12.
    If the customer returnns the material storage location should be SL01.
    Please suggest for retun process automatic storage location determination.
    Best regards,
    Ramesh

    Dear Guru Lakshmipathy,
    Fine, but we have some picking rules are MALA, RETA and MARE.
    Currently we have onle on plant 1010 and shipping point 1010.
    storage location for outbound deliveries determined based on MALA rule has been assigned to LF.
    can we use RETA or MARE to determine the storage location for returns delivery.  If yes kindly
    explain. And where is storage condtion available in sap.
    Best regards,
    Thanks

  • User exit for storage location determination in sales order

    Hi SAP SD Experts,
    Please give me the exact user exit name where we can use for the automatic storage location determination in the sales order.
    Thanks & Regards,
    Rajesh Kumar Raju,

    Dear Rajesh Kumar Raju
    Go to IMG-->Logistics Execution >Shipping> Picking -->Determine Picking Location -->Define Rules for Picking Location Determination.  There you have to assign the MALA rule to your delivery type
    Also maintain in OMJ8 and in material master under MRP2 view the default storage location in the field "Prod. stor. location"
    thanks
    G. Lakshmipathi

  • BATCH SPLIT AUTOMATIC STORAGE LOCATION AND WEIGHT DETERMINATION IN DELIVERY

    DEAR,
    PLZ SUGGEST ME HOW TO DO CONFIGURATION IN BATCH DETERMINATION SUCH THAT WHILE DOING BATCH SPLIT WHEN I PUT THE BATCHES MANUALLY THE STORAGE LOCATION  AND ITS SPECIFIC WEIGHT WILL COME AUTOMATICALLY .
    REGARDS,
    DEBESH TRIPATHY

    Hi ,
    You have to use the user exit as mentioned by lakshmipathi above  and take the help of ababer to modify it.
    V02V0002   - User exit for storage location determination 
    Also go through this link for user exit for delivery
    http://www.sap-img.com/abap/list-of-user-exit-related-to-vl01n.htm
    Regards,
    Krishna O

  • Storage location determination at Sales Order

    Dear All,
    Could we storage location determine at sales order level ?
    As per my requirement. Stock is available a particular plant example below
    Plant
    Storage Loc
    Stock Available
    Batch
    1305
    1300
    10
    1000190
    1305
    1300
    10
    1000890
    Got order from customer is 15 Quantities and the sale order is confirmed because stock is available but at the time of delivery storage location is determined on the particular material so batch is picked automatically on base quantity other other is showing open. So could u plz give me solution for storage location determination on sales order level.
    Thank You!
    Chakradhara

    Being an old member of the forum,  I dont want to highlight the importance of adhering to forum rules.  This topic has been discussed many times here and if you search in SCN or Google it, you would accept this has been discussed many times.  Please adhere to forum rules and avoid posting such repeated queries.
    G. Lakshmipathi

  • Storage location-determination of return-deliveries (delivery type RL)

    Is there a difference between picking storage location-determination of return-deliveries (delivery type u201CRL Returns (pur.ord.)u201D/return to vendor) on 4.6C compared to ECC6.0? Is there a SAP-note?
    Within 4.6C-system the storage location is determined based on the customizing settings (Logistics Execution \ Shipping \ Picking \ Determine Picking Location \Assign Picking Locations).
    Within ECC6.0-system the storage location in the return-delivery is always the storage location that is entered in the Return-Purchase Order. It seems like the customizing-settings are no longer beeing taken into account.

    This storace location-determination of return-deliveries (delivery type RL) in customozing that you mention is only true within the 4.6C-system. Within the ECC6.0-system the storage lcoation is always the one that is entered in the return-purchase order. In ECC6.0 the customizing settings you are refering to a no longer valid for deliveries with delivery type RL.
    The questions is why/ and is there an OSS note.

  • Needed config settings for automatic storage location

    hi,
    sap gurus,
    configuration settings needed for automatic storage location at sales order level.
    it is coming by using OVL3 at delivery document level.
    but we need it sales order level.
    regards,
    balaji.t

    Hi Balaji,
    In standard Storage location cannot be defaulted in Sales order. OVL3 is for determining the storage location in Delivery.
    However to map your requirement of having Storage location determination in the Sales order do the following:
    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 same works for you!!
    Regards,
    Ajinkya

  • Situation in Storage Location Determination

    Hai,
    I have a scenario where I have to determine a different storage location based on the sales doc type. On searching the forum here I learnt that I should use USER EXIT to achieve this.
    I want to know whether I can use situations to handle this scenario.
    I am able to define situations. But where can I assign these situations? In SO or Delivery document?
    Will be thankful if anybody helps me out in this issue regarding the 'situation'
    Regards,
    Maheshwaran. I

    Hi
    Storage Locations are Determined in the delivery document based on The priority rules like MALA or RETA or MARE
    Here the RETA rule is Storage Location Determination determination based on shipping pt + delivering plant and Situation
    The difference between MALA and RETA is these two are same (shipping pt + delivering plant)
    MALA  uses storage conditions as the third factor
    RETA  uses situation  as the third factor
    RETA  is used in trading scenario
    But both of these are used or assigned to  delivery types only via t code OVLQ
    So using situation will not help you to Determine Storage Location  in sales doc type
    Storage location is normally not determined in sales order
    It is determined only in delivery
    If you want storage location to be determined for sales order then you have to use user exit
    If storage location is specified manually in sales order then it is copied into delivery
    Otherwise it is determined using either MALA,RETA or MARE rules which we specify in delivery doc type
    For sales order you have to use usetr exit in program MV45AFZZ
    To determine storage location in Sale Order, there is no configuration available and it has to be achieved using exit USEREXIT_SOURCE_DETERMINATION in program MV45AFZB.
    Maintain a zee table with the values based on which you want the storage location determination to happen. In the exit ask your abaper to write the code to pick up the relevant records based on the criterion and then fetch the storage location. This way storage location will be automatically populated in the sale order.
    You can try incompletion procedure option
    Put the storage location field in the sales order item incompletion procedure
    Regards
    Raja

  • Automatic storage location view creation in maintenace order (IW31)

    Hello,
    Seems like I need some help.
    Have configured automatic storage location view creation for GR and reservation. Configured movement types are 101, 201, 261. While creating reservations (201, 261 mvmnt. types) with mb21 the sloc view is automatically created in material master, and everything seems fine.
    But in iw31 when I specify material number and sloc in a Components tab, I get an error message CO312: "The storage location data is not created". Automatic reservation is not created, and maintenance order can not be saved. Movement type 261 is used for automatic reservations for the maintenance order.
    If I configure message CO312 as a (W)arning  message, then it allows me to save the order and reservation, but sloc view in material master still is not created. Think that's not good and may lead to MRP issues.
    How can I configure automatic sloc view creation in iw31? Is that possible?
    Edited by: Konstantin Dudura on Nov 17, 2009 8:11 PM

    Hi,
    The customization required for Automatic Storage location creation at reservation are:
    Goto : SPRO -> MM -> inventory Management and physical inventory -> Goods issue/ Transfer posting -> Create storage location automatically
    first of all go to Plant and tick the automatic Storage location creation for the Plant. After that goto Movement type and tick the automatic Storage location for movement type 261.
    Regards

  • Plant and Storage Location determination at Item level during Copy control

    Hello Freinds,
    We are experiencing issues within Sales Order creation when the line item is referencing a contract. The plant and storage location is being determined from the contract - this should not be done, we have an enhancement in place for sales order plant/storage location determination which is how these values should be determined.
    Kindly suggest, if it can be achieved through configuration setting at Copy control level, to avoid the Plant and Storage location determination from Contract in to Sales Order.
    Thanks,
    Anup Bansal

    Hello
    You can mention the additional logic of redetermining Plant and storage location whenever copied from contract.
    In a sale order, i think you are maintaining a enhancement in prog MV45AFZB & user exit userexit_source_determination.
    YOu can maintain the coding at same place.
    thank you
    Anirudh

  • Shipping point and storage location determination

    for one of my delivery type i had defined shipping point determination as per following.
    define shipping conditions
    define loading group
    assign shipping points: with combination of shipping conditionsloading groupplantprop shippping pointmanual shiping point.
    i also checked the cmr and mmr both are correct.still system is not proposing shipping point and storage locatgion in my obd

    Hi Charan
    Shipping conditions is taken from sold to party
    Pls check whether you are using a different SP and SH
    Check in these t codes
    In OVL2 are you seeing the shipping pt determination for your combination?
    In OVL3 are you seeing the storage location determination for your combination?
    If yes then shipping pt will be definately picked up in sales order
    Storage location will be definately picked up in the delivery if you have assigned the rule MALA in OVLK
    Have you assigned your delivering plant to your shipping pt in enterprise structure assignment?
    This also check
    Refresh the whole order and try again
    If need be log out of SAP and relog and see provided you have youR OVL2 and OVL3 correct?
    Note If shipping conditions are assigned to your order type in VOV8 then that will have priority over the shipping conditions of SP
    So for that combination you should maintain shipping pt in OVL2
    Regards
    Raja

  • SHIPPING POINT AND STORAGE LOCATION DETERMINATION IN DELIVERY

    i made configuration setting for shipping point and storage location determination during delivery process. still system is not proposing this data during delivery.
      due to this reason lot of time is consuming during delivery creation.
    plz suggest the complete configuration flow for this determination.

    Dear Ram,
    Can you please specify the configuration that you have made? And which storage location determination rule are you using for your Delivery Type?
    Regards,
    Amitabha

  • Automatic storage location

    Hi
    Where we will do Automatic storage location configuration in SPRO settings ?
    Please any one give answer
    Thanks & Regards,
    senthil.

    Hi
    In OMJJ you can flag the Create Storage location automatically for all the Movemnt types.
    This Creation of Storage location will work only in case of Good receipt Postings only.
    Thanks & Regards
    Kishore

  • Storage Location Determination rule

    Hi Gurus
    Please i want to add a new storage location determination rule (ZALA) to the existing MALA, RETA & MARE. I'll appreciate if you can give me the menu path.
    Many thanks, Felix

    Hello Felix,
    Please refer to SAP Note 124041 regarding the user exit for storage location. The function EXIT_SAPLV02V_002 is called by the function SD_STORAGE_LOCATION_DETERMINE.
    Userexit EXIT_SAPLV02V_002 should always be called under the following
    conditions:
    a) there is no storage location present in the preceeding document
    b) the delivery item is in creation (not change)
    c) the rule for the for the storage location determination is not a
       standard one (transaction OVLQ).
    In addition I would also suggest you to go through SAP Note 396480.
    Hope this helps.

  • Situation in Storage Location Determination with Situation?

    where can I use the situation values to determine the Storage Location?
    In other words, how can I determine the Storage Location with the settings in Storage Location Determination with Situation?

    Dear Huanzhiyu,
                 Go through this IMG path you can able to define the situations as well as you can able to determine the storage location with the situation.
    IMG>Logistics Execution>Shipping>Picking>determine picking location-->Define situations and Storage location determination with situation.
    I hope it will help you
    Regards,
    Murali.

Maybe you are looking for

  • Graphics between windows 8 and 8.1

    Hi guys i am having a pc with two os xp and 8 . In xp my graphics memory is 128 mb and 8 my graphics is 830 mb if i am update 8.1 means what about my graphics memory ? Will it increase or not ?

  • Moving email from BT Yahoo to BT Mail

    Since the announcement that BT was moving all mail accounts from Yahoo to BT Mail, I have been looking forward with anticipation to the day when I can properly synchronise my account on my Android phone.  However the months have past and I have heard

  • How to build tree/hierarchy/explorer format in internal table

    Dear Friends, I have one internal table with parent and child, again child will be acting as parent and it can have further childs ...... like that it goes on there is no constant levels it goes on.... for example. parent child 100 101 102 103 101 20

  • AS2 ID and URL in BizTalk Server 2009

    Hi Everyone, I am new to BizTalk and have some very basic understanding of what it does. My client wants to send and receive EDIFACT files over AS2 protocol and they have asked for our AS2 ID, AS2 URL and certificate(public if I am right). Please fin

  • Oracle Dev Tools 10.1.0.4 and R2 Client

    Hi, I have installed the 10gR2 Client (including 10.2 ODP.NET). Now I want the Dev Tools but the only version available is 10.1.0.4. If I choose the same oracle home, OUI will reinstall ODP.NET 10.1.0.4 and other older files... Do I have to wait for