Shift wise production report

hi Exprts,
Process:
I shift starts at 6.00 am and ends at 14.00 hrs
II shift starts at 14.00 hrs and ends at 22.00 hrs
III shift starts at 22.00 hrs and ends at 6.00 am (next day)
3.We confirm the qty in the t.code CO11N
The requirement is : How to take the Shift wise production report? , and also a report which shows consumption of components against production order in a shift.
Regards
Ramesh

Dear Ramesh,
check this link to first post the confirmation shiftwise ,both in CO11N and CO15.
http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/c0fa9a04-376a-2c10-c396-86d32ac80614?quicklink=index&overridelayout=true
Further to this you can get the shift wise production report using COOIS.
Regards
S Mangalraj

Similar Messages

  • Shift wise production reports

    Hi Friends
    I am able to do shiftwise production confirmation.
    Shiftwise production confirmation is possible as of SAP ERP 6.0 Enhancement Package 3. But i want shift wise production reports. Is there any standard reports?
    Please suggest
    Tara

    Dear Tara,
    You can get the shift details in the report COOIS.
    Select the profile confirmation in the input screen and execute the report.
    Click on Change layout and select the field for shift definition and you will be able to get the shift details.
    check and revert back.
    Regards
    Mangalraj.S
    Edited by: Mangalraj.S on Sep 30, 2009 10:57 AM

  • Shift wise confirmation and shift wise production report

    Hi Guys
    To get shift wise production confirmation and reports,  I have maintained the following setting ,
    1-     maintained shift sequence and with shift grouping,
    2-     assigned the shift grouping to work centers,
    other theses settings, what other setting to be done for  shift wise confirmations and also production reports,
    thanks in advance,
    mohan.m

    Hi Mohan,
    We had similar requirement for our manufacturing plant.
    We have done Z-Development for
    1) Shiftwise - Linewise Production
    2) Shiftwise - Beltwise Packing
    1) for that we have define new control key
    2) That key assigned to master recipe.
    (Why new control key ?
    New control key is defined specifically to generate this report. Because Auto GR is done only at the end of packing and not at the end of shift. But we want report for each shift. That's why after each shift end proposonatly that much qty is confirmed by new control key. However actual Goods receipt is only happened while completing total manufacutring or packing)
    3) That control kept as base of Z-development.
    4) As far as shift timings are concerned, we have taken actual shift timings of our manufacturing plant.
    Hope this will help to resolve your problem.

  • Shift wise production booking report

    Hi experts,
    Is there any way to get the shift wise production report?
    Through MB51 & with mvt 131 /101 , we get all the production booking for a period but user required this information on shift basis.
    If any body had done some Z development, kindly communicate
    Maruti

    Dear Maruti,
    I you are working in ECC 6.0,you can use enhancement package 3 and do the confirmation in shift basis and also get the shift
    details in the COOIS report.
    Check the article,
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/c0fa9a04-376a-2c10-c396-86d32ac80614
    Regards
    Mangalraj.S

  • Date Wise Production Report

    Dear All,
    I want following column wise Production Report (From Production Order)
    WARE HOUSE  UOM  COMPLETED Date(1,2,3,4,5,6,......31 ) Completed Qty. total qty
    Basically i want Pivot (dynamic) by date
    SELECT T0.[Warehouse], T0.[Uom], T0.[DueDate], T0.[CmpltQty] FROM OWOR T0 WHERE T0.[Status] ='L' GROUP BY T0.[Warehouse], T0.[Uom], T0.[DueDate], T0.[CmpltQty]
    thanks
    Ashish Gupte

    Hi,
    Hope this will help you
    DECLARE @listCol VARCHAR(2000)
    DECLARE @query VARCHAR(4000)
    SELECT  @listCol = STUFF(( SELECT DISTINCT
                                    '],[' + CONVERT(VARCHAR,DueDate,102)
                            FROM    OWOR
                            FOR XML PATH('')
                                        ), 1, 2, '') + ']'
    SET @query =
    'SELECT * FROM
          (SELECT Warehouse, Uom, (DueDate) Date , CmpltQty
          FROM OWOR  WHERE Status =''L''
         GROUP BY Warehouse, Uom, DueDate, CmpltQty
    ) S
    PIVOT (Sum(CmpltQty) FOR Date
    IN ('@listCol')) AS pvt'
    EXECUTE (@query)
    Regards
    Edited by: Pari Minhas on Aug 18, 2011 3:42 AM

  • Report on power generation from each plant and shift wise(PP report)

    Hi,
    i got one  Functional spec on pp module. this FS main object is calculate the daily smelter performance.
    Based on this FS  I will make a report on POWER GENERATION FROM EACH PLANT AND  SHIFT WISE.
    so please can  anyone of you  advice to me  , is  there any standard extractors  and standard cubes or ods are there for make this report.
    Regads,
    Suresh.

    Hi,
    here i mentioned tables,fields and logic according to Fspec.
    S.no          Report Field                                      SAP Table-field                                        Logic
       1               Shift                                              AFRU - KAPTPROG                                                                       
        2              Unit                                                MKPF-VERID                                      Pass MATNR and VERID to AFPO and fetch AUFNR for all VERID and pass AUFNR to AFRU and fetch KAPTPROG and GMNGA for that particular BUDAT
      3.            Total Generation                                    -                                         ADD all the unit GMNGA for Individual KAPTPROG
      4.           Total Auxiliary Consumption                   -                                          Pass MATNR and AUFNR to MSEG and fetch the MBLNR and MJAHR. Check MSEG - MBLNR and MSEG u2013 MJAHR = MKPF - MBLNR and MKPF u2013 MJAHR
    and fetch BUDAT for that particular date and pass it those MBLNR and MJAHR to MSEG and check for movement type 201 and fetch MENGE.
    5.            Export to GRIDCO                               -                                            Pass MATNR and AUFNR to MSEG and fetch the MBLNR and MJAHR. Check MSEG - MBLNR and MSEG u2013 MJAHR = MKPF - MBLNR and MKPF u2013 MJAHR
    and fetch BUDAT for that particular date and pass it those MBLNR and MJAHR to MSEG and check for movement type 261 and check for Field SHKZG if H fetch MENGE.
    6.          Import to GRIDCO                               -                                                Pass MATNR and AUFNR to MSEG and fetch the MBLNR and MJAHR. Check MSEG - MBLNR and MSEG u2013 MJAHR = MKPF - MBLNR and MKPF u2013 MJAHR
    and fetch BUDAT for that particular date and pass it those MBLNR and MJAHR to MSEG and check for movement type 101 and check for Field EBELN and fetch the MENGE.
    7.        Smelter Consumption                                -                                            Pass MATNR and AUFNR to MSEG and fetch the MBLNR and MJAHR. Check MSEG - MBLNR and MSEG u2013 MJAHR = MKPF - MBLNR and MKPF u2013 MJAHR
    and fetch BUDAT for that particular date and pass it those MBLNR and MJAHR to MSEG and check for movement type 201 and check for Field WERKS 1400 and display  MENGE.
    8.       Net Export / Import (MW)                                   -                                      Difference between Export to GRIDCO and Import to GRIDCO
    Based on these information ,can please anyone advice to me, is there any standard extractors ,cubes and ods for make this report.
    Thanks,
    Suresh.

  • Shift wise confirmation report

    Hi
    Is there any report in SAP to see the shiftwise confirmation reports in Production.
    Actualy my management wants to see the work center wise list as well as confirmation is done or not of that stage.
    E.G. Pre turning material in this operation is
      1) Threading  in
    shift 1 15 nos
    shift 2 17nos
    shift 3 15 nos 
    total ---47 all these operations are first confirm in SAP or not
    this they want to tally with physical qty achieved or not
    Is it possible in COOIS?
    how or what else changes to be made in system?
    Thanks
    Pert

    Hi,
    It can be possible with some ABAP development, If you able maintain the shift field in confirmation screen (CO11n). The data entered here will come in COOIS confirmation report.
    Shekhar

  • Sales order wise Production Report

    Hi,
    Can any one guide me based on my client requirement they want to know that after one month or after 1 week or after 15 days
    how many sales orders they received with quantity , how much quantity is completed , how many sales order are not generated planned order and how many sales order quantity is lying under production department
    I tried by using the T-Code COOISPI & COOIS but i didnt get what my client wants
    please guide me how to get above report
    Regards,
    Prasanna

    Thanks for reply Mr.amit,
    Before posted this thread i searched in the SDN forum i got the 2 links based on that i tried but i didn't get satisfied because why
    i am asking this report is mainly required to my client but this is report also normal for each and every manufacturing industries
    that is the reason i think it is available in Standard SAP
    and also i tried another T-Codes SAP1, SAP2 but in that also i couldn't able to find out
    please guide me how to get my report
    Regrads,
    Prasanna

  • Sales wise production report

    Dear Experts
    We have one sales order with 100 line iitems .How to identify what are the production orders are confirmed from shop floor and reday for delivery ?
    Regards
    Akash

    Dear,
    Goto COOIS-Standrad Profile -Orders-Enter Plant Code and Order Type -Enter System Status CNF and also Enter Sales Order if you have the Sales Order number  and Execute .
    It will display all the sales line item along which are compalted from production order shop floor and also if you goto Header -Change lay out option -You can drag and rop of the required information line Sales Line item , Production Order ,Reservation etc .
    Hope this is clear
    Regards
    JH

  • Customer wise production report

    Suppose sales order 1 has got X-5 pcu2019s, Y-4 pcu2019s. Sales order 2 has got Y-5 pcu2019s, Z-7 pcu2019s, sales order 3 has got x-10 pcu2019s, Y-5 pcu2019s, Z- 10Pcu2019s. These three orders are from same  customer. This 3 orders are in production. Now how I can track for Material X and Y for this customer( at which stage is the X and Y)?

    Dear prasanna
    run MD04
    thanks
    G. Lakshmipathi

  • Production report date wise

    sir,
    actually i want daily cost of finish goods within that seperate the completed qty cost & rejected qty cost
    & also the raw material cost which i issue for that finish good.date wise.

    Hi
    please check the link :
    Re: Date Wise Production Report
    Regards

  • Daily Shift wise Report, Dash board reports

    Dear all
    With refering to the present project in 4.7 version  the customer requirement is below.
    1. Shift wise maintenance report - Here they  are presently maintaining Section, shift, Date, From time, To time , Job descriptions, attenede by remarks.
    In another coloum in same sheet they needs
    From time, To time , Delay descriptions, attenede by remarks.
    Then thirs is communication for next shift- there they are writing the texts which they are saying to next shift guys.
    2. Another what they wants is regularly top managers wants to see the maintenance details ( prev order, down time, consumption cost etc ) in their system dash board(screen) . they are not willing to go sap. How to do this thro .Net or workflow . This is report should be fulfiiled by us.
    3 Shutdown Planning report- here they are maintaining the date wise job hours in graphical form. How we can activate this
    I request you please have some idea about this.

    Dear Nandip/Iftikar,
    Dear thanks 4 ur answers. I have asked the same with our abapers , but they are new and not able to help. i have well tried with notification customer table addition in spro. but its not helping as required.
    The thing is i cant prepare the specs for this report. Example for shift we can create Z table. But Processing job description, Action taken, delay reasons how i can prepare the specs.
    I request you to share your Program or specs please then its better for us. please send at thennarasu_kandasami@ welspun.com
    Edited by: thenna arasu on Jun 2, 2008 2:12 PM

  • T codes for production reports in REM

    Dear All,
    What are the std. t code for production reports in REM like daily production report,monthly production reports,shift wise production,bom reports etc.
    Thanx in advance
    rg
    Tushar

    Hi Tushar,
    Following are the standard reporting T-Codes REM
    MCP9 - SFIS: Select Run Schedule
    MCRM - Reporting Point Statistics: Selection
    MCRP - Material Consumption Analysis: Repetitive Manufacturing
    MCRK - Product Cost Analysis: Repetitive Manufacturing
    MCP6 - Goods Receipt Analysis: Repetitive Manufacturing
    MF26 - Display Reporting Point Quantity
    MF51 - Print Production Schedule
    MF52 - Display Master Production Schedule
    MF57 - Coll. Display of Planning Screens
    MF60 - Pull List 4.5
    LAS3 - Display Sequence Schedule
    If you won't find your requirement in these,you need to develop new one accordingly taking the technical consultants help.
    Regards.

  • Production report displaying months

    hi ,
    can anyone help me in getting month wise production report...  i e from jan to dec.... it shoulld display all months and show month wise production....
    example
    ITEM ITEM DESCRIPTION   JAN FEB MARCH
    DS01   SCREW                 10     10       30
    regards,
    Vignesh

    Hi Vignesh,
    Try this....
    select T1.ItemCode,T1.Dscription,
    sum(Case DATENAME(month,T0.Docdate) when 'January' then T1.Quantity else 0 end) Jan,
    sum(Case DATENAME(month,T0.Docdate) when 'February' then T1.Quantity else 0 end) Feb,
    sum(Case DATENAME(month,T0.Docdate) when 'March' then T1.Quantity else 0 end) Mar,
    sum(Case DATENAME(month,T0.Docdate) when 'April' then T1.Quantity else 0 end) Apr,
    sum(Case DATENAME(month,T0.Docdate) when 'May' then T1.Quantity else 0 end) May,
    sum(Case DATENAME(month,T0.Docdate) when 'June' then T1.Quantity else 0 end) Jun,
    sum(Case DATENAME(month,T0.Docdate) when 'July' then T1.Quantity else 0 end) Jul,
    sum(Case DATENAME(month,T0.Docdate) when 'August' then T1.Quantity else 0 end) Aug,
    sum(Case DATENAME(month,T0.Docdate) when 'September' then T1.Quantity else 0 end) Sep,
    sum(Case DATENAME(month,T0.Docdate) when 'October' then T1.Quantity else 0 end) Oct,
    sum(Case DATENAME(month,T0.Docdate) when 'November' then T1.Quantity else 0 end) Nov,
    sum(Case DATENAME(month,T0.Docdate) when 'December' then T1.Quantity else 0 end) Dec
    from oign T0
    inner join ign1 T1 on T0.Docentry=T1.Docentry
    Where T0.JrnlMemo like 'Receipt from %'
    group by DATENAME(month,T0.Docdate),T1.ItemCode,T1.Dscription
    Hope it will help you...........
    Thanks
    Sachin

  • Report to show shift wise activities for particular product

    Hi, Is there any report exists to show shift wise activities carried on particular product, basically time taken,man/machine utilization,in-process rejection,machine break down etc.? how to generate the same.

    Dear Yadav,
    This report is something called as workcenter's performance report or as plant performance report.
    In standard SAP again CO28 or COOIS or MCP7 or MCPH can be used.
    But still in your case only a customized report can fulfill your requirement.
    check and revert back.
    Regards
    Mangalraj.S

