Unable to settle PM work order

Hi,
We have done settlement for a PM work order successfully with transaction KO8G.
But still it shows in the open settlement list -Transaction s_alr_87013127.
Please advice.
Regards,
Pratap

Please take a look at the work order, if the material and labor cost is associated to it correctly...
Please check the settlement profile for the same....check for the settlement object...check for the status of the work order (not on the report but on the order)
Make sure everything is correct, when using KO88, fill in all the necessary parameters for the order you and then from the menu bar select "EXTRAS", it has the option of running the trace...
From your message, looks like the settlement profile and the work order do not conform...either its that or there is no cost attached to the work order...

Similar Messages

  • Settlement of Work Order

    Hi All ,
    Is it possible to settle a work order on WBS Activity Element.
    I am able to settle it on WBS Activity but not on Activity element.
    Rahul.

    HI Rahul
    You can settle the order in Activity Element.
    Activity element comprises of Internal processing , External processing , Costs and Service
    How to do this ?
    Create a Network, under network you will have activities, under activities you have create Activity elements.... It resembles same as activites...
    Enter a short text... enter the require fields... then...
    Select the activity element, click Edit - Cost - Settlement Rule... Maintain the settlement rule for order...
    I hope this can be done..
    - Pithan

  • Unable to upload PM Work Order Header Status

    Hi,
    I have made LSMW for tcode: IW31. I have a requirement to upload legacy data to SAP with their existing header status.
    For instance:
    I have a work order which got a header status complete and I want to upload this work order with its status. So, how can I upload different work orders with their different header status.
    Do let me know as soon as possible.
    Thanks for the contribution.
    Regards,
    Yahya

    Yes, you are right. Originally it should be the way you answered but requirement is to upload data with respect to their order status from legacy.
    In addition, is there any possiblity that I can create one complete LSMW for transaction IW31 OR IW32?
    This is asked because I am unable to upload data in Operatoins Tab
    Thanks.
    Regards,
    Yahya

  • Automatic settlement for work orders.....Plant Maintenance....

    Hello everyone,
    In plant maintenance, does anyone know how to setup automatic settlement rule assignment for work orders?  We know how to do it for internal orders already but the concept doesn't work for work orders.  We are on release 4.6C
    Thanks,
    Chris

    hi
    while maintaining the settlement profile you can define the default oject categors as CTR and in the equipment master you have to specify the cost center, and if you create maintenance order then settlement rule will be automatically created
    if you want some specific cost center as default irrespectiv of equipment then you have to use the customer exit
    IWO10027 User exit: Generate user-defined settlement rule
    regards
    thyagarajan

  • Unable to Update EAM Work Order

    Hi Team,
    I want to update the attribute columns of EAM Work Order. The eam_work_orders_v.attribute10 has to be updated with a quote number that is generated from order management. I tried using the following api
    set serveroutput on;
    Declare
    l_eam_wo_rec EAM_PROCESS_WO_PUB.eam_wo_rec_type;
    l_eam_op_tbl EAM_PROCESS_WO_PUB.eam_op_tbl_type;
    l_eam_op_network_tbl EAM_PROCESS_WO_PUB.eam_op_network_tbl_type;
    l_eam_res_tbl EAM_PROCESS_WO_PUB.eam_res_tbl_type;
    l_eam_res_inst_tbl EAM_PROCESS_WO_PUB.eam_res_inst_tbl_type;
    l_eam_sub_res_tbl EAM_PROCESS_WO_PUB.eam_sub_res_tbl_type;
    l_eam_res_usage_tbl EAM_PROCESS_WO_PUB.eam_res_usage_tbl_type;
    l_eam_mat_req_tbl EAM_PROCESS_WO_PUB.eam_mat_req_tbl_type;
    l_out_eam_wo_rec EAM_PROCESS_WO_PUB.eam_wo_rec_type;
    l_out_eam_op_tbl EAM_PROCESS_WO_PUB.eam_op_tbl_type;
    l_out_eam_op_network_tbl EAM_PROCESS_WO_PUB.eam_op_network_tbl_type;
    l_out_eam_res_tbl EAM_PROCESS_WO_PUB.eam_res_tbl_type;
    l_out_eam_res_inst_tbl EAM_PROCESS_WO_PUB.eam_res_inst_tbl_type;
    l_out_eam_sub_res_tbl EAM_PROCESS_WO_PUB.eam_sub_res_tbl_type;
    l_out_eam_res_usage_tbl EAM_PROCESS_WO_PUB.eam_res_usage_tbl_type;
    l_out_eam_mat_req_tbl EAM_PROCESS_WO_PUB.eam_mat_req_tbl_type;
    l_out_eam_direct_items_tbl EAM_PROCESS_WO_PUB.eam_direct_items_tbl_type;
    x_eam_wo_rec EAM_PROCESS_WO_PUB.eam_wo_rec_type;
    x_eam_op_tbl EAM_PROCESS_WO_PUB.eam_op_tbl_type;
    x_eam_op_network_tbl EAM_PROCESS_WO_PUB.eam_op_network_tbl_type;
    x_eam_res_tbl EAM_PROCESS_WO_PUB.eam_res_tbl_type;
    x_eam_res_inst_tbl EAM_PROCESS_WO_PUB.eam_res_inst_tbl_type;
    x_eam_sub_res_tbl EAM_PROCESS_WO_PUB.eam_sub_res_tbl_type;
    x_eam_res_usage_tbl EAM_PROCESS_WO_PUB.eam_res_usage_tbl_type;
    x_eam_mat_req_tbl EAM_PROCESS_WO_PUB.eam_mat_req_tbl_type;
    x_eam_direct_items_tbl EAM_PROCESS_WO_PUB.eam_direct_items_tbl_type;
    X_status VARCHAR2(4000);
    X_msg_cnt NUMBER;
    X_msg_data VARCHAR2(4000);
    Begin
    fnd_global.apps_initialize (user_id => 27789,
    resp_id => 23119,
    resp_appl_id => 426
    COMMIT;
    l_eam_wo_rec := null; Record Group need to be initialized at the beginning
    l_eam_wo_rec.WIP_ENTITY_NAME := '665443';
    l_eam_wo_rec.organization_id := 12384;
    l_eam_wo_rec.attribute10 := '2112000245';
    l_eam_wo_rec.NOTIFICATION_REQUIRED := NULL;
    l_eam_wo_rec.TRANSACTION_TYPE := '2';
    l_eam_wo_rec.ASSET_NUMBER := '11234';
    l_eam_wo_rec.ASSET_GROUP_ID := 481810;
    l_eam_wo_rec.SCHEDULED_START_DATE := sysdate;
    l_eam_wo_rec.SCHEDULED_COMPLETION_DATE := SYSDATE;
    l_eam_wo_rec.STATUS_TYPE := wip_constants.released; -'Unreleased';
    l_eam_wo_rec.OWNING_DEPARTMENT := 6003;
    l_eam_wo_rec.PRIORITY := 10 ;
    l_eam_wo_rec.SHUTDOWN_TYPE := null;
    l_eam_wo_rec.class_code := 'WS0';
    --l_eam_wo_rec.material_issue_by_mo := 'N';
    --l_eam_wo_rec.issue_zero_cost_flag := 'Y';
    --l_eam_wo_rec.po_creation_time := 1;
    --l_eam_wo_rec.job_quantity := 1;
    --l_eam_wo_rec.notification_required := 'N';
    /* Additional Parameters to be passed Start */
    l_eam_wo_rec.ACTIVITY_TYPE := 1; --It should be the lookup code value for the activity_type
    l_eam_wo_rec.maintenance_object_source := 1;
    l_eam_wo_rec.maintenance_object_type := 3;
    l_eam_wo_rec.maintenance_object_id := 26005;
    l_eam_wo_rec.requested_start_date := SYSDATE;
    l_eam_wo_rec.job_quantity := 1;
    l_eam_wo_rec.wip_supply_type := null;
    /* Additional Parameters to be passed End */
    apps.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 =>l_eam_wo_rec
    , p_eam_op_tbl =>l_eam_op_tbl
    , p_eam_op_network_tbl =>l_eam_op_network_tbl
    , p_eam_res_tbl =>l_eam_res_tbl
    , p_eam_res_inst_tbl =>l_eam_res_inst_tbl
    , p_eam_sub_res_tbl =>l_eam_sub_res_tbl
    , p_eam_res_usage_tbl =>l_eam_res_usage_tbl
    , p_eam_mat_req_tbl =>l_eam_mat_req_tbl
    , p_eam_direct_items_tbl => l_out_eam_direct_items_tbl
    , x_eam_wo_rec =>x_eam_wo_rec
    , x_eam_op_tbl =>x_eam_op_tbl
    , x_eam_op_network_tbl =>x_eam_op_network_tbl
    , x_eam_res_tbl =>x_eam_res_tbl
    , x_eam_res_inst_tbl =>x_eam_res_inst_tbl
    , x_eam_sub_res_tbl =>x_eam_sub_res_tbl
    , x_eam_res_usage_tbl =>x_eam_res_usage_tbl
    , x_eam_mat_req_tbl =>x_eam_mat_req_tbl
    , x_eam_direct_items_tbl => x_eam_direct_items_tbl
    , x_return_status =>X_status
    , x_msg_count =>X_msg_cnt
    , p_debug =>'Y'
    , p_output_dir => '/user/temp'
    , p_debug_filename =>'Amit_6_EAM_WO_DEBUG2.log'
    , p_debug_file_mode => 'a'
    commit;
    DBMS_OUTPUT.PUT_LINE('Status : '||X_status);
    IF X_msg_cnt > 0 THEN
    DBMS_OUTPUT.PUT_LINE('Error Occurred in WO Creation : '|| X_msg_cnt||' : '||SQLERRM||' : '||SQLCODE);
    END IF;
    DBMS_OUTPUT.PUT_LINE('First record inserted.......');
    END;
    The Result:
    anonymous block completed
    Status : E
    Error Occurred in WO Creation : 3 : ORA-0000: normal, successful completion : 0
    First record inserted.......
    Can i know if missed something over here??
    Thanks
    Mohan

    Hi,
    If you have a maintenance BOM and Routing for the activity in use for your work order
    The work order created will get the data defaulted from those BOM and Routing ie operations , BOM and Routing.
    Please check whether you have the BOM and routing and also please compare the BOM and routing information with the information you are adding.
    Also make sure that you are passing all the mandatory inputs.
    thanks
    Krishna

  • Work order to cost center settlement does not post to GL module (FI)

    Dear Expert,
    I find the Maintenance Work order to cost center settlement does not post to GL module (FI)?Also, the settlement cost element is primary element define in GL chart of account.
    When an maintenance order is settled with KO88 or KO8G the work order value posted cost center and  the value is display in cost center report but not post to GL module in FI.As I notice only good issue or receive to/from work order is posted in GL but not the settlement of work order.Why?
    Between, Kindly advise what are the report or T-code to view the maintenance order is done the settlement and what are the value is settle for maintenance work order?
    Kindly advice under what circumstance when maintenance work order to cost center settlement is posted to GL(FI module)?
    Please advice.
    Thank you.
    KH

    Hi Kiran,
    The error message clearly says that "Cost Center validity starts from 01.10.2014" i.e. in the future period.
    Change the cost center from period in the past date and try.
    BR, Srinivas Salpala

  • Work Order to cost center settlement with line item detail

    Iu2019m having difficulty finding a method to settle from a work order to a cost center with line item detail.  When an order is settled with KO88 or KO8G the total value for that work order/cost element combination is combined and posted to the cost center as a lump sum with the description of CTR\######.  Users would like to see the individual values that posted to the work order in a cost center report such as  KSB1.
    I donu2019t see anything in the settlement rule, settlement profile or allocation structure that will allow line item settlement from work order to cost center.     Is line item settlement possible when settling to a cost center?   Is there an alternate way to see these expenses as line items in KSB1?
    Thanks,
    Jeff

    Thanks Christian,
    We've defined an allocation structure that we use for Project System and Work Order settlement and have Receiver Categories established as FXA, CTR and WBS with "by Cost Element"  checked.  Work order costs do settle to the cost center entered in the settlement rule, the problem is it combines all items values as a single amount when posting to the cost center.
    For example:  
    expenses post to the work order under cost element 500000 for $500, $200, $300 and cost element 600000 for $250 and $250.  The settlement rule says to settle to cost center 170000.  When the settlement takes place cost center 170000 is debited $1000 to cost element 500000 and $500 to cost element 600000.  We would prefer to see individual posting of $500, $200, $300 to 500000  and $250, $250 to 600000.
    Thanks,
    Jeff

  • Work order settlement issue

    Hi
    I am not an expert in Work orders and appreciate your input.
    A work order has been settled to a Sales order ( I can't understand the logic behind settling to a Sales Order). The Profit centre assigned to the sales order is wrong. I.e. they need it to be the same as that in the work order.
    1) Is it possible to reverse the settlement and
    2) change the profit centre in the Sales order
    3) Change the settlement rule of the work order
    The user informed the reason to settle the work order is just merely to close the work order. Is it mandatory to settle the work order in order to close. If so could you please explain the logic behind the requirement?
    Thanks & Regards
    Nadini

    Hey Vanessa,
    Sorry i have been really busy with work off late. I just got a moment and wanted to thank you for the help.
    I found a solution for it, we had FMDERIVE default the fund on the accounts used in WIP settlement as they are dedicated for those process.
    The cost is picked from the order and deposited on the P&L account which is now attached to the fund and this is further transferred to the balance sheet account with the fund information.
    Problem solved.
    Do you see any other implications on this?
    Thanks again.
    Pradeep

  • Work order( maintainence order)  settlement

    hi,
    i want to know whether the cost center used for settlement of work order and cost center assigned to work center are same or not. please help me with this. can anyone give some examples of scenarios.
    thanks,
    Monica

    Monica,
    <b>Settlement: Example from SAP - Help</b>
    The following example illustrates the creation and processing of an order from the point of view of order settlement.
    <b>The Order</b>
    In a clarification plant, three pumps are to be cleaned in the pumping station. All three pumps are installed at the same functional location.
    <b>Planning and Planning Data</b>
    The planner creates an order, enters the functional location C1-B01 (pumping station) as a reference object and enters the three pumps in the object list. The order is to be settled to the pumping station cost center, which has the number 511. This means that all the costs posted to the order for cleaning the three pumps will be settled to cost center 511 when the job is complete.
    The order data comprises the following:
    Data on the Performing Work Center "PSC" (pump fitters):
    <b>Entry</b>
    Number of persons performing the job : 2
    Performing cost center (= cost center of the employees performing the job): 909
    Activity type: Cleaning
    Planned number of work hours per person per pump: 1
    Cost of activity type per hour: $ 150
    Total planned work hours: 6
    Total labor costs: $ 900
    Data for Scheduled Material:
    <b>Entry</b>
    Consumption posting to the amount of: $ 150
    Releasing and Processing the Order
    Once the planning stage is complete, the planner releases the order for processing.
    The employees from work center "PSC" start the work:
    They withdraw the material scheduled for the order from the warehouse. Actual costs of $150 are incurred for the order and are debited directly from the balance sheet account.
    The employees confirm the length of time they worked on the order. It took them a little longer than planned, so that the resulting actual costs posted to the order are $1050. These costs are credited to the performing work center.
    <b>Situation After Completion of the Work</b>
    After the work has been completed and the order settled, the debits are as follows:
    Balance on the order: $ 0.00
    Debit to the receiver cost center 511 (pumping station): $ 1200.00
    Hope this gives you a fair idea as what it should be, Reward your points if this was helpful.
    Regards,
    Prasobh

  • Refurbish work order get settled before this refurbished material returned

    Hello guy, can somebody help to analyze the problem I have in our production system.
    the problem is that I found a strange thing that one of the refurbishment work order get settlem and the refurbished material is not yet returned back to stock.
    And I check the cost report of this work order, and found this cost receiver is material, which means this cost is already posted against material.
    I have no idea why  this can be settled?
    However it is impossible to settle refurbishment work order before refurbished material returning back to stock in my opinion.
    Can any one help me, many thanks in advance.

    Hi,
    The refurbishment order can be settled to material when if it is in System status
    DLV- delivered, after GR has been done or
    TECO - If the order status is Technically completed
    So in your case the order status may be in Teco status so that the cost is settled to Material before u do GR.
    So check the System status of the maintenance order.
    Reverse the settlement & do GR & settle again to material.
    Regards,
    Raj

  • Work Order Cost Rolling Up to WBS Element!

    Hi everyone,
    I created a Project A with WBS structure in PS (not statistical WBS structure). And then I assigned a work order to one of the WBS element A.0001. I did not post any cost to the WBS element directly. I only charged $1000 to the work order. Now when I use CN41N to generate the cost report and I found the $1000 in work order rolled up to WBS element  A.0001 ($1000 showed at work order level and also WBS element level). Then I settled $1000 in the work order to a WBS element C.0001 in Project C. When I run CN41N again to see the cost in Project A, the $1000 still showed up at work order level, but it did not show up at WBS element level A.0001. I need the cost to roll up at WBS element level also, so this is a big problem for me.
    I did several test. Assigned another work order to this WBS element A.0001 and charged another $1000 to the work order. Then I settled them to cost center directly instead of to WBS element. The $1000 showed up at the work order level and also at WBS element level (the cost rolled up from work order to the WBS element in that report). Then I tried to settle to GL account, the cost will roll up to WBS element too.
    So I found only when I settle the cost to WBS element, the cost won't roll up. I think it might be a configuration problem. Does anyone know where I need to configure in order to let the cost roll up to the WBS element after I settle the Work order to a WBS elements?
    Really appreciate your help!
    Ting

    Hi Martina,
    This is awesome, very helpful! Now I know how to deal with it.
    Thanks a lot!
    Ting

  • Transfer Costs from AUC to Work Order

    Hi,
    Pre go-live balaces where loaded directly to the AUC, as opposed to the Work Order then settled to the AUC.
    All of our capital reporting is done at work order level, therefore I want to transfer the balance from the AUC to the work order and then re-settle the work order back to the AUC. At present we cannot see the legacy costs relating to the capital project against the work order.
    Is it possible to transfer costs off the AUC back to the Work Order?
    Thanks
    Jonski

    Andres,
      Yes you could accomplish it through the process you had mentioned.It would probably be the simplest way to accomplish your requirement as well.
    Regards
    Narasimhan

  • Different between work order closed and completed

    HI experts
    I would like to know what is different between closed work order and completed on SAP PM Module.
    regards
    nasser

    See this conversation:Completed is technical comptete (TECO) - the technician has done his/her work, closed is settled and done also from an accounting perspective (settlement)
    PM Work Order TECO and CLSD
    http://scn.sap.com/thread/3158261

  • ERROR TECO a Plant Maintenance Work Order

    Hi Expert,
    I create a Plant maintenance work order. With two operation.
    Operation 1: Internal maintenance task with standard labor hour. Control Key is PM01.
    Operation 2 : Trigger of external PR. With control key PM02.
    Now I want to do TECO to settle the Work Order. Whit operation 1 didn't do confirmation. Operation 2 did not do PR next business. The system display a Error message as below:
    'ERROR When calculating costs for order XXXX' 
    How to do analysis?

    Hi
    in the work order itself from the menu options Extras>Log>Cost determination . and solve the analysis
    regards
    thyagarajan

  • KO8G open work order settlement

    Hi,
    I am facing an issue with open work order settlement using KO8G or KO88.
    We are on 6.0 and PSM turned and New GL activated with a document splitting on fund mandatory flag turned on.
    When open work orders undergo WIP calculation through KKAI, it shows the the calculated amount in the GL account but when we execute KO88 or KO8G to settle this open work order amount to the GL, it gives me the below error
    GLT2201 "Balancing field "Fund" in line item 001 not filled"
    On debugging the KO88, its seen that the field fund does not flow in from the work order.
    This means that both my P&L accounts and my balance sheet accounts that offset the WIP posting does not have the fund field (which is a mandatory field for posting any document in the system).
    Has anyone come across such a situation?
    Any help would be appreciated.
    Thanks,
    Pradeep
    Edited by: Pradeep Giri on May 30, 2009 4:07 AM

    Hey Vanessa,
    Sorry i have been really busy with work off late. I just got a moment and wanted to thank you for the help.
    I found a solution for it, we had FMDERIVE default the fund on the accounts used in WIP settlement as they are dedicated for those process.
    The cost is picked from the order and deposited on the P&L account which is now attached to the fund and this is further transferred to the balance sheet account with the fund information.
    Problem solved.
    Do you see any other implications on this?
    Thanks again.
    Pradeep

