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.

Similar Messages

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

  • 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

  • Needed SAP CRM Data model with Object, Entity and Attribute level details

    Hello all,
                 We are working on a huge IS-U / CRM implementation and we are still in the data gathering phase. The client has a whole load of legacy systems that will be replaced with IS-U and CRM. Right now we are in the process of developing data models using Excel first and then presenting them to the client to go forward from there. For this we need to have all the business objects, entities and their attributes.
    I know about the SD11 transaction, but we don't have a CRM system yet. My colleagues have access to a German ERP system and they were able to get models for HR, FI and Asset management. I tried for the Business partner / customer in there, but the models were not proper.
    So, once again, I need the specific data models out of SD 11 for  CRM business partner. If anybody has the information, please do pass it on to me as I need them urgently. It would be a great help if somebody can do so.
    Regards
    Rajesh

    I suggest the following:
    Please, check whether the system works if you activate the implementation BUPA_F4_AUGRP.
    In addition check the notes 559662, 674869 and 782927. Maybe the notes are already implemented but you can try then the implementation of the BADI (SE19). It should resolve your issue.
    I have implemented this Badi solution before, and after activation; the search help ; nor search result list did NOT show any Business partners anymore that had an authorization group I was not allowed to see.
    kind regards
    Davy Pelssers
    SAP CRM/Security consultant

  • 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

  • What is the difference in SAP CRM and SAP R/3

    Hi Experts,
    I am new to the CRMs system. Please clarify the following points.
    what is the difference between SAP CRM system and SAP R/3?
    In SAP R/3 contains the different module like SD , FI, MM, HR... Like that in SAP CRM also have different modules.?
    How diffrent SAP CRM from SAP R/3?..
    How to know the Basics of the CRM?
    The ABAPers which are doing the coding in SAP R/3 is ok to for doing the coding in SAP CRM also. or any difference is there?
    Please clarify
    Regards

    Hi
    SAP R/3 is the core ERP package software with various modules integrated like SD,MM,PP,FICO  to automate the business process in the organisations and companies and to increase the productivity by automating the manual processes and SAP CRM  is New dimentional module of SAP to focus on the Customer relations and customer centric information from all angels at 360 degrees for marketing sales and service areas with different channels like internet sales interaction center and field sales (mobile sales)
    Refer to the link below for CRM
    http://help.sap.com/saphelp_crm50/helpdata/en/1a/023d63b8387c4a8dfea6592f3a23a7/frameset.htm
    http://help.sap.com/bp_crmv250/CRM_DE/index.htm
    Reward points if helpful
    Dinaker vikas

  • SAP CRM 7.0 WebUI: change history is not working

    Hi specialists
    Our change history is working - but only in SAPGUI.
    I found no way to activate / customize it for the WebUI. The corresponding Assignment Block is simply blank.
    On the other hand - in the SAPGUI its working like it is mentioned to do.
    But it is getting better:
    On our test system its working even in the  WebUI.
    On our prod. system not.
    Does somebody of you have any advices/hints for me?
    With best regards
    Thomas
    System:   SAP CRM 7.0
    2-Tier (test and productive system)
    Problem occurs only on productive system in WebUI

    Hi,
    We are facing same problem for change history on webIC except that all changes to
    business partner are visible only changes to contract account are not coming in change history.
    for e.g if we changed incoming payment method using tcode CAA2 on ISU change is replicating
    on CRM but change history is not showing changes made to incoming payment method.
    i have already posted question but got no reply's
    [change history is not updating on CRM webIC 7.0]
    Following are the components & views which are being called for change history functionality on WebIC.
    Component :
    BP_HEAD
    BP_DATA
    View :
    BP_HEAD/BPHEADOverview
    BP_DATA/AccountChangeHistoryOV
    Above view's are as per SAP standard and not modified or enhanced by us.
    Thank You,
    Sidh

  • Interactive forms in SAP CRM 5.0

    Hello all,
    we want to use Adobe Interactive Forms instead of SmartForms for the printing scenarios in SAP CRM 5.0
    In the Chapter "Output Determination" the SAP Help says:
    "You design the forms for your output using the graphical tool Smart Forms."
    http://help.sap.com/saphelp_crm50/helpdata/en/b8/58bf39f7568648e10000000a11402f/frameset.htm
    Is there any possibility to use Adobe interactive forms instead of SmartForms?
    Thanks a lot in advance.
    Regards,
    Thomas

    Ramesh,
    One of my colleagues in EMEA was able to help us out.  Below are several links on help.sap.com that I believe you will find useful.
    I hope this information helps.  Good luck!
    http://help.sap.com/SCENARIOS_BUS2005/helpdata/EN/43/39698985581BCBE10000000A1553F7/content.htm
    http://help.sap.com/saphelp_crm60/helpdata/en/46/32c149ff4914dce10000000a155369/frameset.htm
    Also, in his post to me, he mentioned there should be a configuration document in SAP Solution Manager.  I personally do not have access to SolMan; however, you may be able to find something by going to CRM > Solutions/Applications > SAP CRM > Scenarios > Partner Channel Management > Lead and Opportunity Management with Channel Partners > Business Processes > Lead Processing with Channel Partners > on the right side is a “Configuration” tab (click on it) > under Type “Document”  select the first link „Configuration Reference“.

  • SAP CRM 7.0 and Enterprise Portal

    Dear SAP Gurus ,
    I have question about the New CRM WEB UI and integration to SAP Enterprise Portal .
    We have been using the SAP Enterprise portal for accesing the SAP CRM functionalities before (eg create Opporutnites and Sales Order ). But with the New SAP version(7.0 and 2007 ) its possible to  have its own portal.
    Now the question is it possible to integrate the NEW SAP WEB UI into the existing portal ? Eg: If we want to have link in Enterprise portal with the Sales Order create functionalyt direlty without going into the stand alone  CRM WEB UI  . Would it be possible to directly call the Sales order service WEB UI in enterprise portal . Right now what we see is that the NEW CRM WEB UI is stand alone and for these type of fuctionalites the user need to login to the NEW web ui and then go to the create sales order screen .
    Is it possible to directly embed the new UI components in the existing SAP enterprise portal ?
    Many Thank for your kind advise !
    Best Regards,
    Ankur

    Ankur,
    Once you have correctly integrated to Portal following the SAP Note, you will no longer see the CRM Navigation. They will be Portal Navigation. If you have read and understood the note, it will be clear. On an overview, let me explain the steps involved.
    1. You create a CRM role (based on some job role) say "Sales Rep" and have configured the CRM Web UI for all the navigation and applications. Like Account maintenance, Opportunities, Sales order create etc. etc.
    2. Following the note and running a CRM transaction, you will now "Export" this CRM role to an external file. This file is very similar to a "business package". All the portal roles, pages, iVeiws etc. get created.
    3. You will now "Import" this into your portal. Again follow the notes to know the loaction.
    4. In the portal, you will assign this "portal role" to your users.
    When these users log on to portal, they will see Portal Navigation (not the CRM navigation). So, the main point lies in defining the CRM role and get it working.
    Hope you get the point....
    Easwar Ram
    http://www.parxlns.com

  • Difference between SAP/APO/DP and the SAP/CRM solution for forecasting

    Hi,
    Can you please help me identifying the main differences between SAP/APO/DP and the SAP/CRM solution for forecasting? Advantages and disadvantages?
    Thanks a lot

    Hi LCD777,
    Forecasting at DP & CRM are altogether at different entities.  CRM involves webbased data transfer mechanism tool whereas DP is database/livecache driven tool.
    In CRM, you dont get optimised solution of forecasting out of it whereas in DP you can get as much as
    optimised solution & flexibility as per your requirements.
    DP is majorly a forecasting tool where in huge statistical method functionalities are embedded in
    whereas CRM is majorly a transactional tool wherein it involves gathering of forecast data and executing it.
    Typically, CRM will be integrated with DP containing GATP environment & ECC so that DP will plan for forecast data, ECC system drives sales order data & GATP calls for availability check and finally
    the forecast execution& transactions will be controlled by CRM
    Regards
    R. Senthil Mareeswaran.

  • Empty ticket creating in Interaction Center

    Hi All,
    As i am new to SAP CRM Technical, i need help.
    User is able to create a new service ticket in Interaction center. and ticket with number is getting created and saving data in SAP. Issue is.. when user edits the existing ticket and save it, it creates a new empty ticket instead of editing.Why this is happening? PLease help me
    Thanks
    Subin

    The standard behaviour should be like that:
    New business transactions: If you create a new business transaction, then an interaction record should be created
    Editing of existing business transaction: After pressing END, if you search for a business transaction for example in agent inbox and just edit it (without creating an E-Mail, or navigating to Interaction Record view), really just edit the business transaction and then press END, then no interaction record should get created.
    If in your system without enhancement an interaction record gets created for use case (2) then you might open an support incident and ping me the number.
    You might also check my blog  http://scn.sap.com/community/crm/interaction-center/blog/2014/09/16/tracking-customer-interactions-a-new-feature-and-end-is-your-friend for some background information.
    Best Regards,
    Sigrid

Maybe you are looking for

  • How to disable cache implementation in 8.1 SP6 for entity beans

    How to disable cache implementation in 8.1 SP6 for entity beans In our production environment, we want to disable cache implementation for entity beans. We are using weblogic 8.1 SP6. Weblogic cache implementation has been causing many cachefull exce

  • Address book synchronising between several Macs

    I have the address book for our company on a server. I would like to synchronise address books in both directions. Example. Computer 1 changes an entry in the address book. I want this to than show up on the server and on computer 2. Same if Computer

  • Suggestion for Spell Check - add the word 'Texting' to the dictionary!  XP

    Just an interesting thing encountered with spell check on this site - it doesn't have the word 'Texting' in the dictionary!  XP

  • Error message caused by an improper shut down

    Hi When I try and lunch the web services from server admin I get this message in the log. Address already in use: make_sock: could not bind to address 192.168.1.15 port 80 Is this error message caused by an improper shut down, the apache processes ar

  • My MacBook shuts down

    I bought my Macbook just over a year now and for the past days it shuts down for no apparent reason. Just after I clic again is back on. Any ideas of what it might be and how to fix it?