SAP CRM WebUI : End Button Interaction Center

Hi to eveybody,
is it possible to remain in the same page (for example in CSR detail) when the "END" button is being pressed on interaction center?
Now the system returns to main page and deletes all history.
Is it possible to make this in SPRO transaction or in other ways?
Thanks in advance.
Regards.
Dario.

Hello, Dario.
So there is a class CL_CRM_IC_AUTO_NAV2. It's preloaded when the agent logins to CRM. In a view CRMV_IC_APP_COMP you can maintain which classes are preloaded. This class is for AUTONAVIGATION component.
Take a look at it. It subscribes for some IC events in IF_CRM_IC_COMPONENT~INITIALIZE. For instance, for interaction_ended event. And it handles this event in method HANDLE_INTERACTION_ENDED. There is a code which makes default navigation:
if me->end_descr_object is initial.
   TRY.
      iv_nav_srv->navigate_to_default( ).
     CATCH cx_root.
   ENDTRY.
endif.
You may try to copy this class to your own, then comment this block in your class and subsitute standard class with your own in CRM_IC_APP_COMP.
Hope this will help.

Similar Messages

  • SAP CRM WebUI : End Button Interaction center (and account CONFIRM)

    Hi to everybody,
    is there a function , or bapi , that performs the same steps of "END" button on interaction center?
    I need to display data of the account selected and not the account confirmed.
    At last,is there also a function to confirm an account without using the standard button on "Account Identification" view?
    Or have i to degub the standard code directly?
    Thanks in advance.
    Regards.
    Dario.

    Hello, Dario.
    So there is a class CL_CRM_IC_AUTO_NAV2. It's preloaded when the agent logins to CRM. In a view CRMV_IC_APP_COMP you can maintain which classes are preloaded. This class is for AUTONAVIGATION component.
    Take a look at it. It subscribes for some IC events in IF_CRM_IC_COMPONENT~INITIALIZE. For instance, for interaction_ended event. And it handles this event in method HANDLE_INTERACTION_ENDED. There is a code which makes default navigation:
    if me->end_descr_object is initial.
       TRY.
          iv_nav_srv->navigate_to_default( ).
         CATCH cx_root.
       ENDTRY.
    endif.
    You may try to copy this class to your own, then comment this block in your class and subsitute standard class with your own in CRM_IC_APP_COMP.
    Hope this will help.

  • I can attach an image to SAP CRM WebUI but was not able to view it

    Dear Experts,
    I was trying to attach an image document to SAP CRM WebUI through cl_crm_documents (Method :- create_with_table) by passing the binary value.
    I receive a string value for the image from IOS team and I convert the same to Xstring and binary in the code. And pass the binary value to the method "create_with_table".
    And I could see the document gets attached. When I try to open the same. The image looks like a small cross bar(i.e :- As if we try to open an unsupported file format.) Though I tried passing both jpeg and png files.
    On the other hand, when I try to attach the same image manually in WebUI. I could view the attached image perfectly. Please find the below code snippet I have used.
    Help me out in getting it resolved.
    CONCATENATE it_flup_gen2-or_img_faci_desc '.pdf' INTO ls_file_access_info-file_name.
    * Convert string to Xstring value for FACI Image
       CALL FUNCTION 'SCMS_STRING_TO_XSTRING'
         EXPORTING
           text     = it_flup_gen2-or_img_faci
           mimetype = 'application/pdf'
         IMPORTING
           buffer   = lv_faci_xstr
         EXCEPTIONS
           failed   = 1
           OTHERS   = 2.
       IF sy-subrc = 0.
         CALL FUNCTION 'SCMS_XSTRING_TO_BINARY'
           EXPORTING
             buffer        = lv_faci_xstr
           IMPORTING
             output_length = lv_len
           TABLES
             binary_tab    = lv_file_content_binary.
    * Assign file properties
         ls_file_access_info-file_size  = lv_len.
         ls_file_access_info-binary_flg = 'X'.
         ls_file_access_info-file_name = ls_file_access_info-file_name.
         ls_file_access_info-mimetype   = 'application/pdf'.
         APPEND ls_file_access_info TO lt_file_access_info.
    * Assign business object
         ls_business_object-instid  = lv_guid.
         ls_business_object-typeid  = 'BUS2000125'.
         ls_business_object-catid   = 'BO'.
    ** Fill property values
    ** Get the unique name for the Attachment
         ls_properties-name  = skwfc_prop_relative_url.
         ls_properties-value = it_flup_gen2-or_img_faci_desc.
         APPEND ls_properties TO lt_properties.
    ** Get the decription and title
         ls_properties-name  = skwfc_prop_description.
         ls_properties-value = it_flup_gen2-or_img_faci_desc.
         APPEND ls_properties TO lt_properties.
    ** Get the document mime type
         ls_properties-name  = skwfc_prop_mime_type.
         ls_properties-value = 'application/pdf'.
         APPEND ls_properties TO lt_properties.
         ls_properties-name         = 'LANGUAGE'.
         ls_properties-value        = sy-langu.
         APPEND ls_properties TO lt_properties.
       ENDIF.
    * Creating a document with provided data
         CALL METHOD cl_crm_documents=>create_with_table
           EXPORTING
             business_object     = ls_business_object
             properties          = lt_properties
             file_access_info    = lt_file_access_info
             file_content_binary = lv_file_content_binary
             raw_mode            = 'X'
           IMPORTING
             loio                = ls_loio
             phio                = ls_phio
             error               = ls_error.
         IF ls_error IS  INITIAL.
           CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
             EXPORTING
               wait = 'X'.
         ENDIF.
    regards,
    Sabarinathan

    Hi Deepika,
    Thanks for the response. If you go through my code snippet I have given, I have already mentioned the mimetype as "application/pdf" for pdf document and used the same in my coding. It still doesnt help out.
    regards,
    Sabarinathan C

  • Is it possible to use variant configuration (with a Non-SAP solution) when creating ERP sales orders in SAP CRM WebUI

    Hello,
    our customer plans to use a Non-SAP solution for variant configuration (Camos) in SAP ERP (ECC 6.0) and in SAP CRM 7.0 EHP1 as well.
    ERP sales orders (and ERP quotations) should be created in SAP CRM (CRM WebUI).
    Is it possible to use variant configuration (with an external variant configuration tool) when creating ERP sales orders and quotations in the SAP CRM WebUI or do we have to implement SAP IPC for this?
    Thanks in advance.
    Regards,
    AEV

    Dear AEV,
    I think LORD (lean orders) should work with variant configuration as well. In the note 1236015 there is not restriction listed. However you need lord2 activated in ECC, and ECC system should be on EHP4.
    Best regards
    Rene

  • CRM V5.0 in Interaction Center Webclient

    Hi all,
    In CRM V5.0 in Interaction Center creation of Service ticket want to make changes in the Work Space.(T.code SE80)
    o     Reason Field
         Can “Reason” be changed to “Origin” with the following values in the drop down:
    •     Ticket
    •     Phone
    •     Voicemail
    •     Email
    •     Walk up
    •     Fax
    •     Pager/Home
    o     Subject Field
         Can we change values in drop down to
    •     Hardware
    •     Software
    •     Security
    •     Other
    Kindly respond ASAP..
    Regards,
    Ravi

    Solved

  • Object id for opportunity is created  through se38 but that object id doesnt exist in sap crm webui

    Hello All,,
      i am creating  an opportunity from report program (se38) using fm bapi_opportunity_createmulti.
    object id is  created successfully without any error .
    but that object id does not exist when i am giving that object id to sap crm .
    please help me out what i am missing or what happen.
    Ahmad....

    Thanks Arden now its  creating i left logical keys and handle in my  FM modules.
    but i am getting eroor which i have attch please tell me how can i do this .

  • CRM 5.0 Employee Interaction Center installation

    We  have CRM 5.0 . Do we have to install anything in particular to  EIC. Also What are IMG task specific to EIC?
    Any help in this regards will be highly appreciated.

    You need JRE Version between 1.4.2_02 and 1.4.2_09. Any version below the lower value or above the higher value would not be accepted by the installation and this message would pop-up. If you have any version within the above specified range and also a higher version like 1.5, it is recommended to uninstall 1.5 version before proceeding with the installation. Once uninstalled, you need to restart your machine and then try the installation. If the error recurs, then right click on the 5.0 InstallationAssistant.msi which can be found under the Mobile_Client_Installation folder and select the option Uninstall. Select Yes on the prompt that appears next. This should uninstall the old version of the installation package from the machine Then you could start the installation once again by running setup.exe.
    I hope this helps.
    Best Regards,
    Niranjan
    P.S: Reward points would be appreciated.

  • ERROR Using Interaction Center

    HI:
    I have a little situation...
    When i go into de interaction center, when i use the application area for searching a BP and choose the one i´m looking for and press enter apears an error like these:
    Internet Explorer Script Error
    Error: "document.FORM1.REGION" is null or not an objetct
    Code: 0
    URL: about.blank
    i HOPE SOMEONE CAN HELP
    REWARDS

    Hi ,
    I am having issues launching the SAP CRM 5.0 web interaction center with IE7. I have this new laptop configured on XP and IE7. 
    Do you have any solution for the problems?Pls let know if any.
    BR
    Survee

  • CRM WebUI frequent lags

    We're experiencing frequent SAP CRM webui lags, and when this happens, the  webui buttons suddenly stops working. (e.g. the user can no longer End the call).
    SAP CRM webui works smoothly everyday. then after several days, usually in the morning, it suddenly hangs and stops working, after a few minutes and several log in/out attempts. the webui is up again.
    Is there a way for us to isolate the cause? Do you any suggestion to help us identify the cause and eventually solved this issue?
    As informed by our Network Admin, there is no significant lags in the network. therefore its not a network issue.
    Thanks.

    Hi Harshit,
    I forgot to mention, this happens simultaneously in 20 users of SAP CRM.
    They were able to login in their CRM, take in calls then after while the CRM suddenly hangs and nobody from them can click the WebUI buttons.
    Does this have something to do with Java VM?
    Thanks,
    Carol

  • SAP-CRM - Auto Confirmation of Contract Account from IVRS to SAP-CRM IC Web

    Hello Experts,
    In Our Projects we are Using SAP-CRM Web Client for Call Center Processes. AVAYA is a Third Part agency which have developed the IVR system for handling the Consumer Calls. We have Developed BAPIs which will fetched data from SAP based on Contract Account entered by Consumer on IVRS. AVAYA have developed the CTI Pop-Up also which have several Consumer Details along with CA. Now Client wants that CA , entered by Consumer on IVRS, will be autoconfirm to CRM - Web Client. If anyone have any document for doing all these setting please share with us & Provide us guidelines...
    Regards,
    Abhishek Chopra

    Hello Abhishek.
    You can refer to [Note 707104 - Account identification from attached data|https://service.sap.com/sap/support/notes/707104]. It describes how to set autoconfirmation based on CAD.

  • CTI - SAP CRM & SAP BCM: ANI does not work in SAP standard

    Hello Experts,
    our customer wants to work with a CTI in SAP CRM WebUI Role (Non IC; CEBP).
    For the CTI the SAP CRM 7.0 (on HANA) and SAP BCM where itegrated.
    We are using the Slim Communication Toolbar as recommended by SAP.
    The Problem ist that the ANI (Automatic Number Identification) does not work.
    The Callers Number is not identified. Function Module BUPA_SEARCH2 is not called.
    No Changes were made in this area. We are completely using the SAP standard.
    Has anybody experienced issues related to this one?
    It would be great if somebody could give me some help and/or information!
    Thank you!
    Kind Regards
    Martin Gaschk

    Hello Andrei,
    the issue was solved by SAP.
    The relevant startup component for ANI in the CMS integration profile (Tx CRM_IC_FW_PROF) was inactive:
    Component:
    BUSINESS PARTNER IDENTIFICATION
    Class:
    CL_CRM_IC_FW_BP_SEARCH_SRV
    Thanks for your support!
    Kind regards
    Martin

  • Need a Doc for Case Management-Interaction center

    Hi all,
    I need a SAP doc for Case Management-Interaction center.
    Please send me on [email protected]
    Will surealy get points .
    Nice weekend

    Hi Babu,
    Please check the following SAP Help link:
    http://help.sap.com/saphelp_crm50/helpdata/en/89/c5be40d7e4cc38e10000000a155106/frameset.htm
    Hope this helps,
    Kind regards,
    KZ

  • Forwarding of service tickets in Interaction Center R E W A R D  P O I N TS

    Hi CRM gurus,
    I'm working on SAP CRM 2007 with Employee Interaction Centre (EIC) service scenario.
    I need to fulfill the following requirement:
    in the call centre, there are two groups of agents. From the Inbox, an agent of the first group has to be able to see the Service Tickets assigned to his group and he can decide to forward a ticket to the second group.
    The organizational structure has been maintained in SAP CRM and there is no link with R/3.
    With the PPOMA_CRM I've created an Organization with two Offices and I've assigned the employees to them.
    ex.
    SORG.001 --> ID: O 5000001; Business Partner: <None>
        SOFF.001 --> ID: O 5000002; Business Partner: <None>
        SOFF.002 --> ID: O 5000003; Business Partner: <None>
    When I define Forwarding Profiles, with the transaction CRMC_IC_AUI_FWD, I have to specify the receiving BP: the code I have to insert is not the ID of the Office, but the Business Partner associated to it. The problem is that I haven't been able to associate a BP. How can I do?
    I hope you can help me!!!
    Thanks in advance,
    Andrea
    I will  R E W A R D    P O I N T S

    Hi, I've tried to follow your indications, but I was not able to solve the problem.
    The settings in my system were:
    HRALX HRAC X Activate HR Integration
    HRALX MERID X Enter Integration Error in IDOC
    HRALX MSGRE 0 Recipient of Error Message When Creating BP
    HRALX OADBP Business Partner of Standard Address
    HRALX OADRE Address Necessary for Business Partner?
    HRALX OBPON ON Integration O-BP Activated
    HRALX OBWIG X Ignore Business Partner Warnings
    HRALX ONUMB 3 Business Partner Number Assignment (Org. Unit)
    HRALX OSUBG 01 Business Partner Subgroup (Organizational Unit)
    HRALX PALEO Log: Organizational Units in ALE
    HRALX PALEP Log: Employees in ALE
    HRALX PBPHR ON Employees Are Replicated from HR System
    HRALX PCATS Integration P-BP for CATS Activated
    HRALX PINAC Activate ALE Distribution of Inactive Employees
    HRALX PLEVE 3 Log: Detail Level of Error Messages (1 - 5)
    HRALX PNUMB 3 Business Partner Number Assignment (Employee)
    HRALX PQUAL Import Qualifications
    HRALX PRTON Log Active
    HRALX PSUBG ZE Business Partner Subgroup (Employees)
    HRALX PSYNO Log: Organizational Units in Dialog
    HRALX PSYNP Log: Employees in Dialog
    HRALX USRAC X Create Relationship to User
    The position HRALX-OBPON was already set with "ON".
    Deactivating the HR integration I'm able to create employees from the transaction BP in SAP CRM; but I'm not able to create Organizations with BP Role BUP004 (Organizational Unit)...
    What should I do?
    Andrea
    Edited by: Andrea Ricci on Apr 6, 2009 5:46 PM

  • Getting Interaction center as the default page on the SAP CRM 7.0 webui

    Hi,
    I have installed SAP CRM 7.0 and done all the basic things. I have assigned Sales Professional and Marketing Professional PFCG roles to my user in SU01. Now when I logon to webui, I am getting interaction center(with all the accept, reject, etc.. buttons) screen as the default screen and I could not locate my sales or marketing professional business roles.
    Can anyone please let me know where it went wrong.
    Thanks
    SP

    Hi Andrei,
    No I couldn't see the option to choose the business Roles. I have assigned 4 pfcg roles in SU01 for my user. Also tried with parameter value for CRMC_UIPROFILE=*. But still I could not see the Business roles on the webui page. It is taking me directly to interaction center which is with all the buttons to accept and reject calls.
    I have newly installed the system. I believe I have done all the basic things to get into WEBUI. But still couldn't see those assigned business roles on my webui oage.
    I have tried this way either. Gone to SE80> BSP Application>CRM_IC-->Execute.......but still it is taking me to interaction center page and not to the assigned business roles.
    Please guys let me know where it went wrong.
    Thanks
    SP

  • How to process Interaction Center Complaints in SAP CRM 7.0?

    Dear all,
    What is the standard solution available in SAP for Registering the Complaints from Interaction Center customers and processing them with the help of back end ECC system?
    Please help me to map this requirement successfully; your suggestions will be highly appreciated.
    Best regards,
    Raghu ram.

    Hi Raghu,
    The standard business process for handling complaints in the Interaction Center is defined at the following:
    http://help.sap.com/saphelp_crm60/helpdata/en/1e/446b41466b021de10000000a155106/frameset.htm
    Is there anything specific you want to do and you need suggestion?
    Regards,
    Deepak

Maybe you are looking for