Category field in Service Ticket

Hi all,
CRM 5.0 ICWC
How/where can we see the categroy field in the ICWC service ticket.
Scenario : e mail service ticket will have category E-mail and Telephonic call service ticket will have TEL as the categroy .
CRM Online has the Category filed in the Service ticket transaction type Header.
Please help!
Full marks for good answer!
Regards
Raj

Hi Micha ,
I was able to add category to my Z_CRM_IC BSP application,now i have the runtime repository also defined for this .
I am currently trying out this
SrvTHead.htm
-->BTActivity  ->BTHeader.htm
<crmic:dropdownListBox
id                = "category"
width             = "100%"
table             = "<%= BTCATEGORY %>"
nameOfKeyColumn   = "CATEGORY"
nameOfValueColumn = "TXT30"
selection         = "//BTActivity/Category"
disabled          = "<%= BTActivity->GET_I_CATEGORY( ) %>" />
it throws process errors:
Method "GET_I_CATEGORY" is unknown or PROTECTED or PRIVATE.
any suggestions.
Regards
Raj

Similar Messages

  • New Fields on Service Ticket

    Hi Folks
    We are currently working on CRM 4.0. We have a new requirement where I need to add new fields to the Service Ticket. I added the new fields using EEWB and it works perfectly on SAP GUI. Now I need to add those new fields on CRM Webclient also.
    On the Service Ticket screen on webclient, we have a pusbutton. Upon clicking that button, a new pop up page will open which was a page created using 'Pages with Flow Logic'. Can you please explain the process to add my custom fields on this pop up page which were created using EEWB?
    I tried to create Context Node in that Page. But I couldn't create it.
    Any help would be highly appreciated.
    Thanks
    Hari

    Hi Hari,
    If you want to process ticket fields within the CRM 4.0 IC WebClient, I do not think it is a good idea to use an extra page with flow-logic. I suppose that the server will execute the extra page with flow-logic in a new HTTP session: which means that the changes that you do in memory in one session are not available to the other one, until you actually save changes to the DB. Only way to exchange data between IC WebClient and page with flow-logic would be on the client side, via javascript. Additionally, I would not recommend using popups, unless you manage to get them modal (i.e. they stay on top). Otherwise they tend to disappear behind the IC WebClient.
    I would suggest to remain within SAP's MVC design-pattern: Either you manage to show those new fields directly on SrvtHead.htm, and then it is just a matter to make the context node available, on which you have added the EEWB fields, or you create a new view to display only those fields separately (for example Z1_CRM_IC/SrvTSurvey) ; but this means some definition work in the runtime repository.
    You need to perform declaration of new objects in the runtime repository:
    - create a new page fragment (in my example: Z1_CRM_IC/SrvTSurvey) that you add in a redefinition of CRM_IC_All_Viewsets_wo_BUPA_and_Main.xml
    e.g.
    <ViewSet id="Z1_CRM_IC/SrvTSurveySet">
      <ViewArea id="SrvTSurvey" views="Z1_CRM_IC/SrvTSurvey"/>
    </ViewSet>
    - add your view to redefinition of StdWorkareaOccupation.xml
    e.g.
    ServiceView StdResp
                            CmgASearch CmgADetail CmgAAttrMore CmgAFullView CmgAFullLog
                            CmgAHierarchy CmgAClassification CaseANavigation
                            PaymMainViewSet PaymAssignViewSet ChangeHistorySet
                            MktIOViewSet PartOAViewSet Z1_CRM_IC/SrvTSurveySet
    Then you need to define an object link in runtime repository, to enable navigation from SrvTHead to your own view:
    - add new navigation link to redefined CRM_IC_All_NavLinks.xml.
    e.g.
    <NavigationalLink name="SrvTHeadToSrvTSurvey">
         <Source viewRef="SrvTHead" outboundPlugRef="outboundPlug"/>
         <Targets>
              <Target viewRef="Z1_CRM_IC/SrvTSurvey" inboundPlugRef="inboundPlug"/>
         </Targets>
    </NavigationalLink>
    Navigation links from SrvTHead to your view and vice-versa are invoked from the DO_HANDLE_EVENT method of the respective view controller.
    Hope you can use those ideas
    Best regards
    Walter

  • Where to Configure Service Ticket "Reason" & "Subject" field with new value

    Hi Friends - I am working on IC Webclient Service Ticket. I want to Configure the "Reason" field as well as the "Subject" field in Service Ticket with new Values as per our requirement.
    I could not find any Configuration object for the above mentioned customizing in the CRM > SPRO.
    Can you pls guide me where I can configure the same?
    Thanks in advance and warm regards
    Purnendu

    Hi Gert - Thanks a lot for your reply.
    I am using CRM 5.0. I just forgot that Categorization profile can be used for the same.
    I have configured the categorization profile for the same and its working fine.
    One more thing -
    I want to create an Appointment with Customer for problem resolution at the Customer Site. I want to assign Resorces to the Appointment so that the responsible resource is notified and sent to the Customer Site for Visit.
    Can you pls guide me on the same?
    Cheers
    Purnendu
    P.S. - Full reward points awarded.

  • WAN TO ADD SOME FIELDS IN EAN CATEGORY TAB" in Service Master.

    Dear Experts,
    There is clients requirment regarding EAN Category in Sevice Master. My actual  requirement is " I WAN TO ADD SOME VALUES  IN EAN CATEGORY  FIELD " in Service Master. Can some one guide me how can this possible. What are config is requires?
    I am waiting for reply. Thanks in advance
    Regards,
    Manzoor Ahmad

    Hope this link will help you
    Add a field in Material Master-QM view

  • Insert into duplicate entries--exception in service ticket scenario

    Hi All,
      I am facing small problem..
    1. I have property field in service ticket component ICCMP_BTSHEAD.
    2.I put some validations based on property .
    3.when user clicks on create service ticket it will create service ticket with PROPERTY field filled up with some value.
      if user clear that value and clicks enter
      again if user enters the some value in field and click on save  it leads to exceptions that is of type insert duplicates array..like that..
        when i checked in debug....for the above procedure the service ticket guid is there in some internal table twice..
      if i did nt dne the steps like above,..i.e with out making property field blank..then no duplicates..
    can any body through some light on this?

    OSS note resolved it

  • How to check Category is filled or not in Service ticket?

    I have requirement to check the category field (CAT_GUID) is filled with value or not.
    I would like to check this category field in the Badi zOrderSave of service ticket.
    How I can accomplish this issue?
    Your reply is appreciated.
    Banu

    Hi Banu,
    I understood that you have to check Category field.
    Please, "se"nd m"e an "e"mail" with a print screen highlighting the information that u need.
    caiqueescaler hotmail com
    Regards,
    Caíque Escaler
    Edited by: Caíque Escaler on Jun 23, 2010 8:34 PM

  • Service Ticket multi level category

    Hi
    We are in the process of extending our multi level categorzation for service tickets from 3 to 4 in CRM5
    But I realize that we have too many values to maintain in the code/code groups as well as category modeler and this is going to affect the response time, im talking of over 1000 values
    Is there a way for me to populate this new category 4 level with values direct from sort of table? I dont want this linked to my category 1,2,3 levels
    I thought that maybe theres a way for us to this instead of going EEWB and workbench route
    Please advise
    Thanks
    Krishna

    Hi Martin
    Multi-Level Categorization for Interaction Record is 100% completely possible.
    There is a snag however.
    In the Interaction Record you only get one field to view the category.
    So if you have say 3 tier category in your one field it would look like this.
    Kitchen equipment (Category 1)
    Cutlery (Category 2)
    Knives (Category 3)
    Forks (Category 3)
    Entertainment Equipment (Category 1)
    TV (Category 2)
    Widescreen (Category 3)
    Plasma (Category 3)
    Hifi (Category 2)
    Not so loud (Category 3)
    Really loud (Category 3)
    (There would be indentations between each level but is too hard to format within this interface)
    It looks really naff and doesn't take long before you start running out of space.
    It's fine of you have a handful of categories, but it just wasn't useful for us.
    We went with Service Tickets to 3 levels. SAP Standard will allow up to 4, plus customizing you can go to 9 I think.
    Each Category fits in it own field so very readible.
    Hope this helps
    Regards
    Arden

  • 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 Service Ticket - Item Category error - IC Webclient

    Hi
    Once I confirm the customer account, I click on "Service Ticket".
    I'm getting the following error "No Item Category could be created". I've taken a look at a few of the Item Category Groups & Usages and none of them appear to be exactly related to a Service Ticket. I  believe this maybe the issue.
    Would anyone have some guidance on this.
    Points will be awarded for the right info.
    Many Thanks
    Arden

    Thanks Johnny
    Do you know if this resolves the issue with the creation of the Service Ticket or does it just make it easier to link the Header & Item Level attributes.
    Points awarded
    Regards
    Arden

  • How to make the CATEGORY field mandatory in the SMIN Support Ticket in test management?

    Hi,
    how to make the CATEGORY field mandatory in the SMIN Support Ticket in test management?
    Rg,
    Karthik

    Hi Kamal,
    This note steps will no validation that the user actually enters a value and the message will be created even if this 'required field' is left blank.
    Any other way to validate the enter a value also?
    Rg,
    Karthik

  • Copy Service Ticket Description to Interaction Record Description Field

    Hello All,
    I have a requirement to copy the Service Ticket description to the Interaction Record description field on save of the Service Ticket.
    Please let me know how to do this in CRM 2007 New Web UI.
    Thanks & Best Regards,
    Lakshminarayana

    With CRM 7 this problem won t exist anymore...

  • Service Ticket "Priority" Field...

    I have a question about changing the Priorities in the Service Ticket Header Overview.
    The only place I have found so far that changes these is under:
    SPRO > CRM > Transactions > Settings For Activities > Maintain Categories, Goals, and Priorities > Maintain Priorities of Dates.
    It appears though, that when the priorities are changes here, that it changes the priorities not only for the CRM Service Ticket, but in Solution Manager as well.  Aren't these supposed to be separate?

    Dear FSCHU,
    Please kindly try doing this in your SPRO
    SAP Solution Manager Implementation Guide
    - SAP Solution Manager
      - Scenario-Specific Settings
        - Service Desk
          - General Settings
            - Define Transaction Types
              -> Assignment of Business Transaction Categories
                -> BUS2000126 Business Activity
                  -> Customizing Header
                     => Priority
      Hope it helps.
    Regards
    Amit

  • CATEGORY field in SLFN Support Ticket

    Does anybody know how to make the CATEGORY field mandatory in the SLFN Support Ticket

    Hi,
    As said in the previous thread you can do it through abap coding.
    you can make the category field mandatory by putting validation in the related BADI in the CHECK_BEFORE_SAVE interface.
    we have implemented the same for SDCR.
    giving you the sample code which we implemented for status.
    IF ( lt_user_status-status EQ 'E0001' OR lt_user_status-status EQ 'E0007' OR lt_user_status-status EQ 'E0008' )
                     AND lv_crmt_activity_h_wrk-category IS INITIAL.
                  CONCATENATE 'Please enter the value in Category field.' 'Please double click to change on any approver field'
                  INTO l_message SEPARATED BY space.
                  MESSAGE l_message TYPE 'E'.
                ENDIF.
    Hope this will help you.
    Tripti

  • 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

  • IC WebClient_Field Classification in service ticket

    Hello,
    We're implementing CRM 4.0 with the "Interaction Center WebClient" (SAP Portal) and the transaction "service ticket" (we use for transaction type TSRV as a basis, and copied it in ZSRV). In the portal header data of our "service ticket", there is a field "Classification", which we would like to customize with values.
    => Problem: we cannot find any corresponding entry in the CRM IMG Customizing for this filed "Classification".
    Does someone have an idea?
    Thanks a lot,
    Regards,
    Nad

    Hi
    for classigication fileds  you need to use category modler pcui based application from transaction code crmc_pcuitools and select
    CRMM_ERM_CAT as option and click on executre button
    then you will find the pcui based category modler view select new button and define the new schema there by selecting the node and subnodes in it assign the codes  from subject profile for each label define labels for each node assignthe subject profile under the application area of schema and select the future date and time to activate the schema and release the schema set time 10 min future date andtime and go back to crm_ic transaction open the service ticket transaction u will see the dropdown values at 4 levels appear there
    please do reward points if helpful
    regards
    Vikas

Maybe you are looking for

  • ICal suggestion

    I would like to make a suggestion to iCal. in Month View of Calendar, there is no Weeks of the year. For example, November 17th~23rd is the 42nd week of the year. Can Apple add this info at the side of Calendar? Much obliged.

  • Why is the formatting missing from my html page created from a template?

    Hi All! Hope you can help me. I've created a new template in dreamweaver - all good. When I preview the template page in a browser everything looks perfect. But when I create a new html page from that template, even though the page looks perfect in d

  • Credit Block at delivery

    - I create a sales order and credit limit exceed then system will give me warning about credit limit and allow me to save it. - Now If I directly go to VL01N then system will not allow me to create delivery. - if i release sales order using t-code vk

  • Alternative to PBR on ASA5510

    We have an ASA5510 with a backup ISP connection protecting our corporate network.  I also have a mail server and I would like to route SMTP traffic over the backup network.  I realize that the ASA5510 does not support PBR, but I also know that I can

  • HT4796 Can you transfer files from a window based back up hard Drive to a mac ?, example word files , iTunes, picture files thanks

    Can you transfer files from a window based back up hard Drive to a mac ?, example word files , iTunes, picture files thanks