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.

Similar Messages

  • 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

  • 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

  • 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

  • Confirmation and GI in production order

    Hi all,
    I need help in regards Confirmation and GI(261 mvmt) for production order.
    My requirement is....
    I want to do one development in which i will be giving production order as a input in selection screen.
    Once I give production order as input, confirmation for operarion 0010 and GI for components assigned to 0010 operation
    should happend in background.
    So is there any function module which I can call to do confirmation and GI for that production order..??
    Kindly help.

    Hi,
    I dont think there's any function Module for your requirement. You can take help from the ABAPer to write a code / BDC.
    In the code, call the transaction CO11N and pass the value that you are entering in the selection screen (Order number). You can hard code the Operation Number (0010) depending upon your requirement.
    Then call MB1A and pass data based on components view of the production order. Fetch data from RESB table.
    ABAPer would help you out on this. Try and revert.
    Hope that helps.
    Regards,
    Rohit.

  • 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

  • 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

  • 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

  • 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

  • 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

  • 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

  • Order confirmation and scrap gene in SL

    In Production Process - Two type sof scrap generate
    1. planned - which is maintained in BOm and update with 531 mvt type
    2. Unplanned - which is booked in scrap field while doing Confirmation. Suppose my Order material Y broke on the way/while doing maching etc , it is booked in the field Scrap while doing confirmation. ( No where found in Inventory)
    here case 2 , that scrap mat F(physically happned during prod process) is also sold . So an alternative method mentioned was with 501 will update scrap material F and ref made as Prd Order Number(order mat Y).
    It is fine , some how it meets the business req.BUt now they want with ref to confirmation But confrimation field is not avilable in Display screen for 501.
    I know 501 is not for this , but for the business [purpose it was mapped like this .
    551 will update o cost centre and not in INV
    So kindly help me to upload the scrap with 501 with Production confirmation and not with Production Order

    Dear,
         Raise Dummy production order i.e with out material in CO07 T-code, put total qty as 1,if u want to settle the order put settlement rule if not simply come back and go to Component over view and put Material (Srap Material ) and give required qty in minus sign
    EX:-10qty. put item categery as L
    save the order and do conformation in co11n the stock will build in inventary
    Regards
    Ravi

  • To prepare daily production report in grade wise

    Hi,
    Need your help regarding grade wise Finish Goods. My finish goods product code is in database 1601001. When bulk receipt from production how to separate grade wise quantity.
    Example:
    My production order quantity is 100000 pcs and receipt from production in stock is 95000 pcs. Now in 95000 pcs, 75000 are grade u201CAu201D quality and rest of 20000 pcs are u201CBu201D quality.
    There is any option that I can prepare daily production report in grade wise.
    Regards,
    Mizan

    Hi.....
    Go to Item master data whihc you want to maintain Gradewise.
    In general tab you find Serial or Batch Number under which just select Batch and select on every transaction......
    This will hjelp you to manage your inventory by Batches which you consider as grade......
    Regards,
    Rahul

  • Vendor wise product wise details report

    Dear all,
    please give me any standard report for vendorwise product wise details. and also  customer wise and product wise details report.

    Pls have a look on the blw link which is the std sap reports, its provided by sap.. hope it will be helpful for u.
    https://www.sdn.sap.com/irj/scn/wiki?path=/display/erplo/sapStandardReports

  • Day wise sales Vs Production report - Urgent

    Dear Guru's
    My client require a new report, Material A is producing in plant 1000 and they want to know day wise production Vs day wise sales, week wise production, week wise sales and month wise prodution and month wise sales.. all these in one format so that they take necessary steps.. please provide me some inputs which i need to give to ABAPers, and is there any standard report for these...
    Thanks
    Ramki

    I am sorry Ram Ki, these are client restricted documents and i am not haing authorization to email you.
    Sorry again...I think this is not big job just sit with abaper and search the fields requires for your report from the said tables. You have to design the format in excel and explain the same to abaper... if your abaper is good then he will do this without any problem.
    Regards
    TAJUDDIN

Maybe you are looking for

  • Can't see Korean characters properly in text messages after latest update

    Pretty simple, Korean characters used to work on my Q10 (being able to see them), but now after the latest update, they show up as half Chinese characters and completely garbled and unreadable. This has basically made my Q10 useless to me, and I've m

  • PDF's from Illustrator not been replaced in layer in ID...

    Hi, I want to place PDF into new layers in an InDesign document. All the layers are the same data (map) but they are not scaled... Like when you press Command + D to place something into InDesign you have to scale it yourself... The document that I'm

  • Internet Explorer w/iMac

    Is there an Internet Explorer that works with an iMac OS 10.7.4.  I need it to manage my website.

  • How to increment the delivery Count using Xquery

    How to increment the delivery Count in the JMS using the Xquery Expression editor? or is it possible to increment it manaully ? If so please let me know how to do the required.. Thank you!

  • ClassNotFoundException in servlet

    I'm trying to connect to a database using driver com.mysql.jdbc.Driver, but I get a ClassNotFoundException when accessing the servlet. I wrote a program and using the same driver I could access the DB. Why can't the servlet find the driver? I'm using