Work Order Creation Time

Hi Guys
I need a help with a problem here
Our maintenance guys work in 3 different shifts. We would like to get a report about the workload in each shift
I was wondering if its possible to get a list of orders with the creation time of each order.
How can I get this info? The work order creation time?
Thanks and Regards

Transaction IW38 will give you a list based on the the date created you would need to create a varaint with a list of the user ID's that belong in each of the 3 shiftes this would then give a report of the orders created by Shift on any given day.
Alternatively if you wanted to find out the orders on a weekly basis this could be done using the user ID's with a period of time over a week for instance.
Hope this helps
Jim

Similar Messages

  • IW38 How to show Work Ordre Creation Time

    Hello,
    In IW38 - List of Orders, how can I display Work Order Creation Time in the ALV?
    This choice is not available in the list. However, it's possible to display notification creation time (Notification time field) in IW28.
    Thanks,
    François

    François Rocheleau-Lieutenant
    Try appending the same field to the IW38 structure RIHAUFK_LIST
    PeteA

  • Material Availability check during work order creation and Release

    Hello All,
    We are checking material availability at creation as well as release
    Say we have Material XYZ=100 in stock MMBE
    Now XYZ =100 is say at normal storage location =75
    and scrap storage location=05 and serviceable =20
    Currently when availability check is performed it checks for 95 (It excludes scrap storage location 05 )
    but we want  Availability check to be only for normal stock =75 and not for Serviceable and Scrap location
    how to do this in configuration or via exits
    Since if the material is under Scrap location it is not counting in Availability check at work order creation this logic is working fine but I do know from where this control is put that when the material is in the stock of scrap it is not counting in Availability check for work orders.Same thing I want to extend it to Serviceable stock .
    Why not it is consider it for Scrap storage location , what is config or any MM enhancement
    So that when Availability check run it will not consider Materials at SCRAP as well as SERVISABLE storage location also.
    Please have your views on this
    Regards
    pratap

    Hello
    There are two option for your requiement
    1. Changing the status of the servisable storage location stock to restricted use stock . You can include or exclude this stock status material in OPJJ. This solution is not storage location dependent. It is stock status dependent.
    2. Please refer the enhancement for the storage location determination. I am not sure about this funtionality:
    For production orders the following enhancement is available:
    PPCO0005 enhancement for storage loc. determination/backflushing
    You can use this enhancement to change the storage location and the indicator 'backflushing' in the reservation.
    The enhancement PPCO0005 contains the following enhancement components:
    Function exit
    EXIT_SAPLCOSD_001 storage location determination/backflushing
    You can find the description in modification text of the function exit.
    You can find an example of the user exit in the function group XC01 in the include LXCO1F05.
    warm regards
    Ramakrishna

  • Have a Problem in EAM work order creation API........

    I have used the following code to create work order but i was unable to do so
    I am getting return status SUCCESS(S)....
    but am unable to view the record in EAM_WORK_ORDERS_V..
    any sort of help would be appreciated...
    declare
    g_eam_wo_relations_tbl0 eam_process_wo_pub.eam_wo_relations_tbl_type;
    g_eam_wo_relations_rec eam_process_wo_pub.eam_wo_relations_rec_type;
    g_eam_op_rec0 eam_process_wo_pub.eam_op_rec_type;
    g_eam_op_rec1 eam_process_wo_pub.eam_op_rec_type;
    g_eam_op_network_rec0 eam_process_wo_pub.eam_op_network_rec_type;
    g_eam_op_network_rec1 eam_process_wo_pub.eam_op_network_rec_type;
    g_eam_mat_req_rec0 eam_process_wo_pub.eam_mat_req_rec_type;
    g_eam_mat_req_rec1 eam_process_wo_pub.eam_mat_req_rec_type;
    g_eam_di_rec0 eam_process_wo_pub.eam_direct_items_rec_type;
    g_eam_di_rec1 eam_process_wo_pub.eam_direct_items_rec_type;
    g_eam_res_rec0 eam_process_wo_pub.eam_res_rec_type;
    g_eam_res_rec1 eam_process_wo_pub.eam_res_rec_type;
    g_eam_res_inst_rec0 eam_process_wo_pub.eam_res_inst_rec_type;
    g_eam_res_inst_rec1 eam_process_wo_pub.eam_res_inst_rec_type;
    g_eam_op_tbl0 EAM_PROCESS_WO_PUB.eam_op_tbl_type;
    g_eam_op_tbl1 EAM_PROCESS_WO_PUB.eam_op_tbl_type;
    g_eam_op_network_tbl0 EAM_PROCESS_WO_PUB.eam_op_network_tbl_type;
    g_eam_res_tbl0 EAM_PROCESS_WO_PUB.eam_res_tbl_type;
    g_eam_res_inst_tbl0 EAM_PROCESS_WO_PUB.eam_res_inst_tbl_type;
    g_eam_sub_res_tbl0 EAM_PROCESS_WO_PUB.eam_sub_res_tbl_type;
    g_eam_res_usage_tbl0 EAM_PROCESS_WO_PUB.eam_res_usage_tbl_type;
    g_eam_mat_req_tbl0 EAM_PROCESS_WO_PUB.eam_mat_req_tbl_type;
    g_eam_di_tbl0 EAM_PROCESS_WO_PUB.eam_direct_items_tbl_type;
    g_out_eam_wo_relations_tbl eam_process_wo_pub.eam_wo_relations_tbl_type;
    g_out_eam_wo_rec eam_process_wo_pub.eam_wo_rec_type;
    g_out_eam_wo_tbl eam_process_wo_pub.eam_wo_tbl_type;
    g_out_eam_op_tbl EAM_PROCESS_WO_PUB.eam_op_tbl_type;
    g_out_eam_op_network_tbl EAM_PROCESS_WO_PUB.eam_op_network_tbl_type;
    g_out_eam_res_tbl EAM_PROCESS_WO_PUB.eam_res_tbl_type;
    g_out_eam_res_inst_tbl EAM_PROCESS_WO_PUB.eam_res_inst_tbl_type;
    g_out_eam_sub_res_tbl EAM_PROCESS_WO_PUB.eam_sub_res_tbl_type;
    g_out_eam_res_usage_tbl EAM_PROCESS_WO_PUB.eam_res_usage_tbl_type;
    g_out_eam_mat_req_tbl EAM_PROCESS_WO_PUB.eam_mat_req_tbl_type;
    g_out_eam_di_tbl EAM_PROCESS_WO_PUB.eam_direct_items_tbl_type;
    g_eam_wo_rec1 eam_process_wo_pub.eam_wo_rec_type;
    g_eam_wo_rec2 eam_process_wo_pub.eam_wo_rec_type;
    g_eam_wo_tbl0 eam_process_wo_pub.eam_wo_tbl_type;
    g_eam_wo_res_usg_tbl0 eam_process_wo_pub.eam_res_usage_tbl_type;
    l_return_status VARCHAR2(1);
    l_msg_count NUMBER;
    g_eam_wo_usg_rec1 eam_process_wo_pub.eam_res_usage_rec_type;
    g_eam_wo_usg_rec2 eam_process_wo_pub.eam_res_usage_rec_type;
    begin
    g_eam_wo_rec1 := null;
    g_eam_wo_rec1.transaction_type := EAM_PROCESS_WO_PVT.G_OPR_CREATE;
    g_eam_wo_rec1.batch_id := 1;
    G_EAM_WO_REC1.HEADER_ID := 1;
    G_EAM_WO_REC1.WIP_ENTITY_ID := NULL;
    g_eam_wo_rec1.wip_entity_name := '10040';
    g_eam_wo_rec1.organization_id := 207;
    g_eam_wo_rec1.asset_group_id := 16884;
    g_eam_wo_rec1.asset_number := '28Z1933';
    g_eam_wo_rec1.rebuild_item_id := null;
    g_eam_wo_rec1.rebuild_serial_number := null;
    G_EAM_WO_REC1.MAINTENANCE_OBJECT_SOURCE := 1;
    g_eam_wo_rec1.maintenance_object_type := 3;
    g_eam_wo_rec1.maintenance_object_id := 1768219;
    g_eam_wo_rec1.parent_wip_entity_id := null;
    g_eam_wo_rec1.manual_rebuild_flag := null;
    g_eam_wo_rec1.owning_department := 4002 ;
    g_eam_wo_rec1.description := 'Creating a Released Work Order';
    g_eam_wo_rec1.class_code := 'MAINT';
    g_eam_wo_rec1.status_type := wip_constants.released;
    g_eam_wo_rec1.date_released := sysdate-100;
    g_eam_wo_rec1.firm_planned_flag := 1;
    g_eam_wo_rec1.scheduled_start_date := sysdate;
    g_eam_wo_rec1.requested_start_date := sysdate;
    g_eam_wo_rec1.scheduled_completion_date := sysdate;
    g_eam_wo_rec1.material_issue_by_mo := 'N';
    g_eam_wo_rec1.priority := 10;
    g_eam_wo_rec1.issue_zero_cost_flag := 'Y';
    g_eam_wo_rec1.po_creation_time := 1;
    g_eam_wo_rec1.job_quantity := 1;
    g_eam_wo_rec1.notification_required := 'N';
    g_eam_wo_tbl0(1) := g_eam_wo_rec1;
    EAM_PROCESS_WO_PUB.PROCESS_WO
    ( p_bo_identifier => 'EAM'
    , p_api_version_number => 1.0
    , p_init_msg_list => TRUE
    , p_commit => 'Y'
    , p_eam_wo_rec => g_eam_wo_rec1
    , p_eam_op_tbl => g_eam_op_tbl0
    , p_eam_op_network_tbl => g_eam_op_network_tbl0
    , p_eam_res_tbl => g_eam_res_tbl0
    , p_eam_res_inst_tbl => g_eam_res_inst_tbl0
    , p_eam_sub_res_tbl => g_eam_sub_res_tbl0
    , p_eam_res_usage_tbl => g_eam_res_usage_tbl0
    , p_eam_mat_req_tbl => g_eam_mat_req_tbl0
    , p_eam_direct_items_tbl => g_eam_di_tbl0
    , x_eam_wo_rec => g_eam_wo_rec2
    , x_eam_op_tbl => g_out_eam_op_tbl
    , x_eam_op_network_tbl => g_out_eam_op_network_tbl
    , x_eam_res_tbl => g_out_eam_res_tbl
    , x_eam_res_inst_tbl => g_out_eam_res_inst_tbl
    , x_eam_sub_res_tbl => g_out_eam_sub_res_tbl
    , x_eam_res_usage_tbl => g_eam_res_usage_tbl0
    , x_eam_mat_req_tbl => g_out_eam_mat_req_tbl
    , x_eam_direct_items_tbl => g_out_eam_di_tbl
    , x_return_status => l_return_status
    , x_msg_count => l_msg_count
    , p_debug => 'Y'
    , p_output_dir => '/sqlcom/log/lv115dyp'
    , p_debug_filename => 'eambo22.log'
    , p_debug_file_mode => 'w'
    dbms_output.put_line('work order creation status:'||l_return_status);
    commit;
    END;
    thanks in advance
    DEV

    You have opened the render engine, not the full program.
    Mylenium

  • How to make material availability check work during Work Order creation

    Hi Experts,
    Kindly advice about these matters:
    1. How to make material availability check work during Work Order creation?
    My requirement is Work Order can not be created when it has missing parts. I have set the config to '3' can not created when is has missing parts, but it still does not work.
    I have implemented SAP Notes 1148139 on my system (SAP ECC 6 Ehp 5) also, but still does not have any effect.
    I must not set the config Res./Purch Doc creation to 'immediately', because it does not fit to my user requirement. Is there anyone knows how to solve this requirement?
    2. How to make information message/ Availability check screen appear when sparepart is missing, without clicking Availability Check button? for example: appear when clicking Save button.
    Thank you
    -amoonra-

    Hi Maheswaran,
    I have implement the prerequisite notes. (Notes 790219 and 1034962). Do you know why it is still does not work?
    Thanks
    -amoonra-

  • Need to track Purchase order creation time

    Is there anyway to to track purchase order creation time to approve the PO within 4 hours.
    Regards,
    Pradeep

    Hi,
    In SE16 or SE16N put the PO no and find the field AEDAT which is creation date of the PO.To know the time browse the table CDHDR .in the object value put the PO No. and in Transaction put ME21n ,you will get the time also.
    Dhruba
    Message was edited by:
            Dhruba Charan Behera

  • Sales order creation time

    Hi Everyone,
    I have an issue, Is it possible to find out the exact Sales order creation time. For example created on 28.09.2010, at *9:00:09*
    Because I am not able to find out the timings.
    Thanks

    Hi,
    You can goto VA02 and then goto Header Data and then goto Sales Tab. You can only see the Created On that is Date of the sales document and Created by. There is no option available to see the exact timing in the standard sales order screen.
    goto se11 and check Table VBAK and do (Ctrlshiftf10) and under VBELN put the sales document number and under ERDAT put the Sales document Date and then Execute(F8) and you will see the field name ERZET that is time.
    Thanks
    Anil Hooda
    Edited by: Anil Hooda on Sep 16, 2010 6:29 AM

  • Purchase Order creation TIME

    Hello all,
    Anybody knows how do I find the creation time of a PO ? in Table EKKO I can find the creation DATE but not the TIME.
    THanks,
    Isaac

    Hi
    table CDHDR
    and the objectclass 'EINKBELEG' is for purchasing order
    Regards
    Shafiat G.

  • Work order creation

    Hi Everybody,
    Pl let me know whether any BAPI is there to create a Work Order with reference to an existing Notification.
    This is in Plant maintenance area.
    Thanks in advance.
    Suresh
    Message was edited by: Revuru S Suresh

    Revuru,
    Just a hint: this is ABAP-specific question, so better re-post it at ABAP Development, and given activity at this forum you will get an answer within tens of minutes
    VS
    Message was edited by: Valery Silaev

  • Work order creation procedure

    Hi experts,
    Will anybody explain me the procedure in step by step of creating work order??
    Thanks in advance...
    Rakhss..
    Edited by: Csaba Szommer on May 18, 2011 7:40 AM

    Cretae BOM first in CS01.
    Create Work order-CS01
    Enter -MATERIAL,PLANT & ORDER TYPE.
    Press enter
    Then enter qty.
    The enter start & finish date & save
    Workorder will created.
    Fot changing workorder -CS02

  • Enter Counter reading in work order or time confirmation

    Gurus,
    Is there a way to enter a counter reading when confirming time on an operation without creating a measuring document with IK11 on a functional location ? Something that would allow a maintenance operator to enter more naturally counter readings in the system upon completing a maintenance taks.
    Thanks for your insights,
    Olivier

    Hi
    in general maintenance order is only confirmed with resources consumed.
    what is need of conter reading record  at the time of confirmation maintenance order. counter is connected to technical objectsif you explain in detail the purpose of recording counter reading.
    any more details please...
    thanks& Regads
    SIVA RAMAIAH B.V.

  • Error while generating Work Order

    I have a problem while generating Work orders in SNC.
    I set the configuration as belows.
    <General setting for Work Order generation>
    1.Granularity -> Work Order per Purchase Order Item
    2.Create WOs with Report -> Check
    3.Publish Work Order Upon Creation and PO change -> check
    4.Send Work Order Information -> Upon Agreement and when a Phase Is Completed
    5.Send Production Progress Notification -> When a Phase Is Completed
    <Phase Structure>
    1.Comp. from SC Order -> Use SC Comp. as Input, Product and Co-Products as Output
    <Master Data Assignment>
    1.MD Used for WO -> Phase Structure
    2.Active -> Check
    When I use the program /SCA/WO_CREATE for generate Work Orders, Run time error occurs with below messages.
    Runtime Errors         OBJECTS_OBJREF_NOT_ASSIGNED
    Except.                CX_SY_REF_IS_INITIAL
    <Error analysis>
    The exception, which is assigned to class 'CX_SY_REF_IS_INITIAL', was not caught in
    procedure "GET_PIO_LCTYPE" "(METHOD)", nor was it propagated by a RAISING clause.
    Since the caller of the procedure could not have anticipated that the exception would occur, the current program is terminated.
    The reason for the exception is:
    You attempted to use a 'NULL' object reference (points to 'nothing')
    access a component (variable: "LS_NODEREF-R_NODE").
    An object reference must point to an object (an instance of a class)
    before it can be used to access components.
    Either the reference was never set or it was set to 'NULL' using the
    CLEAR statement.
    <Missing RAISING Clause in Interface>
    Program                                 /SCA/CL_WO_PHASE==============CP
    Include                                 /SCA/CL_WO_PHASE==============CM00V
    Row                                     1
    Module type                             (METHOD)
    Module Name                             GET_PIO_LCTYPE
    <Trigger Location of Exception>
    Program                                 /SCA/CL_WO_PHASE==============CP
    Include                                 /SCA/CL_WO_PHASE==============CM00V
    Row                                     45
    Module type                             (METHOD)
    Module Name                             GET_PIO_LCTYPE
    Please let me know what I have to do for this error.
    Thanks and Regards
    JT

    Hi JT
    Clearly the problem is with the method GET_PIO_LCTYPE of interface /SCA/CL_WO_PHASE
    Check whether note 1363834 should be implemented
    It could be because of some corrupted WO entries in database
    or some customizing entry it is expecting
    suggest you to debug the method and try to check what it is expecting
    Best Regards
    Vinod

  • Automating the services for object for a work order

    Hi All,
    Can anyone post an ABAP code using which we can automate the process of creating a note for a Work order at the time of saving the work order. I need to create a note with the work order at the time of saving it. This note needs to be attached automatically. Can anyone help me with the code to do this?

    Uhm... If you want us to do your job, how much are you willing to pay?
    How is the note "attached"? If it's an attachment using GOS then the code has already been posted on SDN - look it up. You'll need to add it to the work order creation (I'm guessing there should be some kind of BAPI or FM).

  • Work Order Material Availability Check Customizing

    Hi,
    I am currently trying to set up material availability check in the work order before saving. I am testing it by entering a material in the work order for which there is zero stock. Then clicking on ORDER > FUNCTIONS > AVAILABILITY > CHECK STOCK MATERIAL. However SAP would return 'All checked materials in order 100000317 are available' in status bar.
    My customizing is as follows:
    Define Checking Rules (SPRO):
    PM     Checking rule for plant maintenance
    Define Scope of Check (OPJJ):
       Availability Check: 01 (Daily Requirements)
       Checking Rule: PM (Checking rule for plant maintenance)
       Availability check: 2 (Check availability during order release)
        Stocks
        Include safety stock: X
        StockIn Transfer: X
        Incl. quality insp. stock: X
        Replenishment lead time
        Check without RLT: X
        In/outward movement
        Incl. purchase orders: X
        Incl. purchase requisitions: X
        Incl. dependant reqs: X
        Include reservations: X
        Include sales reqmts: X
        Include deliveries: X
        Incl. planned orders: X (check all planned o)
        Incl. production orders: X (take all production)
    Define Scope of Check (OIOI):
       Plant: (Corresponds to Work Order)
       Order Type: (Corresponds to Work Order)
       Check material availability when saving order: X
       Check rule: 02 (Corresponds to material being used)
       Release Material: 3 (No release if parts are missing)
       PRT Availability: No check
       Capacity Availability: No check
    I would appreciate if you could indicate if I am missing something in the customizing or if there is some sort of error. I would like SAP to display a system message on the status bar stating that this material is not available once the user enters this material.
    Regards,
    Nikolai

    I'am facing the almost the same problem. Could anyone tell me:
    1. How to make material availability check work  during Work Order creation?
    My requirement is Work Order can not be created when it has missing parts. I have set the config to '3' can not created when is has missing parts, but it still does not work.
    I have implemented SAP Notes 1148139 on my system (SAP ECC 6 Ehp 5) also, but still does not have any effect.
    I must not set the config Res./Purch Doc creation to 'immediately', because it does not fit to my user requirement. Is there anyone knows how to solve this requirement?
    2. How to make  information message/ Availability check screen appear when sparepart is missing, without clicking Availability Check button? for example: appear when clicking Save button.
    Thank you
    -amoonra-

  • How is Standard Operation attachments copied to Work Order (Jobs)?

    It seems the Job is linked to the Standard Op attachment, and as the Standard Op attachment is changed, it changes the attachement for previously Closed Jobs.
    Is there a way to copy the attachement at the time of Work Order creation?

    yes

Maybe you are looking for