Add 3rd multiple categorization area to Service Ticket (SRQM_INCIDENT_H)

Hello,
in Service Process there are the multiple categorization areas Subject and Reasons available by default.
We want to add additional multiple categorization areas.
Five categories are available and added to our transaction type via:
SPRO -> CRM -> Cross Appl. -> Multilevelel Cat. ->Assign Transaction Types to Catalog Categories
But what we have to do in component SRQM_INCIDENT_H to make the new multiple categorization areas visible?
Thanks in advance & regards,
André

Add BTCATEGORIES Component as a Component Usage with the name simlilar to what has already been used (CUBTCategories_E) and then you can add a view area with this Usage.
Regards,
Harshit Kumar

Similar Messages

  • Service Ticket - Categorization Schema (Codes, Catalogs, Code Groups)

    I have a Categorization Schema (attached to a subject profile used as categorization for a service ticket in CRM 2007 IC)
    BMW
    --- 3 Series
    --- 5 Series
    --- Z4
    Mercedes Benz
    --- C Class
    --- E Class
    --- S Class
    I have
    Catalog - "Cars"
    Code Group "BMW" with it's Codes (2, 5, Z4)
    Code Group "Mercedes" with it's Codes (C, E, S)
    When I create the Schema each node asks me for a Subject Code. In the dropdown I get 2,5,Z4, C, E, S.
    How do I just get it to show the codes in the subject code dropdown relevant to either BMW or Mercedes?

    Hi David,
    I can easily relate to your concern as i was also involved with the same.
    Actually category schema will always give you list of all the codes because there is no heirarchy maintained. Hence , it is a one time activity wherein you will have to select the particular codes from the list of all codes for your schema heirarchy.
    I gave the description to my codes to make it simpler..
    ie..category 4 for me reads -->Cars-BMW-Z4
                                                  --->cars-MZ-C
    This is just a help so that you can easily reach your correct code from the list of codes to be assiogned for your category modeler
    this is one of the most laborious tasks, although it can be imported and exported.
    hope this helps
    Thanks
    Regards
    Raj

  • Call types ,service, category , Responsible group in service ticket

    Hi All,
    I have to  config Date as drop down to  1. Responsible Group 2. service ,3.category 4. call type in SERVICE TICKET on Web client .  
    can any body please tell me , where i have to do config to get data as drop down in service ticket .
    Thanks,
    Aravind.

    Hi Aravind,
    You can configure drop downs in service tickets using category modeler which is a BSP application.
    1. maintain categorization profile
    IMG Path: CRM>IC WebClient>Business Transactions-->Define Categorization Profiles,copy default and rename it
    2. Create subject profile
    Customer Relationship Management > Transactions> Settings for Complaints> Settings for Subjects> Define Subject Profiles,
    3. maintain the subject profile in ur service ticket
    4.you can add CRMM_ERM_CAT to your favourites.Here you will have to make a schema first and then maintain the application area as service ticket, maintain the correct subject profile,then you can create nodes and subnodes and define the drop down values.
    5. after doing this,remember to change the status to Released in the basic data tab page of category modeler application
    No you will be able to see the drop down values in category modeler

  • 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

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

  • How to send Service Ticket from CRM to Solution Manager.

    Hi all,
    at present we are creating service tickets relevant to SAP operations in our CRM instance and we plan to continue to do so.
    We also would like to forward these created service tickets to the Solution Manager Service Desk.
    There is functionality in Solution Manager to bind into an external service desk. However I believe this is only really relevant to binding in another Solution Manager - in any case, there is seemingly very little documentation about this available.
    Has anyone ever done this - sending service tickets from CRM to Solution Manager Service Desk? If so, could someone please let me know where I can find the documentation on that. Any help is much appreciated.
    Cheers,
    Wolfgang

    Hi,
    Use "Rule Modeler" for sending emails and also maintain "IF" condotions there.
    Regards,
    Ankush

  • Service Ticket - Project Management Add-on

    Background: We currently offer a third party e-commerce solution for our clients called Four51. Four51 is integrated into our SAPB1 platform. We provide comprehensive print managment and marketing fulfillment programs for medium and large sized organizations. ( We have 20 associates and about 6MM in sales - size perspective )
    1st Problem: In support of about 100 e-commerce sites for our end clients we receive multiple help desk request daily. We have found the B1 core does not quite fit the need to track help desk service request etc....
    2nd Problem: In addition to the help desk service ticket issue....we also have a scheduling requirement for our ebusiness group. Example: we have 4 site builds....I need to be able to track the estimated FTE hours to build 4 sites and then benchmark against project completed and actual FTE hours deployed.
    Sought solution: Is there a SAPB1 Add-on that will handle help desk service request...and project scheduling....integrated of course to my Business Partner data in B1.....and provide reporting etc....
    If there is not an Add-on is there a software solution that is recommended. Any recommendations or information would be very helpful.

    Hello Dan,
    have a look at the ProjectManagement-Addon Solution from german partner MARINGO. (www.maringo.de)
    They have a quite good ProjectManagement Solution and you get an Online Ticket Tool integrated.
    ralf

  • 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 4; Utilities Add On; Service Ticket; SLA

    Hello Experts,
    We are implementing CRM4, service industry with utilities add-on.
    We are using the service ticket for service request creation, applying the four tier classification of call types.
    Each call type has an SLA timeframe for completion.
    The SLAs are not product nor contract dependant - and only relate the the type of service stipulated in the service ticket.
    I have set up the date profile etc.
    I would assume that a dummy product and dummy contract will have to be created to invoke the SLAs but I am not managing to get the Service Ticket to see the response times.
    Please could you point me in the right direction? i.e. How can I create an SLA against each code (category; code group; subject profile)? (without using service contracts?)
    Much appreciated!

    Hi Tanya,
    We have got the escaltion time picking in the ticket via BADI.
    This BADI is called on Saving the ticket, which checks the code and then brings the code related SLa time form the response profile (which is also assigned to the product -Dummy one) and then checks for the Date profile date type date rule if any calculation is to be done it does that and then populates the times.
    I think the need for contract is arising only because in the dummy product master of contract type only we can attach the reponse profiles ...you can actually add the set type to your service product(Dummy) and then try this .I'm sure it will work .
    Works for us.
    Regards
    Raj

  • Steps to use Classification w service tickets- No categorization schema

    I have been searching SAP help  & SDN but no luck figuring what steps I need to do to use the classification in the Service Ticket.
    1. I used the category modeler to create a 2 level schema.
    1a. schema assigned to busines activity ticket in application area, parameter = subject profile, Value = ZACT00002.
    1b. status is released
    1c. in the categories I assigned to a catalogue / code group / code ZACT00002 (as set up in the IMG - Catalogues, codes, profiles)
    2 I assigned the DEFAULT categorization profile to my IC profile (has service allowed to 4 levels)
    3. I don't have a service product assigned but not sure I need one (nor know how to assign one)
    But when I confirm a BP, the error message > >>>
    No categorization schema assigned to application area (BUS_ACTIVITY, SUBJECT_PROFILE, ZACT00002)
    & go to service ticket, the classification field is still empty.
    Would appreciate if someone could tell me what I am missing.
    Edited by: Glenn Michaels on Feb 12, 2008 2:34 AM

    Hi Glenn
    The Status of the Schema should be active. You can set a Date & Time From (and To) which the schema is valid for.
    Normally the default from date is set for 24 hours time, which means you wait till the schema is active before you test, however you can change this, I usually set it to 10 minutes in the future.
    That is probably your main issue at the moment, once the Schema is "Active" you should have more luck.
    You will need to create a Product for "Service", called INVESTIGATION. Wihout this product you'll be dogged with product related errors.
    Before you create the INVESTIGATION Product you'll need to ensure a Hierachy and Category exist which the Product can belong to. I think the Best Practices guide will help you with this.
    If you get stuck further, drop another hit.
    Good Luck.
    Arden.
    Reward with points if helpful

  • Multiple ICWC sessions resulting in lost service ticket data

    Hi All
    I have an issue where an IC Agent is encouraged to work with multiple ICWC sessions to compare and copy/paste data from service tickets.  We have seen on multiple occasions tha the data in ticket A is overwritten (with ticket B data) when ticket B is saved.
    Has anyone come across this before?
    Thanks
    Mark

    Hi Mark,
    I suppose as per SAP multiple sessions are not supported if Communication Management Service is used.
    Please look at the last posting on the following thread.
    Can we have multiple IE in the same machine to access IC Webclient ?
    Therefore, in this case solution suggested by Glenn could be useful to you.
    Regards,
    Deepak
    Edited by: Deepak Ahuja on Jan 29, 2009 5:10 PM

  • What 3rd party companies are there that offer a photo printing service for ipad2 users? I suppose I am looking for a similar service to iPhoto on the MacBook pro but so far I've had no joy. I'm uk based.

    What 3rd party companies are there that offer a photo printing service for ipad2 users? I suppose I am looking for a similar service to iPhoto on the MacBook pro but so far I've had no joy. I'm uk based.

    Are these the kind of thing you're looking for:
    http://itunes.apple.com/us/app/lifepics/id323705153?mt=8
    http://itunes.apple.com/us/app/walgreens-for-ipad/id430444027?mt=8
    Matt

  • CDs with multiple artists are added to the library multiple times I want to be able to add the artwork to all.

    CDs with multiple artists are added to the library multiple times. Usually one has the artwork. I want to add the artwork to the others.  The instructions are inaccurate. I tried it several ways and it does not work.  How do I add the artwork shown on one of the albums to the other albums (same album, different artists)?

    Try Ethernet over Power adapters.. these are very popular for your kind of environment.. being able to make non-wireless link to another area where you can setup a wireless access point.
    Airport Express are not great for wireless power.. if you really have issues with wireless strength in a bad environment apple stuff is not the way to go.
    The comparison chart here.
    http://www.smallnetbuilder.com/lanwan/router-charts/bar/58-2_4-ghz-dn?see=P_F
    This is their worst test location you can also see averages.. the latest airport extreme.. is there a long way down.. and that is a much better wireless device than Airport Express.
    The Ubiquiti power AP is small cheap and designed for precisely this duty.. useless in an apple wireless network.. you will need to run ethernet or EOP adapters back to the main router.. but if the normal omni directional antennas don't provide enough signal you can get directional ones.. I suspect you can cover your whole apartment with a pair of these and high gain directional antenna.

  • 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

  • What line can I add to prefs.js (firefox v22) ensure that 3rd party cookies are allowed?

    I'm running a program with selenium and it was working fine, then I updated to firefox version 22 and now its throwing my error saying 3rd party cookies need to be enabled. Is there a line of code I can add to prefs.js in order to ensure that 3rd party cookies are enabled?

    Note that current Firefox releases have a new setting to accept third-party cookie from sites that you have visited before.
    *Always : network.cookie.cookieBehavior = 0
    *Never : network.cookie.cookieBehavior = 1
    *Visited: network.cookie.cookieBehavior = 3
    *Block all cookies: network.cookie.cookieBehavior = 2

Maybe you are looking for

  • Scanning multiple pages on hp officejet pro 8620

    where is the setting to make officejet pro print mulit pages?

  • How to change read-only status in excel

    I've got an Excel file on my desktop that I've tinkered with for months.  All of a sudden when I go back to reopen it, the message says, "The file may be read-only, or you may be trying to access a read-only location.  Or, the server the document is

  • FOP and XSQL problem

    Hi All I am using XDK 10 and FOP 20.5, see my previous post - it all works fine. However I have found a weird thing and that is that the .xsql file is executed twice when using FOP, but only once when using a normal XSLT stylesheet. Anyone else notic

  • AE7 Bridge shows no animation

    In AfterEffecs 7 - I go to "Browse Presets" then select e.g. "text", but do not see any animated display of what the effects do. Clicking on the icons brings the icon to the preview window, but all I see is the icon. Kindof stuck here... Any help? Be

  • VC models...BeX naming conventions

    Hello, I have a problem in VC...with naming conventions. The base Bex queries were not followed Naming Conventions and the VC models were completely designed based on the queries. Now the management had decided to move the content only with naming co