Master Recipe Table

Dear All,
I want to find all existing Master Recipe for single plant from the table.
so can i know from which table i can extract all Master Recipe by plant selection?
Regards,
Maulik

Routings/operations
     MAPL                    Allocation of task lists to materials
     PLAS                    Task list - selection of operations/activities
     PLFH                    Task list - production resources/tools
     PLFL                    Task list - sequences
     PLKO                    Task list - header
     PLKZ                    Task list: main header
     PLPH                    Phases / suboperations
     PLPO                    Task list operation / activity
     PLPR                    Log collector for tasklists
     PLMZ                    Allocation of BOM - items to operations

Similar Messages

  • Master Recipe table PLPO

    Dear All,
    I have a one issue like in Master Recipe Table PLPO Field for Activity Type LAR01 ,LAR02 ,LAR03,LAR04,LAR05,LAR06 Value
    does not get Updated even i maintain Activity type and it's value in Master Recipe.
    so from which table i can found Activity Type for Particular Operation Phase?
    Regards,
    Murari Shah

    Hi,
    Use Database MAPL with WERKS+MATNR Pickup PLNTY,PLNNR & PLNAL
    Use Database PLPO With PLNTY,PLNNR & PLNAL obtained above & pickup the required Fields.
    I hope this helps.
    Regarrds
    Raju Chitale

  • Master Recipe tables

    Hi all,
    I want to know the Master Recipe tables. Please if anybody can speify Master Recipe tables, will be very much needed & hence helpful to me.
    Regards,
    MHP

    CPC_CMX_DB_COR                 Master Recipe: Context Table for Recipe He
    CPC_CMX_DB_COS                 Master Recipe: Context Table for Recipe Op
    CPC_CMX_DB_LOG                 XSteps: Change Log
    CPS_PRES                       Process Management - Values for Flag in Cu
    CPS_PREST                      Text Table zu CPS_PRES
    KALC                           Article Quantity Calculation - Formulas
    KALT                           Article Quantity Calculation: Header
    PLFT                           Process Instructions
    PLFV                           PI Characteristics/Sub-Operation Parameter
    PLKO Header data
    PLPO Item data
    RESB and MAPL
    sree
    Edited by: sree gowda on Jan 19, 2009 6:54 AM

  • Report for Master Recipe

    Hi All;
    Is there any report apart from C251 which would give the deatils of the Master Recipe or to be more specific we need to download the Inspection characteristics from the Master Recipe.
    Regards

    Hi Lucky 121,
    Please try and check table PLKO whether it meets ur requirement.
    Regards
    Suri

  • BDC for C201(Master Recipe Create)

    Dear,
    Please help me in the following situation:
    I have written a BDC for transaction code C201 for Master Recipe Creation. Its running ok.
    But I have doubts like
    for the 1st table control:
    1) if for one operartion there are more than 1 phases
        then what precautions are needed for page down.
    for the 2nd level inner table control:
    1) I am in the process of coding pagedown for this 2nd table control. If I have to code for it what all precautions will I have to take?
    And in total what all precautions will I have to take?
    How feasible is this BDC?
    I have searched for BAPI, but did not find one.
    Kindly help me. I am under client pressure.
    Thanks.
    Regards,
    Shambhavi.
    Edited by: Shambhavi Salunkhe on Jun 23, 2008 9:40 PM

    Hi,
    In C201 transaction we have a table control in the operations screen. below the table control we have some push buttons and a input text field, we can make use this field to handle the table control. If you are insertinga first operation, enter the value in first row of the table control. for the second operation onwards enter max valye like 99999 in the input text box and click on enter. all the previous rows will scroll up and always second row of the table control will be free, so you can put the data in the second row. in the same way you will have some button to handle the other table control too .I hope this will help You
    Thanks,
    rajinikanth
    Edited by: Rajinikanth G on Jun 23, 2008 6:53 PM

  • Available Function Modules for Reading Master Recipe Info...

    Hi
    Is there a function module(s) available in ECC to read Master Recipe info.for Material/Plant inputs?
    Thanks
    Bluesclues

    Dear
    Try the folloiwng :
    1.BAPI_CONTROL_RECIPE_GET_LIST Read control recipe
    2.BAPI_CONTROL_RECIPE_REQUEST Request and transfer control
    3.MRTRS300_MASTER_RECIPE_READ  
    4.BAPI_CONTROL_RECIPE_GET_LIST
    5.MRTRS300_MASTER_RECIPE_SAVE (Save Master Recipe data from internal table )
    6.MRTRS300_MASTER_RECIPE_WRITE (Write Master Recipe data into internal table)
    Regards
    JH

  • Extract BOM based on Master Recipe status

    Greetings,
    I'm trying to extract the BOM for all our materials.  The problem is that it's not as easy as reading the tables MAST, STKO and STPO because I need to check in the master recipe (Task List) first what is the actual status by looking up the PLKO-STATU field equals to the value 4.
    Now, I have absolutely no idea how to link all theses tables together so I can capture the proper information.  Like I said, MAST, STKO and STPO is not an issue, it's to link this with PLKO, PLAS and PLPO (if necessary) that I'm wondering how.
    Any help would be greatly appreciated.  Thanks.
    Best regards,
    John

    Hi,
    Use should use function CS_BOM_EXPL_MAT_V2:
    CALL FUNCTION 'CS_BOM_EXPL_MAT_V2'
          EXPORTING  capid = 'SD01'
                     datuv = w_dtini
                     ehndl = '1'
                     mktls = 'X'
                     mehrs = ' '
                     mmory = '1'
                     EMENG = 1
                     rndkz = '1'
                     mtnrv = w_matnr
                     svwvo = 'X'
                     werks = 'BR01'
                     vrsvo = 'X'
    Best regards,
    Leandro Mengue

  • Master Recipe operation / phase "Valid to date"

    I am developing a production master data report, where Master Recipe operation / phase "Valid to date" (PLPOD-DATUB) is required. I have searched in structure PLPOD and table PLPO, but not able to find this date. Please help me in this regard.
    Thanks in advance.
    Regards,
    Jack

    Hi,
    The "valid-to-date" is mainly a concept, that's why you don't find the field in PLPO; it exists in the structure PLPOD.
    The "concept" gets a value, I think only when we delete a phase with reference to a change number. The change master's  (table AENR) valid-from-date becomes the deleted line's vali-to-date.
    So, what you need to do is link PLPO and AENR via the change number, and when deletion indicator in PLPO is, I guess, "1", read the valid-from-date in AENR as your valid-to-date (logically) in PLPO.
    Hope that this helps a bit.
    Regards,
    Mario

  • Formulas within Master Recipe

    Hi all,
    I am currently looking into Formulas and Master Recipes,
    Using transaction C203 you can see the BOM with its associated values that make up the recipe.  You can also look at any formulas associated with the material and its BOM.
    I know the BOM is held in tables STPO and the formulas are held in table KALC.
    What I cant seem to figure out is how the Materials on the BOM are linked to the materials on the Formula screen as in some instances I've seen the order can be different between the two.
    Also I'm have been trying to figure out what KALC-ROW_ID is made up of, I think this is key to mapping between the two but cant seem to find any related help.
    Any Help much appreciated.
    Hiten.

    Just to complete the thread a bit more
    From what I've seen in the system it appears that KALC-ROW_ID might be a composite made of BOM Number + Inherited Node Number + other stuff

  • How to find the number of entries in a master data table

    Hi Experts,
    I am trying to find the entries in 0CUSTOMER master data.
    BW>LISTCUBE>Data target: 0CUSTOMER and selected the fields that I need.
    I would like to know how to find the "number of entrees". I tried to run the SUM for a count field, but it is taking forever as there are huge number of records .

    Hi Dev,
    Go to the change/display mode of the info object (0CUSTOMER) in your case. Go to the Master data/Text tab. Here you will find the master data tables according to your settings (P orQ or X or Y). Double click on the table name and it will take you to the SE11 display. From there, you can check the number of records as you do in any transparent table.
    Hope this helps.
    Thanks and Regards
    Subray Hegde

  • Master recipes operations not getting transfered in SNP PDS to APO from R3

    Hello APO Gurus,
    I am trying to transfer SNP PDS for master receipes from R3 to APO.
    Issue description::
    The operation is not getting transfered correctly , some system default operation "010 generated Operation (from Planned Delive)" is getting generated in APO, also activity and resource capacity is not getting transfered. This situation exist for one plant 1000, for other plant 1100 the SNP PDS created correctly.
    i have following points:
    1. Is there some customizing setting missing on R3 or APO side  for plant 1000 tbefore SNP PDS transfer
    2. What need to be checked on master recipes data in R3,
    i have checked on below points
    1. FG Materials and all the Component Material to be in APO in a Active Integration Model.
    2. BOM & Routing and Production Version setup correctly.
    3. The Routing Operations have to Relevant to 'SCHEDULING'.
    4. Try deleting the existing Integration model for materials & re-create new IM & activate.
    Please help me to send SNP PDS correctly to APO to take heuristic run.
    Regards
    Gajendra
    Edited by: Gajendra_APO on Aug 23, 2011 1:14 PM

    Hi,
    It is good that you have given your already checked points.
    Please check the following things also and try to retransfer the PDS.
    1. Check your resource in ECC, whether you have maintained the Process formula.
    2. Check you have maintained some values in Master Recipe for processing time
    3. Check whether the resource has been transferred for your plant 1000 to APO and an active IM exists.
    4. Also check the type of the resource transferred to APO. It should be a single-mixed/ multi-mixed or bucket resource.
    Hope this will help you to solve the issue.
    Regards,
    Manimaran M.

  • Abap code not working  - deleting based on master data table information

    Hi,
    I wrote a piece of code earlier which is working and during test we found out that it will be hard for the support guys to maintain because it was hard coded and there is possibility that users will include more code nums in the future
    sample code
    DELETE it_source WHERE /M/SOURCE EQ 'USA' AND
    /M/CODENUM NE '0999' AND
    /MCODENUM NE '0888' AND.
    Now I created a new InfoObject master data so that the support people can maintain the source and code number manually.
    master data table - the codenum is the key.
    XCODENUM    XSOURCE
    0999               IND01
    0888               IND01
    now I wrote this routine all the data gets deleted.
    tables /M/PGICTABLE.
    Data tab like /M/PGICTABLE occurs 0 with header line.
    Select * from /M/PGICTABLE into table tab where objvers = 'A'.
    if sy-subrc = 0.
    LOOP at tab.
    DELETE it_source WHERE /M/SOURCE EQ tab-XSOURCE AND /M/CODENUM NE tab-XCODENUM.
    ENDLOOP.
    Endif.
    But when I chage the sign to EQ, I get opposite values , Not what I require.
    DELETE it_source WHERE /M/SOURCE EQ tab-XSOURCE AND /M/CODENUM EQ tab-XCODENUM.
    Cube table that I want to extract from
    /M/SOURCE                             /M/CODENUM
    IND01                                       0999
    IND01                                       0888
    IND01                                       0555
    IND01                                       0444
    FRF01                                      0111
    I want to only the rows where the /M/CODENUM = 0999 and 0888 and i would also need FRF101
    and the rows in bold  should be deleted.
    thanks
    Edited by: Bhat Vaidya on Jun 17, 2010 12:38 PM

    It's obvious why it deletes all the records. Debug & get your answer i wont spoon feed
    Anyways on to achieve your requirement try this code:
    DATA:
          r_srce TYPE RANGE OF char5, "Range Table for Source
          s_srce LIKE LINE OF r_srce,
          r_code TYPE RANGE OF numc04,"Range table for Code
          s_code LIKE LINE OF r_code.
    s_srce-sign = s_code-sign = 'I'.
    s_srce-option = s_code-option = 'EQ'.
    * Populate the range tables using /M/PGICTABLE
    LOOP AT itab INTO wa.
      s_code-low = wa1-code.
      s_srce-low = wa1-srce.
      APPEND: s_code TO r_code,
              s_srce TO r_srce.
    ENDLOOP.
    DELETE ADJACENT DUPLICATES FROM:
    r_code COMPARING ALL FIELDS,
    r_srce COMPARING ALL FIELDS.
    * Delete from Cube
    DELETE it_source WHERE srce IN r_srce AND code IN r_code.

  • Master Recipe without material

    Dear PP Gurus,
    I have one query.
    I want to create master recipe without material, i have created the same.
    Now while creating process order it is giving error,
    BOM for material 500000010 does not contain any valid items
    Message no. CO636
    please guide
    thanks in advance
    kailash thakkar

    Hi Kailash,
    What is mean by
    I want to create master recipe without material, i have created the same.
    What's the reason behind it.
    Regarding error CO636,
    - Check your BOM of that 500000010 might be components are missing over here.
    or
    - might be From to To lot size of BOM is not match with your Process order qty.
    or
    - Also check Valid From to To Date of your BOM.
    Regards,
    Dhaval

  • Error while changing the master recipe (C202)

    In transaction C202 (Material master recipe), I am trying to make a change but getting error message :Update was terminated.
    I am trying to change a  master recipe which contains an error. Recipe: A61234 transaction C202.
    Thanks.

    Hope, By this time you must have resolved this issue at your end. Due you know any root cause, If yes, could you please share it with us.

  • Do you know the idoc for master recipe?

    Hi all.
    Do you know the idoc for maintain master recipe?
    I am looking for the idoc.
    I would like to create, update and delete master recipe with idoc.
    I have investigated about idoc,but can't find suitable idoc.
    (I did find it for BOM, but for recipe is nothing.)
    Thank you in advance..
    Satoru

    Hello,
    As far as I can see there are no BAPI's or IDOC's available to upload Master Recipe data.
    A suggestion would be to use the batch input technique to upload the master recipe master data. You find the documentation of the batch input recorder etc. via the menu path System -> Services -> Batch input -> Recorder
    I hope it helps,
    Regards,
    Marcelo

Maybe you are looking for

  • Blue screen error when connecting an ethernet cable

    I have a Compaq Presario 5300US desktop that I'm trying to upgrade.  It has 512mb (max) of memory and a newer video card than the factory one.  I installed Vista Home Basic on it with no problems.  I also installed a pci ethernet card along with the

  • NEw output type for GR Slip

    Hi Gurus, The requirement is to set up a New GR slip by copying an  existing GR slip  from another System. I have identified the program and the Smart Form that needs to be copied. Can you please explain in detail the configuration settings that need

  • XML select issue strangeness - pro*c

    I've had a pro*c problem that I can't figure out. Hopefully, one of you might be able to do so. I am trying to create a XML output from a select statement. I having several problems, but the first one is that I can't get a simple XMLElement to work.

  • HT1311 i can't change apple id in app store

    I can' change apple id in app store

  • Cannot connect to ITunes Store to download apps

    I have an iPad 4 running iOS 6.1.3 and when I use my apple I.d. To sign into the apple itunes app store it says "Cannot connect to iTunes store" my date and time is correct, Apple ID and password are correct, I have a good wireless connection, but ju