LTP in MULTIPLE BOM  scenario

Hi friends,
Please suggest for this following issue which is urgent one
Client Have 2 plants:  2010-PRODUCTIONM PLANT ( MONTHLYROLLING PLAN)
                                    2020- WAREHOUSE PLANT (ANNUAL SALES PLANNING )
Have 2  type of planning.
1. Annual Sales planning      Infor structure S501 and Planning type Z501 are used.
2. Monthly rolling planning.     Infor structure S502 and Planning type Z502 are used
PROBLEM IN
Annual sale planning- PLANT 2020
Using T code MC94 and planning type Z502, the final sales plan is recorded for all material in the plant 2020 for the active version A00.
After the data is saved it is transferred to the Demand management using PIR_SP_FM schedule batch job using the T codes MC8E for selection and MC8G for execution
Once the data is transferred to demand management long term planning run is executed using MS01 T code for the planning scenario 001
The problem we have is in this ‘001’ planning scenario. What we have setup at present is to select the existing BOM which is used in the normal MRP run. But the FMCG sector requires to different BOMs and different recipes.
NB: client needs to run long term planning run for plant2020 with planning scenario  001 .
while creating the PIRS  they want to go for alternative BOM and RECIPES(ROUTING ) so that they can plan according to the change in requirement.In current scenario they use single BOM and single recipe.
    Problem lies as 2020 plant is only warehouse plant . It does not have any BOM and Recipe in it. so how  planning run will be executed for annual sales plan with the explosion of BOM in this plant and the alternatives will be chosen In A multiple BOM and Recipe scenario WHICH NOW CLIENT WANTS TO SWITCH OVER.Client uses MS04 TCODE for the over view of stock in LTP where the change should reflect …
THANKS AND REGARDS,
omkar

hi,
Bom selection process in LTP works similar to operational planning, i.e it is based on lot size and date.
Reward if useful.
Amit

