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

Similar Messages

  • 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

  • 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

  • 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

  • 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.

  • 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

  • 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

  • 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 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 for sales target & Production target

    Report for sales target & Production target which should include the following fields
    Sales Target
    Revised Sales Target
    Production Target
    Revised Production Target
    Action Need to be taken

    Hi
          If you are using sales and operation planning in make to stock scenario its simple . As You input target sale plan and target production plan for whole one year (MC84) . So this data can be pulled out from the tables .
    For Action Need to be taken and revision you may need to have new table .
    Neal

  • 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

  • Sales Order wise contribution report

    Hi Guru's,
    I am using transaction code KVBI to get sales order wise contribution reports for make to order materials.
    Similarly, i want to have such report for male to stock strategy materials.... so can i get it?
    Regards,
    Abhishek

    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

Maybe you are looking for

  • How do i avoid stretching 4:3 clips in widescreen

    I cannot for the life of me figure out how to get some pesky 4:3 clips from a dvd to NOT stretch out to 16:9 in my 1080i movie project (most footage in 16:9, HD). I've tried every possible combination in preferences, to no avail. How does one FORCE p

  • Using iPhoto in Front Row without sharing

    I know I could use iPhoto directly but is there any way to use iPhoto in Front Row without having to set up the share option in iPhoto? Thanks

  • WatchedFolderEndpoint, Stage folder filling up

    I have a service in Livecycle ES that processes PDF files, via a WatchedFolderEndpoint. When the process is complete the original files are no longer needed. I have the watched folder endpoint configured to only preserve on failure, and that is worki

  • Hibernate mapping between JGeometry & SDO_Geometry

    Has anyone figured out how to create a hibernate mapping file for mapping between oracle.spatial.geometry.JGeometry and SDO_Geometry type? Haven't been able to figure out how to do it with UserTypes for instance I'd like to create a simple class like

  • SOA Round Trip Performance

    Hi Everyone, I'd like some advice: after makeing a small change to the SOAHello sample, that is add another string to the concat; i found that the ONLY way to get my server to work with my change, is to stop everything and start it up again; give to