Cancel Technical Completion of a TECO'd service order through program

Hi All,
In IW32 transaction for a service order I need to Cancel the Technical Completion.Menu path is
Order>Functions>Complete-->Cancel Technical Completion. How can I do this through program.I tried the FM status_change_intern. But its not working. Any one please give a solution.
Thanks,
Neethu.

Hi,
Try with a BDC to cancel it.
Regards
Sabu.

Similar Messages

  • How to cancel technical completion with FM : BAPI_ALM_ORDER_MAINTAIN ?

    hello,
    I need to cancel technical completion for an order  with BAPI BAPI_ALM_ORDER_MAINTAIN, How can I call this ? Could you please help me ?
    Thanks

    Hello,
    I've just read this FM, This is for setting technical completion only, not for unsetting this
    Thanks

  • Error while  changing Service order through  BAPI_ALM_ORDER_MAINTAIN.

    Hi Frens,
    I am facing problem while  changing a service order .
    I am changing the  HEADER ( Planner group & Basic Finish date )   through
    BAPI_ALM_ORDER_MAINTAIN.
      lt_methods-refnumber = '000001'.
      lt_methods-OBJECTTYPE = 'HEADER'.
      lt_methods-METHOD = 'CHANGE'.
      lt_methods-OBJECTKEY = l_aufnr.
      append Lt_methods.
      lt_methods-refnumber = '000001'.
      lt_methods-OBJECTTYPE = ' '.
      lt_methods-METHOD = 'SAVE'.
      append lt_methods.
      lt_header-orderid = l_aufnr.
      lt_header-PLANGROUP = 'GE'.    " Hard coding for testing
      lt_header-FINISH_DATE = '20081114'.
      append lt_header.
      lt_headerup-orderid = L_AUFNR.
      lt_headerup-PLANGROUP = 'X'.
      lt_headerup-FINISH_DATE = 'X'.
      append LT_headerup.
      CALL FUNCTION 'BAPI_ALM_ORDER_MAINTAIN'
        TABLES
          IT_METHODS   = LT_methods
          IT_HEADER    = LT_header
          IT_HEADER_UP = LT_headerup
          RETURN           = LT_return.
      CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
         EXPORTING
           wait = 'X'.
    I am getting error No : IWO_BAPI2  ( 118 )"  *Order 5001887 cannot be saved, since no operation is maintained."*

    Hi Balu,
    You can refer to the note 966289 which talks about this problem if a service order template is used.
    Thanks
    Abishek

  • Problem while Creating Service order through Work Order

    Hi Gurus,
    I have a problem While creating Service order (me21n) through - Work order it contains service requisitions.
    So that means they carry information such as G/L and work order number while entering the requistion no in PO Creation Screen (me21n)  which automatically should be picked from the work order refference.
    But problem here is the service items and all other are assigned to PO except the Account Assingnment tab which is GL Account and Work Order No and Cost center..
    Can anyone explain me this?
    Is this something that one can explain?
    Regards,
    Murugesh R
    Rewards for value replies.

    Closed..

  • Creating Service Contract through program

    Hi Experts,
    Could you please direct me to create a Service Contract (Billable) through program...?
    I am trying to use FM - 'CRM_ORDER_MAINTAIN'.
    But fully confused what parameters to pass.
    Please help...
    Regards,
    Venkat

    Hi Mohammed,
    Thanks for the reply.
    Filling the fields and relevant data to structures and filling CT_INPUT_FIELDS is okay for me.
    Where I have doubt is when filling these REF_HANDLE, LOGICAL_KEY etc.,

  • Function Module for TECO(technically complete) a maintenance work order

    Hi,
    Please let me know if there is any FM for TECO(technically complete) a maintenance work order.
    Regards,
    Vimal

    Is there any BAPI for the same as the FM STATUS_CHANGE_INTERN is doing TECO without considering other statuses which need to be done.
    I do technically complete in IW32 by going to ORDER-FUNCTIONS-Complete-Complete(Technically ). Once done Complete(Technically ) will be inactive and Cancel technical Completion will become active. But when i use this FM it does the teco but when i go to ORDER-FUNCTIONS-Complete-Complete(Technically ) it gives me following status information--System Status TECO is active. Also Complete(Technically ) remains active.
    Please help.
    Regards,
    Vimal
    Edited by: Vimal  kumar on Sep 16, 2008 11:10 AM

  • Can we cancel a Service Order

    Hi,
    Can one please help me on following points:
    1. After cancellation of TECO on service order what happens to the costs?
    2.What all areas will get effected after TECO of a Service order?
    3.Is it possible to cancel/delete a Service Order?
    4.If so what all areas has to be looked in before canceling a service order and canceling a TECO?
    Thanks in Advance....

    1. After cancellation of TECO on service order what happens to the costs?
    The costs remain as it is in the Service order.There is no changes in the costing.Cost can be viewed in Costing Tab in Service order (IW33--> cost tab) or thru t-code KOB1
    2.What all areas will get effected after TECO of a Service order?
    After TECO, the following transactions cannot be done : Material Reservation, scheduling,goods movement, confirmation,Requisition,Quotation, RRB, etc etc.
    Once TECO is done, the goods movemnent,confirmation, etc cannot be reversed.
    3.Is it possible to cancel/delete a Service Order?
    A Deletion Flag can be set at the service order header level.
    4.If so what all areas has to be looked in before canceling a service order and canceling a TECO?
    Service order should be open ( status = CRTD) for it to be deleted. All confirmations and goods movement etc should be reversed before deleting a service order.
    TECO cancellation cannot be done for settled orders.

  • SM - Service Order - TECO: Settlement rule (PSG)

    Hi Experts,
    I would like to know where can I maintain the default values of the Account Assignment in Profitability Segment? When TECOing a service order, I use PSG as the settlement rule. I would like to make the system automatically determine the profit center based on plant and business area.
    Thanks in advance.
    Regards,
    nasj

    Nasj,
    Please post this query in "ERP Financials" forum for better response.
    Regards,
    Prasobh

  • Creation of service order from campaign element

    Hi,
    We have a requirement where service orders are to be created for all those business partners who responded to the campaign. We are using standard service order type SVRO. We have set up campaign automation by creating campaign and element, assigned target group, set decision point (rule & condition) to split target group in two; one for those who have replied to campaign and others who have not replied. These target groups are also linked to other campaign elements within the campaign.
    The question is, how to create a follow-on transactions such as service orders through campaign, so that one service order gets created for each successful BP from campaign result?
    Thanks in advance for your advice / suggestions.
    Regards
    Umesh
    Edited by: Umesh Singh on Sep 30, 2009 6:36 PM

    Hi Shatnhala,
    Thank you for your help. I'll try this and will come back to you.
    My further requirenment is to re-trigger pricing to upade latest price information on these service orders and then to create and send letter to all those customer with price informations. Can I use the same workflow with different steps to complete all these task?
    Also, how will these service orders (created through workflow) be linked with the campaign? Is their a way to link one campaign with many orders?
    Thanks
    Umesh

  • Automtic User Status updation in Service Order

    Hello ,
    Whenever I do "TECO" of service order , User status should automatically change."TECO" is a business transaction
    Do anyone have done this . Which exit is user to achieve above.
    Regards,

    Hi,
    Check the below FMs :-
    STATUS_CHANGE_EXTERN : This is used to set or delete User Status
    STATUS_CHANGE_INTERN :This is used to set or delete System Status
    STATUS_READ : This is used to read system status or user status
    First check up via User status , with proper status numbers
    If ur having many different than better u can go for user exit : IWO10009 PM Order: Customer Check for 'Save' Event. to check at save and set status accordingly ...
    For reading latest status - u may have to read from structure i think ..
    Tables :- JEST, TJ02T,TJ20 etc
    regards
    pushpa

  • Creation of service order and service notification

    Hi guys,
    Please any one help me how to create service order through service notification, and explain me the process.This is very urgent for me kindly help the same.
    Reg
    Eswar
    [email protected]

    hi eshwar
    you can create service order by using the service notification,
    create service notification using IW54 after entering the details select the Service notification in the menu and select the service order create OR press the Order buttom ,and enter the order type you  want to create
    hope this will clear you
    regards
    thyagarajan

  • Service Order Creation through IC Web client

    Hello Experts,
    I am facing some problem for service order creation in IC Web client.
    Description: "ISUSRV" is the new BOL component in CRM 7.0 for service order creation in ISU System. BOL Object is given in this component is "IsuserviceOrder" for service order creation.
    Through this component in BOL i am able to search service order.
    Problem: When i am trying to create new Service Order it gives error Massage creation failed.
    (1) How to create service order through this BOL Root Object "IsuServiceOrder" which field are required to fill the data before create order.
    (2) I found ORDER_CODE field in BOL Root Object "IsuServiceOrderu201D when trying to create order what value fill in this field.
    (3) I have create one view Using BOL Root Object "IsuServiceOrder" with Save button how to save the service order through this button. What code is required for Save the View data?

    Hi Gagan
    Could you please share with your solution, i am kind looking help in same are. We are using CRM 7.0, but i can not find BOL component which is ISUSRV.
    My requirement is to create Service Order from Webclient, example meter problem reporting, etc
    Please kindly reply or by email shankar no dot vangari at gmail com
    regards
    shankar

  • Regarding Service Order(IW34) creation using BAPI_ALM_ORDER_MAINTAIN

    Hi Gurus,
    While Creating Service order through BAPI:BAPI_ALM_ORDER_MAINTAIN, Operations tab is only updating for One activity eventhough I Passed 4 activities. also the components tab with the same problem.
    Could any plz suggest....
    Thanks in Advance..
    Regards,
    Venkat.

    Venkat,
      Check whether you have maintained the proper methods for the key in IT_METHODS table parameter.You should be able to find the relevant values to be passed on the long text of the parameter within the BAPI.
    Regards
    Narasimhan

  • Any way to add 'Actions' tab on Service order Item level in ICWeb?

    Hello,
    We are implementing Service orders under CRM2007 Interaction Center.
    When we access the Service Orders through backend (t-code CRMD_ORDER), we see an 'Actions' tab on the Item Level which captures all the actions executed at Item Level. This tab is not available from the UI.
    Is there any way to add it to the UI? Note that it is available from both backend and UI at Header level but only from backend at the Item level.
    Thanks,

    Hi Deepali,
    I checked the TCODE CRMD_ORDER, there are buttons like AVAILABILITY CHECK on the item level.
    When you say it is an Item view on the Web UI, I believe it is a Table View.
    In Table Views you will have ON CLICK ACTION buttons next to the Row Selectors.
    For most of the views it will be available by default.Identify the Web UI component and open it through BSP_WD_CMPWB.Select the view and open the context node class and check if there is a method
    GET_OCA_T_TABLE.
    This method will have the code like this, for the buttons
      ls_one_click_action-id      = 'DELETE'.
      ls_one_click_action-icon    = 'delete.gif'.
      ls_one_click_action-text    = ''.
      ls_one_click_action-tooltip = cl_wd_utilities=>get_otr_text_by_alias( 'CRM_IC_APPL/DELETE' ).
      ls_one_click_action-active  = 'X'.
      APPEND ls_one_click_action TO rt_actions.
    If your component also has these things, then you can simply add the ACTIONS column using Configuration Tool else you need to add this column by coding, redefine the method GET_OCA_T_TABLE and add the buttons.
    You need to explicitly create event handlers for the button click actions.
    Mostly,it should be available to you by default as it is available in SAP GUI.
    Regards,
    Masood Imrani S.

  • Change WBS in CJ20N - Service Order change log

    Hi PS experts
    Scenario.
    Service order 1 has WBS element A.
    User goes into CJ20N and changes the WBS ID/ name to A2.
    Service order 1 now automatically has WBS element A2. However, if you look at the change logs on the service order, there isn't one for the allocation of this WBS change. Is there a way of updating the change order log for the service order? When saving in CJ20N it must update the service order through the back door.
    Thanks for looking.

    System stores the WBS element using external and internal numbers. What the user has changed in your case is only the external number and the internal number (which is system generated) would remain the same.
    That's the reason the external ID is updated in SO. Don't think you can get his logged in change log of order. Is change document activated for the order type? Even if checked I really doubt if this would be logged using standard.
    Let's see other views on this.
    Regards
    Sreenivas

Maybe you are looking for

  • How do I get the tag of a selected line in a tree control ?

    I am running LabVIEW 7.1. I want to be able to add a parent or sibling to a tree to a selected item in a tree.

  • Memory usage Difference

    When I was trying to check the difference in the VI memory usage when the controls are places as Icons and Terminals. Surprisingly when I was using the controls as Icons the memory usage (shown in vi properties) is less than the controls when they ar

  • Acquisition from Vendor

    Hi SAP Experts While doing Asset Acquisition, the following error crept In company code KSA, the number range 19 is missing for the year 2011 Message no. F5150 Can any one give me solution please K Vijaya Bhaskar

  • BADI for BP to idetify change in email address

    Hi Experts, Please let me know the BADI Name in which i could identify whether email has been changed for BP or not. Please help. Regards, Piyush

  • How to do configuration in Integration Builder for Idoc to PI to EDI system?

    Hi Experts. I am working on one interface which is SAP IDOC (DESADV.DELVRY03) >> to>> PI >> to>> EDI system. I am done with all ESR objects, Can anyone help me about how to and what configuration required to be done in Integration Builder? And after