Maybe you are looking for

  • Could not start agent

    Hi, I've managed to install SMC3.6 agent on a Solaris 8 platform but I was unable to start my agent. I get "Could not start agent" whenever i invoked the ./es-start -a command. I've removed SMC3.6 agent and installed with 3.5 and it works. But I stil

  • MDX Formula (Level.Ordinal) Problem

    I'm converting some calculations to MDX to use in ASO however I am having trouble converting the condition: @curlev(Flight)<=2) I thought I would be able to do '[Flight].CurrentMember.Level.Ordinal <= 2' but i get the error: Error(1260052) - Syntax e

  • EREC: Change the subject of rejection e-mail

    Hi everyone, I'd like to change the rejection e-mail's Subject, but I can't find the customizing, or the relevant part of the code, where the subject is created. I checked the workflow log (transaction swell) and I think I found the part when the ema

  • Setting "javaplugin.maxHeapSize" at System level deployment

    Hi all, I'm trying to change the default value for the "javaplugin.maxHeapSize" parameter. By default it is always 96m, but I need to configure it to 256m.: ....java.vm.version = 1.5.0_06-b05 javaplugin.maxHeapSize = 96m javaplugin.nodotversion = 150

  • Every thing that is wrong with the PRE's post!

    I tried looking through the forums but my phone is refusing to cooperate so I have to place this thread here. Please feel free to move it to the appropriate forum later. •The internet always seems to reload my pages making it impossible to hit the ba