MB21 and MF60

Dear All,
We are carrying out the process of MB21 (creating reservation) to move the stock from main storage location to the Production storage location.Where a reservation document No will be created .But here we need to replace the Process of MB21.
Last time when posted for SDN they provided the option of MF60  and automatic stock determination process to replace MB21 .
I have tried for MF60 where this transaction refers to Article staging of planned orders.
here my doubt is how can we replace MF60 by MB21 please help me. Where the current requirement is to replace the process of MB21.
Kindly provide if any other option.
Regards,
Saritgopi

Saritha,
Material staging is nothing but transferring the material from your main store to production location. Before production we have to transfer the material. In SAP it is called material staging. 
You stage material you need for production at a certain time, in a particular quantity, and in a particular production storage bin, via the WM-PP interface.
Process Flow:
1. You create a production order
2. Release the production order
3. The system determines the material staging type on the basis of the control cycle and determines the production storage bins, in which the components should be staged
4. Automatic material staging is active in the standard system
You can also create transfer requirements for material staging manually. (Pull List-MF60)
Pull list is used to withdraw the components from Main storage location to the issue storage location. Issue storage location is Prod. storage location.
Pull list used to control the flow of components required for in-house manufacturing.
It is assumed that the components required are already ( procured or produced ) made available in the Main storage location and to be transferred now to production storage location.
Pull list takes into account the dependent requirements generated from the planned orders of the parent parts and stocks of the child component is checked at the production storage location.
Pull list calculates the quantities of the missing parts.
The Process of executing the Pull list and getting the material is known as Material staging.
Prerequisite for Pull list -
The issue storage location should come from the master data to the dependent requirement which has come from the planned order. Issue storage location needs to be maintained in BOM or Material master.
Hopes this will clear your dought.
Tara