Maybe you are looking for

  • Itunes store not displaying any content after updating to 10.6.1

    I am running Windows 7 and just updated to Itunes 10.6.1 this morning. Now when I try to go to the itunes store there menu on the top that shows Music, Movies, TV Shows etc is displayed but the space below is just a big white blank slate.  Clicking t

  • Transferring photos from Iphone 3GS to Imac

    Imac Snow Leopard 10.6.2 Iphone 3GS latest firmware Can anyone tell me how to transfer photos from the Iphone to the Imac? I cannot see the Iphone connected in either finder or image capture! Connects fine with Itunes and I can send photos to the Iph

  • My ipod touch says disabled connect to itunes, help

    i have a passcode on my ipod touch 4th generation and it says disabled connect to itunes, but when i connect to itunes it come up to insert the passcode on the ipod before i can do anything with it through itunes. i tried turning it on and off but th

  • Power View Created Using Excel Data are not visible in BI Docs

    I have created a Excel sheet with data and Then I added a Power View for that data set. I added this Excel Sheet to the Power BI Docs in Office 365 share-point Online. But when I open this uploaded Excel file. There is only the Datasheet but no pages

  • Flash project audio button help needed

    Hi, I am just learning Actionscript 3 and trying to create buttons that turn a previous sound off before they turn a new one on. Also I want a button on the front that turns all sound off if it is pressed. I have attached my files in a zip folder. Th