Deleting service tickets and BW impacts

Der experts, I'd like to delete "dummy" service tickets in our production system. These service tickets shouldn't appear in the BW system. From my understanding, the best way is to use the report CRM_ORDER_DELETE.
Could you confirm that this report works correctly? Are there others actions to perform before or after this report in order to clean up the system? Is the BW system automatically updated?
If follow-up documents exist and so we cannot use this report, what are the other options to clean up service tickets in CRM and BW?
Thanks for your help,
Stephanie

Hi Martin,
Thanks for your reply. It is very useful and I will reward you with points.
I did a quick test in another CRM system (which is not connected to BW). The transaction document was properly deleted but nothing was updated in the CDHDR and/or CDPOS tables.
I made the following settings on the selection screen:
• Technical settings: No entries. "Parallel" not selected.
• Selection criteria: Transaction number and transaction type to be deleted. Uncheck checkbox 'Do not send BDoc' (to be able to update BW).
Does it mean that BW wouldn't be updated?
Thanks in advance for any feedback regarding this report in a productive system with a BW connected system.
Stephanie

Similar Messages

  • Delete Service tickets

    Hi All,
    I want to delete Service ticket . So I am using the FM CRM_ORDER_DELETE. But it gives me an error "Atlest one entry could not be found in the object buffer". Is there any other way I can delete a service ticket? Please help.
    Regards,
    Jeetu

    If memory serves me correctly you can not delete a service ticket, but you can archive it, which is the same thing.
    I think SAP enforce the removal of these tickets via the archive because when setting up the archive you have to think about what you're doing and create some kind of rationale/checks to be performed before they are archived.
    Jason

  • Object for interaction records, service tickets and follow-up activities

    Hi,
    I need business objects or Function modules(anything) that contains the data realted to interaction records, service tickets, and follow-up.Please help me by mailing to my mail [email protected]

    My question was answered by Experts.
    1.I tried with the code to retirve GUID,HEADER/ITEM Guid's related to the BPnumber from CRMF_ORDER_INDEX table.
    2.I have stored header/item GUID's in different internal tables and append all the values that fetched above with in the loop.
    3. Clear header/item guid's,that they can have next value in the loop.(Important)
    4.Next step call the FM CRM_ORDER_READ with in the loop and assign import/export parameters.
    4.Display the records.
    Thanks for Everything.........

  • List service tickets and activities by Business Partner

    Does anyone know of a function / BAPI that can be passed Business Partner ID and list all Service Tickets and activities associated with it.  Many thanks

    The only FM I found list the order guids and is CRM_BUPA_READ_ORDER_OBJECTS.
    I would advise you to pass the date from and to as well, else this might create performance problems.

  • Service Ticket and "End" Button

    Hi all,
    I have the situation in which the agent makes a mistake (unintentionally) creates a follow-up activity (Service Ticket). . This Srv Tckt is created as the agent clicks u201CEndu201D and will always be in the activity and it cannot be deleted.
    Any idea?
    Regards,
    Carol

    Hello Carol,
    In CRM 2006s and CRM 2007 you can use a new configuration option that provides a popup dialog box at end contact showing all items from the activity clipboard. You can then select and remove any items that you don't wave linked (saved to) the interaction record.
    In CRM 2006s and CRM 2007 you also have a new button called "cancel" inside the business transactions that allows you to cancel a newly created (but not yet saved) transaction. (After the transaction has been saved the cancel button will revert any saved changes, but does not delete the existing document).
    In CRM 2005 and below, the only (default) option is to give a new status to accidentally created orders such as "inavlid", "to be archived", "accidentally created" or so on.
    Warm regards,
    John

  • Auto-open 'Completed' Service ticket based on tracking text in email...

    When sending out e-mails we embed a so called tracking number into the end of the e-mail text saying something like:
    DO NOT DELETE ***
         Ticket No. [[1234567]]
    DO NOT DELETE ***
    This is pretty common, I believe, and how this is achieved is documented in a number of places.
    However, if a client responds to an old email containing a tracking number then the e-mail is attached to a 'Completed' service ticket, but the agent responsible will not be aware of this as it might not show in their Inbox.
    An agent regularly tracks new e-mails so will pick up on this, but then has to re-open the service ticket before the agent responsible (ususally another agent) can see it and respond.
    What I would like to achieve is to automatically have ERMS re-open the service ticket that the new e-mail is assigned to. In this way the agent responsible will be notified immediately and there is no manual intervention required, as such.
    Has anyone done anything like this before?.
    With regards
    Gary King
    Edited by: Gary King on Nov 17, 2009 5:03 PM

    Hi Gary,
    We have done something very similar to this. Here is how we achieved it:
    1. Create your own class using the standard Action Handling classes as a guide (you can find these in SPRO: Customer Relationship Management > E-Mail Response Management System > Service Manager > Define Service). You need to use Interface IF_CRM_ERMS_SERVICE.
    You can retreive the Service Ticket number from the Fact Base as follows:
    service_manager->factbase->get_by_xpath( '/parts/context/stkt/number/text()' )
    You then just need to get the guid and run the following two function modules to update the status of the Service Ticket and save:
    CRM_STATUS_CHANGE_EXTERN_OW
    CRM_STATUS_SAVE_OW
    2. In SPRO: Customer Relationship Management > E-Mail Response Management System > Service Manager > Define Services create your own custom Service with Service Type Action Handling and reference the Class you created.
    3. in SPRO: Customer Relationship Management > E-Mail Response Management System > Service Manager > Define Repository under Context ERMS add a new Action and enter the Action Service ID created previously.
    4. Amend your default ERMS rule policy in the Rule Modeller, and add a new rule with the new Action based on any conditions you want to use.
    5. Before testing first run program CRM_ERMS_REGEN_RULES to regenerate your rule policy (you need to do this if the repository is changed)
    Hope this helps,
    Sam

  • Automation of service ticket  creation using RFC

    Hello Friends,
    Here is our new requirement.
    In general, in HR team , a manager / employee will perform an action that triggers a workflow in ECC. Then they will call an agent in CRM to raise a service ticket for that. Our requirement is to automate this generation of service ticket when the manager/employee performs an action.  But sometimes CRM system will be down. so at that time we need to save the data and create the service ticket when the system becomes active.
    Approach:
    The workflow will have a method(custom enhancement) that updates a custom table in ECC.
    We(CRM) have to develop a RFC function module to read the data from ECC and update it in the custom table of CRM.
    we have to create a program to loop the data from custom table and create a service order/ticket by using a function module.
    As of now the process looked good.
    1. But we don't see any link between the record in the custom table and service ticket generated. we cannot compare the service ticket and from which record it generated?
    2. After using RFC we read the data into CRM custom table. How do we compare both the tables and delete the ECC table as soon as the CRM tables is updated?
    3. when the service ticket failed to generate we should update the field in the custom table (CRM), the number of failures
    Please help me .....Suggest me if there are any other approaches?

    For question 1 look at the attachments in oss note 940882 Frequently Asked Questions about ERMS
    a mailform can be used but is not required.
    For question #2, John Burton wrote an article in CRM expert a few years back that explains this concept well.  The email coming into the agent inbox doesn't create the ticket until processed but his article explains how it can and give and auto repsonse to the sender with the ticket number attached.

  • Is there any to recover CRM service ticket from BDOCs

    Dear SDN team,
    Some service tickets were deleted from our CRM system when I was re-processing BUS_TRANS_MSG type of BDOCs. Right now these BDOCs are kept in our CRM system in "Not Final" / "Intermediate State". The BDoc State Description is "After qRFC step(intermediate state)".
    Is there any way to recover these deleted service tickets from BDOCs ?
    Thanks,
    Shirley
    Edited by: shirley ren on Sep 4, 2010 5:07 PM

    Hi,
    Can you let me know how the Service Tickets got deleted when you reprocessed the BDOCs? Did you deleted those BDOC's? I created a Sales Order in my system and tried reproducing the same scenario. But, Re-Processing wasn't deleting the Sales Orders. You can still navigate to the Service Tickets by double clicking on them and then you can see them in the Classic and Bdoc Ext. data.
    I will also try to replicate the scenario. But let me know if you come across any more details. Also, any one order document should not be deleted from the system. It should be archived and then can be deleted after a long time. So, you can also check out with the basis consultant as to get these archiving strategy. Then you can retrieved these lost documents.
    Hope this helps.
    Thanks,
    Samantak.

  • CRM 5.0 Incoming Email - Creation of a Service Ticket

    Hi Gurus
    For an incoming email I've managed to configure ERMS to create a Service Ticket.
    A number of values are however not correct or missing entirely.
    Is it possible to correctly populate the Multi-Level Categorization for the Service Ticket and if so how.
    Many Thanks in advance
    Regards
    Panduranga

    Hello Panduranga,
    We've implemented a requisite very similiar to yours in version 4. We've created a new class, to a new ERMS service, to be added in our ERMS profile manager.
    The way we filled the service ticket categorization was by doing the following:
    Each node at category modeler must be associated to a subject code (combination of technical fields katalogartcodegruppecode). So, all you have to do when you're creating a new service ticket is to indicate your subject code to CRM_ORDER_MAINTAIN importing parameter: it_service_os.
    Something like this:
      ls_subject-ref_handle = gv_handle.
      ls_subject-katalogart = iv_katalogart. "KATALOGART
      ls_subject-codegruppe = iv_codegruppe. "CODEGRUPPE
      ls_subject-code = iv_code.             "CODE
      ls_subject-mode = 'A'.
      APPEND ls_subject TO lt_subject.
      ls_osset-ref_handle = gv_handle + 1.
      ls_osset-subject = lt_subject.
      ls_osset-subject_profile = lv_service_h-subject_profile. "YOUR SUBJECT PROFILE - TO GET IT USE FM CRM_ORDER_SERVICE_H_SELECT_CB
      ls_osset-profile_type = 'A'.
      APPEND ls_osset TO ls_service_os-osset.
      ls_service_os-ref_handle = gv_handle.
      ls_service_os-ref_kind = 'A'.
      APPEND ls_service_os TO gt_service_os.
      ls_input_field-ref_handle = gv_handle.
      ls_input_field-ref_kind  = gc_object_kind-orderadm_h.
      ls_input_field-objectname  = gc_object_name-service_os.
      ls_input_field_names-fieldname = 'CODE'.
      INSERT ls_input_field_names INTO TABLE ls_input_field-field_names.
      ls_input_field_names-fieldname = 'CODEGRUPPE'.
      INSERT ls_input_field_names INTO TABLE ls_input_field-field_names.
      ls_input_field_names-fieldname = 'KATALOGART'.
      INSERT ls_input_field_names INTO TABLE ls_input_field-field_names.
      INSERT ls_input_field  INTO TABLE  gt_input_fields.
    Then all you have to do is to use internal table gt_service_os as it_service_os at CRM_ORDER_MAINTAIN.
    Hope that this helps. If not, just write back and If I can, I'll help you
    Kind regards and good luck.
    Bruno
    Edited by: Bruno Garcia on Aug 21, 2008 3:20 PM

  • Service ticket process caters to multiple product scenario ?

    Hi All,
    We have an existing business process where in we use IC service ticket to trouble shoot customers problems.
    The process is
    a) Agent confirms the customer
    b) Agent registers the product or confirms the registered product.
    c) Agent creates the service ticket
    When a customer calls in with issues for multiple products then agent has to create multiple service tickets and customer has to remember multiple tickt ids in order to follow up.
    This leads to a bad customer experience.
    So is there any way we can have multiple products in service ticket? So that agent gives one single ticket id to customer and also agent maintains one single ST to track.
    We thought of using complaints,but its too risky for us to change the entire business process at this time.
    If we use service order then also the same since IC service order UI is same as IC ST ui,.
    Apart from customization is there any OOTB  way to deal this use case ?
    Thanks
    AMol

    Hi Amol,
    You can definitely add multiple products once the Service Order is created. However if your requirement is to confirm multiple products at the time of registration then it would require you to tweak a lot of code around confirm. Also, you will have make amendments to the UI on the Account Identification screen to handle this as well.
    I hope it helps.
    Thanks,
    Amrut

  • CRM 5.0 - IC WebClient - Service Ticket vs Service Order Navigation

    Hi Gurus
    Have any of you experts out there used the Badi: Navigation to Service Ticket and Service Order.
    This Badi is located at: SPRO->IMG->Customer Relationship Management
    ->Interaction Center Webclient->Business Transactions->Service Ticket
    ->Business Add-Ins (Badi)s.
    We are using Service Tickets only, yet when searching in the Inbox we locate our Service Ticket Transactions, when we select the Transaction it opens in Service Order view, not Service Ticket view.
    My understanding is that this Badi can resolve the issue, does anyone have an example of the code they've used in this Badi to force navigation to the Service Ticket.
    This is highly critical to our implimentation, therefore maximum points for the right answer
    Many Thanks
    Panduranga

    Hi Panduranga ,
    Here is a method in BADI.
    pay attention that's only one BADI can be active so deactivate default BADI.
    method IF_EX_CRM_ICWC_SERVICE_NAV~NAVIGATE.
        case iv_process_type.
         when 'TSVO'.                                           "#EC NOTEXT
    * navigate to Service Ticket
           rv_navigation_link = 'ServiceToSrvTHead'.            "#EC NOTEXT
           return.
         when 'ZTSV'.                                           "#EC NOTEXT
    * navigate to Service Ticket
           rv_navigation_link = 'ServiceToSrvTHead'.            "#EC NOTEXT
           return.
    *    when 'WRS1'.                                           "#EC NOTEXT
    * navigate to WebRequest
          when others.
    * navigate to "normal" Service Order
            rv_navigation_link = 'ServiceToServHeader'.         "#EC NOTEXT
            return.
        endcase.
    endmethod.
    Good Luck
    Eli Steklov
    <b>Please Reward Points if it Helps </b>

  • Service ticket in servicepro profile

    Hi experts,
    I'm working with CRM 2007 and I want to know if is it possible to use service ticket in servicepro profile? How can I do that? The service ticket is only for "IC" profile?
    Best regards,
    Caíque Escaler

    Hi
    Service Ticket UI component as you mentioned is only available in ICWebclient Profile. In WebUI it is possible to  open any transactions in any UI components related to transaction because they all follow the same BOL model. ie Service Ticket can be opened in UI compoent for activity, Service Request etc..
    I have worked on a scenario where Service Ticket was opened in Service Request component. FYI, SAP recommends migrating from Service Ticket to Service Request.
    To open Service Ticket in Service Request framework (SRQM_INCIDENT_H). You have to do the following
    a. Search.
        It depends on if you are planning to use Service Request search or Worklist. In either case you will have to implement the BADI (Enhancement Spot) ES_CRM_RF_Q1O_SEARCH. This implementation is done so that instead of service Request you search for Service Ticket and return the guid.
    b. Display
      To display the Service Ticket in Service Request framework, you have to call dynamic navigation with selected entity and the UI component in the event handler on selecting item in the result list.
            CALL METHOD cl_crm_ui_descriptor_obj_srv=>create_entity_based
              EXPORTING
                ir_entity           = <ls_recent_object>-entity  "Reference to Service ticekt
                iv_ui_object_type   = <ls_recent_object>-object_type " UI Object type for Service Request
                 iv_ui_object_action = <ls_recent_object>-action
              RECEIVING
                rr_result           = lr_descr_object.
          CATCH cx_root.
        ENDTRY.
      ENDIF.
      IF lr_descr_object IS NOT BOUND.
        RETURN.
      ENDIF.
      CREATE OBJECT lr_coll TYPE cl_crm_bol_bo_col.
      IF lr_coll IS BOUND.
        lr_coll->add( lr_descr_object ).
        lr_window ?= me->view_manager->get_window_controller( ).
        IF lr_window IS BOUND.
          lr_window->call_outbound_plug( iv_outbound_plug   = 'navigate' "#EC NOTEXT
                                         iv_data_collection = lr_coll ).
    c. Recent Edits
    You will need to force Recent eidts also to save appropriate UI component in CRMD_SHORTCUT Table otherwise it will open in ICWebclient UI compoent. Check UI Component CRM_BSP_RECOBJ
    You can also open service ticket in Service Order component. You will need to manually call the Time Reporting views whcih are are available in ICWebclient ptofile.

  • IC webclient existing service ticket display

    Hi, I need to display the number of open service tickets for selected product for current business partner and alongwith this, to show details of first open service ticket. I have managed to meet the first requirement but have no clue about how to display the open service ticket. The service ticket link on navigation bar always creates a new service ticket and it seems does not have any provision for opening an existing ticket. Pl. help.
    Thanks.
    vishwas arya.

    Hello Sudeep,
    I could not find much info at copy controls.it would be great if you can let me know the process flow of service ticket management.
    regards,
    kitcha

  • Service Ticket: Search using Inbox & My Worklist in IC WebClient

    Dear Gurus,
    When I create a Service Ticket in the IC WebClient in CRM 5.0 and save it, the system generates a Transaction Number which I can then search for by using Interaction History, Inbox and My Worklist.
    When I search using Interaction History, I select the relevant Service Ticket and the system takes me to an Interaction Record, and from there I can navigate to the correct Service Ticket.
    When I search using Inbox, the system takes me to a Service Order, which I do not believe is correct.
    When I search using My Worklist, the system also takes me to a Service Order, which I do not believe is correct.
    Any recommendations?
    Rgs,
    Alan

    Hi
    You can search service ticket from inbox ideally by entering the object ID in the agent inbox or you can also search for service tickets in interaction record which is an activity transaction type if you maintain the copy control for service ticket from interaction record then you can search for service ticket through the interaction record as well.
    refer to best practice link for the service ticket custimiseing settings for icwebelient
    http://help.sap.com/bp_crmv250/CRM_DE/index.htm
    Reward points if helpful
    Regards
    Dinaker vikas

  • Changes made to the service ticket are not being saved.

    Hi Gurus,
    Can anyone please help me out ?
    There is a problem while updating the service ticket and saving it.
    Its allowing the changes however when trying to "save " .  The "please wait" icon is displayed briefly indicating work has been saved. I then click on the "Service ticket" box to bring up the "Service Criteria" box in order to start the process all over again.
    When I go back and check the data of the "saved " S.ticket its is either partially saved or not saved.This is not  happening  to all end users of CRM  but one person and she is being doing this job for years.
    Please suggest what should be done.Early the better.
    Thanks to one and all,
    R.....

    You need to explicitly refresh the tables. In the Mapping Workbench, select or multi-select the tables you'd like to refresh, right click on them and choose "refresh".
    IF you are doing that, and not seeing the changes, then the most likely issue is that you are connecting to a different database and/or using a different JDBC login.
    - Don

