Batch determination in production order automatically for component

Hi Experts
Please understand the scenario and conclude the results
Few of RM is having Batch management where Stock are lying into different production shop floor location XXXX and those RM is used into one production order of Finished Goods where System will not picking batch into production order , that we are putting by checking availability and than putting correct Shop floor Storage location and correct Batch in which stock is lying.
now the above activity i want to perform through automatic batch determination which will system pick by default in which stock is exist in shop floor location. please suggest me step by step procedures for the same. few idea i have but i need clear guidelines....
Thanks in advance..
Pankaj Agarwal

Pankaj,
You can define the production storage location in BOM component details under Status/Lng Text or in MRP2  production storage location so that system will do the reservation by default for this production storage location and also good issue will be from same storage location.
Against this reservation you can transfer the stock from stores to shopfloor.
Check below SAP note for more information
  137225 - Prod. order: Issuing storage location for component
Br
KK

Similar Messages

  • Batch Determination in Production Order Component Overview Screen on the basis of FIFO, Thickness, Grade, width etc.

    I am facing a difficult scenario. Pl. help me out. In my Business Process I am assigning Batches in Production Order Component Overview Screen. Here I am assigning relevant batches to BOM Components manually, My Management want SAP to suggest batches automatically on FIFO basis, thickness, grade, width & first batches should automatically assign to Production order.  Can you pl. tell me how to configure this scenario.
    Or can I pull stock overview screen at Production Order Component screen to assign relevant batch to BOM Components
    Once batches assigned in Production Order component screen cannot be changed. It can be changes by specific persons only.

    Hi,
    Automatic Batch Determination for production order components is possible by configuration.
    You can also refer below discussions to map your scenario.
    Batch determination in production order | SCN
    Automatic Batch Determination in Production order
    Regards,
    Naresh

  • Automatic Batch Determination   in Production order

    Dear All,
    We are using automatic batch determination is based on FIFO (first Mfg first out) for components..After releasing the order.
    I have maintained Batch Class in all the materials which are used as a all material special Characteristic LOBM_HSDAT as a one of the class characteristic. as we want batch determination  on GR date for few material and for few material LOBM_VFDAT for self life material and its class.
    Then create Sort Rule CU70 mainatained the same LOBM_HSDAT in it. and one with LOBM_VFDAT.
    Then create Batch serch Strategy (USE T.Code COB1- search strategy CO01the respective sort rule and selection critoria.for All ROH HALB and Finish material.
    In Material Master of all component in MRP 2 view select value 3 (Automatic Batch Determination) for BATCH ENTRY. All ROH HALB and Finish material
    After mainting above all prerequisite I should able to do the Automatic Batch Determination as per my selection Rule.
    But Automatic Batch Determination  in Production order after release is not working.
    Please need your help.
    Regards,
    Manish
    Edited by: manish gurnule on Dec 30, 2008 5:26 AM

    Dear,
    Define the batch determination search strategy for process order in COB1 with sort rule in CU70.
    On the initial screen of your application choose Logistics>centrel function>batch management>Batch determination>For process order -->Batch search strategy --> Create.
    On the initial screen of your application choose Batch search strategy -->Create.
    Choose the strategy type, say choose co02
    Choose the key combination-
    Enter the required dat-->say plant ,production order type, product,valid from and component for which you want to have this
    Choose Selection criteria push button. Choose a sort sequence.
    If no values have been entered, enter the selection class and the characteristic values.
    Go back to the screen on which you create a batch search strategy.
    Choose Sort if required(it should be defined earlier(in CU70- here you are giving the charateristic name on which you want to sort)
    For component you need to use MBC1 with search stratgey as ME01 for your plant movement type and material and assign the sort rule and search procedure here.
    Check also in COR4, for the combination of plant and order type...you have selected search procedure-CO0001
    Batch management> Batch serach procedure allocation and check activation
    T.Code to be looked specifically OMCG , CORC
    Hope it will help you.
    Regards,
    Madhu

  • Filter for batch determination of production order

    Filter for batch determination of production order
    Dear guru ,
    We trigger batch determination manually for every production order using CO02.
    How can I understand whose are the production orders arenu2019t taking place batch determination?
    Checking all the production orders is too heavy ?
    Does exist a massive transaction (coois or others)  where I can select the production orders with components not assigned to the batch ?
    Thanks in advance

    Hi
    In COOIS > In the initial screen select  Documented Goods movement  in the list Field along with and other selection criteria and run the Report
    In the list of orders > Expand corresponding order to view Documented goods movements list with the components with and w/o batch numbers
    Regards
    Brahmaji

  • Query on Batch Determination in Production Order

    Dear Gurus
    I have one query on batch determination in production order against the scenario given below, which need your help .
    We know that it is possible to allocate the same component batch to two concurrent production orders at the same time in SAP.  But as per the business requirement its not possible physically. So business want to update the batch selection logic to exclude the already allocated batch to any open production order.
    In my understanding it cant be done without any enhancement, but require your expert opinion before coming to any conclusion.
    If you have any idea to achieve the solution kindly let me know.
    Thanks

    Dear
    I am not sure whether you can change the Batch SELECTION logic  for concurrent production order .As far as I know batch selection is done on Batch search strategy /sort Rule
    Explore SAP Help : http://help.sap.com/printdocu/corePrint46c/en/data/pdf/LOBM/LOBM.pdf
    Refer this useful thead from expert :Userexit in Batch determination and external number ranges for batches
    Regards
    JH

  • Issue regarding Batch determination in Production order as per Expiry date.

    Dear all,
                    first of all  happy Navratri.
    I have issue regarding batch determination in production order.
    I have to compare P.O header materialu2019s expiry date and issuing components expiry date at the time of batch determination.
    lets take example,  Material having self life is u201CXu201D years and batch determination against PO is based on FEFO with the help of self life we can determine Expiry date of manufacturing material  suppose it is u201CYu201D  I have to introduce restriction at the time of good issue if expiry date of issuing components u201CZu201D is less than expiry date u201CYu201D.
    Please give your valuable suggestions either standard or through SAP enhancements.
    thanks & Regards
    SIVA

    Dear
    Thanks for your reply, i am layman about batch derivation can u elaborate it.
    Thanks & Regard

  • Batch determination in production order for a component

    Hi All,
    Is there any FM or BAPI which can determine batch for a component in production order and save it. I don't want to use call transaction method for CO02 as this determines batches for all components in production order during saving process

    Hi,
    Look at BAPI 'BAPI_MATERIAL_GETBATCHES'. This might help you.....
    Here ia sample code:
    CALL FUNCTION 'BAPI_MATERIAL_GETBATCHES'
    EXPORTING
    material = MATERIAL
    BATCHNUMBER =
    plant = PLANT
    expirydatefrom = DATE
    EXPIRYDATETO = 99991231
    AVAILABLEDATEFROM =
    AVAILABLEDATETO = 99991231
    IMPORTING
    RETURN =
    TABLES
    batches = it_batches.
    Regards,
    Raj.

  • Batch determination in production order

    Hi all,
    Raw materiala are manged in batches and finished products are in serial numbers.
    when I release the production order the batch is not determining automatically.
    can any body expalin the SPRO settings for automatic determination of batch.
    Thanks
    Chindam

    Hi,
    Batch will not determeined at Production order release. only at the time of GR for Produ. order.
    Regards
    sam

  • Reset Batch Determination in Production Order

    Dear PP experts,
    I've done the batch determination for component in production order successfully.
    My question is if it's possible to reset this batch determination ?
    Can anybody tell me how to do it??
    Thanks,
    Helly

    Hi,
    In Pord order - comp overview , when you select the component and trigger batch determination , it will lead to the Batch determination screen - there you select Batch determination - Original situation .
    This will reset the batch determination.
    pls try.
    Regards,
    Sheik

  • Batch determination in Production orders

    I am doing batch determination for one of the components in the Production order. We have 2 storage locations where the component is stored SLOC 1 and SLOC 2. When I do a batch determination on this component I want it to show batches from SLOC 1 first and then SLOC2. Currently it shows batches only from SLOC1 which is the issue location on the component screen in Production order.
    thanks a bunch

    Hello John,
    You can maintain the withdrawel sequence (stock determination group) in customizing and same can be assigned to the material in the material master.
    1) You can create stock determination group to plant in customizing.
    2) Assign the stock determination rule to the order type in the customizing and also check batch determination check box. Also select operation for stcok determination rule to be cheked at batch determination (number 5)...Transaction OPJ2.
    3) And assign the group to the material in the material master.
    Acoording to the sequence defined your batched from the storage location will be displayed in the production order screen.
    regards
    TAJUDDIN

  • Automatic capture of batch number as production order

    Hi,
       How to make the order number to capture automatically while confirming the production order.As it should pick the order by default in the goods movement screen.
    Abap coding and user exit to perform this.
    Regards,
    Deepak GS

    Hi,
    Batch determination uses characteristic values assigned to batch classification for sorting batches and make a selection. A series of customization steps should be completed for batch determination. You will have to learn by reading SAP help or threads throughout this forum. Check out threads below.
    [Batch Determination within Production Orders;
    [Automatic Batch Determination;
    narainmech wrote:
    >      But for GR it is ok, if this is required for the child item level , while doing the confirmation when the issue is happening in bith cases 1. BAckflush 2. Manual issue
    >
    > Here in both the case it should pick the batch automatically.
    According to which criteria do you want batches to be selected, order name? Are there batches in the system named after production order for components of the order? No matter what, selection must be based on batch characteristics.
    Regards.

  • Automatic batch determination in process orders

    Hi,
    How batch determination can be done automatically for components in process orders?
    regards,
    Mohit Goyal

    Dear,
    Define the batch determination search strategy for process order in COB1 with sort rule in CU70.
    On the initial screen of your application choose Logistics>centrel function>batch management>Batch determination>For process order -->Batch search strategy --> Create.
    On the initial screen of your application choose Batch search strategy -->Create.
    Choose the strategy type, say choose co02
    Choose the key combination-
    Enter the required dat-->say plant ,production order type, product,valid from and component for which you want to have this
    Choose Selection criteria push button. Choose a sort sequence.
    If no values have been entered, enter the selection class and the characteristic values.
    Go back to the screen on which you create a batch search strategy.
    Choose Sort if required(it should be defined earlier(in CU70- here you are giving the charateristic name on which you want to sort)
    For component you need to use MBC1 with search stratgey as ME01 for your plant movement type and material and assign the sort rule and search procedure here.
    Check also in COR4, for the combination of plant and order type...you have selected search procedure-CO0001
    Batch management> Batch serach procedure allocation and check activation
    T.Code to be looked specifically OMCG , CORC
    Hope it will help you.
    Regards,
    R.Brahmankar
    Edited by: R Brahmankar on Nov 11, 2008 11:31 AM

  • Batch management in production order for WM managed components

    Hi Experts,
    Iam having WM managed components in my production order which are batch managed as well. I have to do batch determination for these WM managed components.
    I would like to know the steps involved in it and the required configuration.
    Can anybody throw some light on this please
    Thanks & Regards
    Enrico

    Enrico,
    For setting up Batch determination in production order please follow
    [Batch determination in production order|http://help.sap.com/saphelp_470/helpdata/en/25/283c3f4f7811d18a150000e816ae6e/frameset.htm]
    http://help.sap.com/saphelp_470/helpdata/en/25/283c3f4f7811d18a150000e816ae6e/frameset.htm
    As far as WM managed components it will still be the same as WM transfer order is created only after goods movement document is posted.
    Hope this helps. Else please come back.
    thanks,
    Ram

  • Assign batch number from sale order to production order automatic

    Dear all, I have a question for all. Please help me in this case
    My scenario is make to order
    I have a sale order, when i create sale order, i have assigned batch number at each line item.
    When i run MRP for sale order (MD50), the system generate a planned order for it and I've converted to production order.
    So when I view production order, I think that batch number what I've assigned to sale order will be assign to production order but that is not happen.
    So, can you help me solve this problem. I think that sap can assign batch number from sale order to production order automatic but i don't know how to configure that
    Thanks all

    Hi,
    To the best of my knowledge, when system is generating planned order / production order from sales order system doesnt copy batch number from sales order.
    In fact , you are following wrong practice for generating batch no.
    Follow procedure like this :
    Create sales order without any batch assigning there. Run MRP with MD50 and then convert planned order to Production Order.
    While creation / releasing of Production order, you have option to generate batch automatically by following way :
    Go to OPKP (Production Scheduling Profile) -> Take your plant & give suitable name to Production scheduling profile-> Batch Management tab -
    > Automatic Batch creation in the order maintain this field as
    1     Automatic batch creation at order creation
    or
    2     Autom. batch creation at order release
    This will generate batch number automatically at the time of creation or release of order.
    Then follow same process i.e. Goods Issue, Confirmation & GR for production order.
    So you will get sales order stock in the form of batch managed.
    Check & revert if any issue in above flow.
    Regards,
    Tejas

  • Automatic Batch determination in Sales Order

    Dear Experts,
    I have the following problem : When inserting a material in a sales order, batch is automatically determined correctly. (I have customized batch determination through plant). Before saving the order, if I delete the plant and entered a new one, by pressing enter, the batch is not being automatically determined, although  it should. I have to press item batch determination button , in order to determine it again.
    Thank you in advance for your help.
    Dina

    Hi Dina,
    I guess that either this is the way it works, or there's an SAP note to fix it.
    I'd suggest that you first look for a note in the service marketplace, and if you don't find one, create a ticket in OSS.
    Regards,
    Mario

Maybe you are looking for

  • Regarding Goods Reversal & Goods Issue Process for PO

    Hi Experts,            Could you any one tel me what is Goods Reversal and Goods Issue process for PO... How to create the FM & detailed Procedure Pls?.... Please any one tel me....... Thanks & Reagards HB

  • Help needed in ajax

    hi! i am to ajax this code is being worked in internet explorer and eclipse internal browser but not in mozilla can any explain about the problem. <html> <body> <script type="text/javascript"> function ajaxFunction() var xmlHttp; try // Firefox, Oper

  • Search DIR for which GOS is used

    Dear Friends, I want to perform a search for DIRs for which users have used GOS to attach files. please let me know if there are any link tables between DRAW and GOS. Presently GOS is not disabled for DMS, hence users are able to attach files using c

  • Prepopulating PDF forms with data from XML file

    How can I get a PDF form to open pre-populated with data from an XML file automatically? I've been using Adobe LifeCycle Designer 8.0 and there doesn't seem to be a way to do it. The closest I came was to use the ImportData method, but that only lets

  • Different kernel version between systems

    Hallo. We have a three systems landscape ECC 7.00 kernel 7.00 DEV->TST->PRD Can we upgrade SVI to kernel 7.21_EXT and stay with kernel 7.00 on TES and PRO without problems about transport of object from development to the other systems ? Thanks a lot