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

Similar Messages

  • Activity Generated in CRM  through an incoming Email

    Hi,
        Im new to CRM.Can anyone one help me in this issue.
        When an User sends a Email with HTML attachment to CRM System, an Activity is generated at CRM end.
    But when i try opening the Attachment in the Activity,it doesn't open.It works fine for Word Document and PDF attachments.
    Can anyone suggest me how this activity is generated when an email comes.Any processing steps or Configuration to be done.Need to know whether HTML format is Supported?????
    Thanks,
    Anuja

    Hi Anuja,
    You need to specify the transaction type to be created on sending the mail through campaign at the following:
    IMG -> MARKETING-> MARKETING PLANNING AND CAMPAIGN MANAGEMENT -> CAMPAIGN EXECUTION -> DEFINE COMMUNICATION MEDIUM. This will result in creation of activity.
    Regards,
    Deepak

  • Incoming email configurations, what is missing?

    I have configured incoming email settings in CA (System > Incoming email) and created SMTP service in Server Manager. I have also checked settings in IIS Manager > SMTP Virtual Server and set Properties > Access > Relay: Granted Access for IP
    addresses of the SharePoint server, despite "Allow any computer etc" is checked. I've allowed email in library and created email address.
    What else should be done? I've followed Technet instructions.

    Have you set up an MX DNS record for the domain portion of the email address (i.e. everything to the right of the @)?
    This record should point either to the SharePoint server running the SMTP service, or a mail server that can route mail to the SMTP service (if you're using Exchange this would be an SMTP Connector)
    Jason Warren
    @jaspnwarren
    jasonwarren.ca
    habaneroconsulting.com/Insights

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

  • Routing of emails with valid Service Ticket Tracking Text

    Hi Experts,
    System: SAP CRM 2007 (ERMS)
    If an email is send to the ERMS system with a valid Service Ticket Tracking Text, based on the rule:
    If
    Service Ticket Responsible Is Not Equal To ""
    Then
    Route to Service Ticket Responsible ( Route To (On Exception) = "" )
    The email can be routed to the Service Ticket Responsible of the Service Ticket or a default org.
    My requirement is to route the email with a valid Service ticket tracking text to the Responsible Org (Service Employee Group) of the Service Ticket.
    How can this be made possible. Can any one guide me with the Steps.
    Regards,
    Namita
    Edited by: Namita Singh on Jul 10, 2009 8:42 AM

    Hi Namita,
    I was trying to simulate your condition and i thought the following could be useful to you.
    You validate your tickets based on "Text" for them to be put into the ERMS --(Is it true?)
    and then you want the service ticket responsible org to be intimated about the ticket
    while selecting the action/parameters --> You will need to add the entry Route E-mail , this will give you the organization unit object .
    At the back end in the service manger profile the service id for this is -->AH_ROUTE and the class is CL_CRM_ERMS_AH_ROUTE
    There should be an enhancement written in this class for the identification of the Responsible org unit partner function org so that it gets identified as the org to be intimated about the ticket.
    The other way is to add the service FG_SVCTKT to your service manger profile(guess it should be the default one) so that then you can check for the Actions/parameters to assign the partner function holding the responsible org data.
    Hope this helps
    Regards
    Raj

  • 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

  • CRM 5.0 ERMS - Setting Priority, Due Date etc of Incoming Email

    Hi Gurus
    We've moved our incoming e-mail processing from a Non-ERMS set-up to an ERMS set-up.
    Previously we were able to assign the Priority & Due Date for Incoming Emails in Transaction.
    SPRO -> IMG -> Customer Relationship Management -> Interaction Center Webclient -> Agent Inbox -> Settings for Asynchronous Inbound Processing ->
    Define Receiving E-mail/Fax Settings
    Now with E-mails coming through via ERMS we have the following issues:
    Priority is set to Medium when we require High
    Due Date is set to 31/12/2099 when we require 24 hours from arrival into ERMS
    Responsible Group is Blank when it should be the assigned Org Unit.
    Is this something that is controlled throught the Rule Modeler, if so how?
    Maximum points for the correct answer here.
    Many Thanks in advance
    Panduranga

    Hi,
    Yes you have to do settings in rule modeler, please go through the following link for ERMS and rule modeler and if you are still not able to solve let me know.
    http://help.sap.com/saphelp_crm50/helpdata/en/83/0a94734da3439fabcd079cee3f3c72/frameset.htm
    Regards,
    Deepak
    I think you need to do these settings in Transaction CRMC_IC_AUIGNADR
    Edited by: Deepak Ahuja on May 14, 2008 4:15 PM

  • Auto Create service order from incoming email

    Hi,
    We have a requirement that we want to create service order with a default transaction type automatically from an incoming email. Also we want to route this service order to a specific service group on creation an above.
    How can we handle this? I know we can create a rule policy with an action to auto create a service order. My question is how do we set up that this service order is of a particular transaction type and has the default routing to the specific service group..
    Thanks
    Dan

    Hello Dan,
    You can specify the transaction type (for ERMS auto-created Service Orders/Tickets) via IMG configuration. In transaction CRMC_ERMS_SM_PROF you select the DEFAULT service manager profile and open the folder "Indirectly Called Services". Then you can specify the transaction type for each of the relevant service IDs: AH_CREATE_SO and AH_CREATE_SR.
    Best regards,
    John

  • Incoming Email not showing up in business context

    Hi,
    We route incoming emails through ERMS to a service org. Then through the inbox, we select email and click on 'interact' button to create a service ticket manually. We notice that email does not show in the business context during the interaction but shows up after we click the end button and come back and look at the service ticket again..This works for us in older CRM 5.0 release but is not working in CRM 7.0. Any pointers on the issue? How can we make the email to show up in the business context during the current interaction. Please note that we do not create a separate  interaction record for each interaction. Service ticket is our interaction record for interact purposes..
    Thanks
    Dan

    Hello Dan,
    Can you please check SAP note  1336278 :  ERMS not creating doc flow between IR and ST - Part II, this might help!
    Please award points if this pointer helps!
    Regards
    Lata

  • Incoming Email alert in interaction center

    Hello Experts,
    We are using CRM 7.0 interaction center. Please suggest the solution for below issues.
    Is there a way to display an alert(a popup) to agent about an incoming email assigned to his group or in coming email assigned.
    Also is there any possibility to display an alert to show about transactions assigned to him while agent working in interaction center.
    Regards,
    Shaik.

    Hello,
    Yes it is possible, but not using standard alerts though.
    You need to check rule editor to create own logic for retrieving the information to display as alert, and stock it into the fact  base.
    Then create an alert on this fact base attribute.
    Finally create, via IDI, a rule to display the alert.
    These are the basic steps for your need, you will find many example on SCN regarding IDI and alerts.
    Best regards,
    Sylvain AGUETTAZ

  • Notes not present in Activity " incoming Email"

    Hi guys,
    We are implementing « client side groupware » with outlook 2007 and experiencing at the same time some issues
    Iu2019m running:
    windows 7
    outlook 2007
    CRM 7.0
    Description of the problem :
    IN GUI
    The activity "incoming Email" is created and the email can be read in the notes area with english language
    In * WEBUI * the activity can be viewed but the notes area is empty
    Does someone have an idea ?

    Thanks for answering,
    The transaction used are copies of standard incoming email transaction 0004
    The process works fine if the activity created is viewed in CRMD_ORDER in the SAP GUI => Body of mail present
    In WEBUI, the same activity does not contain the mail's body
    Here's a link with some screen shots :
    https://docs.google.com/document/d/1IdfT8gN24l9zVKtMPEEKzfbVbDPHhcyZa_83dP58vLM/edit?hl=en&authkey=CMmCl7QG#
    Thanks in advance,
    Jeff

  • Incoming Email Subject Field length increase

    Hi,
    In CRM 7.0,I need to increase the incoming email Subject Field length ,When i try to modify UI configuration,Subject fields are not enabled for configuration (Other fields in the same screen are enabled for modifications)..
    Please give your inputs whether incoming email Subject Field length  can be increased? if so,this should be done at UI level or mail form?
    Regards
    Shan

    Hi Prasenjit,
    Thanks for your interaction and response.
    Actually I can to find out views and class details in CRM 7.0 by using F2 key..
    The UI component is CRMCMP_CCS_EML and view is CRMCMP_CCS_EML/MailBody. The implementation class is ZL_CRMCMP_C_MAILBODY_IMPL. Since all the page attributes are string, There is a context class ZCL_CRMCMP_C_MAILBODY_CTXT, But no context node (Like you mentioned type CN as in *CN00, *CN01) within page attribute.
    The main issue am facing here is that couldnu2019t figure out where to start the debugging for inbound mails where the subject field is truncated. I usually process inbound mails from SOIN transaction.
    Moreover subject field can have more than 40 characters in outgoing mail, but the inbound mail subject field limited to 40 character and rest of them truncated.
    Hope you understand my area of concern and provide me your input.
    Regards,
    Shan

  • Incoming Email not functioning

    Hi All,
    Our incoming email functionality is not working in the CRM workflow. The outgoing is working fine. When we tried to send through Business workplace, this is wht we are getting in the outlook:
    The following recipient(s) could not be reached:
    ggggggg.xxx on 10/5/2008 1:01 AM
    Could not deliver the message in the time limit specified. Please retry or contact your administrator.
    <hhhhhhh.xxx #4.4.7>
    Anykind of help will be appreciated.
    Thanks

    Yes the email is rejected by SAP.This used to work..it stopped from last 3 weeks...we thought might be problem in exchange and checked it..the screen shot given consists the user name which is entered in Inbound distribution in SCOT.  Yes the e-mail address is in the format userid@sapserver. I did not hear about processing class so50 but i found that there is an aesterik (*) entry in the recipient address. The way is tested is.. i went into SBWP T-CODE and sent email to the userid@sapserver and it bounced back into my outlook saying
    userid@sapserver*
                *Could not deliver the message in the time limit specified.  Please retry or contact your administrator.*
                *<aaaaa.yyyyyyy.xxx #4.4.7>*
    , Could you please guide me more on this.
    Thanks a lot

  • Create interaction record to an incomming email

    Hi Experts,
    We are upgrading CRM 5.0 to CRM 7.0.
    I am new to ERMS concept and i want to make settings to create interaction record with the incomming email.
    Could some can help me with the steps to achive the above fuctionality?
    Thanks in advance
    Regards,
    Babu

    Hi Arden,
    Thanks for the information.
    Now I am able to create interaction record for incomming email, but i have below concrens in this.
    1. How can i get the email subject as interaction record description? what are the seetings need to be performed for the same?
    2. How can i attach/append the reply of the email to original interaction record?
    Could you please guide me on above things?
    Thank you.
    Regards,
    Babu

  • Almost all incoming emails going to junk folder

    I've been using Thunderbird for a few months now with very few glitches. However, suddenly, it is putting almost all my incoming emails into the junk folder. I believe my junk settings are appropriately set. I have attached a screen shot of them. What I am doing wrong?

    Just to verify that its TB and not the server that moves the mail into junk, change destination of your junk to a local junk-folder.
    Then also disable adaptive junk mail control temporarily. To see if this is causing it.

Maybe you are looking for

  • Error in Label Printing

    Dear All, I am having problem with printing labels on a Zebra printer. The model of the printer is ZEBRA 220 Xi II . I have created a smartform for the label the functional guy have done all the configuration for the output type. My label seems to be

  • My passbook on my iphone 5 works the same as it did for the iphone 4, its not working like it should. why?

    my pass book on my iphone 5 does not work like it should, it works just the same as it did on the iphone 4, i tryed the date an time trick like 5 times an still nothing. i tryed factory reset an nothing. i know it workds different on the iphone 5 the

  • Delete overlapping requests in Cube

    Dear all, I need delete the requests uploaded in the previous day when transferring new request into Cube,and the system is BW 7.0,but I use 3.5 data source and infoSource. The issue is that when I

  • Can't get skype to work in other mac system accounts

    we have created multiple accounts on our imac and for some reason skype will only work on mine. Any ideas how to get it to work in other people's accounts? We all have basically the same setup. skype error message is about network access but I'm on t

  • Ipod not working: in need of SERIOUS help!

    Hi. Ocasionally my ipod freezes, so i have to wait untill my ipod dies, and recharge it. One day it froze, and while it was frozen i decided to charge it, and now it wont turn on. I tried everything; i held buttons, i flicked the hold button, and not