Maybe you are looking for

  • Discoverer Query

    Hi, I have created a custom folder in discoverer by using the following query from Oracle 9i SQL: SELECT  TO_NUMBER(fv.BUDGET) as Budget  ,gab.ACTIVITY_50274 as Project ,gad.ACCOUNT_50297 as Category        ,fv.DESCRIPTION as DESCRIPTION   ,NVL(( TO_

  • External HDD not recognized

    I have a 1tb external hdd that i can't seem to find, on my desktop, in finder, in disk utilities or even the system profiler. it's got my 20gb itunes library and about 150 gigs worth of movies on it so i'd like to try to get it working again, without

  • Mail server has just stopped working. No errors in any log. Help!

    I am running OS X Server 3.0.2 on Mavericks 10.9.1. Today at around 14:30 my Mail server, which has been working fine for over a year and for nearly a month under Server 3.0.2 just stopped working! I have tried stopping and starting Mail in Server.ap

  • Why do old video snapshots occur instead of the photo i have took when i take a photo on my Ipad2?

    Basically, whenever i take a picture or a screen shot, the photo turns into an old video snapshot or an old image. The photo is correct in the thumbnail, but when i open it up to full screen, it changes. Help, please!

  • NEWSPAPER CLASSIFIED LAYOUT QUESTION

    We currently export our orders  from the accounting software to an OS X numbers spreadsheet and pull that data into our small newspaper layout for classifieds as text, then we have to manually re-format the data for underlines, bold, spacing, etc.. T