Similar Messages

  • Field Group settings for MB21 and MB22

    Dear Friends,
    Can someone guide me how can i perform changes to grey out certain fields on the transactions MB21 and MB22 for reservations.
    Appreciate your quick assistance.
    Thanks
    KP

    Hi,
    You can use OMBW and configure the field selection for certain movement type. This will also
    be reflected in MB21.
    Thanks and regards,
    Polly

  • Draw spares from MB21 and link to Maintenance order

    Hello Guys,
    The users of site work  they draw spares without delay, they find mb21 a quick way of doing so. Whether there is a way of linking items reserved/drawn through mb21 to a maintenance order at a later stage such that the costing is correctly reflected in the order.
    Can some one guide me on the above scenerio.
    Regards
    Suman

    Suman,
      Its a two step process..
    1) Do a reversal into stock for the item or cancel the original Material document using MBST if this is the only item on the material document.
    2) Do a goods isue against the right order for the same material.
      If the user (BA or Store personnel) are reluctant to do a two step process have a developer write a custom program that does this.Basically design a screen that receives the information and then post two material documents on the save of the transaction.
    Regards
    Narasimhan

  • Final issue and mf60

    Dear expert;
    I use mf60 for material staging , so when a component get final issue it does not appear in mf60, is there any way to make final issue component appear in mf60 ( configuration ) ??
    please advise

    Hello
    As I pointed previously, the final issue indicator is set automatically when the withdrawal quantity reaches the planned quantity. You can try to use BAdI WORKORDER_GOODSMVT to prevent the final issue indicator to be set during the convfirmation.
    Nevertheless, if the withdrawal quantity already reached the planned quantity, there is no open quantity and I don't think that the reservation will be displayed on MF60.
    BR
    Caetano

  • Reserve with tx-mb21 and check stock with tx-md04

    Hello people,
    Can someone please answer the question below :
    After reservation to a sales order, how do you process the
    delivery ? I tried the following:
    1. Create a sales order.
    2. Create a reservation (MB21) with mvt type 231, against sales order created in #1 above
    3. Create the delivery. In MD04, I see the reservation as well as the reservation.
    4. PGI the delivery. MD04 no longer shows the delivery, but the reservation is still appearing.
    5. Question: shouldnt the reservation automatically disappear after either #3 or #4 above? What the point of creating a reservation agains a sales order if it doesnt disappaear once the sales order has been delivered , and goods issued?. Are there any steps I am missing?
    Thanks
    XeviG.

    Dear Rajesha,
    This reservation is required because I need reserve a quantity of material by a specific order.
    Thanks in advance,
    XeviG.

  • Use MF60 for split the components needs in a horizon of several days

    Hi to all,
    I'm working in my Industry to migrate the SAP system from a Repetitive mode to a Discrete one, and trying to launch the use of KanBan and MF60 usage, I'm not doing fine.
    I want to launch MF60 usage, through the bases of using it to distribute the need of components reserve in a Process Order (or several) in a daily frequency.
    I know it is possible to use the pull-list to propose only the replenishment quantity to be used in a time horizon given, for all Process Orders that uses "these" components.
    I ask for guidelines, as I don't know if I need to start building Kan Ban signals through PK transactions, or if I need to reconfigure some Material Master Views, as for the moment I'm not able to split the need as it is only proposing me the overall need of the order, even though I have already upload Resources, Master Recipes and Schedules to obtain a distribution in the Process Order lifetime.
    From what I know, the desire view to work on is the MF60 "Staging type: WM release order parts".
    I'll appreciate any information, or documentation you can share
    Regards,
    David P

    Hi Almeida and thanks for the response.
    I'll try to explain myself in a practical way.
    Now that it has being upload the Master Data in terms of resources and master recipes to work on a SAP Discrete mode, then I am working on the replenishment of components of the BOM's that are "signed" at the Process Order creation.
    My current situation in an example will be: If I create a Process Order for a 7-day duration, it makes the components reserves for the total, nevertheless I want to configure "somewhere"-"somehow" in SAP to be able to use the MF60 transaction to distribute the needs in a given horizon.
    With the scenario I have now, if I run the MF60 transaction for "that" order, no matter the horizon, it propose me the replenishment of the total need of the components minus the product already consumed. And even more, I only can run the MF60 with the "SLoc Level" view, and I have notice the distribution I need should be viewed under the "WM RelOrd. Parts" which is giving me a blank data result.
    What will be my desire usage of the MF60, is to use it to propose me the needed components inside the given horizon, so if I give a 1-day horizon, and expect to get the components quantity for that day.
    I hope, my issue is more clear now
    Thanks
    David P   

  • Generic Object Services for MB21

    Dear friends,
      I would like to have GOS toolbar for Material Reservation - Tcode - MB21/22/23. Since this is not available in standard I have used implicit enhancement for creating instance of the class CL_GOS_MANAGER when the reservation is created(MB21) and then pass the key(reservation number) once the reservation number is available using  set_id_of_published_object method of class CL_GOS_MANAGER. I have used the code mentioned in the below link. I can see the GOS toolbar in the MB21 screen and able to attach documents as well. But the problem is I am not able to view them in MB22/23 even though I instantiate CL_GOS_MANAGER  with the key(reservation number). I think apart from instantiating the object and passing the key we need to do some more code to be able to view the documents in the change and display tcodes. Let me know what i am missing.
    http://help.sap.com/saphelp_nw04/helpdata/en/c4/3fe63659241157e10000009b38f889/frameset.htm

    Dear friends,
      I would like to have GOS toolbar for Material Reservation - Tcode - MB21/22/23. Since this is not available in standard I have used implicit enhancement for creating instance of the class CL_GOS_MANAGER when the reservation is created(MB21) and then pass the key(reservation number) once the reservation number is available using  set_id_of_published_object method of class CL_GOS_MANAGER. I have used the code mentioned below. I can see the GOS toolbar in the MB21 screen and able to attach documents as well. But the problem is I am not able to view them in MB22/23 even though I instantiate CL_GOS_MANAGER  with the key(reservation number). I think apart from instantiating the object and passing the key we need to do some more code to be able to view the documents in the change and display tcodes. Let me know what i am missing.
    Set object Key
       la_obj-objtype = 'BUS2093'.
       la_obj-objkey  = rkpf-rsnum.
       IF rkpf-rsnum IS NOT INITIAL and go_manager is not initial.
           CALL METHOD go_manager->set_id_of_published_object
                EXPORTING
                  is_object = la_obj.
         else.
         CREATE OBJECT go_manager
           EXPORTING
             is_object      = la_obj
             ip_no_instance = 'X'
           EXCEPTIONS
             OTHERS         = 1.
         endif.

  • Need to find out link between reservation created and actual issue of mater

    Hi
    I am going to develop a Y report for client, where they want to see the reservation details created in MB21 and the actual goods issue against the reservation (some more details also). Now from the table RESB I got the details of reservation and also know whether it is issued or not. But can not find the issue details like batch, issuing storage location those details entered in MB1B. can any body help me out how to link the reservation number to find out the actual issue?

    Hi,
    In MB51 you can find out the Reservation against the movement type and material documents. In your output screen reservation field is not find then you can set in the following ways.
    After execution of MB51:
    Goto Current Display Variant (Ctrl+F8) icon
    Click Position Tab
    Select Reservation in the Hidden field and send to Poistion
    Now you can findout the reservations against document number.
    Regards,
    BK

  • CO27, MF60 with serial number

    Hi Everyone,
    Does anybody know whether we can post goods issue for component with serial number using t-code CO27 and MF60... if can, how?
    I know MB1A and MB1B works with serial number.
    Best Regards,
    Bin

    Hi Bin,
    We can not post goods issue for component with serial number using t-code CO27 and MF60.
    In case of Serial number, auto GI (using backflush) / auto GR (indicator in PSP or routing key) does not work.
    Automatic goods movements are not permitted for materials that require serial numbers. However, if an automatic goods movement is specified for a material that requires a serial number then an error record is written. This error record can be displayed using the reprocessing function but it cannot be posted. Error records for materials that require serial numbers must be deleted manually. The goods movement must then be executed manually in inventory management.
    Regards,
    Sandeep

  • Addinng Delivery address and Texts subscreens of ME21N to MB22

    How to add Delivery address and Texts subscreens of ME21N to the MB22
    (reservations) header level?
    Is there any customisation(From IMG) possible to acheive this?
    This is very urgent.
    My requirement in detail : For Material reservations, the standard transaction MB21 and MB22 must be amended to allow entering Address and text data (header level only), MB23 must be able to show the entered data. Functionality of ME21N at the item level tabs Delivery Address and Texts.
    Thanks in advance for your suggestions and solutions.

    Hello,
    nothing standard in ECC6 EHP6.
    You will have to modify standard screens and use user exits. I would recommend to try something else than reservation or forget your requirements.

  • Outbound Idoc for MB21

    Hi,
    I suppose to configure the scenario like when we enter the data in MB21 and save it, all the information suppose to go to Non sap system. Since i am totally new to this, can any one suggest me what is the Inbound / outbound idoc function modules i can use to send / receive the data. What is the order type.
    Thanks in advance
    Jaya

    Hi Jaya,
    Message type MRESCR and IDoc type MRESCR01 are available in my system 4.7. Please check with transaction WE81 (Message Types) and WE31(IDoc Types).
    Also please check this FM.
    ALE_RESERVATION_CREATE (Outbound)
    IDOC_INPUT_MRESCR (Inbound)
    Regards,
    Ferry Lianto
    Please reward points if helpful.

  • Mb21 reservation

    hi this is naresh
    i had some problem with finding user exit for  mb21 transaction
    i am trying to disable the check box in mb21
    and that check box must be active in mb22
    i found some user exits but when i put break points in that its not working
    can any body help out from this problem

    Hi
    check the following User exits and BADI related to MB21 Tcode
    Enhancement
    MB_CF001                                Customer Function Exit in the Case of Updating a Mat. Doc.
    MBCF0011                                Read from RESB and RKPF for print list in  MB26
    MBCF0010                                Customer exit: Create reservation BAPI_RESERVATION_CREATE1
    MBCF0009                                Filling the storage location field
    MBCF0007                                Customer function exit: Updating a reservation
    MBCF0006                                Customer function for WBS element
    MBCF0005                                Material document item for goods receipt/issue slip
    MBCF0002                                Customer function exit: Segment text in material doc. item
    Business Add-in
    MB_DOCUMENT_UPDATE                      BADI when updating material document: MSEG and MKPF
    MB_DOC_BADI_INTERNAL                    BAdIs During Creation of a Material Document (SAP Internal)
    MB_ME_CSGMT_BADI_SAP                    BAdI: Consignment Processing - Stock Transfer
    MB_MIGO_BADI                            BAdI in MIGO for External Detail Subscreens
    MB_MIGO_ITEM_BADI                       BAdI in MIGO for Changing Item Data
    MB_PHYSINV_INTERNAL                     Connection: Core Inventory and Retail AddOn
    MB_QUAN_CHECK_BADI                      BAdI: Item Data at Time of Quantity Check
    MB_RESERVATION_BADI                     MB21/MB22: Check and Complete Dialog Data
    MB_RESERVATION_SCR                      Screen BAdI for Retrofit DFPS
    MB_RESERVATION_UPCHD                    BAdI for Creation and Changing of Manual Reservations
    MB_RES_BAPI_CHANGE                      BAdI: Execution of Changes to Reservation Fields
    MB_RES_BAPI_CREATE1                     BAdI: Adoption of Customer's Own Fields as Reserv. Fields
    MB_RES_BAPI_DETAIL1                     BAdI: Display of Customer's Own Fields in Reservations
    MB_STOR_LOC_BADI_GTS                    BADI to Check and Change Storage Location (GTS Fct. Only)
    MB_DOCUMENT_BADI_SAP                    BADI for Creation and Changing of a Material Document
    ARC_MM_EBAN_CHECK                       BAdI: Enhancement of Archivability Check (MM_EBAN)
    ARC_MM_EBAN_PRECHECK                    BAdI: Enhancement of Archivability Check (MM_EBAN)
    ARC_MM_EBAN_WRITE                       BAdI: Enhancement of Scope of Archiving (MM_EBAN)
    ARC_MM_EINA_CHECK                       BAdI: Enhancement of Archivability Check (MM_EINA)
    ARC_MM_EINA_WRITE                       BAdI: Enhancement of Scope of Archiving (MM_EINA)
    ARC_MM_INVBEL_CHECK                     BAdI: Enhancement of Archivability Check (MM_INVBEL)
    ARC_MM_EINA_CHECK                       BAdI: Enhancement of Archivability Check (MM_EINA)
    ARC_MM_EINA_WRITE                       BAdI: Enhancement of Scope of Archiving (MM_EINA)
    ARC_MM_INVBEL_CHECK                     BAdI: Enhancement of Archivability Check (MM_INVBEL)
    ARC_MM_INVBEL_WRITE                     BAdI: Enhancement of Scope of Archiving (MM_INVBEL)
    ARC_MM_MATBEL_CHECK                     Prüfung ADD-ON-spezifischer Kriterien für MM_MATBEL
    ARC_MM_MATBEL_WRITE                     Check Add-On-Specific Data for MM_MATBEL
    MB_CHECK_LINE_BADI                      BAdI: Check Line Before Copying to the Blocking Tables
    MB_CIN_LMBMBU04                         posting of gr
    MB_CIN_MM07MFB7                         BAdI for India Version exit in include MM07MFB7
    MB_CIN_MM07MFB7_QTY                     Proposal of quantity from Excise invoice in GR
    MB_DOCUMENT_BADI                        BAdIs During Creation of a Material Document
    Reward points for useful Answers
    Regards
    Anji

  • Bdc mb21

    hi can any one tell about  the transction mb21 and how the bdc recording will be done step by step using bdc table control method with help of sample code

    Hi,
    Please search in SCN with search term "How to use table control in BDC", you will get the information and idea to do it with MB21 transaction code.
    REgards,
    Nagaraj

  • Goods issue to process order

    Dear Gurus,
    When a process order is released reservations are created of the BOM components against the order quantity.
    reservation number is seen in the assignment tab of the process order.
    Now a process order print is printed and given to Shop floor team to execute the order
    My Questions is how is will the shop floor  team know which are  materials are to be issue to order.
    How will i issue the material against the order.
    The materials are in the stores at storage location say 1111.now i want to move  these material to shop floor say storage location 1112 from where the material is issued to the order
    Note in the shop floor paper the reservation number is printed.
    at present i am doing MB21 and reserving the material at at storage location 1112 and then material is issued to the order via back flushing using 261 mvt type from storage location 1112.
    I feel i am doing some thing wrong here ,please guide with your valuable in puts
    Regards
    Ram

    Dear Ramkumar,
    The materials are in the stores at storage location say 1111.now i want to move these material to shop floor say storage location 1112 from where the material is issued to the order
    1) For your above requirement you can go with Pull List i.e MF60
    2) First Go to OSPP, in this t-code for ur plant define movement type 311 & save
    3) ensure sufficient raw material is available in 1111 storage location
    4) Now try to stage raw material Via MF60 against Process order
    5) in MF60, click on global settings & give required ticks as per business need
    Regards
    Madhu Kumar

  • Reservation issue

    Dear all,
    When I create reservation using T. code MB21 & Mov. Type: 202  we use to enter input parameter  Material, Quantity in , UnE, plant , SLoc & Batch number.
    But here I have have been facing one problem which is created due to acceptance of any Batch Number (not available in system) entered at Batch field. Due to this new Batch number gets generated. Neither system  restricts entry of new Batch.
    So can i restrict the Batch number creation by T.Code: MB21 and Mvt type 202.
    Edited by: Maulik on Oct 2, 2009 4:26 PM

    Dear ,
    I already made the below settings but the batch num still accepted.
    1) SPRO-LO General-batch managemnt-creation of new batch-Define bacth creation for goods movement  for movement type 202 - No Batch Creation.
    2) SPRO-LO General-batch managemnt-creation of new batch-Define bacth creation for Material Types.
    We have resttict the Manual Batch Creation.
    But both above settings doesn't works and new Batch gets created if user inputs the any new Batch no in Batch Field.System doesn't prompt any msg during this Batch Creation.
    Regards,
    Maulik

Maybe you are looking for

  • Unable to load Dimension into Hyperion planning using ODI ?

    Hi All We are trying to load Dimension into hyperion planning Ver. 11.1.2 using ODI. We have created the interface and mapped the source csv file to target planmning application using ODI KM. LKM file to SQL IKM SQL to Planning We get success in ODI'

  • Logic Pro X is out

    According to this website http://www.fcp.co/final-cut-pro/news/1178-logic-pro-x-released-by-apple it is how ever not to be found yet on Apple Websites. The price says 199 dollars.

  • Production Support for Multiple BI roll-outs

    Hello BI Experts, This might be more of an administrative question, but I will need inputs from Developer's perspective. We are having 2 implemenation projects going on at the moment. They are sharing same ECC 6.0 & BI 7.0 landscape. But as the 2 pro

  • Designer repository question

    We currently have our designer repository at configuration 4.0.12.96.16. We were told that this version could be accessed by both Designer 6i and Designer 9i. The repository resides on an 8i database right now and we want to go to a 10g database. I'v

  • How to find out if a directory exists

    I have a directory path as an input parameter to my stored procedure. I would like to validate the path. i have seen several examples using xp_fileexist. Are there any gotchas when using this? It sounds like it will not work for unc paths (\\asdfasdf