Similar Messages

  • Scenario : 1 SC Vendor; 1 Finished Good; Multiple BoM

    Hi Experts .... Client have a situation where they have multiple BOMs for 1 Item and they send the different Raw Materials to One Subcontracting vendor for Job-Work processing.
    Is there any way to enable the selection of BoM at the time of creating Sub-Contracting PO ???

    Thx for your valuable comments Prashant, but the problem is how to choose which BOM to select ... is there any setting/ configuration
    I tried Product Version concept ... but that too is not consistent .. info record gets updated somehow and the choice for Product version also doesn't come after making 1 PO

  • Planning for  product using multiple bom and multiple recipe involving SOP

    Hi friends,
    The problem. Currently we have maintained single BOM and single recipe (The BOM and Recipe used for MRP) for long term planning run. The FMCG sector of Client requested to have multiple BOMs and multiple recipes in the long term planning run. I.e. The planning is done quarterly and they wanted to use different BOMs and Different recipes for each quarter. But since the existing system has configured to use a single BOM and a single recipe we have a problem to use the long term planning run with the current setups.The problem we have is in this ‘001’ planning scenario.
    appreciate if you can help me how to accommodate multiple BOMs and recepis in the long term planning run.
    thanks and regards
    om

    HI Mr. Ready,
    We create PIR though a submit Job and in this case how to mention the production version while creating PIRs . Also if I am creating PIR through MD61 how to record the version.
    Please advice.
    Thanks and Regards,
    Om

  • Multiple BOMs in subcontracting

    Dear Expert,
    We have one requirement,our client wants multiple BOMs in subcontracting PO.the scenario one finished product have many component raw materials.we can produce the finished product with raw materials.when doing subcontracting PO,when we explode BOM,we have choice of selecting of BOM,which we require.please sugest me.
    Thanks in  advance,
    Varun

    Hi,
    Please check  how to handle alternative BOMs in subcontracting:
    Re: Bom for production order and subcontracting
    Re: Alternative bom
    You can have only one purchasing info record for one vendor/material/purch.org. combination that's why you can assign only one production version to it.
    Based on this I think you cannot solve your requirement in standard system (selection of alternative BOM in subcontracting PO).
    Regards,
    Csaba

  • SAP CRM Multiple Backend Scenario with Solution Manager

    Dear Experts,
    We are implementing CRM Middleware - Multiple Backend Scenario (MEP / MBE Concept) in our client landscape for SAP CRM on HANA (Ehp3)
    set-up.
    And If any one of you have already implemented MEP Scenario in the SAP CRM Landscape, Could you please help us to provide with the Configuration Steps / Documents, so that we can proceed further.
    Below are the following Queries:
    For Customizing Adapter Object:
    1) Does MEP Concept support the Customizing Adapter object to download from more than one ECC System to single CRM System.
        If Yes, Could you please provide the Configuration steps or Procedure to download the customizing data.
    For Master Adapter Object:
    2) The Adapter objects for Master Data like Customer and Materials are technically supported under MEP for the data exchange.
         However, is it possible to download the Equipments Master Data from more than one ECC System to single CRM System?
         If Yes, Could you please provide the steps or Procedure to download the Equipments Master Data.
    And please provide if you have done the Solution Manager Configuration mapping for MEP Scenario, which is required for the maintenance and transfer of customizing mappings to CRM and Mapbox.
    Thanks,
    Mohanram.

    Hi Alagammai,
        We are also implementing CRM Middleware - Multiple Backend Scenario (MEP / MBE Concept) in our client landscape for SAP CRM on HANA (Ehp3) set-up.
    Required some Information on the below Query.
    For Customizing Adapter Object:
    1) Does MEP Concept support the Customizing Adapter object to download from more than one ECC System to single CRM System.
        If Yes, Could you please provide the Configuration steps or Procedure to download the customizing data.
    For Master Adapter Object:
    2) The Adapter objects for Master Data like Customer and Materials are technically supported under MEP for the data exchange.
         However, is it possible to download the Equipments Master Data from more than one ECC System to single CRM System?
         If Yes, Could you please provide the steps or Procedure to download the Equipments Master Data.
    And please provide if you have done the Solution Manager Configuration mapping for MEP Scenario, which is required for the maintenance and transfer of customizing mappings to CRM and Mapbox.
    Thanks,
    Mohanram.
    7829055537

  • BAPI_SALESORDER_CREATEFROMDAT2 - not working for multiple  BOM

    Hi -
    I am using BAPI_SALESORDER_CREATEFROMDAT2 function module to create sales order with multiple material. If more than one BOM materials are passed to the FM,this FM is giving error and not creating sales order. I have to pass multiple BOM to the FM and it should create sales order and expand the BOM to its components also.
    Can anybody help on this.
    An example will be good.
    thanks
    pls help
    Edited by: sanchari g on May 13, 2009 11:05 AM

    Hi Sanchari,
    Try the following logic:
    LOOP AT it_salesheader INTO wa_salesheader.
        CLEAR wa_order_header_in.
        CLEAR wa_order_header_inx.
        CLEAR wa_order_partners.
        CLEAR wa_bapicond.
        CLEAR wa_bapicondx.
        REFRESH it_order_items_in.
        REFRESH it_order_items_inx.
        REFRESH it_order_partners.
        REFRESH it_order_schedules_in.
        REFRESH it_order_schedules_inx.
        REFRESH it_bapicond.
        REFRESH it_bapicondx.
        wa_order_header_in-doc_type   = wa_salesheader-auart.
        wa_order_header_in-sales_org  = wa_salesheader-vkorg.
        wa_order_header_in-distr_chan = wa_salesheader-vtweg.
        wa_order_header_in-division   = '00'.
        wa_order_header_in-purch_no_c = wa_salesheader-bstnk.
        wa_order_header_in-purch_date = wa_salesheader-bstdk.
        wa_order_header_in-ref_1      = wa_salesheader-vbeln.
        wa_order_header_in-price_date = wa_salesheader-prsdt.
        LOOP AT it_salesitem INTO wa_salesitem WHERE vbeln = wa_salesheader-vbeln.
          wa_order_items_in-itm_number  = posnr_temp.
          wa_order_items_in-material    = wa_salesitem-matnr.
          wa_order_items_in-plant       = wa_salesitem-werks.
          wa_order_items_in-target_qty  = wa_salesitem-kwmeng.
          wa_order_items_in-ref_doc     = wa_salesitem-vbeln.
          wa_order_items_in-ref_doc_it  = wa_salesitem-posnr.
          wa_order_items_in-ref_1_s     = wa_salesitem-vbeln1.
          wa_order_items_in-poitm_no_s  = wa_salesitem-posnn.
          APPEND wa_order_items_in TO it_order_items_in.
       ENDLOOP.     "loop for line item which contains all BOMs.
       CALL FUNCTION 'BAPI_SALESORDER_CREATEFROMDAT2'
          EXPORTING
            order_header_in               = wa_order_header_in
            order_header_inx              = wa_order_header_inx
           testrun                       = testrun
         IMPORTING
           salesdocument                  = v_salesdocument
          TABLES
           return                        = it_return
           order_items_in                = it_order_items_in
           order_items_inx               = it_order_items_inx
            order_partners               = it_order_partners
           order_schedules_in            = it_order_schedules_in
           order_schedules_inx           = it_order_schedules_inx
           order_conditions_in           = it_bapicond.
        CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
         EXPORTING
           wait          = 'X'.
    ENDLOOP.   "loop for the header data.
    Hope it helps.
    Regards,
    Arnab.

  • Multiple BoMs for Same FG and Subcontracting Vendor

    Hello Gurus, I have a situation where client get job-work done for a finished good with multiple BoMs .... It is only decided at the time of creating PO when they decide which components/ child items to be used (Product Version). Even if the check for update info record is unchecked, the system don't ask for the choice 2nd time the subcontracting PO is drafted. Please guide what can be done under such circumstances.

    Hi,
    Please check how the alternative BOM can be determined (automatically):
    http://help.sap.com/erp2005_ehp_04/helpdata/EN/b2/fa1ed4d51d11d1a69e0000e83235d4/frameset.htm
    (assign the BOM to production version (C223) >> assign the production version to info record (ME12))
    http://help.sap.com/erp2005_ehp_04/helpdata/EN/f4/7d2aea44af11d182b40000e829fbfe/frameset.htm
    (lot size; selection date; production version)
    Please check OSS note 458606:
    1. Question
    You work with production versions for selecting bill of material alternatives. How are they determined for SC purchase requisitions or SC purchase orders?
    Answer:
    Purchase Orders:
    In purchasing, the production versions are assigned in the subcontracting purchasing info record. When you create an SC purchase order, the system determines the SC purchasing info record from the combination of vendor and material, and reads the production version. This is then included in the document. It is not possible to manually change the production version in the SC purchase order.
    If you create the SC purchase order with reference to an SC purchase requisition, the system checks whether the production version from the SC purchase requisition matches the version determined from the SC purchase order.
    If the production verions differ, the system displays a dialog box and the user can decide whether the production version from the SC purchase requisition is to be transferred or whether the BOM is exploded using the newly determined production version from the SC purchasing info record.
    A selection of the production versions by date or similar is not available in purchasing.
    Regards,
    Csaba

  • File to Multiple Idocs scenario. Pls help

    Hi All,
    For Single File to Multiple Idocs scenario i am referring blog --
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/877c0d53-0801-0010-3bb0-e38d5ecd352c
    Suppose my source file is
    AAA, BBB,CCC
    111,222,333
    ZZZ,ZZZ,ZZZ
    I want to make 2 IDOCS for the first 2 records (AAA, BBB,CCC   and  111,222,333)
    and do not want to make IDOC for the 3rd record  -- how to achive this.
    Regards

    Hi,
    If the condition is like, for 'AAA' and '111', IDocs to be generated, then do as follows.
    If IDOCs are of same type.
    1. Value
    > Equals -
    > createIf -
    > IDOC
       Constant('AAA')
    2. Value
    > Equals -
    > createIf -
    > IDOC
       Constant('111')
    3. Value
    > Equals -
    > not -
    > createIf -
    > IDOC
       Constant('ZZZ')
    If 2 IDocs are of differnet types,
    create different mapping programs with same logic.
    If 2 IDocs are to be generated based on the record no in the file rather than the first field value, i think you can go for Global container.
    Refer these,
    [http://help.sap.com/saphelp_nw04/helpdata/en/ee/bf9640dc522f28e10000000a1550b0/frameset.htm]
    [http://help.sap.com/saphelp_nw04/helpdata/EN/49/1ebc6111ea2f45a9946c702b685299/content.htm ]
    [http://help.sap.com/saphelp_erp2004/helpdata/en/75/8e0f8f3b0c2e4ea5f8d8f9faa9461a/frameset.htm]
    thanks.
    Edited by: P.Ravi Varma on Apr 22, 2009 10:27 AM

  • XI-Multiple instance scenario -File & SQL sender communication channels

    Hi
       i have a basic question regarding how file sender communication channel ( where we poll for a particular file pattern either using file/ftp types in a particular subfolder ) or a sql sender communication channel - ( selecting records from a sql source ) would work in a scenario with two active XI instances and j2EE file and sql adapter services running on both of the J2EE servers ?
    1. How would the file polling from both J2EE servers - avoid a conflict looking for the same file pattern ? Is there any inbuilt mechanism from SAP to make multiple instances work with the file polling - without a confict ?
    2. Simlar question for SQL sender type communication channel ?
    If SAP does have a mechanism to handle multiple instance scenarios for file and sql sender adapter based communication channels, is there a link/document on this ?

    Hi Karthik,
    Please see my comments.
    I am just wondering aloud - what will happen if we use a select for update clause in the sql sender adapter communication channel -
    Gouri: Yes you can use select + update. In fact that is the right way.
    will this ensure that polling from one J2EE instance will lock the selected records so that the second instance does not select the same set of records from the sql server ? Or should we not use a select for update and use a simple select statement ?
    Gouri: Yes. SQL DB will ensure that same data will not be picked by another node. As I mentioned earlier use serilizable option from advanced mode.
    -Gouri

  • File-XI-multiple IDoc Scenario

    Hi there -
       I am working on single File-XI-multiple IDoc Scenario and have following questions:
    (please keep in mind that there is already an existing multiple IDocs-XI-single File scenario between the same systems)
    1. Please provide any detailed step by step documentation from end-to-end.
    2. I am thinking it's compulsory to use BPM, is there any way to aviod?
    3. Is it possible to update existing IDocs in R/3 directly from the data from XI?
    Thanks everyone in advance...
    Pat

    HI,
    Pls go thru following links-
    /people/michal.krawczyk2/blog/2005/12/04/xi-idoc-bundling--the-trick-with-the-occurance-change
    Single inbound file -> XI -> Multiple IDOCs in SAP
    One file for multiple IDOCs
    Hope this helps..
    Regards,
    Moorthy

  • Multiple IDOC to Multiple IDOC scenario without BPM steps????

    Hi
    Could you please give me the solution for this ???
    I want steps for sending all IDOCs at a time- ---"Multiple IDOC to Multiple IDOC scenario without using BPM".???
    thanks
    3nadh

    Hello,
    Refer the below, for certain details!
    /people/swaroopa.vishwanath/blog/2007/01/22/ale-configuration-for-pushing-idocs-from-sap-to-xi     ALE configuration for pushing idocs from SAP to XI
    /people/michal.krawczyk2/blog/2005/12/04/xi-idoc-bundling--the-trick-with-the-occurance-change     XI: IDOC bundling - the "trick" with the occurance change
    Regards,
    Jilan

  • JDBC to Multiple IDOC scenario

    Dear Experts,
    My Scenario is JDBC to Multiple IDOC scenario.
    I am reading 100 records and generating 100 IDOC's at the target ECC system, the problem which I am facing is if I have any issue with 1 record the total message gets failed in SXMB_MONI due to mapping failure.
    So again I need to reset all 100 records in my source database and I should reprocess the same.
    Is there any way to process the 99 and fail only one record which causes error.
    Is Stored procedure will fix this issue or do I need to use BPM for this to achieve.
    Please advice.
    Thanks,
    --Sai

    Hi Sai,
    As you are selecting 100 records in one go, all the records will come as a single message in PI.
    Please find below my suggestion for this issue.
    1. Selecting one record per message will not be efficient. So please do not use it.
    2. Create a secondary sctucture. Generate it only if there is an error in the record. You may set up an alert for that message. So if any error occurs, other 99 idocs can go normally, while you will get an aleart for the failed record.
    3. Another option is to create an idoc for error record also. You can do this by providing some default values in place of error fields. You can then monitor such idocs in ECC.
    Personally, i feel 2nd option is the best. Let me know if you need more information on this.
    Regards,
    Gavaksh

  • IDOC to multiple header scenario..

    Hi,
    My scenario is Idoc to multiple flle scenario..(CDMA & GSM files needs to routed to differient structures)
    The requirement is Idoc is triggered at R/3 ECC side, at the target end we have 3 structures, the 1st structure is common as it has email details and the 2nd structure (CDMA structure)and the 3rd structure (GSM Structure) is differient which should handle CDMA & GSM.
    so, the IDOC triggers with the following case
    1. Only CDMA files
    2. Only GSM files
    3. Mixed CDMA & GSM files
    4. Sometimes missed data without having anyinformation to differentiate (For this case the records should not be geterated)
    Ouput should be as follows:
    for the first case:
    1. If only CDMA files -
    > In this case the output should be 2 files (one email file , CDMA text file--- so totally 2 files)
    2. If only GSM files  -
    >In this case the output should be 2 files (one email file , GSM text file--- so totally 2 files)
    3. If both CDMA & GSM -
    > Then here totally 3 output files where (One email file, CDMA text file, GSM test file -- totally 3 files)
    Please throw some light for how to proceed with this type of scenario..
    Thanks,
    --Kishore

    Hi Sarvesh,
    The reply was really useful and also can you clarify the below things,
    1. I have to drop the files by using dynamic file naming configuration i mean i have to drop the files with the name as below
    First case: If only CDMA records in the IDOC then i need to drop 2 files (1 email file -- 1 CDMA text file)
    the file names should be as : IDOCNumber_Currentdate.xml -- For email file & IDOCNumber_CurrentDate.txt for CDMA text file
    Second case: If only GSM records in the IDOC then i need to drop 2 files (1 email file -- 1 GSM text file)
    the file names should be as : IDOCNumber_Currentdate.xml -- For email file & IDOCNumber_CurrentDate.txt for CDMA text file
    Third case: If mixed CDMA & GSM records in the IDOC then i need to drop 3 files (1 email file -- 1 CDMA text file & 1 GSM text file)
    the file names should be as : IDOCNumber_Currentdate.xml -- For email file & IDOCNumber_CDMA_CurrentDate.txt for CDMA text file, IDOCNumber_GSM_Currentdate.txt)
    Here the IDOC number and the text GSM is not used in the ouput structure to use variable substitution method, when we use dynamic file naming configuration UDF then the files are getting overwritten with the first UDF.
    Please let me know how to proceed further..
    Thanks,
    --Kishore
    Edited by: Kishore Kumar N.T on Dec 10, 2010 11:33 AM
    Edited by: Kishore Kumar N.T on Dec 10, 2010 11:34 AM

  • To display multiple BOMS by selection

    I'm trying to avoid havig to create a report to collectively display multiple BOMS by selection (eg MRP controller, group of header materials etc) to satisfy the following:
    - collective display
    - multi-level display (indented)
    - factor scrap, giving component qtys as per base qty of BOM header
    Trans CS11 provides this info, only on an individual BOM basis.

    Hi,
    Can explain your query a bit more in brief?
    Thanks
    Kathir~

  • How to Implement a Single Folder - Multiple Authors Scenario für NW 7.3?

    Hello,
    is a version "How to Implement a Single Folder - Multiple Authors Scenario" for NetWeaver 7.3 planned?
    Best regards,
    Arnold Gallemann

    Hi Detlev,
    thanks a lot for sharing your work!
    Due to the reason we need a different configuration in KM, I changed e.g. some values in the .cc.xml and .co.xml files. I rebuild the project and checked the created EAR file. I noticed that the ConfigArchive file in EAR file still has the old values. It seems that SAP NetWeaver Developer Studio 7.3 is not recognizing in a portal application project the configuration of the src.config folder anymore. To test this, I removed the initial provided ConfigArchive in the folder dist\PORTAL-INF\config\ from your project. I rebuild it and the ConfigArchive in the EAR file wasnu2019t included.
    I found in the documentation (http://help.sap.com/saphelp_nw73/helpdata/de/42/60aec0032c1422e10000000a114cbd/frameset.htm) the SAP Note 1572813, which would describe how to use KMC wizards in SAP NetWeaver Developer Studio 7.3. But the article is currently not released to public.
    In addition I have discovered, that it is possible to include the src.config folder in the build process if the project is set up as a development component (see for details bullet point Optionally of http://help.sap.com/saphelp_nw73/helpdata/de/42/60aec0032c1422e10000000a114cbd/frameset.htm). This works. But later on I am facing another problem: I am missing the entry KMC-CM to add it as a dependency for the development component.
    Best regards
    Mario

Maybe you are looking for

  • Project suddenly won't open, error message displayed

    Can anyone shed any light on the following error message? [\Monk\main\common\PremiereShell\Src\PlayerFactory.cpp-379] I'm half way through a project; all was well when I shut down yesterday, but today the project won't open. The error message offers

  • How to create one delivery for multiple sales order

    Hi!! Friends, Can some one explain the steps to be followed in creating one delivery for multiple sales order in SAP SD. Regards AKASH Message was edited by:         AKASH TAMBI

  • Jasper reports generation

    Hi, All Iam already generated pdf and excel reports.My problemis that i have to generate reports between the startDate to endDate.I have two inputdate calenders one for startDate and another for endDate.Iam using JSF.how can i generate pz anybody hel

  • (V7.3)NEW FEATURES ABOUT OPTIMIZATION IN RELEASE 7.2 & 7.3

    제품 : ORACLE SERVER 작성날짜 : 2003-02-24 (V7.3)NEW FEATURES ABOUT OPTIMIZATION IN RELEASE 7.2 & 7.3 ========================================================== PURPOSE Oracle RDBMS V7.2와 V7.3에서 Optimization에 관한 new feature를 알아보기로 한다. Explanation 다음과 같은 대표

  • How can I get the number of computers that a specific user had add to domain?

    Greetings In Win Srv 2K8 I know how to increase\decrease the total number of computers that any user can add to domain. (http://support.microsoft.com/kb/243327/en-us) but there is any way to get the number of computer accounts that a user had add? th