MB21 mov.type 311 and planorders

Hi Gurus
I hope one of you Guys / girls can help me or point me in the right direction
In MB21 Mov.type 311 we create reservations on materials that are normally MTO Stock. This Means that the reservation will create a plan order when the MRP is run onthose materials. This is all ok, but if we have 2 - 3 reservations on the same material SAP standard is to create one plan order for the number og materials missing in order to cover the 3 reservations.
In the picking process one employee will pick the entire reservation, including the MTO which is basically a BOM for picking ( screws, botls, bearings etc etc )
The reason we use mov.type 311 is the each reservation are to be moved to another storage location that is physical Places elsewhere, but not defined as a warehouse.
Is it at all possible til have the MRP create a planorder for each reservation ?
Kind regards
Jens Olsen
Denmark

Hello Jens
If the reservations have all the same date, MRP will always create a single replenishment proposal, even if you are using lot sizing procedure EX.
See question 6 of the FAQ note 550568:
6.  Question:
     There are several requirements on one day. Is it possible that the
     MRP creates a separate procurement proposal for every requirement?
     Answer:
     Same as for the daily lot size with a number of periods = 1 (lot
     size TB), requirements of one day are also grouped into one
     procurement proposal for the lot-for-lot order quantity (lot size
     EX) (see documentation for the lot-for-lot order quantity). Separate
     procurement proposals can be achieved only if you work with
     make-to-order production. Here, the requirements are managed in
     separate planning segments of the stock/requirements list.
BR
Caetano

