IW45 changes cancellation of confirmed service orders

Hi Every one,
User is trying to cancel a confirmed service order using Transaction code IW45. When he cancells the service order it is showing the posting date is past date( order confirmed date). Not current date.
But when we do the cancellaton of production orders and goods issue against service orders it is showing current date ( default ).
As per user requirement the cancellation of confirmed service order should display the current date not past date.
Since IW45 is a standard process , then the user requirement is the cancellation of service orders posting date should be the current date but not the service order confirmed date( Past Date ).
Please let me know is there any possibility if so how??

Step 1 Request
November 19, 2012: Empty box shipped. need send for 10 days i not send phon  and i want send again iphon for reparing ,haw to make again for sent ?

Similar Messages

  • How to change the Partner in Service Order

    Dear Experts,
      I am working in SAP CRM 5.0.I want to change the Partners of Service Order Using the Function Module 'BAPI_ACTIVITYCRM_CHANGEMULTI'.Can anyone give me the Sample code for Changing the Partners.It is very Urgent Requirement.Please help me.
    Thanks & Regards,
    Ashok.

    Hi,
        Following is the code for changing partner: Please go through it:
    "fill the details of partner which is
              "to be added as main partner or in place of Interaction Agent
              wa_partner_new-ref_guid = w_guid_ref.
              wa_partner_new-ref_handle = '0000000000'.
              wa_partner_new-ref_kind = 'A'.
              wa_partner_new-kind_of_entry = wa_partner-kind_of_entry.
              wa_partner_new-ref_partner_handle = '0000'.
              wa_partner_new-ref_partner_fct = 'Z_IA'. "
              wa_partner_new-ref_partner_no = wa_partner-partner_no.
              wa_partner_new-ref_no_type = wa_partner-ref_no_type.
              wa_partner_new-ref_display_type = wa_partner-ref_display_type.
              wa_partner_new-display_type = 'BP'.
              wa_partner_new-no_type = 'BP'.
              wa_partner_new-partner_fct = 'Z_IA'.
              wa_partner_new-partner_no = w_partner_no.
              wa_partner_new-mainpartner = 'X'.
              INSERT wa_partner_new INTO TABLE it_partner_new.
              wa_partner_newx-display_type = 'X'.
              wa_partner_newx-no_type = 'X'.
              wa_partner_newx-partner_fct = 'X'.
              wa_partner_newx-partner_no = 'X'.
              wa_partner_newx-mainpartner = 'X'.
              INSERT wa_partner_newx INTO TABLE it_partner_newx.
               IF it_partner_new[] IS NOT INITIAL AND it_partner_newx[] IS NOT INITIAL.
        "maintain all changes to be done
        CALL FUNCTION 'BAPI_ACTIVITYCRM_CHANGEMULTI'
          TABLES
            partner  = it_partner_new
            partnerx = it_partner_newx.
        CLEAR : wa_guid1.
        REFRESH : it_guid1.
        wa_guid1-guid = w_guid_ref.
        APPEND wa_guid1 TO it_guid1.
        "save the changes
        CALL FUNCTION 'BAPI_ACTIVITYCRM_SAVE'
          TABLES
            objects_to_save = it_guid1.
        "commit the transaction
        CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'.
      ENDIF.
    Please reply if anything else os required.
    Please reward points if useful.
    Regards,
    Ashlesha

  • 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

  • Change log for CRM service order

    Dear Experts,
      I've created log profile in CRM under IMG path Customer Relationship Management->Basic Functions-> Change log with protocolo " Changed document "  & segment " PRICING_I ". This log profile is attached to transaction type service order.
    Basic idea is to capture the changes made on the pricing in service order. Now with this setup where can i see the trace of changes done in service order. Is there any table that fills with the log  ? 
    Basically i'm trying to find log DB table for pricing with this setup.Can anyone pls suggest me to resolve the issue.
    Regards
    Devika.S

    Hi,
    there are no change logs for CUMULAT_H object because this is only a temporary object in CRM Order buffer. Check for example the function module CRM_CUMULAT_H_READ_OB. You will find out the this module does not read the CUMULATE_H from the DB cumulates the values by reading the item values.  Because of that you will also see that in view CRMV_OBJECTS the change document relevance is not maintained for this object.
    So you will not a change entry for CUMULAT_H in CDHDR/CDPOS. As a workaround for your requirement you can read the changes of CRMD_PRICING_I-NET_VALUE from the change document tables or write a change entry on save into a customer field and/or table.
    Regards
    Nicolai

  • Automatically update Equipment Hierarchy when confirming service order

    Hi Gurus,
    When I confirm the service order, the old part needs to be replaced by the new part. The requirement is that this replacement is done automatically in the equipment hierarchy after confirming the service order. ie.Equipment should get automatically updated in the equipment hierarchy. How to configure this?
    Best Regards,
    Dhanabal

    Hello,
    As you confrim the labour and maerial, the Equpment hierarchy will not get replaced by the new one. You need to go for an enhancement. Cehck with your ABAP consultant with a detailed requirement.
    Prase

  • WM: Change source bin confirm transfer order

    Hi guys,
    Do you know if I can change source bin when confirming the transfer order.
    I know I can customize the system if I want to change destination bin when confirming the transfer order.
    Thanks,
    Fatih.

    Hi,
    Hope you cannot change the source bin but as per the configuration in the picking strategy in the customizing you can define the picking sequence for the souce bins.
    example: like check bin " A" if ......(condition)...then pick from bin " B " or pick from bin " C".
    Regards,
    Ravindran

  • Change status profile of Service order

    Hi,
    we like to harmonize all status profile of all incident process types  we have in our system. This means we like to create one status profile and assign this to 5 different process types. The problem is, we have in our system round about 20000 incidents and ( open and closed). This incidents have to be migrated. I think we have to change E-Status and Status profile and change documents. Are there any experiences with this task. I found nothing what really works (change status profile) in this time. I checked CRM_STATUS_PROFILE_CHANGE but dosn't work for me.
    Could anyone give some hints how to handle this problem?
    Kind regards Stefan

    Hi Stefan,
    You can try the below code to change the status and status profile
    ls_status_com-ref_guid = lv_guid."document guid
            ls_status_com-ref_kind = 'A'.
            ls_status_com-user_stat_proc = 'CRMACTIV'. " status profile
            ls_status_com-activate = 'X'.
            APPEND ls_status_com TO lt_status_com.
            ls_input_fields-ref_guid = ls_status_com-ref_guid.
            ls_input_fields-ref_kind = 'A'.
            ls_input_fields-objectname = 'STATUS'.
            CONCATENATE ls_status_com-status ls_status_com-user_stat_proc INTO ls_input_fields-logical_key.
            ls_fieldname-fieldname = 'ACTIVATE'.
            INSERT ls_fieldname INTO TABLE ls_input_fields-field_names.
            INSERT ls_input_fields INTO TABLE lt_input_fields.
    CALL FUNCTION 'CRM_ORDER_MAINTAIN'
            EXPORTING
              it_status         = lt_status_com
            CHANGING
              ct_input_fields   = lt_input_fields
            EXCEPTIONS
              error_occurred    = 1
              document_locked   = 2
              no_change_allowed = 3
              no_authority      = 4
              OTHERS            = 5.
          IF sy-subrc EQ 0.
            INSERT lv_guid INTO TABLE lt_guids.
            CALL FUNCTION 'CRM_ORDER_SAVE'
              EXPORTING
                it_objects_to_save = lt_guids
              EXCEPTIONS
                document_not_saved = 1
                OTHERS             = 2.
            IF sy-subrc IS INITIAL.
              COMMIT WORK AND WAIT.
         endif.
    Best Regards,
    Dharmakasi

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

  • Accounting indicator not able to change after service order is released

    Hi,
    The accounting indicator cannot be changed anymore after a service order is released.
    Does anyone know how to change this setting so that accounting indicator can be changed even after a service order is released?
    Thanks.
    Edited by: SAP INFOUSER on Oct 18, 2010 8:48 PM

    Hi,
    I think you haven't done RA yet?
    If a sales order has something called a Results Analyis Key and has status REL the system tries to settle whats called RA (results analysis also known as WIP). In this case you have not calculated RA but has an RA key and status REL. So technically there is nothing for the system to settle. You should either calculate RA (via KKA3) which he would have to customize or remove the RA Key from the "Account Assignment" tab on the item in VA42.

  • MM-WM: Cancelling confirmed transfer order

    Hi Gurus,
    I have created a delivery with wrong quantity for "purchase order" then I packed material into handling units, completed 'putaway' and finally confirmed the "transfer Orders into warehouse but when I try to post goods receipt it raises an error : PU Ordered quantity exceeded by 20000 Message no. M7022.
    So I can't post it or I can't reverse delivery as it is not posted. Also I don't know how to reverse confirmed transfer order. Can any one explain me how to do it?
    Thanks
    Shiv

    Hi,
    You can cancel the confirm transfer order using LT0G, once you cancel it, you can cancel your delivery, and create a fresh delivery with the right quantity....
    Reward, if helpful.....
    Regards,
    Noopur

  • Overall Processing status for Service Order is incorrect

    On Service order the overall processing status is incorrect at the header.  It remains in status Being Processed even though it is fully processed.  Any suggestions on where to look?

    Can you elaborate a bit more.
    starting from creation of service order to outbound delivery.
    as per my understanding, if you want to do service order process with goods movement.
    In our current client, we are planning to do in below method:
    Customer requests for the service, this service is done in 2 ways,
    1- Service at customer site
    2- service from plant
    in First case, service request will be created from VA01- order related billing. Technician will be sent to customer site along with the spare parts,with ref to this order. Once job is done.Technician will get acknowledgement from customer. Once technicians submit this , then authorized person will remove the billing block from service order, do issue invoice.
    Service order is copy of OR w/o delivery & with order related billing,inlcuding billing block in OR type.
    Fine tune the relevant settings in config.
    2-Service from Plant,
    Create service request, is copy of RE, inward the matererial with PGR. once jobwork is done, create Confirm Service order ( copy of OR ) with ref to above Service Req, create outbound delivery-PGI & Invoice.
    Hope it helps,
    Thought of others in similar scenario with any difference will be really helpful.

  • Need functional module for service order

    hello,
    while creating service notification i want to create service order automatically.for that i need a functional module which is the key funtion to process creation of transaction in the background. i want the name of that functional module to create iw31 service order automatically  and that of functional group so that i can assign in the action box.
    Regards,
    Rajesh Kumar Raju
    9900311069

    Hi,
    unfortunately there is no such "official" BAPI available - not even in ERP2005! There is a BAPI called BAPI_ALM_ORDER_MAINTAIN but this is for changing an already existing service order.
    But, you can use what the "SAP CRM group" developed for their integration to the backend R/3 system. This FM is called CRM_CS_API_ORDER_CREATE and is part of FUGR CRM_CS_API_ORDER. This FM is acting in the same way as a "normal" BAPI although you can not find this FM in transaction BAPI.
    Hope this can help!
    Best regards, Johan

  • Business Object "Service Order" not found in Web Service Tool

    Dear Experts,
    We're trying to create a web service for Service Order via Web Service Tool,
    but we can't find the business object "Service Order" there.
    How to step to reproduce the problem:
    1. Logon CRM WEBUI with the business role ITSERVICEPRO.
    (or T-cd:BSP_WD_CMPWB > Enter component WS_DESIGN_TOOL > Test)
    2. Go to Service Operations>Web Service
    3. Create a new Web Service
    -> In "Service Objects" area at step 1 "Select Objects", there's a drop down list box of "Business Object".
       In this list, "Service Order" does not exist.
    Other objects such as "Service Confirmation", "Service Order Quotation" etc are available.
    How can we create a new web service for Service Order?
    Any advise would be highly apprecaited.
    Best regards,
    F.T.

    Hello Rocca,
    It is hard coded in FM CRM_SALESDOCUMENT_FILTER that the item which is assigned to object type BUS2000140 would be removed from the upload relevant item list.
    To get it replicated, I am afraid that you need to modify the relevant coding here.
    Best regards,
    Maggie

  • Service Order Maintenance (IW32 Transaction)

    Hi,
    I don't know whether it is possible. Please shed your expert thoughts.
    In IW32 transaction, once we release the service order, we won't be able to amend the cost field in the header tab. But I have a requirement to update this field even after releasing the service order.
    Any help will be much appreciated.
    Advance Thanks.

    Cancel release the service order, reverse the status to CRTD(created) or whatever is and update the field. But Ram, I think I am telling you how to do it technically. But I am really not sure if it is feasible looking at the functionality.
    When I say that I am not sure if it is feasible, I am rather not too sure if that is correct by functionality.
    Regards,
    Srikanth

  • SAME LAYOUT with different heading for invoice and service order invoice

    Hi,
    I need to use the same layout for printing both invoice and service order invoice. The layout should print the same data except the title should be changed accordingly ( invoice or service order invoice).
    Please help me with this
    Regards,
    Anik

    Hi,
    It is not clear to me if you are working with sapscript or smartforms.
    You have only to find a variable which identifies the kind of invoice
    I do not know that variable so i use an example variable
    for sapscript:
    /: IF &VBDKR-FKTYP& = '1'
    /  INVOICE
    /: ELSE
    /  SERVICE ORDER
    /: ENDIF.
    In a smartform you can also do something like that.
    but There you work with conditions (eq, BOOLEAN)
    You have only to find the right variable
    success,
    Gr., Frank

Maybe you are looking for

  • How to use import parameter to be instead of SQL where sub-sentence ?

    I wrote a RFC to read data from SAP table. To fetch data flexibility, I want to use import parameter xx instead of where sub-sentence in SQL sentence.    For example, "SELECT * FROM T WHERE XXX",  and "XXX" is a importing parameter.    How can I use

  • Role grants problem.

    Hi everybody, I have this strange problem: I've an owner schema owning most of my db's tables: "SALE". SALE is a DBA and creates the rest of db users. I also have a qrya_rl owned by SALE. I grant selects on SALE tables to this qrya_rl and assign it t

  • Binary file, java

    Binary file, java, please fix these to just work when we try to download anything, Firefox 5 for example. I like to use Firefox desktop and mobile. It happens every time I download binary file, java script.

  • Can't enter login data on secure websites because cursor jumps always on begin of the line

    Samsung Galaxy S2 Android 4.0.4 Recent update from Samsung Firefox 17 App On secure websites with the phone held horizontal Firefox doesn't allow typing of login information because the cursor always jumps to begin of the line.

  • Partner for Woodword Product Add on

    Hi all! Could you give some information about partners provide Woodword product  Add on.. Thanks! Edited by: Paul Finneran on Oct 15, 2009 12:35 PM