Operation wise Production Scheduling Graphical Report

Dear Expert ,
I have multiple production orders and each operations have schedule start date and finsihe date .My client wants a graphical bar chart or grarate chart of production oreds , operations schedule  based on  vaious work centers after doing capacity leveling in CM21 graphical view  so that every week we can production manager can send the concern people those production schedule to SFC.
Is there any functionality or SAP reporting tools are available in this requirement ? I have tried in CM21 --print - chart2 which is giving me order pool before operation despatch ..I am not able to get the same chart2 after order-operation  dispatch .
Regard
JH

Hi ,
I did not able to find out anY sap standard report of this requirement .
How ever , I have developed an functional specification to make  a custom report based on COOIS and CM21.User will  carry out  work centre , operation and production order wise   scheduling(Operation dispatch , overload checking and scheduling )  in CM21  and same will be captured in custom developed report based on COOIS.This can have an graphical chat in PDF or excell as per business requirement  to send the concern production department as reference .
As there is  client policy of data protection  , I am not able to share details  about this report .
Regards
JH

Similar Messages

  • Work center wise production order infomation report

    Hi all,
    i have a requirement that workcenter wise (with date) production order information with quantity details (plan and actual).
    Eg: My production order quantity - 40 nos. (it takes 4 days to finish).
          i have three operation in production order.
          my order scheduled start date - todays date.
    In standard, when enter my first operation work center, system showing production order and its quantity (40 nos) . but i need to split that order quantity in report.. means on todays date for particular production order - order quantity = 10 nos.
    Clent want like that (with quantity break) report..
    Any standard report ???
    If customization.... How it can be mapped in SAP.??
    Thanks in advance

    Hi,
    You can use the FM COIS_SELECT_ORDER_DATA_READ.
    CALL FUNCTION 'COIS_SELECT_ORDER_DATA_READ'
          EXPORTING
            iv_prod_order_sel       = lv_prod_order_sel
            iv_proc_order_sel       = lv_proc_order_sel
            iv_planned_order_sel    = lv_planned_order_sel
            iv_rem_objects_only_sel = lv_rem_objects_only_sel
            is_objects_to_read      = ls_objects_to_read
            it_parameter            = lt_parameter  "General Structure for PARAMETERS and SELECT-OPTIONS
            it_status_hdr           = lt_status_hdr
            it_status_opr           = lt_status_opr
            it_status_cmp           = lt_status_cmp
          TABLES
            ct_ioheader             = lt_ioheader
            ct_ioitem               = lt_ioitem
            ct_iodocl               = lt_iodocl
            ct_ioopdocl             = lt_ioopdocl
            ct_iomamo               = lt_iomamo
            ct_ioconf               = lt_ioconf
            ct_ioopconf             = lt_ioopconf
            ct_iosoconf             = lt_iosoconf
            ct_iogomo               = lt_iogomo
            ct_ioopgomo             = lt_ioopgomo
            ct_iosogomo             = lt_iosogomo
            ct_iogmer               = lt_iogmer
            ct_ioopgmer             = lt_ioopgmer
            ct_iosogmer             = lt_iosogmer
            ct_iosequen             = lt_iosequen
            ct_iooper               = lt_iooper
            ct_iosoper              = lt_iosoper
            ct_ioopcomp             = lt_ioopcomp
            ct_iooppreq             = lt_iooppreq
            ct_iosopreq             = lt_iosopreq
            ct_iooppord             = lt_iooppord
            ct_iosopord             = lt_iosopord
            ct_ioopmst              = lt_ioopmst
            ct_ioopprt              = lt_ioopprt
            ct_ioopcap              = lt_ioopcap
            ct_ioopscap             = lt_ioopscap
            ct_iosocap              = lt_iosocap
            ct_iososcap             = lt_iososcap
            ct_ioopsccf             = lt_ioopsccf
            ct_iososccf             = lt_iososccf
            ct_ioprodlist           = lt_ioprodlist
            ct_iomatver             = lt_iomatver.
    This FM get data from the report used by transaction COOIS. If you needed the header data then you can use lt_ioheader table and seperate the data with the date. If you need at operation basis the you can use lt_iosoper table. You can use this FM to create custom report even with the checks like material availability, PRT availability, capacity requirement etc.
    Thanks and regards,
    Pradip
    Edited by: Pradip Ray on Aug 26, 2009 8:26 AM
    Edited by: Pradip Ray on Aug 26, 2009 8:26 AM
    Edited by: Pradip Ray on Aug 26, 2009 8:26 AM
    Edited by: Pradip Ray on Aug 26, 2009 8:27 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.

  • Attaching operations to Production Order or Routing

    Hi All ,
           We have a scenario where the user is  We're in need of setting up "Shop Floor transactions" for all production .
    This request is in order for production control and material management to have better control on Production Order moving in to "Staging" and production They need shop floor rouing operations  like: OP10 Release, OP20 Staging, and OP30 Production, OP35 Completed.
         Kindly advise me as to how do I proceed with the ticket . What is the his requirement and what should be the procedure for the course of action. Thanking You
    Kind Regards
    Ayaz

    Hi
    Master data
    1. You need to have Routing - in which you need to have the Operation created with Workcenters.
    2. Also in the routing you need to have the Component allocation done properly.
    3. material master workscheduling has to be done for hte header material.
    configuration
    1. Create a order type
    2. Order type dependent parameters
    3. Order confirmatoin parameters.
    4. Order scheduling.
    Transactions
    1. Create prodn order / release / Save
    2. Do operation wise production confirmation.
    This will address your querry.
    Reg
    Dsk

  • Operation wise costing

    How to track operation wise costing during confirmation. i.e, how to findout the cost involved related to raw material , labour,overhead costs etc for each operation wise.

    Check the costing report S_ALR_87013127
    for Ind Order Check KKBC_ORD
    Edited by: Abhijit Gautam on Oct 19, 2011 3:37 PM

  • Operation wise Report of production order

    Dear Experts,
    I am having total 4 operations in production order .I want operation wise report ( For example ,I am having production order of 10 quantity , I want a report through which I can check how much quantity is lying in operation 10 ,20 30 & 40 )
    waiting for inputs.
    Warm Regards,
    Satya

    hi,
    Work Center
    CRHD Workcenter Header Data
    CRCA Workcenter Capacity Allocation
    CRCO Workcenter Cost Center Assignment
    CRHH Hierarchy Header
    CRHS Hierarchy Structure
    CRTX Workcenter Text
    KAKO Capacity Header
    KAZY Intervals of Capacity
    Routing
    PLPO Routing Operation Details
    PLKO Routing Header Details
    MAPL Routing Link to Material
    PLAB Relationships - Standard Network
    PLAS Task List - Selection of Operations
    PLMZ Component Allocation
    PLPH CAPP Sub-operations
    PLFH PRT Allocation
    PLWP Maintenance Package Allocation
    PLMK Inspection Characteristics
    Bill of Material
    STPO BOM Item Details
    STPU BOM Sub Items (designators)
    STKO BOM Header Details
    MAST BOM Group to Material
    STZU BOM History Records
    STAS BOM Item Selection
    STPF BOM Explosion Structure
    Thanking you

  • How to get Operation wise Time for a list of Production Orders

    Dear Sir,
    We have a list of Production Orders numbers and need to know the operation wise time duration for these production orers (off course the desired time is same as mentioned in the routing for the relevant component)
    Kindly guide us as how can we get these timing details .
    Rgds
    Sonia agarwal

    Sonia,
    I hope your are refering to setup time, process time, teardown time in the production order.
    use report COOIS for it.
    In the 'List choose operation.
    Give input for the production orders in the slection scren. Execute.
    In the report select the columns as per your requirement.
    Hope this helps you.
    SmanS

  • Production schedule report/Standard v/s actual report

    Dear experts,
    Need two standard report for
    1) Production schedule report- production during the perion and their cost component and items break up
    2) Standard v/s actual report - Standard defined for material  and actually consumed in term of qty and Cost for material and production order.
    regards
    RR

    Hi ajay,
    Thanks for your valuable advice,
    I did all the changes mentioned in thread.
    Cost component wise production target cost and actual cost is coming.
    Same way i did it for qty.but my actual qty of production order is not coming but input qty is coming.
    Option selected for output qty and same is not coming in report
    key figure-output qty
    value type-4actual
    version-770IVERS
    Option selected for input qty and qty is coming in reports also
    key figure-input qty
    value type-5target
    target cost version-790SVERS
    Need to ask one more question,Shall i create separate cost component for FG cogm a/c?.my fg cogm and settlement a/c is same.
    and also how to extract all data(cost component wise) in excel for all orderwise/material wise
    reards
    RR

  • Operation wise costing report.

    HI friend,
    i want to know if we want a report which requires operation wise cost analysis over a period of time for production orders.
    let me know the tables which will be useful for this requirement.
    Daniel.

    HI,
    you can get all confirmation related details from table AFRU. Operation details -AFVC.
    Regards,
    Krishna Mohan

  • Orderwise, operation wise service entry sheet(Including services ) report

    Dear Expert,
    Can we get Orderwise, operation wise service entry sheet(Including services ) report. with details like order type,service product, address, customer number(if any) etc.
    Regards,
    Vishal Thacker

    i dont think any std report is available with all these data. you may have to configure yourself
    you can consider the following tables  ESLL ESSR ( for S E )
    AUFK, AUFM for order , VIQMEL for notification
    MESG, MKPF for goods movement

  • Operation wise cost through production order

    Hi Experts,
    Is There any standard report to get Operation wise cost through production order.if it is there please provide the details.
    Thanks & Regards,
    Prabhakar

    HI,
    I don't know a standard report but table CKIS contains the costing details line item wise with the corresponding operation number (CKIS-VORNR).
    So a query/quick view using KEKO + CKIS should be sufficient.
    Best regards, Christian

  • 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

  • WIS 10901 when WebI report is scheduled.

    Hi,
    When I schedule a webi report in the Infoview, it is failed with the error "A database error occured. The database error text is: [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified. (WIS 10901) "
    My webi report has data from different universes which has connections to MySQL database, MS Access, and SAP BW.
    Please help me resolve this.
    Thanks in advance.

    Hi
    While troubleshooting, the first point you have to consider is that: Which version of BusinessObjects Enterprise you are using.
    Then check the below:
    - The type and version of driver you are using with your databases.
    - Was this report running before?
    - if not since when it has started behaving so?
    - How are you linking the universes?
    - Have tried running reports individually on the individual universes and are you getting data then?
    Are you using any hyperlink object in your report and is that linking with the SAP BW query?
    If you digg in to the above and find that the issue is with the SAP BW query, then you can raise in the forums for Integration Kit and include the details on the hyperlink you trying to create
    Regards
    Sourashree

  • 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

  • Operation wise confirmation in Production order

    Hello,
    I want to make a new order type where operation wise confirmation is possible in Production order scenario Presently the std order type PP01 is used , where the user is doing the confirmation at order header level but now user want to go for operation wise confirmation by using CO11.
    I know we can put the confirmation parameters in OPK4 , but not aware exactly where we need to define about the operation wise confirmation.
    Waiting for the reply
    Regards,
    Ravindra

    Dear Ravindra,
    The general control key settings are
    PP01 - Inhouse manufactured or for the operations which are processed internally
    within the shop floor or company.
    PP02 - Externally processed operations.
    PP03 - Auto - GR,where in no need to carry out MB31.
    For each control key,you can also set whether confirmation is a mandatory or
    confirmation is possibel but not required.Check in OPJ8.You can get a better
    understanding.
    Regards
    Mangal

Maybe you are looking for

  • Essbase studio 11.1.2.1 problem

    First of all hello to all and please please help. I'm in the on-site poc engagement where we successfully loaded customer's hierarchies using essbase studio but we cannot somehow make it working with loading data. Few details: fact table is very larg

  • How do I change the text color from blue in Safari on Macbook Pro?

    I have trouble seeing the light blue text color -- many article use this.  How can I change the text color?

  • Can't get movie to play on itunes!

    I just purchased and downloaded the movie Money Ball on itunes. After it finished downloading it showed up under the movies tab, but when I click it it brings me to the menu for Money Ball (Where it says play movie, scenes extras, etc...) and will no

  • What's a good LCD display for graphics arts and print production needs?

    Hi all, It's true that the good ol CRT displays in the past were the best. They have the Trinitron tube and had clearity. I'm looking to purchase an LCD monitor that'll come close to a Sony CRT monitor and can handle my graphics art projects. Any tho

  • Explorer Search Case Sensitive?

    The search functionality in Explorer is case sensitive.  Is there a way to make the search functionality be case insensitive?