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

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

  • 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

  • Configure & integrate the quality management with production planning

    hi,
      i know general flow of production planning ,
    i dono how to configure & integrate the quality management with production planning . can anyone explain step by step to configure.
    with regards,
    Elanchi

    Hi,
    You must define an inspection type 03 and activate it for materail. When you create production order you will have the inspection lot created. you define type of inspection plan in inspection lot type. You will insert an operation in routing og the material. This operation must contain inspection characteristics. use the operation key QM04 with a quality work center.
    Inspection process time will be assigned to your production order.
    I think you can manage t customise the process from this global definition of the QM process in Production.
    Best Regards,
    Salih Arslan
    SCM Functional Consultant
    Zeitine Solution Partners

  • 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

  • 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

  • Workflow Start "Failed But Not Blocking Correlation" - Project Server workflow for Demand Management

    Hi,
    I'm trying to "Create a Project Server workflow for Demand Management" with project server 2013 just like is explained
    here.
    But when I try to create a new project the implemented workflow failed to start with the follow state message in the job queue: Failed But Not Blocking Correlation.
    The detailed error display the follow message:
    Exception Starting Workflow: The scope _/SharePoint/default/139e833f-7a85-4ccf-b7a2-b3fea9ce50b9/6799b7e5-e519-40f4-9371-0b3bc3d5c208_ has no workflows under it. HTTP headers received from the server - ActivityId: 52fef415-409b-4545-a9f6-ed75519b425c.
    NodeId: My-Computer-Name. Scope: /SharePoint/default/139e833f-7a85-4ccf-b7a2-b3fea9ce50b9/6799b7e5-e519-40f4-9371-0b3bc3d5c208. Client ActivityId : 9ded4d9c-7733-7004-2661-c8977270af98.. Trace:    at Microsoft.Workflow.Client.ClientHelpers.SendRequest[T](HttpWebRequest
    request, T content)   at Microsoft.Workflow.Client.WorkflowManager.StartInternal(String workflowName, WorkflowStartParameters startParameters)   at Microsoft.SharePoint.WorkflowServices.FabricWorkflowManagementClient.StartInstance(String
    serviceGroupName, String workflowName, String monitoringParam, String activationKey, IDictionary`2 payload)   at Microsoft.SharePoint.WorkflowServices.FabricWorkflowInstanceProvider.StartWorkflow(WorkflowSubscription subscription, IDictionary`2 payload)  
    at Microsoft.Office.Project.Server.BusinessLayer.Workflow.StartWorkflow(Guid projectGuid, Guid enterpriseProjectTypeUid, Boolean isNewProject, Guid previousEntepriseProjectTypeUid, Boolean skipStage, Guid stageToSkipTo):
    WorkflowExceptionStartingWorkflow (35115). Details: id='35115' name='WorkflowExceptionStartingWorkflow' uid='e3bbb06b-1d38-e311-940a-001cc094718e'.
    Error:
    WorkflowCannotStartWorkflow (35100). Details: id='35100' name='WorkflowCannotStartWorkflow' uid='e4bbb06b-1d38-e311-940a-001cc094718e'.
    Queue:
    GeneralQueueJobFailed (26000) - WorkflowStartWorkflow.WorkflowStartWorkflowMessage. Details: id='26000' name='GeneralQueueJobFailed' uid='e5bbb06b-1d38-e311-940a-001cc094718e' JobUID='68ee1040-1d38-e311-940a-001cc094718e'
    ComputerName='90f7432c-fbc8-4ebd-86f3-0236ce62661c' GroupType='WorkflowStartWorkflow' MessageType='WorkflowStartWorkflowMessage' MessageId='1' Stage='' CorrelationUID='9ded4d9c-7733-7004-2661-c8977270af98'. For more details, check the ULS logs on machine
    90f7432c-fbc8-4ebd-86f3-0236ce62661c for entries with JobUID
    68ee1040-1d38-e311-940a-001cc094718e.
    with this detailed entries in the log file
    10/18/2013 13:47:57.38  Microsoft.Office.Project.Server (0x0948) 0x14F0 Project Server                 Queue                        
     ad3fy Critical Standard Information:PSI Entry Point: <unknown>  Project User: <unknown>  Correlation Id: <unknown>  PWA Site URL:   SA Name: <unknown>  PSError: <unknown> A queue job
    has failed. This is a general error logged by the Project Server Queue everytime a job fails - for effective troubleshooting use this error message with other more specific error messages (if any), the Operations guide (which documents more details about queued
    jobs) and the trace log (which could provide more detailed context). More information about the failed job follows. GUID of the failed job: 68ee1040-1d38-e311-940a-001cc094718e. Name of the computer that processed this job: 90f7432c-fbc8-4ebd-86f3-0236ce62661c
    (to debug further, you need to look at the trace log from this computer). Failed job type: WorkflowStartWorkf... 9ded4d9c-7733-7004-2661-c8977270af98
    10/18/2013 13:47:57.38* Microsoft.Office.Project.Server (0x0948) 0x14F0 Project Server                 Queue                        
     ad3fy Critical ...low. Failed sub-job type: WorkflowStartWorkflowMessage. Failed sub-job ID: 1. Stage where sub-job failed:  (this is useful when one sub-job has more than one logical processing stages). 9ded4d9c-7733-7004-2661-c8977270af98
    10/18/2013 13:47:57.38  Microsoft.Office.Project.Server (0x0948) 0x14F0 Project Server                 Queue Jobs                   
     ad3fy Medium   Error is: GeneralQueueJobFailed. Details: Queue Attributes:  68ee1040-1d38-e311-940a-001cc094718e  90f7432c-fbc8-4ebd-86f3-0236ce62661c  WorkflowStartWorkflow  WorkflowStartWorkflowMessage  1   
    9ded4d9c-7733-7004-2661-c8977270af98  . Standard Information: , LogLevelManager Warning-ulsID:0x000DD158 has no entities explicitly specified. 9ded4d9c-7733-7004-2661-c8977270af98
    Any idea?
    Thanks in advance,
    Alexander.

    Hi Alexander,I have seen that error when the workflow manager has not been registered correctly with the PowerShell command - that should be in the docs referenced - or
    http://technet.microsoft.com/en-us/library/jj663115.aspx.  Let me know if that doesn't appear to be the issue here and I can dig deeper.  Best regards,  Brian
    Blog |
    Facebook | Twitter | Posting is provided "AS IS" with no warranties, and confers no rights.
    Project Server TechCenter |
    Project Developer Center |
    Project Server Help | Project Product Page

  • 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

  • Release of APO Demand Planning to R/3 Demand Management

    Hi All,
    Is there a way to release the forecast in Demand Planning in APO to R/3 Demand Management without passing overwriting the historical buckets in R/3. I have created a special data view that does not contain any historical weeks. However, if we are in week 2 of the month, it overwrites week one of the month in Demand Management with a 0 value when we execute the forecast pass to r/3 job. I don't want to overwrite week one and we actually want to keep the old value there, How can we prevent this from being overwritten?
    I have created a data view that does not contain any historical buckets and I am using this in the
    Regards,
    Rumi,

    Hi,
    For releasing from DP to ECC , you have taken care of:
    ○       A future planning horizon only
    ○       A planning buckets profile with one periodicity only.
    I assume you are using "Week" bucket , please confirm.
    In SAP ECC Demand Management, planned independent requirements are created in the same buckets as those of the data view on which the mass processing job is based.
    With above things in mind, it  not clear why APO DP release shoud overwrite historical week data, unless you are releasing in monthly buckets rather than weekly buckets.
    Regards
    Datta

  • Change the Product version from ECC to ERP 6.0

    Hello Experts
    I am planning to apply EHP4 on my Development ECC system. In line with the the suggestion from guide "How to install SAP Enhancement Package 4 for SAP ERP 6.0" system I am supposed to define my ECC system with leading product version ERP 6.0.
    My Ecc system is currently defined with Product version SAP ECC 6.0.
    As per the above guide and also suggestion from "Note 1344564 - Maintenance Optimizer: Check system landscape" which says-
    "In particular for a system of the product SAP ERP, assign the product version of SAP ERP, not SAP ECC."
    I am supposed to change the leading product version to ERP 6.0.
    Now with the current definition of system with product version SAP ECC 6.0, it is being used in a logical component. In order to change this I need to delete the associated logical component. The problem is -this logical component is being used in more than one Project definition that has huge documentation associated with them.
    My question -
    will the deletion of current logical component affect my documentation in any way?
    How can I change the product version from SAP ECC 6.0 to SAP ERP 6.0 without affecting the current setup?
    Regards
    Dhiraj

    Hello Warren,
    Thanks for the suggestion.
    I have already taken care of all the suggested notes in the master note that you suggested. I am able to generate the XML file for other solution defined in my system. In those I have my ECC system defined purely as ERP 6.0 system. I am not able to make out why its not generating the XML for this solution.
    Regards
    Dhiraj

  • No Automatic Dispatching Of Planned Order to new Production Version

    Dear Sir,
    When rescheduling an operation from one line to another, the system
    checks whether a production version exists for the material to be
    produced that contains the new production line as the preferred work
    center. If such a production version is found, this version is taken
    over into the planned order. The planned order is scheduled again based
    on the production version.
    The second function allows you to automatically search for an
    alternative work center in the case of a capacity overload of a work
    center, and to dispatch the operations to it. The predefined
    prioritization of the alternative work centers is considered in this
    case.
    The indicator Reschedule with production version must be set in the
    strategy profile.
    My issue is sytem does not making automatic Dispatch to the second
    Production version for the material at the time of insufficient capacity
    Best Regards
    Rami Abd El Fattah Mohamed,PPQM Functional & Technical Application
    Consultant

    In the dispatching control u can remove operation date check indicator and regarding the termination indicator SAP help says"
    "if you have not set this indicator then dispatching is not terminated but carried out without taking the production version into account. That means that the planned order is scheduled with the old standard values and the formulas from the new work center and dispatched to the new line."
    Please check if it works now.
    thanks

  • Error: Enter a valid Production Version

    Dear Gurus
                       I have a problem while production booking of a vehicle. It says Enter a valid production version. I have checked the version in Material master-->MRP4 view. The version is maintained there. What else whould i check ?
    Pls Help
    REGARDS

    Dear Gaurav,
        As this is Repetitive Manufacturing then , you should maintain the Product cost collector also. Please do maintain this & then try.
    When u enter the group no of routing & also the alternat BOM & click on check at the top of the screen, When you click on check button then, the signals will turn to green if you have used the valid BOM & Routing group no.. If you get green in this screen then, there is no problem with Production Version.
    Please do let me know for any clarifications.
    Regards
    Kalyan

Maybe you are looking for

  • Defaulting the email address in From field.

    Hi , I am working on requirement to default the email address in from field and populate the eligible emails ID 's as drop down in from field based on some condition. So I need to overwrite the standard emails data that are already coming in from fie

  • Changing B&W to 2 colors

    Hi Guys, My name is Louis, so nice to meet every fella that will potentially read my post and reply to it! I have a photograph that it's in Black and White, due to my client needs and to give it a more personalized look, I want to change it to Purple

  • Employees Pics in Report...

    Hi, I want to design a report, which will display employees pic with other informative data about each employee. Basically the purpose of this report is to design employee cards. I am using reports 6i and the pics of employees are stored in file syst

  • Natures of classes of accounts for posted document are not balanced

    Hi Can anyone help me with this error: "Natures of classes of accounts for posted document are not balanced" I am getting this error while doing GR(posting goods) using 561 movement type for a material. While I am able to post Goods with another mate

  • Disabling Internet Explorer

    I'm not able to find anything in regards to disabling Internet Explorer 10 on a 2008r2 standard server running remote desktop services.   I figured it would be as simple as stripping the defaults and denying access through the control panel option, b