VL10B - change Storage location for delivery

Hi all,
I have a requirement wherin, for the deliveries created for purchase orders, the storage location needs to be defaulted from the production order. The configuration of picking has only one stloc for my plant, but we have the same amterial stored at 2 storage locations. In the config we cannot maintain both stlocs for 1 plant. So I need to see if I can do an exit wherin I can read my production order and pick the storage location from there and post it on the delivery. Cn anyone help?

hi Roy,
solved this by finding a BADI under Shipping of deliveries which has a SAVE_DOCU_PREPARE interface taht can be triggered toi change storage location/
Thanks for ur help.
Problem solved.

Similar Messages

  • Changing Storage Location for Optimized Photos?

    Is it Possible to change the storage location for optimized photos...-- takes up a lot of space on my primary drive-- i'd like to put it on the secondary with the photos.

    When you say:
    We have activated authorization check at storage location level using authorization object 'M_MSEG_LGO'.
    Does it mean that you are just using the object - M_MSEG_LGO in the authorizations or does it mean you have activated the authorization check at SLoc level in config along with the usage of auth. object(please note, they are 2 different things).
    The goods movement is part of the MM-IM component & this is used in MM, PP etc. So the object M_MSEG_LGO is checked whenever goods movement are posted, provided the config has been activated.
    To be sure, check in table T001L whether the field XBLGO has a X for the SLoc where you require this control.

  • Need to change Storage location for reservations in production order

    During Production order creation we need to assign storage location against all the reservations in production order. Is there a way it can be done??

    Hi,
          check the user exit EXIT_SAPLCOSD_001.
    Sudheer.A

  • Erorr while changing storage location in VL02N

    Guyz,
    Firstly despite the plant+storage location + warehouse no. assignments are done , my replenishment delivery (delivery for stock transport order between plants under same company code) is not picking up storage location and warehouse no and thus stopping me from doing picking and PGI (post goods issue).
    However in VL02N when i'm trying to change storage location for line item, i'm getting following weird error
    *Error while determining ref.mov.type for WM via Table 156S: 647/ / / /L/ /*
    I found a SAP Note(133223) regarding this error and VL02 transaction but that note was specific to older versions. I'm on ECC 6.0
    Any suggestions please ?
    Thanks

    soumya - I did assign the picking location for my combination. However I noted, if i do this bit, i'm not able to create replenishment delivery from vl10b and erroring with below error. If i remove this assignment, i am able to create the delivery but delivery does not have storage loation. when i tried to change the storage loation in vl02n, i'm getting same below error ...
      Error while determining ref.mov.type for WM via Table 156S: 647/ / / /L/ / 
    Sivanand - Wheni do transfer order, its complaining that storage location is empty when i try to change storage location, as mentioned above, i 'm getting above error....
    appreciate any inputs ....
    I DID CREATE THE 647 MOVEMENT TYPE ASWELL BUT I'M GETTING SAME ERROR ... Can anyone suggest what control information should go when creating 647 mvt type.....?
    Edited by: Kasu on Sep 10, 2008 10:56 AM

  • Change storage location and plant for Return Delivery (outbound)

    Hi,
    I'm trying to achieve the following:
    Sales orders contained the 'normal' plant. Whenever a return delivery is created it should default the plant to a 'return delivery plant / storage location'. I've looked in to this and it seems we've got multiple options, however i would like to check:
    - Implement V02V0002 user-exit and link with 'return' movement type. Will this ensure plant change aswell?
    - Use standard RETA rule and define ?situations?. Could somebody clearify whether we can achieve our goal with this: Change plant and storage location?
    Any suggestions to achieve the above are very much appreciated.
    Note: Material contains both views for 'return plant/storage location' and 'normal plant/storage location'.
    System is R/3 4.6c with IS Retail activated.
    Kind regards,
    Tim

    Hi,
    The delivery is created against/follow-on a sales order / subscription order / invoice. I don't think we use/have a 'return sales order'. Yes, we only use 1 plant / storage location for the returns of goods.
    To sum it up:
    - Implement badi/user-exit ensuring that the plant is changed/defaulted in to our 'returns plant' for return documents.
    - Configure storage location via 'shipping condition'.
    Correct?
    Ps. I don't think we'll achieve changing the plant via configuring a shipping condition for our return document type. As the plant from the sales order doesn't match with the shipping condition it won't be taken in to account? And yes: It is mandatory/requirement to change the plant for customer return documents.
    Thank you for your inputs.
    Kind regards,
    Tim

  • Update Storage Location in Delivery during Picking

    Hello Experts,
    I am implementing "picking" using a custom function module that ultimately calls SD_DELIVERY_UPDATE_PICKING to perform picking.
    Frequently the third party application changes and sends a new storage location for a given delivery. The requirement is to update storage location in delivery while doing picking.
    Thanks for your precious inputs.
    Regards,
    Hitesh

    Use BAPI 'BAPI_OUTB_DELIVERY_CHANGE'. There is a parameter ITEM_DATA_SPL where you can put the storage location in.
    Regards,
    Michael
    DATA: ls_header  TYPE bapiobdlvhdrchg,
          ls_control TYPE bapiobdlvhdrctrlchg,
          lt_return  TYPE TABLE OF bapiret2,
          ls_item    TYPE /spe/bapiobdlvitemchg,
          lt_item    TYPE TABLE OF /spe/bapiobdlvitemchg.
    ls_header-deliv_numb = ls_control-deliv_numb = '0080000542'.
    ls_item-deliv_numb   = '0080000542'.
    ls_item-deliv_item   = '000010'.
    ls_item-stge_loc     = 'AA02'.
    APPEND ls_item TO lt_item.
    CALL FUNCTION 'BAPI_OUTB_DELIVERY_CHANGE'
      EXPORTING
        header_data                   = ls_header
        header_control                = ls_control
        delivery                      = '0080000542'
      TECHN_CONTROL                 =
      HEADER_DATA_SPL               =
      HEADER_CONTROL_SPL            =
      SENDER_SYSTEM                 =
      TABLES
      HEADER_PARTNER                =
      HEADER_PARTNER_ADDR           =
      HEADER_DEADLINES              =
      ITEM_DATA                     =
      ITEM_CONTROL                  =
      ITEM_SERIAL_NO                =
      SUPPLIER_CONS_DATA            =
      EXTENSION1                    =
      EXTENSION2                    =
        return                        = lt_return
      TOKENREFERENCE                =
        item_data_spl                 = lt_item
      COLLECTIVE_CHANGE_ITEMS       =
    CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
    EXPORTING
      WAIT          =
    IMPORTING
      RETURN        =

  • Automatically creation of storage location for material, in MF60

    Hi all,
    my collegue of PP module uses MF60 transaction.
    When he puts XXXX as Replenishment storage location, the system tells him this error: To stge loc. XXXX does not exist for material M1010000182 in plant 0001.
    In MM i have activate the automatic creation of storage location for plant 0001 and for all movement types.
    Why MF60 does not respect this requirement?
    If I try to do movement type 311 with MIGO, manually, there's no problem to transfer the material from a storage location to , XXXX s.loc.
    Is there something more that I have to do?
    Thanks in advance!
    Best regards
    Alba

    Thanks a lot...
    the note says:
    Summary
    Symptom
    A material without storage location view exists.
    If within a single material document, this material is moved in such a way that no change in stock occurs in total, the system does not create a storage location automatically even if this is set in Customizing.
    Additional key words
    OMC3, XLAUT
    Cause and prerequisites
    All postings to a segment (for example, material, plant, storage location) are only executed if a change in stock occurs. Only in this case, storage locations are created automatically. This way it is made sure that no empty segments are created.
    Solution
    The system behaves correctly.
    Header Data
    Release Status:     
    Released on:     07.07.2000  22:00:00
    BUT why IF i do 311 in MIGO, system creates automatically storage location (also if no change in stock occurs in total).
    AND if doMF60  (that does mouvement 311), system does not create automatically the storage location?
    Best regards
    Alba

  • MIGO: determination of storage location for empties

    Hello SD experts,
    Case: plant A delivers materials to plant B (interplant delivery). This delivery is posted GR through TC MIGO (based on delivery). Now, the issue is that SAP is not able to automatically determine the storage location for the empties (crates and crate containers). Can ayone tell me how we can let SAP do this automatically?
    Currently, we use WM for all finished products (storage location 0100). Empties are however not WM managed (storage location 0110). Empties are calculated and added in the delivery (user exit MV50AFZ1); not in the sales order.
    All replies are highly appreciated!
    Thanks and kind regards,
    Wander

    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.
    <b>Reward if helpful.</b>

  • Storage Location for Trading Goods

    Dear Experts,
    I need to create a different Storage location for Trading Goods.
    Process Flow :GRs > Sales order > Deliver > Billing.
    Normally in Trading goods we don't do Delivery but in our system we required to create delivery.
    So please Give me some idea & Link to make it happen.
    Thanks & Regards,
    Olet Malla

    The nature of a trading good (material type HAWA) is to buy a material from external company, store it, and sell it to customers.
    The nature of a finished goods is produce it yourself, store it and then sell it to cusotmers.
    So why would one need to use a FERT and exchange the naming if HAWA just does what it is designed for?
    if you need an extra storage location for such a material type, then create one with OX09
    (please dont create logical storage locations, this just confuses your users, stick to the physical locations)

  • How do I maintain storage location for Planned Orders in APO

    Dear all,
    Can you help us in maintaining storage location for planned orders in APO. The storage location from material master need to be updated in product master of APO and the same shall be automatically picked from product master during Supply Network Planning run.
    Material master CIF is live.
    We have got the following content error in CIF consistency check. How ever this is nt goging to harm any thing, but we would like to maintain in both R/3 and APO.
    Error:
    Plant and storage location in SAP APO: 2004
    Plant and storage location in SAP R/3: 2004 FGPA
    Thanks in advance
    Ram Mohan Rao Kolanupaka

    Instead of maintaining additional master data, i would rather use CCR user exits to switch off comparison of planned order at storage location level if the APO storage location is blank. This way you would not have to make changes to PPMs everytime a new scale out of the solution happens.
    In SE18 check the user exit /SAPAPO/CIF_DELTA3 (interface RELEVANT_FOR_COMPARE_ORDHEAD)
    If it is not possible to switch off this comparison then I guess changing master data is the next step. Do explore with a developer though about the first option.

  • Block Storage Location For Any Movment

    Hi All
    Does it possible to block storage location for any movment
    I know I have authorization object but it is required from me to change all roles
    and to look for all transaction that make movment
    Does there is a easy way just to block the storage location without delete it

    hi
    Use Transaction Code MM06 to set a deletion flag for material at storage location level. This shall be done for all materials that have this storage location that can be found by checking the table MARD with SE16.
    As well the message M7 127 from warning to error message (transaction OMCQ) must be changed
    Vishal...

  • Can I assign several physical storage locations for each virtual machine when using the replication-feature from Hyper-V 2012 R2?

    Hi everyone,
    I have 2x physical servers running Hyper-V 2012 R2. Each hosts several virtual machines. The VHDs of the VMs are stored on several dedicated physical disks to have a performance boost. For exampe if VM A has two VHDs attached I made sure that the VHDs are
    on different physical disks to have them not slow-down each other in case of intensive disk accesses.
    So far so good. I was looking forward to the replication-feature. The idea is to have the two physical servers have their primary running VMs being replicated to the other physical server and vice-versa. I was hoping to have the chance to choose for each
    individual VM where the replicated VHD will be stored. But instead I can only see the one location/path which is configured in Hyper-V Manager when I activate the replication-feature on the server.
    Is there by any chance a way how to select the storage location for each VHD/VM if using the replication-feature of Hyper-V 2012 R2?
    Thanks in advance.
    Cheers,
    Sebastian

    Secondly, you could replicate different VMs to different storage locations to perform some of the disk balancing you are trying to perform.  Lastly, you could copy the vhd file to a different location
    before starting the VM.
    .:|:.:|:. tim
    Hi Tim,
    thanks for the reply. Sorry, but I had some other tasks to take care of, so I wasn't paying enough attention to this thread.
    The part I quoted from your reply sounds exactly like the action I'd like to perform, but as you pointed out before this should not be possible.
    How can I perform the action (replicating each VM to a storage location) as you mentioned secondly? To sum it up again:
    2x physical machines carrying severel HDDs
    8+ VMs spread to run on the 2x servers
    when setting up replication I can only set the storage-location from server A on B and vice versa B on A
    Thanks again for your reply.
    Cheers,
    Sebastian

  • Re: Creation of storage location for halb which was not assigned primarily

    Creation of storage location for halb, every thing processed with raw materials for production orders reg  fert and even settled. Later a storage location is to be created for halb. When I created storage location for halb and when I want to post initial stock through MB1C I am getting error saying material type and storage location not maintained. Can any one solve my problem. Thanks in advance.

    Hi Vachanala,
    Are the material masters of your materials extended to the new storage location / have you defined automatic creation (for movement) in customizing (SPRO > Material Manegement > Inventory management & PI > Automatic movements > Create Storage Location Automatically)?
    If the material masters are not extended you can't book those materials to that SL.
    BR
    Csaba
    <b>material master</b>
    http://help.sap.com/saphelp_46c/helpdata/en/ff/515ee849d811d182b80000e829fbfe/frameset.htm
    <b>automatic creation of storage data</b>
    http://help.sap.com/saphelp_46c/helpdata/en/a5/6330f243a211d189410000e829fbbd/frameset.htm

  • Vendor change in PO for delivery charges after MIGO

    Dear All,
    System is allowing to change the Vendor for delivery charges even after the MIGO has been done, without any message (warning/error). The Vendor field is editable in PO, even after MIGO.
    Vendor was changed, But at the time of MIRO system is showing the old vendor, not the changed one.
    Problem is explained with one example-
    PO created with "Freight" Delivery charge - with vendor ABCD.MIGO was done.
    After MIGO the exact vendor for the Freight was know, Vendor XYZ . As system is allowing to change it without message, it was changed. No change log is there for the changed vendor.
    But now at the time of MIRO, system is suggesting u201CPlanned delivery costu201D for Vendor ABCD, not for XYZ.
    So how to proceed as the payment has to be done for the new Vendor XYZ.
    Please suggest.
    Regards,
    Vijay P.Bhaware
    Edited by: vijaypb on Aug 28, 2011 4:40 PM

    Hi,
    Please check SAP Note 549408 - Conditions modifiable after invoice receipt for the same.
    THis will resolve your issue.
    Symptom
    You already posted an invoice receipt for a purchase order with delivery costs, but no goods receipt yet. After that you can still change conditions of type 'B' (Delivery costs) via Transaction ME22 or ME22N in the purchase order.
    Solution
    Refer to the attached advance corrections.
    In addition you must adjust message V1631 as follows:
    Change the short text of the message via Transaction SE91 as follows: <Z1> No new delivery costs must be entered after occurred GR/IR.
    Extend the long text by the following passage in section 'Diagnosis': <Z1> After an occurred invoice receipt the change of delivery costs is not allowed in the purchase, either, as information for the correct process are no longer available and the postings can no longer or not without errors be carried out, particularly after the deletion of posted delivery costs for subsequent cancellations or invoices.
    Regards,
    Sandesh Sawant

  • Where and how to find the storage locatation for the consignment stock

    where and how to find the storage locatation for the consignment stock (customer stock )  for more than one storage location .
    table :msku
    material no    -   werks - batch
    xxx                   sg11  - 200352ac
    table : mchb
    material no    -   werks  -lgort - batch
    xxx                   sg11   sg10   200352ac
    xxx                   sg11   gs11   200352ac
    note : each stock location having same batch no in different storage and my question how to find which link for msku to mchb .

    Hi,
    Try the table MARD: Storage Location Data for Material, where in the field LABST will give the stock field, against a given material/plant/Storage Loc.
    Regards,
    JLN

Maybe you are looking for

  • Dynamic Service Invocation from OSB

    Hi,      I have around 50 services in SOA Suite.  I have to invoke these 50 services dynamically from OSB service based on the input parameters.      For example, The OSB proxy service will receive the input in the below format                       

  • SOAP request being sent only half sometimes

    Hi All, Sometimes, the SOAP request being sent (By Clicking a Button) has all the fields filled with data like say for example, <doc:contact>                   <gen:gender>Female</gen:gender>                   <gen:firstName>FNAME</gen:firstName>    

  • Problem with 4 displays since upgrading from 10.3.9 to 10.5.6

    I was happily running 4 displays from my 2 graphics cards (9600XT and 9200) under 10.3.9. 3 x DVI (one of which is with the ACI adapter) and 1 running via VGA to a plasma TV. The 3 displays running from DVI were all "name" recognized and all resoluti

  • Multiple Production ordersfor one sales order.

    Hi Gurus, We have a typical MTO scenario where depending on the requirement, a planned order is converted in to production order using MD04 or using CO08. But when both are done, system is not throwing any error message or information message that th

  • BWSP Inbox Approval requires additional sign-on

    Hello, We are currently on EP 6.0 with WebAS 6.20 and seperate ITS instance. We are implementing leave requests using WS04200009 and the approvals will be done through the ESS inbox, BWSP. We currently use SSO, so no logon is required by the user to