SAP CRM Interactive Reports in Interaction Center

Hi
I am trying to use SAP CRM Interactive reports. I am aware that we don't need a separate  BW serve for it. Do we need a separate local BI client or can we just use them through the IC_MANAGER Role?
What are the settings to enable interactive reports?
How can I create Interactive reports through the Analytics role?
All help is greatfully appreciated.
Thanks
Tarang

Take a look at  [SAP Help Topic 'CRM Interactive Reports'|http://help.sap.com/saphelp_crm70/helpdata/en/61/553f78fc3c48c894c082d0fb23ef0f/frameset.htm]
Also you can refer to best practice building block [C41: CRM Interactive Reporting|http://help.sap.com/bp_crm70/BBLibrary/HTML/C41_EN_DE.htm].

Similar Messages

  • Impact of upgrade from SAP CRM Interaction Center 4.0 to 5.0 on Genesys CTI

    Hi Friends,
    I would like to know that what is the impact of upgrade from SAP CRM Interaction Center 4.0 to 5.0 on Genesys CTI software.
    1) Will there be anything we need to change?
                for e.g.
                     a) Settings
                     b) Software
                     c) Hardware
    2) What do we need to keep in mind when upgrading from SAP CRM Interaction Center 4.0 to 5.0?

    Hello!
    The biggest change you must face is related to Java. If you had CRM4.0 Java configuration, you must change your settings to the non-java configuration CRM5.0 has. Most of those changes are performed by the upgrade program, but you must activate services in transaction SCIF.
    Your other concerns:
    - Software: Most of the Genesys releases are compatible with both java and non java configurations. Anyway, I am sure Genesys has compatibility instructions.
    - Hardware: No changes to my knowledge
    <b>Hope it helps. Please, reward points if so</b>
    Regards
    Joaquin

  • SAP Library - Interaction Center WebClient

    To add a comment, please log in or register on the top of this page and choose Reply. Please write your comment in English.
    You can also go back to the SAP help page.

    The SAP CRM Interaction Center combines separate processes
    Communication Process via various channels, e.g. 
    E-Mail (CRM 7.0, EHP1, EHP2, EHP3): 
    Pull scenarios: using SAP Connect interface 
    ERMS workflow (CRM 7.0, EHP1, EHP2, EHP3),
    Agent inbox workflow (CRM 7.0, EHP1, EHP2, )
    Push scenarios: 
    simple ICI E-Mail,
    ERMS push (CRM 7.0, EHP1, EHP2, EHP3) using combination of SAP Connect and ICI mail handling
    Telephony
    Chat (CRM 7.0, EHP1, EHP2, EHP3)
    Fax and Letter (CRM 7.0, EHP1, EHP2, EHP3)
    Customer Interaction Process (CRM 7.0, EHP1, EHP2, EHP3)
    and the integrated Business Transaction Process 
    CRM Business Transactions: UIU integrated views (CRM 7.0, EHP1, EHP2, EHP3)
    IC specific business transactions (CRM 7.0, EHP1, EHP2, EHP3)
    within the context of a single process flow or an agent's "interaction" with a customer.
    Blog "Hitchhiker's guide from a process perspective", gives an overview of those processes integrated in the SAP Interaction Center
    Only business roles of type B IC Webclient support above mentioned process integration. When setting up your own business role for the Interaction Center, consider KBA 1836437 which summarizes technical prequequisites from customizing point of view.

  • Call transaction in new session not working inside CRM Interaction Center

    Hi Experts,
    I have developed a report which contains a screen with push button. When user clicks on button a  transaction (FPL9) is being called and opened in new session or window. But when the report is being called in CRM Interaction Center using transaction launcher and button is clicked no new session or new window is being opened. Our requirement is FPL9 transaction will be opened in new session / window inside Interaction Center also.
    Please help me how to open a new session or window  in interaction center on push botton click.
    Thanks in advance.
    Regards,
    Arnab

    Hi Anil..
    This is the Solution for ur Requirement.   try this program and change as per ur need.
    REPORT  ZSEL_CALL_TCODE.
    data : IT_KNA1 TYPE TABLE OF KNA1 WITH HEADER LINE.
    DATA : IT_SPA TYPE TABLE OF RFC_SPAGPA WITH HEADER LINE.
    SELECT * FROM KNA1 INTO TABLE IT_KNA1 .
    LOOP AT IT_KNA1 .
      WRITE:/ IT_KNA1-KUNNR HOTSPOT ON.
      HIDE IT_KNA1-KUNNR .
    ENDLOOP.
    CLEAR IT_KNA1-KUNNR.
    AT LINE-SELECTION.
    CASE SY-LSIND.
    WHEN 1.
    IF IT_KNA1-KUNNR IS NOT INITIAL.
    REFRESH IT_SPA.
    IT_SPA-PARID = 'KUN'.
    IT_SPA-PARVAL = IT_KNA1-KUNNR.
    APPEND IT_SPA.
      CALL FUNCTION 'ABAP4_CALL_TRANSACTION' STARTING NEW TASK 'S1'
        EXPORTING
          TCODE                         = 'XD02'
         SKIP_SCREEN                   = ' '
        MODE_VAL                      = 'A'
        UPDATE_VAL                    = 'A'
      IMPORTING
        SUBRC                         =
       TABLES
        USING_TAB                     =
         SPAGPA_TAB                    = IT_SPA
        MESS_TAB                      =
      EXCEPTIONS
        CALL_TRANSACTION_DENIED       = 1
        TCODE_INVALID                 = 2
        OTHERS                        = 3
      IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
      ENDIF.
    ENDCASE.
    <b>Reward if Helpful.</b>

  • Business content for CRM Interaction center

    Hi Experts,
    I have requirement in BW CRM interaction center.I need to analyse Fit Gap Analysis for CRM interaction center.I need to give the explanation either the client requirement can be implemented with business content or need to customise.I am looking some one can throw light on this topic.I am new to this requirement.I would like to know where can I find the Business content reports and extractors related to CRM interaction center in BW.Please shed some light.
    Thanks,
    Suryam.

    The same question
    I read documentation and found:
    1) 0CRM_CIC_INTERACTION
    2) 0CRM_CIC_CTI

  • Accessing CRM Interaction center outside network

    Hi,
    I have a basic question for better understanding.
    We have CRM ISA and CRM Interaction center.
    Our customers are able to log in to the Online Ordering website through Internet.
    But the URL for CRM Interaction center is not working, if I try to log through Internet (It works only if Iam in client network or VPN)
    To me both are channels in CRM and in that case why it is behaving diffrently.
    Regards
    Babu

    Hello All,
    Appreciate if you could provide any pointers. I think this either mite be related to the code link property of the iview or the PCD path of pages/roles which we do in CRM SPRO.
    Regards
    PN

  • SAP CRM Interactive reporting Enhancement Workbench - How does it work?

    Hi Everyone,
    I am trying to enhance the SAP given reporting areas in CRM Interactive Reporting tool. I have the SAP documentation, I know I have to use transaction code CRMD_IREW; but I am not sure of the rest of the steps SAP has given.
    Does anyone has any experience with this; can anyone share their thoughts and possible configuration steps and if possible please give a brief overview of how the fields get added to the reporting area, do they get added to the datasources first and then we need to manually add them to the virtual cubes and also in BEx query and then it gets reflected in Reporting area or how does it work?
    Any inputs will be greatly appreciated!
    Thanks & Regards,
    SRV

    Hi,
    In general, we add enhanced field to extract structure by appending method.
    later we  can implement logic at COMD or by using BADI to fill the data for added field.
    do test run at RSA3 and replicate into bw side.
    About CMOD Logic, WIth help abap epxert you need to find relation between data source base tables and added field base table. then only we can fill data to into it.
    Can we know what is your data source?
    Which field you want add from which table?
    Thanks

  • Date management in SAP CRM Interactive reports (CRM 7.0 EHp 2)

    Hi, all!
    I need some help with dates in interactive reports.
    My case: I need to add some new Z-dates in interactive report
    1. I've create some customer Date types and date rules via Date management.
    2, I've add it to screen on wui
    Question:
    How i can add this dates to interactive report? Does it possible?

    Hi Christophe,
    Facebook and Twitter are officially integrated into SAP CRM 7.0 EHP 3. Not LinkedIn though.
    You can use a custom solution in EHP2. Example is provided in SAPPress book SAP CRM: Techical Principles and Programming.
    Regards,
    Pavel

  • SAP CRM Interactive Reports List

    Hi,
    Can anyone help me in getting the list of ' SAP delivered CRM Interactive Reports'
    Thanks
    Ravi

    Hope you are looking for CRM - Interaction Channel Analyses. reports
    Check the below link
    http://help.sap.com/saphelp_bic735/helpdata/en/ee/be7e4050336e1de10000000a1550b0/frameset.htm
    Check the report names
    Channel Mgt.: Activity History
    Channel Mgt.: Activities, Opportunities, and Sales Orders by Cou
    Channel Mgt.: Closed Activities
    Channel Mgt.: Expected Sales volume
    Channel Mgt. : Lead Funnel Analysis
    Channel Mgt.: Opportunity Funnel Analysis
    Channel Mgt.: Quotation Funnel Analysis
    Channel Mgt. : Sales Pipeline Analysis
    Channel Manager Partner Base

  • SAP CIC vs CRM Interaction Center

    Hi,
       Is SAP CIC(Customer Interaction Centre) means CRM Interaction Centre

    hello  man
       the difference i  read in  all thinngs are funny..the answer is that  cic is a module in  is/u but  crm  is the 1 which connects the internet  n  isu,or mobile n  isu.crm is the middle warewhere datas comes and goes from  isu

  • How to show incoming mails in CRM Interaction Center?

    Experts,
    how can we show incomming ele. letter  for m.-direction of CRM USER in Interaction center.
    An example: I am interaction center agent. I am sending a correspondence to my client. In my user (SU01) i have saved my direction.
    The client receives my e m a i l with my e m. direction saved in SU01. He answers.
    Now, I want this m. to go to my interaction center inbox. What do I have to do?
    Hoping for help,
    Cristina

    hi christina,
    If i understand you correctly (plz correct me if i'm wrong)
    You want the incoming mails to appear in the agent's inbox.for this you will have to assign either one common e mail id (for eg: heldesk at company.com) which will be shown to the customer in his e mail inbox.
    Similarly when he replies back to this e mail the e mail will be visible to all the agents in their Agent inboxes.(Standard practice)
    If you are working on CRM 5.0 this can be acheived as follows:
    1.Take BASIS help for creating the common e mail ID
    2.maintain the settings
    IMG>ICWC>Agent Inbox>Settings for Asynchronous Inbound Processing>Define Receiving E-Mail Addresses/Fax Numbers
    3Map Item Attributes to Inbox Attributes
    follow C-78 SAp best practices to set it up
    hope this helps
    Regards
    Raj

  • Sap CRM Interactive Reporting Managers only see their own Opportunitys

    Hi Sap Community,
    I have set up Interactive Reporting as described in the C41 guide, "/CRMBW/CONFIG_WIZARD" shows no Errors and it works fine for normal employees but when I execute a report as a manager, i can only see Opportunitys, where the manager is directly involved, for example as "Employee Responsible" but none of the Opportunitys of the employees in his org unit.
    Thanks for the Help,
    Tom

    Hi Mia,
    Authorization group is available in the old versions and basically this help in defining new authorization groups and you can define what can be done with these authorization groups as what can be edited and what cannot be and this is done on SPRO. These authorization groups are entered in the authorization group and the user who has this authorization object will be able to work on the account.
    So the business role in CRM 2007 has a PFCG role and the authorization profile that you created are assigned to the business role and users are assigned to the business role.
    There are also few authorization objects to maintian the BP relationship and see if you can use these combination to check if it meets your requirement.
    Hope it clarifies and if useful please reward points
    Thanks
    Srini

  • SAP CRM Interactive Reporting - Custom reports not working

    Hello All,
    We have set up C41 step by step in our system (CRM 7.0) .When I try to create a new report, and share it, it gets shared. Till here all is well.
    Post this if I try to execute this new custom report (which is just a copy of std report), it doesnt work.
    Please advise.
    Regards
    Priyanka

    Hi,
    RE:
    it doesnt work.
    Could you elaborate problem more detailed?
    Denis.

  • SAP Employee Interaction Center (EIC)

    It is not that well known that SAP offers a sub module in the Human Capital Management arena to handle employee interaction (EIC) and it is a key peice of their shared service offering.
    For any questions regarding the offering please let me know.

    Hi.
    please refer to SAP Note 1143022 - Installation of SAP Enhancement Package 4 on SAP ERP 6.0 and also  related notes to this sap note...where you can find all the information...
    Also, please go thorugh this link
    https://websmp204.sap-ag.de/~form/sapnet?_SHORTKEY=01100035870000708115&
    where we have link for HCM etc..
    Thanks
    Sunny
    Edited by: Sunny Pahuja on Jun 18, 2009 4:48 PM

  • Complaint dose not appear in search in CRM-Interaction center

    Hi Expert,
    After creating a compliant for the account "X" ,I searched for the compliant in compliant search area but the search result is 0. The only way I talk to reach this compliant is to open the account "X" and get to it through the Interaction History assignment block. What do you think i should do to fix this issue ?

    The real big problem is the new properties that I created don't get indexed. I am not sure if I'm right but when I go to
    System admin
      > system config
        > Knowledge Management
          > Index Admin
            > TREX Monitor
              > Display Index Details
    I don't see my new properties in the document properties table.
    In the config of my new properties, I have the indexable box checked. Am I missing something that needs to be config to activate this? I thought the new properties would automatically be taken into account for the search according to this help page http://help.sap.com/saphelp_ep60sp2/helpdata/en/75/e000861cb8ad4b8e4f19dd6416346d/frameset.htm
    Pleas help. Urgent. thanks in advanced.

Maybe you are looking for