Create PIR with Production Version

Dears ,
Can I Create PIR with Production Version Specific
Best Regards
Rami

Hy Rami,
Yes you can select required Prod. Version With PIR itself.
To do the same follow below Path,
MD61/MD62 --- > Go to Schd. Line Tab ---> Go to Settings Menu --->
Production version.
After pressing that Tab for Prd. Version you will find Column for Prod. version gets Activated and there you can select your required Prd. Version.
System will explod the BOM and Recipe as per that Selected Prod. Version during MRP run.
Regards,
Dhaval

Similar Messages

  • Selection of BOM with Production version

    Hello friends,
    I have Finish product say A with two alt. BOM and Production Version 1 & 2
    i have semi-finish product say B  with two alt. BOM 1 and 2 in the BOM of the Product A
    Now when i create PIR in MD61 for product A with production version 2 selection,how the system will select the component B
    with alternative BOM 2
    please suggest

    Hi Mangesh,
    The production version is selected based on the setting you are maitaining in MRP-4 view for Dependent Requirement Selection Method. The selection will be based on the Validity dates, Quantity i.e. based on the Lot sizes, and based on the production versions.
    If both the versions are having same date,lot size etc, then the system will select the first version by default.
    IF you do not want any version not to be selected then you can lock that version in MRP-4 view or in C223.
    Thanks and regards
    Muru

  • MRP Run with production version.

    Hi Experts;
    I am working as a member of a SAP implementation supporting team. The client wants to run MRP with alternative BOM, not with the 1st BOM. As a solution for the requirement i created production versions and assigned to MD61 schedule line tab. It is working properly.
    But the user maintain some quantity as a safety stock for finished materials also. To cover the safety stock requirement, system create planned orders with the 1st BOM, not the production version.Already i have maintained the selection method "3" in material master.
    Is it possible to cover safety stock with alternative BOM.
    Please help..
    Thanks,
    Malka

    Hello Malka,
    For your issue,,
    As per other expert suggested you can block the first production version but if in future you want use first production then,,
    In these case you maintain production version in many way
    Ex.
    1.  Lot size .(if production version using for specific lot)
        Maintain the Lot for both production version, so Production version 1 lot completed system take       second production version.
    2. Production version validity date (If production version using for specific period )
        In this case after completion of 1. Production version period system take second one
    3. Manually selection of production version (If multiple production version and all have same condition)
        Whenever you convert the planned order to production order, one pop up come and ask for                manually selection for Production version, for this you go to OPL8 and select the Manually                production version
    I hope this information cover your all requirement, No need to go with quota arrangement
    Still you want know about the Quota arrangement, Please create new thread so other expert also provide their view
    Regards
    Umesh Mali

  • Processing with Production Version

    We have planned order with one level BOM (Discrete Mfg. Scenario).
    FERT and ROH . in production version 1.
    While converting this planned order to production we are choosing production version 2 which consist of two level BOM.
    FERT - HALB and ROH.
    When we choose production version 2,  Order reservation are generated in system for HALB.
    How to process this HALB  if it is to be
    1) Processed inhouse.
    2) Given to Subcontracting.

    Dear
    In your Senario U have choosen Two Production version PV-1 &PV-2 inorder to clear reservation happen in HALB u need to select the Production version -2 because from roh you are making semifin then fg first u need to get ROH in Unrestricted then Create SFG and Issue ROH to sfg then GR SFG unrestesticed Stock issue To FG while confirmation then Do GR of FG
    then there wont be any Reservation.
    And For Subcontracting U need To decide Which Operation And which Material is going
    Operatin subcontarcting for Material Keeping PP02 in ca02  As external Key then Create a Purchase Info Record
    Issue this material To Subconctarcting With Movement type  541 with refrence to PO
    and receive this Through 101 GR
    Please Follow This Link for more Steps
    [http://help.sap.com/saphelp_46c/helpdata/en/f4/7d322744af11d182b40000e829fbfe/content.htm]
    [http://wiki.sdn.sap.com/wiki/display/SCM/Subcontracting+Process]
    with regards
    pushpalas

  • MRP With Production Version

    Dear Guruji
    I have material code XYZ with production verson-3 of same lot size.I want to MRP run in following Sequstion
    Verson-1-=100 kg
    Verson-2= 300 kg
    verson-3= 600 kg
    i am put above aqty in MF50 as per verson.
    Uppear Verson BOM is AS per Following
    Verson-1 -Base QTy-500 kg
    RA- 50 kg
    RB-100 kg
    Verson-1 -Base QTy-100 kg
    RA-50 KG
    RB-100 kg
    Verson-1 -Base QTy-800 kg
    RA-100 kg
    RC- 500 kg
    Our verson is define in combibnation OF BOM & Recipe.
    Sometime BOM one & Recipe may be more then one.
    sometime BOm & recipe both change
    so please guide me how the system react
    Thanks
    Pankaj Kapadia

    If you cannot maintain lot size in production version (please elaborate why?), then another option is to create the BADI MD_MODIFY_PRODVERS as follows:
    1.  Go to se19 and enter your BADI name (Zxxxx) linked to BADI definition MD_MODIFY_PRODVERS
    2.  In interface IF_EX_MD_MODIFY_PRODVERS, you double click and put the code.  This is a code sample :
    METHOD if_ex_md_modify_prodvers~modify_production_version .
      DATA: lv_verid LIKE ch_verid.
    *--> Store old value
      lv_verid = ch_verid.
      IF im_menge LE 100.
         ch_verid = '1'.
      ELSEIF im_menge GT 100 OR im_menge LE 300.
         ch_verid = '2'.
    ENDIF.
    IF lv_verid NE ch_verid.
            ch_changed = 'X'.
    ENDIF.
    Endmethod.
    3.  Activate the BADI.  Test it out.
    Edited by: ayethebing on Jul 5, 2010 11:12 AM

  • Quota with Production Version

    Dear Experts,
    Finish Material: A
    Production Version for A: A1 and A2
    Quota Usage for A: 4
    Maintain Quata arrangement: For A1 quota rating 70 , for A2 quota rating 30 , no other setting
    PIR for A : 100
    At MRP run system is always picking production version with higher quota rating. Pl guide me why it is happening, I want both the versions will be picked as per the quota ratings.
    Regards
    Reshmi

    Hi,
    Request you to check in the lot sizing procedure defined whether split quota has been activated.
    Also check whether your requirements is less than the minimum lot size for splitting.
    Thanks,
    nandha

  • PPM not getting created when ECC Production version is changed

    Hi,
    We are facing a problem with PPMs.
    We changed the Production version in ECC for the corresponding Material in ECC from 5000 to 6000.
    We then ran the RSPPMCHG and then generated and activated the PPM Integration Model.
    No queues inbound (APO) or Outbound (APO) were blocked. \
    The result was that the 5000 PPM was deactivated in APO but we could not find the 6000 PPM version anywhere.
    Can anyone please help??
    Regards
    Abhishek Sahi

    Hi,
    Refer notes 448085 PPM Transfer: Tips and Tricks
    Aslo after generating and Activating the IM, run the report  RSPPMCHG ( Tcode - CFP3)
    Thanks,
    nandha
    Edited by: S.Nandakumar on Oct 8, 2010 10:05 AM

  • Demand Management with Production Versions

    Dear all,
    Is it possible to link the requirements in Demand Management with a production version which I've listed in the MRP 4 view?

    Hi,
    Yes it is possible. In MD61 when you place independent demands, switch to the schedule line view & specify which Production Version you want the demand to consider.
    Hope the above clarifies.
    Regards,
    Vivek

  • Create report with trial version BW

    Hello,
    Ok, I have a few question.
    1. It's possible to install trial verion BW? I saw on sdn, trial version sap for developers, but there isn't BW
    1 - true. Is this possible to connect access database without knowledge about ETL?
    1. -no. Because, I have no possibility to use BW, I try CR.
    2. I saw in CR, embeeded language, is possible to write methods data mining?
    3. Literature. Can you suggest me easily understood books, about data mining in CR? reporting with BW and CR.
    Regards
    M

    Hi,
    I have never downloaded this, but just saw the link:
    http://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/webcontent/uuid/b2918eea-0601-0010-6284-e6cb7eee4399 [original link is broken]
    -Vikram

  • Urgent :-PIR Saving w.r.t multiple Production version/Month wise

    Hi,
    1) Please let me know whether It is possible to enter  Planned independent requirement saving in MD61 Txn code month wise &  with respect to three Production version..
    i.e. in detail,
    I am having 3 alternative BOM’s of the same finish material. I want save the  Independent Requirement in a particular month with respect to 3 BOM’s /3 Production Version wise in the same month.
    After that I want to run MRP multilevel planning which will create planned orders of Finish Products & Dependent materials exploding corresponding BOM with respect to the particular Production Versions.
    2) Please let me know the best suitable strategy which will not consider present stock & Production/Planned orders in hand , will only create planned orders from the PIR saved in the Demand Management.
    Please sugggest the best way to do. I am in pressure from the client.
    Regards

    Hi
        PIRs cannot be created for 3 production versions.
    In MRP documentation, check for quota arrangement. Planned orders can be assigned to three different production versions in equal quantities by the quota arrangement.
    MRp run reads the quota file MEQ1 when it has to distribute planned orders across three production versions.
    Regards
    Pragnesh

  • Production version with status " locked for any use" being considered

    Dear All,
    while creating integration model for PDS , materials with production version locked for any use are being considered. Can any body put some light on it.
    My requirement is that in creation of integration model it should not take production version which are locked for use.
    Regards
    Arun Negi

    Check OSS Note 854561 - PDS does not recognize any locked production version in R/3
    "Symptom
    If a production version is locked in the R/3 System, this change is not transferred to the related production data structure (PDS) in APO. The PDS is therefore still used as a source in APO in the plan explosion. This causes errors during planning and results in terminations when an order is converted and subsequently transferred to the R/3 system."
    https://websmp130.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=854561
    Manish
    Edited by: Manish Kumar Rathi on Oct 10, 2008 11:46 AM

  • PIR and Production Orders

    Hi all,
    X product's strategy is 40 and it has 20 production orders, seen in MD04. In MD61 i have entered 40 PIR. In MD04 i want to see that 20 production orders and 40 planned orders after MRP run. But MRP run creates 20 planned orders. It creates PIR with VSF. I tried strategies 50 VSE and 10 LSF but it has no effects. How can i plan as told above?
    Regards,
    techmaster

    Hi
    There is no strategy with out considering Production orders.
    strategy 11 will be used with out considering the stock.
    refer below link
    http://help.sap.com/saphelp_47x200/helpdata/en/cb/7f9b7043b711d189410000e829fbbd/frameset.htm
    Regards,
    srihari

  • Production Version at item catagory "L" PO

    Hi,
    Can i select the production version at Purhcase order lelve for item catagory L- Subcontracting Purchase order.
    We can do it at Info record level , but is it possible to do at PO level? if yes then How?
    Thanks,
    Samir Bhatt

    Hi Samir,
    Follow these steps to get your required Production version when you create PO
    We assume two different vendor with different BOM for Material "X"
    1.Create BOM with alternative 01 and 02 for material "X",
    2.Add those BOM in production version in material master MRP4 view for material "X".
    3.Create Info records with Production version (Step 2 material master) in Purchasing Organisation View for each vendor.
    4.Create Source list for material "X"
    5.Now go to ME21n enter the required vendor and material "X", it will automatically default your required production version.
    Hope these steps will help you,
    Cheers!!!
    Gopi.

  • Production version deletion

    hi,
    i have two production versions for material A, there is no open orders for this material. i am unable to delete   production version 001 because its used in costing qty structure. but i amable to delete productioversion 002. we are using order based costing.. please help me delete production version which is used in costing qty structure....

    HI,
    Follow the below steps as Prerequisites before deleting the production version for a mterial :
    1. You must settle the product cost collector you created for the production version.
    2. No open planned orders exist in the system which are assigned to this production version.
    3. Check that there is no wip exists on the production line if REM mfg strategy and No production order in WIP if DIscrete Mfg.
    4. No open inspection lots are avl for the material with that PV.
    5.For the period in which the last reporting point backflush was carried out and for all previous periods in which the run schedule header or the production version is valid.
    the cutoff period is set for the WIP calculation
    the cutoff period is set for the variance calculation (operation KVAR)
    Hope this will help you.
    regards
    radhak mk

  • QC Activity based on Material Production Version

    Hi,
    Normally, we perform QC activity based on Material Code, i.e. in Material Master we maintain inspection type in QM View for material which needs QC activation during Good Receipt from Production
    Is it possible to perform QC Activity based on Production Version of a material i.e.
    For Example
    Product A having 2 Production Versions
    IF Product A with Production Version 1 then No QC required during goods receipt from production
    IF Product A with Production Version 2 then QC required during goods receipt from production
    So please tell me what feasible solution possible from your side
    With Regards,
    Kunal Sheth

    Dear Sap User,
    Production version is nothing just a combination of Master recipe/Routing and BOM used for particular production or process.
    If you are having so many production version then you have to choose which you want to choose but if you are having a single production version then it will be chosen automatically.
    Do it once and revert in case of any query.
    Rgrds,
    Dheeraj Rawal
    Edited by: Dheeraj89 on Feb 9, 2012 6:13 AM

Maybe you are looking for

  • BBM and Email

    Hello, I bought a curve 9320 yesterday. Initially the BBM and email worked fine, now neither of them are working. Internet calls and texts seem to be okay....not sure how to fix this? Any help would be appreciated.

  • Created "Hierarchy Field" not saved in Import Mapping File

    Hello experts, I want to save the mapping created after having imported categories via MDM Import Manager. Everything works fine as I execute an initial import (In "Map Field" tab, I create a "hierarchy field" based on the three fields "Categorie Nam

  • How to make a driver using DLL in LabVIEW?

    I had followed the "Using Exteranal Code in LabVIEW" manual having finished the making dll file, and the lsb file(I attempted that two ways). But when I load the code in LabVIEW, it can't work. I don't know what had happened, I only got a error messa

  • Logic Express VS Pro

    What is the difference between Express & Pro?

  • Shockwave player for WinXP x64

    Not a lot of things seem to require Shockwave player except jigsaw puzzles.  For a long time I thought there was a site problem with msnbc.com regarding their jigsaw puzzle page in that there was never a puzzle displayed and no error messages as to w