Product Planning Table

In the Product Planning Table (/SAPAPO/PPT1), Product View: Periodic we see the caption Make-to-Stock Production which is the Requirement strategy.How can we hide the caption (requirement strategy) in the PPT1.

Dear Rekha Panicker,
In user setting in product planning table, go through Product 2 -> Forecast then you will find the row description section.
Delete the number marked in "Desc.plg strat.".
Hope this would help you.
Beragrds,
Lee, Seung Won

Similar Messages

  • Clear the History Data Automatically in Production Planning Table MF50

    Dear Friends,
    I have the problem to set the Production Planning Table (Txn MF50) to
    clear the history data automatically. Currently, all the history data
    in the planning table has to be cleared manually.
    Appreciate your help.
    Rgds
    Zahari Yusof

    instead of just removing the whole history like private browsing do, i just want to remove browsing/download history and form&search. i didn't want to remove cookies and active logins, heheh. thank you

  • Table for Product Plan Status

    Hi,
    In "Basic Data" tab of Product Plan Detail, there's Status field which is the "User" status for the Product Plan.  I am looking for the table which contains this Status field.  DPR_PROJECT table only contain "System" Status field.
    Thanks & Regards,
    Tony

    Hi
    PO status is stored in Structure not in the table.
    Please use the List displays to get the information like ME2N,ME2L, ME2M, ME2K etc
    You can also get the information from the table EKKO, EKPO, EKET,EKBE
    Hope it helps
    thanks/karthik

  • Use of Planning Table (MF50) in Capacity Levelling with Production Order

    Hello Experts
    I wish to know that is it possible to perform Capacity Levelling in planning table (tcode MF50) with respect to a Production Order ? It is known that MF50 is used in Repetitive manufacuring to do the capacity levelling with respect to Planned orders. But in our discrete manufacturing scenario we want to use planning table to the capacity levelling with respect toa Production order.
    Any clue or help pertaining to this will be highly appreciated.
    Thanks in advance
    Regards
    Jayanta

    Dear ,
    MF50 is does the cacapcity leveling based on mateail -run schedule order (planned order ) where as in discrete manufacturing , when you run the MRP ,  MRP system assume Infinite Capacity  and schedule the order as per your selection in MD02(2,1,3,3,2)  and then you convert those planned order to Production order .Here you checkied the Capacity in Production Order level .
    In stanadrd SAP  , it is not possible to use MF50 for discrete production order.
    In discrete order or process order ,  do the caapcity leveling , there are seperate planning table available based on Over all Capacity Profile and Schedule type .This can be done  in following way :
    1.CM31-Production Order Wise -Tabular
    2.CM23-PO wise -Graphical
    3.MC88: Ruf Cut Planning
    Work Centre Wise : CM21 -Graphical , CM22-Tabular Planning Table .
    Make sure the below set up before  you carry on the Capacity leveling :
    .Define time profile in OPD2.
    Define the strategy profile in OPDB
    Define the Overall profiles in OPD0.
    In OPJK  maintained check capacity with SAPSFCG013 profile for your production order type
    In OPU3 , scheduleing parametre s: Generate Capacity , Scheduling Type , Automatic Log ,Start date in Past as per your req.
    In OPJU , chekc the contol tab of the scheduleing as per OPU3
    In OPKP- Production scheduling paranmeters assing the overall capacity profile -SAPSFCG013  with finte scheduling tick.
    Master Data :
    1.Materials Master define the Production scheduler and production scheduling profile
    2.Work Center - Define the capcity planner group,activate checkbox Relevant for Finite sceduling,on the capacity header define the shift timings,break timings and unit of measure,no of individual capaity, enter formula for scheduling in capacity view.
    3.Routing - enter the values for the standard values. Use control key with scheduling.
    Hope this will help you .
    Regards
    JH

  • Error message in capacity planning table

    Hi,
    I am  using REM planning table.I enter the planning table by giving the selection criteria of Plant and production line.
    System is giving following error message,
    the error message and dignosis of the error message is given here.
    'No prod. dates for material MTI_FERT011, version 0001, production line 2279'
    Message no. REMPT315
    Diagnosis
    The planned order has no production dates for the combination of material, production version and production line you specified.
    This may be as a result of the following, for example:
    The planned order was scheduled but not using the production line you selected. (The production line is determined by the production version you entered in a planned order.)
    Procedure
    One possibility of finding out what is causing the problem is:
    To access the planned order from the detailed dialog box in the table via "Change" and reschedule the planned order. Check the scheduling log by choosing "Goto --> Scheduling log". More information is displayed in the log's warning or error messages.
    But which master data to be corrected is not known.
    Experts please guide me.
    Regards,
    Ravindra

    Hello,
    I had the same error while working with the REM planning table, despite the consistency of the data.
    Another cause that can lead to the error message REMPT315 is that in the production version detailed screen, "Planning data" table you have entered the routing next to rate-based planning. You must enter the routing (number of the group and the group counter) on the line detailed planning.
    After that, choose check again and try to introduce new quantities in the planning table. It worked for me!
    Irina

  • Question on Plan Table

    Hi,
    This is the Explain Plan for one of my SQL queries
    PLAN_TABLE_OUTPUT
    | Id  | Operation            |  Name       | Rows  | Bytes | Cost  | Inst   |IN-
    OUT|
    |   0 | SELECT STATEMENT     |             |   101 |  7676 |    60 |        |
    PLAN_TABLE_OUTPUT
       |
    |   1 |  SORT ORDER BY       |             |   101 |  7676 |    60 |        |
       |
    |   2 |   NESTED LOOPS OUTER |             |   101 |  7676 |    50 |        |
       |
    |   3 |    VIEW              |             |   100 |  2400 |     5 |        |
       |
    PLAN_TABLE_OUTPUT
    |   4 |     UNION-ALL        |             |       |       |       |        |
       |
    |   5 |      REMOTE          |             |       |       |       | MKTG   | R-
    S ||   6 |      REMOTE          |             |       |       |       | MKTG   | R-
    S ||   7 |    REMOTE            |             |     1 |    52 |     1 | MKTG   | R-
    S |PLAN_TABLE_OUTPUT
    Note: cpu costing is off, PLAN_TABLE' is old versionI am concerned about the note "cpu costing is off"
    Does this mean my optimizer is RBO?
    Moreover, what is the cost cloumn in the explain plan table meant by?
    BANNER
    Oracle9i Enterprise Edition Release 9.2.0.6.0 - 64bit Production
    PL/SQL Release 9.2.0.6.0 - Production
    CORE 9.2.0.6.0 Production
    TNS for HPUX: Version 9.2.0.6.0 - Production
    NLSRTL Version 9.2.0.6.0 - Production
    I did 'select cpu_cost' from v$sql_plan;'
    The column results in NULL values.
    Thanks
    Rajiv

    Hi Justin,
    I ran into some serious problem here.
    As per the suggestions given, this is the modified query
    SELECT   x.rep_date,
                   x.certificate_id,
                   x.member_kit_flag,
                   y.enabled_date,
                   y.disabled_date,
                   TRUNC(y.creation_date) - TRUNC(x.rep_date) days,
                   y.csg_account_no
              FROM (SELECT /*+ DRIVING_SITE(pt_gift_cert_referrals) */ a.*,
                           /*+ DRIVING_SITE(pt_cd_mailings) */ b.member_kit_flag,
                           to_date(b.shipment_date,'dd MON YYYY') rep_date
                      FROM pt_gift_cert_referrals@mktg a,
                           pt_cd_mailings@mktg b
                     WHERE a.cert_mailing_id = b.cert_mailing_id
                       AND to_date(b.shipment_date,'dd MON YYYY') >= '22-AUG-2003'
                    UNION ALL
                    SELECT /*+ DRIVING_SITE(pt_gift_cert_referrals) */ a.*, /*+ DRIVING_SITE(pt_certificate_referrals) */
                           'Z' member_kit_flag,/*+ DRIVING_SITE(pt_cert_stage_log) */
                           to_date(b.creation_date,'dd MON YYYY') rep_date
                      FROM pt_gift_cert_referrals@mktg a,
                           pt_cert_stage_log@mktg b
                     WHERE a.cert_event_id = b.cert_event_id
                       AND SUBSTR(b.process_type, 1, 14) = 'CLUBDISH DAILY'
                       AND to_date(b.creation_date,'dd MON YYYY') >= '22-AUG-2003') x,
                   pt_certificate_referrals@mktg y
             WHERE x.certificate_id = y.certificate_id(+)
          ORDER BY rep_date,
                   x.certificate_id;Unfortunately, the query resulted in NO rows.
    no rows selected
    Elapsed: 00:02:31.03
    Execution Plan
       0      SELECT STATEMENT Optimizer=CHOOSE (Cost=60 Card=101 Bytes=76
              76)
       1    0   SORT (ORDER BY) (Cost=60 Card=101 Bytes=7676)
       2    1     NESTED LOOPS (OUTER) (Cost=50 Card=101 Bytes=7676)
       3    2       VIEW (Cost=5 Card=100 Bytes=2400)
       4    3         UNION-ALL
       5    4           REMOTE*                                            MKTG.WOR
                                                                           LD
       6    4           REMOTE*                                            MKTG.WOR
                                                                           LD
       7    2       REMOTE* (Cost=1 Card=1 Bytes=52)                       MKTG.WOR
                                                                           LD
       5 SERIAL_FROM_REMOTE            SELECT /*+ */ "A2"."CERTIFICATE_ID","A2"."GI
                                       FT_CSG_ACCOUNT_NO","A2"."CERT_PROMOT
       6 SERIAL_FROM_REMOTE            SELECT /*+ */ "A2"."CERTIFICATE_ID","A2"."GI
                                       FT_CSG_ACCOUNT_NO","A2"."CERT_PROMOT
       7 SERIAL_FROM_REMOTE            SELECT "CERTIFICATE_ID","CSG_ACCOUNT_NO","EN
                                       ABLED_DATE","DISABLED_DATE","CREATIO
    Statistics
              0  recursive calls
              0  db block gets
              0  consistent gets
              0  physical reads
              0  redo size
            338  bytes sent via SQL*Net to client
            234  bytes received via SQL*Net from client
              1  SQL*Net roundtrips to/from client
              1  sorts (memory)
              0  sorts (disk)
              0  rows processedThe thing more bothering is, optimizer is not using the DRIVING_SITE hint
    Previous Execution Plan was....
    6742176 rows selected.
    Elapsed: 03:15:20.07
    Execution Plan
       0      SELECT STATEMENT Optimizer=CHOOSE (Cost=53 Card=100 Bytes=76
              00)
       1    0   SORT (ORDER BY) (Cost=53 Card=100 Bytes=7600)
       2    1     NESTED LOOPS (OUTER) (Cost=50 Card=100 Bytes=7600)
       3    2       VIEW (Cost=5 Card=100 Bytes=2400)
       4    3         UNION-ALL
       5    4           REMOTE*                                            MKTG.WOR
                                                                           LD
       6    4           REMOTE*                                            MKTG.WOR
                                                                           LD
       7    2       REMOTE* (Cost=1 Card=1 Bytes=52)                       MKTG.WOR
                                                                           LD
       5 SERIAL_FROM_REMOTE            SELECT "A2"."CERTIFICATE_ID","A2"."GIFT_CSG_
                                       ACCOUNT_NO","A2"."CERT_PROMOTION_ID"
       6 SERIAL_FROM_REMOTE            SELECT "A2"."CERTIFICATE_ID","A2"."GIFT_CSG_
                                       ACCOUNT_NO","A2"."CERT_PROMOTION_ID"
       7 SERIAL_FROM_REMOTE            SELECT "CERTIFICATE_ID","CSG_ACCOUNT_NO","EN
                                       ABLED_DATE","DISABLED_DATE","CREATIO
    Statistics
              0  recursive calls
             14  db block gets
              0  consistent gets
          14173  physical reads
              0  redo size
      112195379  bytes sent via SQL*Net to client
        3146621  bytes received via SQL*Net from client
         449480  SQL*Net roundtrips to/from client
              0  sorts (memory)
              1  sorts (disk)
        6742176  rows processedAny help on this would be greatly appreciated.
    Thanks
    Rajiv

  • Reg: Functions of Planning Table MF50

    Hi Friend,
    i wish you all a happy Friendship day...
    I need to know the following Function in REM,
    1. Functions of Planning table.(MF50)
    2.When we carry out Backflush , Components , activities get Posted. where can i find the reports for activities and components posted.
    3. Preliminary Costing Values.
    Thanks in advance.

    Hi dayanan,
    1. Planning table MF50 is used to create a manual planned order respective date wise inspite of creating in MD11 one by one.
    2. When you assembly backflush in MFBF your component consumption and Activities will get posted automatically GI, GR & Activities will be posted. This component consumption you can see through movement type 261 in MB51. Cost of that consumption and activities you can monitor in Product cost collector. PPC. for that go to KKF6N-select version- Header---- costs.... There you can refer the updated cost of consumption and MHR.
    3. If you to consume additional component without GR that means only GI, goto MFBF and select component backflush and enter the component which you want to consume.
    Hope this will clear all your doubts.
    Regards,
    Santhosh.

  • Variant Configuration - Planning tables disappearing from planning profiles

    Hi everyone,
    I'm having a strange problem with some planning profiles I've set up in MDPH for several of our configurable products. I'm getting reports from our production planners that certain planning tables within these profiles are suddenly disappearing from the profiles, along with all the values they've input for those characteristics. This is apparently happening without anyone making any changes to the profiles.
    By way of background, I've recently created several new variant models (including planning profiles) for a new series of products, several of which share characteristics with the variants that are experiencing the problem I described. Is it possible that this might somehow be impacting the planning profiles of the old variants?
    Any help is greatly appreciated. We're running 4.6c, FYI.
    Thanks,
    - Greg

    Hello Anil,
    Thank you very much for your reply. I've read both notes you referenced and they seemed very promising in that the symptoms described match what we are seeing. Unfortunately, however, they don't seem to reflect the root cause of the problem I'm seeing. Our users are logging in in English, and we have English names for the characteristics in question. Also, we are on a later patch version (55) than the one that fixed this issue (51). So I don't think this one will help us to fix the issue.
    If you have any other ideas, please let me know. Thank you again for your help on this!
    Regards,
    - Greg

  • Find production plan daywise

    Dear experts,
    I would be grateful i someone has encountered and solved this issue before and
    could help me out here.
    We had MRP module recently implemented and been asked to calculate plan
    qty datewise for given matnr.
    Having looked at table plaf,i was quite hopeful.But later on i realized that once
    that moment i confirm any production order ,quantity for that gets subtracted.
    that is record gets removed from plaf.
    The reamining plan qty is not something which i am looking for.
    I want total planned quantity till given date.
    I found that i get record in mseg and qals also on confirming production.
    But still not able to compile sum total for these tables additional to plaf as i couldnot find
    suitable linkage between plaf,qals or mseg.
    Thanx in advance.
    Regards to all..

    Hi,
    Plz excuse me,what is the point implementing MRP by companies when a person can't even
    tell the planned qty daywise technically or by developing a report.
    You asked that you want to get PldOrds from SAP I just suggested some tools. Why then are you saying this?
    Please understand:
    - Planned orders doesn't mean "production plan" generally. The planning might be much more sophisticated (just think of purchase orders, stock transport orders, production orders as GR-like element)
    - in MTO einvironment it would be important to get information on SOs, or in MTO enironment information on PIRs - these are also important factors
    - stock level might be also very important
    - etc
    What's the sense of getting the day-wise PldOrd list? What's its purpose? In itself it may say nothing.
    I just want to say that the whole planning situation should be considered and it might be very complex.
    I think MRP concept is:
    - proper input (requirements) + proper master data maintanace > proper output
    (so, you don't have to check the PldOrd quantities day-by-day)
    Of course, SAP PP module has many deficiencies, reports are far from being perfect (or doesn't exist at all) - but first please examine MD04 and try to understand how MRP works.
    In my opinion a mass-MD04 would be more important than the list you want (and filtering the mass-MD04 list you could get the desired PldOrd report as well).
    Regards,
    Csaba

  • Default setting for Planning Table

    Dear gurus,
    How to default user setting in planning table?
    ( Not at individual user level) how it is possible?
    Pl. reply.
    Srini

    Hi Srini,
    you can customize some settings.
    Define scheduling parameters for planned orders - OPU5
    Maintain Entry Parameters - Production\Repetitive Manufacturing\Planning\Planning Table\Maintain Entry Parameters
    Maintain Row Selection - Production\Repetitive Manufacturing\Planning\Planning Table\Maintain Row Selection
    For the capacity planning in the planning table you can maintain different profiles.
    Kind regards,
    Frank

  • Planning table ( REM)

    Hi Experts,
                 When we opening planning table (mf50) with material selection ,then complete capacity data  section is not appearing& in header view of capacity requirement planning (change capacity display isin grey color).
    we have already set the parameter related to REM senario (e.g,rem profile,prod.schdl.profile,scheduling parameters (PE),w.c capacity data etc).
    where i had mistake ,plz let me know....

    >
    panney wrote:
    > Thanks for reply... I am sending 2 images, please refer the images.The problem is complete capacity data tab is not displaying,so,plz let me know were i have gone wrong.
    Images path:
    http://picasaweb.google.com/112717423459525953218/PlanningTable#
    http://picasaweb.google.com/112717423459525953218/PlanningTable#
    Panney,
    Its a simple problem, you need to assign your resource to the production line field of the production version( use transaction C223 or MM02 in MRP4 view to make this correction). Once the production version has the Production line assigned you should be getting the Capacity data in MF50.
    Regards,
    Prasobh

  • Activating capacity display in Planning table of MF50.

    Hi Experts,
    I intend to use the MF50 for Planning my FG. My scenario is a normal PP PI and not REM. I am using production version to distinguish the work centre (defined as production place). I want to display the Capacity of the Workcentre on the MF50 screen along with the Planning table. I am able to see the Prod Versions, planned ordes / requirements on the screen. My only concern is I want to display the capacity on the same screen, I found that the Activate graphic and set graphic settings in the Capacity reqt planning have got greyed out.
    I request the experts to guide me in this case.
    Regards,
    A S K

    Hi
    Check the following settings :
    1. In  production Version whether work center is maintained as production line or not ? .Also make sure that  same work center ins maintained in  Routing or not .
    2. In MF50 Initial selection screen Scheduling TAB check whether  'capacity requirement ' along with detailed planning  is activated or not.It must be activated.
    Regards,
    Velmurugan S

  • Importance of Planning Table

    hi! Gurus,
    can you please expalin me the importance of Planning Table (MF50).
    i can see the capacity data & material data, with a barchart (Capacity Planning Table). but, wht information i can get from that? how it is useful for planning? because, i felt MD04 can give better information than a planning table.
    and moreover i am unable to interpret the barchart.....it is displaying all production orders in tat week or month. but, whats the use (who needs tat information & for what)?
    i think i clearly explaind my agony....please help me
    with regards,
    SAP Friend

    In MF50,
    You will get many options,
    Mainly you will get the requirement and after running MRP, you will get receipt element(planned orders), This planned orders can be scheduled alone the axis by distibuting the order qty considering the capcity so that you can see that wc is over loadded.
    From here you can create production order or planned order directly.
    See the link below
    http://help.sap.com/saphelp_47x200/helpdata/en/5f/1faba54aee11d189740000e8322d00/frameset.htm

  • Planning Table MF50

    Hello experts,
    Can some one please explain the purpose of the planning table MF50 and how to use it for capacity levelling. I am in a REM environmnt.
    Thanks
    Raman

    HI
    1)In Repetitive Manufacturing, the master plan is represented by the planning table. The planning table is a tool for operative planning and is used to plan the production quantities:
    2) In a repetitive manufacturing environment, planning and control is usually carried out in a period and quantity basis. The layout of the planning table has been designed to support this requirement and is also based on periods to provide a very clear, easy-to-interpret overview of materials and production lines.
    3)The planning table is the planneru2019s/MRP controlleru2019s most important tool for planning the production quantities. At a glance the planner can check production quantities, monitor the available capacity of the production lines and check up on the availability situation of the products produced on each line.
    4)You can directly enter and change production quantities in the planning table. You can assign u2018non-assignedu2019 production quantities to the production lines or you can reassign production quantities to alternative production lines.
    5) You create the production quantities or assign them to the production line in the planning table.
    6 )You can also use the planning table with capacity planning. Here, planning is based on lead time scheduling. The basis for lead time scheduling is the routing. You can access the capacity planning table directly from the REM planning table.
    Regards
    Anupam Sharma

  • IMG setting for REM Planning Table

    Hi Gurus,
    Can any one throw light on following IMG settings-
    Path -
    IMG --> Production --> REM --> Planning --> Planning table --> Maintain Row selection --> Reciepts Other version
    Relevance of "Other version - in IMG setting for visible rows in planning table".
    Planning table output does not change with check or uncheck of version.
    Which check or unchecking, planning table is considering all the production versions of the materials maintained.
    What is purpose of having a check or uncheck, if system is giving the same result.
    Regards,
    Srini

    Hi Srini,
    We create production version to OPTIMIZE the production. We mention the routing and the BOM in the production version. Actually speaking, in the REM scenario we don't even need a planned order. Production order is absolutely not needed. So in the planning table, it shows the production data for all the versions that you have created, irrespective of whether or not you check the indicator. During planning run, the system will take the first production version by default. So in the planning table you can see the optimum production and you can do leveling also, possible through the row selection option in IMG. Hope this sheds a light on your concern.
    Regards,
    Sreekant.

Maybe you are looking for

  • Sharing photos and music on different devices

    Hi Please, please can someone help it's going to have to be step by step as although I've been using computers for last 20yrs its been windows and the only exposure I've had to apple is with my I phone which I struggle to follow some of the features.

  • APP problem- setting off debit and credit items of a particular account

    Hi, We have configured APP for vendors. Vendor is having 2 line items as open: Invoice- Rs 10000 Down payment (posted thru special GL) - Rs 3000 System always pays the invoice amount of Rs 10000/-. Could someone please tell me how can we make a payme

  • InfoSet Query modification error

    Hi, I am trying to modify a InfoSet Query in SQ01 developed by a SD consultant last time. I already assigned my user ID in the User Group (in SQ03) which is referred by this Query. At the same time, I also assigned the Change Authorization to my ID.

  • Customized dashboard for Expense Management

    I'm planning to implement customized dashboard for expense management ..it includes displaying the how many expenses are approved or rejected and Display the workload per user/role for "Expense Management can u please help me out

  • No Sign of Compressor files in preferences

    I have been having trouble with compressor since sometime in the spring (Mac OS X V10.5.5) I had been trying all of the suggested fixes (pacifist and all of that) Then i just gave up on it. I am back to trying to work with it and was going to trash t