Similar Messages

  • Store to Store (Movement type 311) and Transportation Module

    Hi,
    We have a new business requirement to link store to store movements (currently using 311 movement type) to the transportation module. Can anyone help me on how to set up this link?
    Thanks in advance,
    Finbarr

    Dear Finbarr O'Donovan
    trasportation planning for shipment
    inorder to implement transportation Module
    define Transportation Planning Point Determination,Define Number Ranges for Shipments,Maintain Transportation Relevance,Maintain transportation relevance for routes,Define Shipment Types,Maintain Standard Selection Variants for Shipment List,Define Transportation Connection Points
    <i><b>Additional Data 1 Priority</b></i>
    01 Urgent Process; High priority Shipment
    02 Express Delivery
    03 Collect  / Ex Works
    04 Priority 04 / Priority +
    05 Priority05  / Standard priority
    06 Priority 06 / Low priority
    To change the priority of the assigned deliveries and Transfer orders
    <i><b>Additional data 2 Staging area</b></i>
    Copied to the assigned deliveries and transfer orders
    <i><b>Shipment status Planning</b></i>
    Who     Outbound planning
    When
    Planning shipment is completed and the warehouse activities can be started (Staging area known)
    What
    Output type is created = Picking Wave / group.
    Groups all transfer orders for several deliveries to the same ship-to address (based on Shipping point, Shipping condition, Route, Ship to number, Warehouse number, Address number).
    <i><b>Shipment status Check-In</b></i>
    Who     Dispatch controller 
    When      
    Truck arrives at the gate and the driver must check himself in.
    Why
    To monitor the forwarder
    <i><b>Shipment status Loading Start</b></i>
    Who     Dispatch controller
    When
    Warehouse internal activities are completed.
    Deliveries are on the Bay and the documents need to be added to complete the shipment.
    > Not possible if the Warehouse processes are still not completed
    What
    Print outs
    Pack list
    Delivery Note
    <i><b>Shipment status Loading End</b></i>
    Who     Dispatch controller
    When
    Loading of the truck is completed.
    What
    Print outs
    Truck manifest
    <i><b>Shipment status Shipment completion</b></i>
    Who     Dispatch controller
    When
    Dispatch activities are completed and the truck has left the yard
    What
    Triggers goods issue
    Which is trigger for Billing
    <i><b>Agenda Outbound monitoring</b></i>
    VL10     Collective Processing of Documents due for Delivery 
    VL06O     Outbound delivery monitor
    VT11     Transportation planning list

  • Multiple receivng storage locations on Reservation (movement type 311)

    Hi
    We have a requirement where we create a reservation document either using BAPI or BDC (MB21). At the time of creation we require to maintain different receiving storage location on the reservation. Currently SAP allows to maintain receiving storage location on the header field RKPF - UMLGO only and then copies the same value on all line item field (RESB-UMLGO)..The line item field is not editable or set as I/O field therefore working on finding a user exit or BADI to update fields RESB - UMLGO in background. Has any one had this requirement and in case yes can you please advise how was this addressed.
    Thanks
    Lokesh

    Hi,
    If my understanding is correct. You want to transfer post a stock of material from one storage location to another ( IM perspective ) and from one bin to another bin belonging to different storage types but same plant ( WM perspective ).
    As this transfer posting does not involve any Sales order what is the logic behind the selection of movement type 311 E.
    I hope you can very well make use of 311 movement type for the transfer posting in IM which will lead to the generation of a PCN in the WM side. On confirming the same you will be able to do the reflection of Transfer posting in WM side also.
    I would suggest you to follow the above steps.
    1) First check the transfer posting 311 E which you have already completed a PCN in the background. If it is availble, just try to confirm the posting Change notice which will clear off the negative entry and a correponding postitive entry in the receiving storage type.
    2) In case if the system have not generated the PCN, then better to cancel the material docuemnt and re do the transfer posting to carry out the process from the start with the movement type 311 which will yield a PCN which can be confirmed to see the stock in the required storage type and in the respective bin accoring to the strategy set.
    Regards,

  • Error while using BAPI_GOODSMVT_CREATE wiht movement type 311.

    Hi All experts,
    i am geting error msg, while using BAPI_GOODSMVT_CREATE wiht movement type 311.
    the error msg is " For reservation 0000443815 0000, no movements can be posted".
    Here is my code.
    IF I_ZMM_S_MBIB_LOT[] IS NOT INITIAL.
    *moving posting date and document date  to header
        GOODSMVT_HEADER-PSTNG_DATE = ZMM_S_MBIB_311-BUDAT.
        GOODSMVT_HEADER-DOC_DATE   =  ZMM_S_MBIB_311-BUDAT.
        LOOP AT I_ZMM_S_MBIB_LOT WHERE MENGE NE '0'.
          IF I_ZMM_S_MBIB_LOT-IND = 'X'.
    *moving material and plant ,stge_loc,qty and movement type  to header
            GOODSMVT_ITEM-MATERIAL       = I_ZMM_S_MBIB_LOT-MATNR.
            GOODSMVT_ITEM-PLANT          = I_ZMM_S_MBIB_LOT-WERKS.
            GOODSMVT_ITEM-BATCH          =  I_ZMM_S_MBIB_LOT-CHARG.
            GOODSMVT_ITEM-STGE_LOC       = I_ZMM_S_MBIB_LOT-SLGORT.
            GOODSMVT_ITEM-MOVE_TYPE      = '311'.
            GOODSMVT_ITEM-ENTRY_QNT      = I_ZMM_S_MBIB_LOT-MENGE.
            GOODSMVT_ITEM-ENTRY_UOM      = I_ZMM_S_MBIB_LOT-MEINS.
            GOODSMVT_ITEM-MOVE_MAT       = I_ZMM_S_MBIB_LOT-MATNR.
            GOODSMVT_ITEM-MOVE_PLANT     = I_ZMM_S_MBIB_LOT-RWERKS.
            GOODSMVT_ITEM-MOVE_BATCH     = I_ZMM_S_MBIB_LOT-UMCHA.
            GOODSMVT_ITEM-MOVE_STLOC     = I_ZMM_S_MBIB_LOT-UMLGO.
            GOODSMVT_ITEM-RESERV_NO      = I_ZMM_S_MBIB_LOT-RSNUM.
    CALL FUNCTION 'BAPI_GOODSMVT_CREATE'
            EXPORTING
              GOODSMVT_HEADER               = GOODSMVT_HEADER
              GOODSMVT_CODE                 = '04'
          TESTRUN                       = ' '
          GOODSMVT_REF_EWM              =
            IMPORTING
          GOODSMVT_HEADRET              =
              MATERIALDOCUMENT              = MATERIALDOCUMENT
              MATDOCUMENTYEAR               = MATDOCUMENTYEAR
            TABLES
              GOODSMVT_ITEM                 = GOODSMVT_ITEM
          GOODSMVT_SERIALNUMBER         =
              RETURN                        = RETURN.
          GOODSMVT_SERV_PART_DATA       =
          EXTENSIONIN                   =
        ELSE.
    Moderator message: duplicate post locked.
    Edited by: Thomas Zloch on Feb 23, 2011 11:46 AM

    Hi Sachin,
    Pass the Item Number of Reservation to GOODSMVT_ITEM-RES_ITEM .
    Regards
    DKS

  • Movement type 311 E in WM

    Hi gurus,
    I am working on product support @clients place where we have MTO items.
    Now the scenario is that a material XYZ was Goods Receipted in a wrong storage location (0001) by the Production Order confirmation. This was due to the way it was setup was incorrect.
    So to create a Delivery for these items, I had to move the stock from the current location (0001) to another location(0002) in the same plant.
    For this I used MB1B - 331 E. This worked fine on the IM side.
    Now on the WM side there was an entry e.g. 0001 E - Storage type (010) before the change was done.
    After the change, the transfer posting entered a negative entry for the same quantity of the item. However this negative entry is lying in the Interim storage type 992 e.g. 0001 E - Storage type (992)
    I want to nullify these 2 entries. So i read on some forums & thought of doing a LT01 and transfer the positive value from 0001 E - 010 to 0001 E - 992.
    However for storage type 010, negative stock is not allowed.
    I am confused & dont know what to do in this case.
    Can anyone tell me how to nullify this WM stock ?
    Your help will be really appreciated.
    Thanks
    Dan

    Hi,
    If my understanding is correct. You want to transfer post a stock of material from one storage location to another ( IM perspective ) and from one bin to another bin belonging to different storage types but same plant ( WM perspective ).
    As this transfer posting does not involve any Sales order what is the logic behind the selection of movement type 311 E.
    I hope you can very well make use of 311 movement type for the transfer posting in IM which will lead to the generation of a PCN in the WM side. On confirming the same you will be able to do the reflection of Transfer posting in WM side also.
    I would suggest you to follow the above steps.
    1) First check the transfer posting 311 E which you have already completed a PCN in the background. If it is availble, just try to confirm the posting Change notice which will clear off the negative entry and a correponding postitive entry in the receiving storage type.
    2) In case if the system have not generated the PCN, then better to cancel the material docuemnt and re do the transfer posting to carry out the process from the start with the movement type 311 which will yield a PCN which can be confirmed to see the stock in the required storage type and in the respective bin accoring to the strategy set.
    Regards,

  • Re: Changing Inspection lot origin from 08 to 05 for movement type 322 and 349

    Reference discussion:  Changing Inspection lot origin from 08 to 05 for movement type 322 and 349
    With reference to the above discussion and your explanation for user EXIT QAAAT0001, it was stated that:
    If you only have two inspection types, you can mark one as preferred.  Then with exit use logic that if MM = 311 use preferred inspection type, if 911 use, non-preferred inspection type.
    May I ask what are you refer to for MM? It seems like movement type to me, however, I can't find movement type field in the structure within the component of EXIT_SAPLQAAT_002.  Appreciate if you could shed some light on this.
    Best Regards,
    CY
    Branched from older discussion by moderator.  When there are questions concerning an older discussion, please create a new discussion with reference to the older one.  Thanks! 

    Yes.. you are correct.  But with the info that is provided by EXIT_SAPLQAAT_002, you should be able to identify the proper material document in table MSEG which will have the material movement. 
    You can use the values of plant, batch, material number, Purchase order number, Order number, item number, storage location as well as the current date since the exit would normally be executed on the same date the material movement was done.  You'd also probably only execute the logic if QKZ is "X".
    Craig

  • Movement type 311 is not planned in Back Ground Processing

    Hello,
      I have created a BDC to run the transaction "MIGO"  with movement type 311.
      Its working fine in foreground. But i execute in Background i am getting a error message "Movement type 311 is not planned for this operation".
      I think there should be some config settings. But i don know where to check configuration ?
    If anyone has any sugggestions or answers , Pls post here.

    Hi,
    Better you can use the BAPI "BAPI_GOODSMVT_CREATE".
    Check with your Functional Consultant for this issue......
    You may also look for an OSS note and in Last raise a ticket to SAP..but there is no surety that every txn will work with BDC in Background Mode.

  • Disable Shelf Life Expiration date for Movement Type 311

    Hi All,
             Whenever we run the transaction MB1B with the movement type 311, it copies the batch and its shelf life expiiration date. Due to this, there are time when the user unknowingly enter a differrent SLED and hence change the batch unknowingly. We want to stop this. We want that while we are doing 311, the batch record and the SLED should get copied from the batch master BUT the field for SLED should be grayed out or the user should not be abale to enter ANYTHING in the SLED and the system should take the default SLED from batch master. Can we achieve it through config ? Please suggest.

    Please get a user exit developed and add it to the program SAPMM07M which is used in MB1B which will solve your purpose. The User exit should be fired when using 311 movement type during copying of Batch Characteristics. Hope this helps you.

  • REM- Planned order with Movement type 311

    Hi,
    I want to use movement type 311 along with planned order in MFBF but system is not allowing me.
    Do I need to mention movement type 311 somewhere in configuration of planned order.
    Regards,
    Samir Wadajkar

    Dear
    Basically Movement 311 will be used for Material Staging.Material Staging can done with reference to the Material or with reference to the Planned Order etc...
    You can do the following with MF60:
    1. Direct stock transfer : You must select Staging type (Storage location level)
    To use direct stock transfer, you must maintain an issue storage location for each component in the BOM (or in the material master record or the production version). The system only displays those requirements for which you have defined an issue storage location
    2. Stock transfer reservation : You must select Staging type ‘1’ (Storage location level)
    The system then automatically displays the storage location view of the pull list. The system also only selects the corresponding requirements.
    In Global Settings, you must adopt the default settings and you must also select Stock transfer reservation.
    I hope you must have maintained the Customization Setting for Stock Determination Strategy with reference to your plant with 311 movement.
    Further details refer below link:
    http://help.sap.com/saphelp_erp60_sp/helpdata/en/8a/a5a8d04adc11d189740000e8322d00/content.htm
    Hope this is clear to you
    Regards
    JH

  • MB1B movement type 311

    Hi every body
    I need help about transfer order.
    Whan I make a transfert with Tcode MB1B movement type 311, I haven't got transfert order created.
    Somebody could help me?
    The material stay in the storage type 921.
    Thanck you
    Kari

    Elmka,
    There are several things that could stop the Transfer Order from being created. Please check the following:
    Is the source bin blocked due to inventory?
    Is the material in unrestricted stock?
    If you are transfering partial stock from one Sloc to another, and the stock is maintained in multiple warehouose bins, then SAP may not have been able to determine which bin to select. Test this in the WH activity monitor (Tcode LL01) - there should be an open transfer Requirement. Select it and process in the background. If it errors, try processing it in the foreground and manually select the bin and quantity.
    If the stock is in one bin or you are transfering the ENTIRE quantity but the TO still wasn't created, check configuration to ensure auto TO is configured (2 places to check):
    >IMG: Logistics Execution > Warehouse Management > Activities > Transfers > Define Movement Types
    >IMG: Logistics Execution > Warehouse Management > Interfaces > Inventory Management > Define Movement Types >> LE-WM Interface to Inventory Management - - Here you ensure your IM movement type 311 & 312 are assigned to WM movement types 311 & 312 + have Immediate TO creation set to "A" (automatically in the background)

  • Movement type 311- get value against a material

    Hi All,
    I can get a report of stock value and qty against a material from MCBE report.
    But for movement type 311,I am getting only the stock qunatity but not value.
    Will there be associated value for this movement type.
    Is there any other way where I can see associated value.Please suggest.
    Thanks in advance.

    Hi,
    Mvt type 311 is the transfer between storage location to location in the same plant. Only quantity will be updated and no value will be updated because the valuation area in the same plant.
    Here only material document will be generated and no accounting document.
    You can see the stock report in t code  MB52 locationwise stock with value.
    Regards
    Ram
    Edited by: ramachandran subramanian on Apr 6, 2009 10:02 AM

  • MB1B Movement Type 311 in WM

    Hi,
    Quick Question, I want to do a movement between SLOCs so I am using MB1B. I have it configured so when I click Save it automatically creates a TO in the foreground which is how i want it.
    The Question is that when the TO is created, the Destination BIN is greyed out with a BIN in it. I want the ability to overide the BIN and Storage Type as when I am doing the transfer in the TO i want to say in which Storage type I am moving it to as well as the new BIN.
    How can I achieve this?
    Let me know.
    Thanks
    Adeel

    HI,
    As per SAP WM Standard, when you create a transfer posting document, System will create either a TR or a Posting Change Notice (PCN) based on the settings you have done in IMG - LE - WM - Interfaces - Define Mov.types (IM-WM)
    So as per WM logic used of transfer posting, system will first move the stock from your source storage bin to an intermediate bin which you have defined in the mov.type 311 as Destination Storage type & Storage Bin in the   LE - WM - Activities - Define Mov.types.
    i.e when you do a 311 mov. in IM, System will create either a TR or PCN & will propose the bin & storage type which you have specified in the above settings.
    Finally you can convert the TR or PCN into a TO which will move the stock to the desired SL where you want to move the stock & here the Storage type & Bin is determined using Storage type Search.
    Now to coming to the solution part, give the Storage type & bin manually when you create a TO against the TR or PCN created for the 311 material doc.
    Hope its Clear.
    Thanks & Regards,

  • Idoc mbgmcr02 movement type 311 ..  goods movement not possible w/mvmt type

    i am using we19 to create a test idoc...i have the ports and partners filled in...i am using movement type 311..i have the material , the plant, the storage location...the qty..i have the move material, the move plant and move storage location filled in...
    when i use standard inbound processing it generates the idoc..i go to we02 and look at the idoc..in the status records i get status 51 goods movement not possible with mvmt type 311..????what am i missing
    if i do the exact same thing with the transaction migo...works fine...
    am i missing something????

    i am trying to move material from one location to another using IDOC MBGMCR02..
    I am entering the following...
    E1BP2017_GM_Code=04
    in e1BP2017_GM_ITEM_Create
      Material=CON2020
      Plant=3000
      Stg_Loc=0001
      Move_Type=311
      Entry Qty=001
      Move_Mat=Con2020
      Move_Plant=3000
      Move_Stloc=0002
      Mvt_Ind=??????
      In the Mvt_Ind I have tried E,K,M,Q
      the in get a status 51 Update Control of Movement Type is incorrect(entry311XX_K)....
      Is E1BP2017_GM_CODE = 4 correct???
      What should be the Mvt_Ind???

  • Controlling movement type 311

    We are on R/3 4.7 and are looking for a way to control a useru2019s ability to transfer materials using movement type 311.  Is it possible to restrict access to transferring materials using movement type 311 with either material groups or material types?  We have tried a number of possibilities using configuration and roles but have not had any success.
    Thanks,
    JRW

    Hello John,
    Please maintain following customization settings to avoid goods issue for movement type 311
    SPRO>>Materials management>>Inventory Management and Physical Inventory>>Movement Types>>Copy, Change Movement Types Execute
    Now select Movement type.
    Enter movement type 311
    In left hand side tree structure Go to allowed transcation folder and double click
    Delete all the transaction code by which you want to avoid goods issue
    Hope this helps
    Br,
    Tushar

  • Movement type 291 and 292

    What is the buisness scenario where movement type 291 and 292.
    and what is the accounting impact  for movement type 291 and 292

    Hello Amit,
    Please go to transaction OLMB->Movement Types and check the IMG documentation from Copy, Change Movement types.
    Then you'll see that:
    291 Goods issue for any arbitrary account assignment
    With this movement type, all account assignment fields are ready for input. You can assign the movement to any arbitrary account assignment object.
    The goods can only be withdrawn from unrestricted-use stock.
    Possible special stock indicators:
    E, K, P, Q
    Example:
    If you create a reservation in MB21 trx:
    with mov type '201': you will create a reservation against to cost center
    with mov type '261': you will create a reservation against to order
    with mov type '291': you couldl create a reservation against to cost center, order, wbs, sales order, network.
    So by using '291' you can directly perform a goods issue to a specific account assignment.
    I hope it helps you.
    Regards,
    Fábio Almeida
    MM Consultant

Maybe you are looking for