CRM 4.0 IC webclient to CRM 2007

Hi
Currently we are on CRM 4.0 using IC Webclient for our call centre. Around 30% of development done in BOL layer programming to suit the business requirements.
Now we are planning to upgrade to CRM 7.0 with IC Webclient
Can anybody help us in providing information and precautionary measures to be considered for upgrade.
Regards
Satish Kumar

Hi,
just wanted to stress that even than BOL/ genIL is still compatible it has been significantly increased especially around the advanced and saved searches and some more new features like a generic "text-for-key" support service to facilitate UI development.
The biggest change however that you might experience in the BOL layer is, however, the complete BOL support of all CRM objects including all sub objects, relations and attributes. So the enhancements that you have done in your 4.0 project might not even be necessary anymore unless you've introduced completely new objects. Also fields you added via EEW will be available in the respective BOL objects without manual code effort.
On the UI layer itself you have to be aware that even though the whole CRM 2007 UI is based on the same UI framework as CRM 4.0 IC WebClient, this framweork has been significantly enhanced and supports now also concepts as components (to organize, structure and manage different areas of the CRM application), reuse via components and windows etc. Also there are two new sets of tags: THTMLB (Low level UI controls such as input fields, tables and trees) and CHTMLB. The latter one contains eta tags for configuable views that allow the adjustment of views via the configuration tool, which allows defining fields and arrangement on a form or a table as well as re-labelling.
Also the toolset in general has been heavily enhanced and there's also the concept of modification-free enhancements on the UI layer based on inheritance.
The upgrade will be "technical" meaning that all your stuff will survive but due to the componentization of the UI framework will not run out of the box in the new environment. You will have to "re-do" investments you've done on the UI side - however this should be much easier compared to 4.0 due to configurability of the UI and the improved toolset.
I hope this information helps to get an idea what you can expect.
Edited by: Peter Conrad on Apr 23, 2008 5:09 PM

Similar Messages

  • How to launch IC Webclient in CRM 2007?

    Hi,
    Not able to launch IC Web Client using Tcode CRM_IC in CRM 2007? Any change to the IC Webclient launching transaction in CRM 2007 (6.0) ?
    Appreciate your quick response.
    Regards,
    Venu.

    Hello All,
    Please note that I changed the subject line to "How to launch IC Webclient in CRM 2007?" from the original title of "How to launch IC Webclient in CRM 7.0 ?" since CRM 7.0 is not yet developed/released by SAP. CRM 2007 is the latest product on the market, so I assume this questions is about CRM 2007.
    In CRM 2007, the transaction code "CRM_IC" is no longer available. The reason for this is that the IC WebClient technology is now also used by the rest of CRM! So there have been some slight changes affecting the Interaction Center. For example, the old IC Profile concept is replaced by a new CRM Business Role concept. Now when you start the CRM WebClient, you need to indicate which business role you want to log on with -- IC Manager, IC Agent, Sales Professional, Service Professional, Marketing Professional, etc.
    One way to start the CRM WebClient is by adding a favorite to your SAP menu in SAP GUI by choosing BSP Application "CRM_UI_FRAME", any description you want, and then start page "default.htm". To assign yourself to a busines role (like IC_AGENT) you can either use the standard HR Org Model (PPOMA, PPOMB, etc.) like in the past. Or you can cheat and assign parameter "CRM_UI_PROFILE" with value e.g., "IC_AGENT" to your user in transaction SU01. Of course, you could also just create a browser shortcut that points to a specific CRM application server (e.g., http://[server]:[host]/sap/bc/bsp/sap/crm_ui_frame/default.htm
    Warm regards,
    John

  • Help required in  webclient and crm report integration

    Hi ,
    how to integrate webclient and CRM reports in CRM 2007 UI.
    i dont have much idea in this area.My requirement is integrating CRM report and webclient.But i dont know where to find report adn how to link the report to webclient.
    Please anyone help me.
    Thanks in advance
    geetha,

    Hi Geetha,
    Create new CRM business role by copying standard SERVICEPRO or SALESPRO
    Even u can assign business roles SERVICEPRO or SALESPRO  to Oraganization units.
    Goto Org assginement and assign these business roles (Goto-Detail Object-click on business roles (Z or standard)-Save it.
    Assign your BP to org position
    Execute transaction code BSP_WD_CMPWB
    Enter CRM_UI_FRAME in test application and click on execute.
    select the profile -Left side menu you will find the standard reports.
    Regards
    Shanmuga
    Please let me know my inputs help you to find the report.

  • Installing IC Webclient in CRM 5.0 - how to ?

    Hello,
    ist there a cookbook how to install IC Webclient in crm 5.0 ?
    We use crm 5.0 and now we want to use the ic webclient.
    Hope someone can give me some hints.
    Best regards
    Gerd

    Hi Raghu,
    I just want to use IC Webclient in CRM 5.0.
    But how can I do this ?
    I use CRM_IC  bsp-application (default.htm) but I cannot see any content
    when I start this, only header of IC is shown, but no conetent, although I asigned a role.
    Error: CX_BSP_WD_HTTP_RESPONSE_ERROR
    Unauthorized
    CL_BSP_WD_STREAM_LOADER=======CP
    CL_BSP_WD_STREAM_LOADER=======CM002
    Has anybody an idea ?
    BR Gerd

  • CRM IC 4.0 - Upgrade to CRM 7.0 - Level of rework that will be required?

    I have posted a question in CRM upgrade forum and I thought will have it posted in CRM IC forums to see if there would be response.
    CRM IC 4.0 - Upgrade to CRM 7.0
    Thanks,

    Hello Jayant,
    Good question. I've written about this in my SAP Pressbook, "Maximizing Your SAP CRM Interaction Center". The short answer is that you will need to rewrite all of your custom ZBSP pages (assuming that they are still needed based on some of the new features and capabilities availabl ein RM 7.0) due to architecture changes. You will also need to re-do some of your customizing as well (e.g., NavBar, Scripts, etc.).
    The biggest change is that you might experience in the BOL layer is, however, the complete BOL support of all CRM objects including all sub objects, relations and attributes. So the enhancements that you have done in your 4.0 project might not even be necessary anymore unless you've introduced completely new objects. Also fields you added via EEW will be available in the respective BOL objects without manual code effort.
    On the UI layer itself you have to be aware that even though the whole CRM 7.0 UI is based on the same UI framework as CRM 4.0 IC WebClient, this framweork has been significantly enhanced and supports now also concepts as components (to organize, structure and manage different areas of the CRM application), reuse via components and windows etc. Also there are two new sets of tags: THTMLB (Low level UI controls such as input fields, tables and trees) and CHTMLB. The latter one contains eta tags for configuable views that allow the adjustment of views via the configuration tool, which allows defining fields and arrangement on a form or a table as well as re-labelling.
    Also the toolset in general has been heavily enhanced and there's also the concept of modification-free enhancements on the UI layer based on inheritance.The upgrade will be "technical" meaning that all your stuff will survive but due to the componentization of the UI framework will not run out of the box in the new environment. You will have to "re-do" investments you've done on the UI side - however this should be much easier compared to 4.0 due to configurability of the UI and the improved toolset.
    Although SAP provides an upgrade path from earlier releases of CRM to new CRM 2006s/CRM 2007, there is no upgrade path for the Interaction Center. Even if you are already using the IC WebClient in CRM 2005, much of your IMG configuration settings and related customizing and objects will need to be reimplemented. This is partially due to technical changes that were introduced to allow the rest of CRM to run on the IC WebClient architecture. Some examples of affected areas include:
    - Interactive Scripting (scripts must be manually recreated in the Interactive Script Editor due to incompatibilities)
    - Navigation Bar configuration (a new configuration concept was introduced and customizing for the navigation bar needs to be redone in transaction CRMC_UI_NBLINKS)
    - Launch Transactions (a new configuration concept was introduced and launch transactions must be regenerated in transaction CRMC_UI_ACTIONWZ)
    - Alerts (alerts must be recreated using the new Alert Editor tool available in the IC Manager CRM business role)
    - Mail Forms (mail forms must be recreated in new HTML-based Mail Form tool available in the IC Manager CRM business role)
    - Activity Clipboard (customizing for the activity clipboard needs to be maintained in the new view cluster CRMC_UI_CLIP)
    - IC WebClient Profiles (the IC WebClient Profile concept was replaced by the CRM business role concept and is now maintained in transaction CRMC_UI_PROFILE).
    Warm regards,
    John

  • CRM IC 4.0 - Upgrade to CRM 7.0

    Hello All,
    I am trying to understand the complexity and nature/skillset of work that would be involved when it comes to upgrading CRM Interaction Centre from 4.0 to 7.0.I would expect the look of the screen to be same or as close to original as it can be i.e. as rendered by our current Z BSP application that we have,used by the call center employees.
    Can anyone run me through at a very high level the sequence of activity that will be carried out to have in place in CRM 7.0 the functionality of the Z BSP app that we have?Will CRM 7.0 have the Z BSP application post upgrade or is it case of reworking the entire app?The Z BSP application is the only one used with lot of changes to standard SAP classes.
    I was just able to spot one similar query in SDN.
    How to handle IC during the upgrade to CRM7.0?
    Thanks.
    Useful responses will be rewarded.

    Hello Jayant,
    Good question. I've written about this in my SAP Pressbook, "Maximizing Your SAP CRM Interaction Center". The short answer is that you will need to rewrite all of your custom ZBSP pages (assuming that they are still needed based on some of the new features and capabilities availabl ein RM 7.0) due to architecture changes. You will also need to re-do some of your customizing as well (e.g., NavBar, Scripts, etc.).
    The biggest change is that you might experience in the BOL layer is, however, the complete BOL support of all CRM objects including all sub objects, relations and attributes. So the enhancements that you have done in your 4.0 project might not even be necessary anymore unless you've introduced completely new objects. Also fields you added via EEW will be available in the respective BOL objects without manual code effort.
    On the UI layer itself you have to be aware that even though the whole CRM 7.0 UI is based on the same UI framework as CRM 4.0 IC WebClient, this framweork has been significantly enhanced and supports now also concepts as components (to organize, structure and manage different areas of the CRM application), reuse via components and windows etc. Also there are two new sets of tags: THTMLB (Low level UI controls such as input fields, tables and trees) and CHTMLB. The latter one contains eta tags for configuable views that allow the adjustment of views via the configuration tool, which allows defining fields and arrangement on a form or a table as well as re-labelling.
    Also the toolset in general has been heavily enhanced and there's also the concept of modification-free enhancements on the UI layer based on inheritance.The upgrade will be "technical" meaning that all your stuff will survive but due to the componentization of the UI framework will not run out of the box in the new environment. You will have to "re-do" investments you've done on the UI side - however this should be much easier compared to 4.0 due to configurability of the UI and the improved toolset.
    Although SAP provides an upgrade path from earlier releases of CRM to new CRM 2006s/CRM 2007, there is no upgrade path for the Interaction Center. Even if you are already using the IC WebClient in CRM 2005, much of your IMG configuration settings and related customizing and objects will need to be reimplemented. This is partially due to technical changes that were introduced to allow the rest of CRM to run on the IC WebClient architecture. Some examples of affected areas include:
    - Interactive Scripting (scripts must be manually recreated in the Interactive Script Editor due to incompatibilities)
    - Navigation Bar configuration (a new configuration concept was introduced and customizing for the navigation bar needs to be redone in transaction CRMC_UI_NBLINKS)
    - Launch Transactions (a new configuration concept was introduced and launch transactions must be regenerated in transaction CRMC_UI_ACTIONWZ)
    - Alerts (alerts must be recreated using the new Alert Editor tool available in the IC Manager CRM business role)
    - Mail Forms (mail forms must be recreated in new HTML-based Mail Form tool available in the IC Manager CRM business role)
    - Activity Clipboard (customizing for the activity clipboard needs to be maintained in the new view cluster CRMC_UI_CLIP)
    - IC WebClient Profiles (the IC WebClient Profile concept was replaced by the CRM business role concept and is now maintained in transaction CRMC_UI_PROFILE).
    Warm regards,
    John

  • Details of CRM iView properties delivered by BP-CRM

    Hi, SDN Fellows.
    Our portal have installed with CRM Business Package (based on CRM 5.0).
    I am trying to figure out and get more detail information on different CRM iviews delivered by the Business Package. I wish to know the properties of each iview, and some guide to configure them.
    For instance,
    When I create a   "com.sap.pct.crm.app.channelmgmt iview", I can choose any of these portal component:
         CallBackiView 
         DocOverview 
         ExtAppTerm 
         GenericFSCMComponent 
         GenericICSSComponent 
         GenericISAComponent 
         ISalesShop 
         PortalTerm
    and I need to know where I can get a detail description about its functionality and its iview properties.
    This is the list of CRM iviews (par type) listed (coming with the BP):
    com.sap.pct.crm.app.activitymanagement
         com.sap.pct.crm.app.channelmgmt
         com.sap.pct.crm.app.commissionsimulator
         com.sap.pct.crm.app.erms
         com.sap.pct.crm.app.favoritecompetitors
         com.sap.pct.crm.app.favoritecustomers
         com.sap.pct.crm.app.favoriteopportunities
         com.sap.pct.crm.app.favoriteproducts
         com.sap.pct.crm.app.favoritesalesdocs
         com.sap.pct.crm.app.kmext
         com.sap.pct.crm.app.leadmanagement
         com.sap.pct.crm.app.quickcreate
         com.sap.pct.crm.app.salesmgrlistdeals
         com.sap.pct.crm.app.salesreplistdeals
         com.sap.pct.crm.app.sdbreport
         com.sap.pct.crm.app.sis
         com.sap.pct.crm.app.sisopt
         com.sap.pct.crm.core.admintools
         com.sap.pct.crm.core.centralsearch
         com.sap.pct.crm.core.drnavigation
         com.sap.pct.crm.core.factsheet
         com.sap.pct.crm.core.factsheetframework
         com.sap.pct.crm.core.masteriviews
         com.sap.pct.crm.core.services
         com.sap.pct.crm.core.userlinkrepositoryfilter
         com.sap.pct.crm.dam.dam
         com.sap.pct.crm.dam.damconv
         com.sap.pct.crm.dam.damrm
         com.sap.pct.crm.factsheet.account
         com.sap.pct.crm.mkt.calendar
         com.sap.pct.crm.simplePage
    I wonder is there a document which describe the detail of all these iviews?
    Thanks in advance,
    Kent

    Hello KC,
    Can you let me know if you can send me the business package for CRM 5.0 ( english). I cannot find the details of pdf.
    Regards
    PN

  • CRM 5.0 IC WebClient NOT Compatable with IE7?

    Hi Group
    I have been trying to run the WebClient from IE7 and it doesnt work.  My landscape is :
    CRM 5.0
    Windows XP
    Internet Explorer 7 (Release Candidate)
    I launched the WebClinet link from CRM.  System takes me to the web link.  When I click to choose the profile, IT DOESNT GO ANYWHERE FROM THERE.
    Are we required to carryout any config related issues either in IE7 or WinClient.
    Ramana

    Hi Ramana,
    I dont think its an IE7 problem. Did you do all the peroper settings?
    You will have to set a paramter in RZ10.
    Set your server name
    Paramter Name: SAPGLOBALHOST
    Value : <your server name>
    also, increase your session time out period in the proper Paramter.
    Regards,
    Liju

  • CRM 5.0 - IC WebClient - BSP Error due to no Escape Character

    Hi Gurus
    I'm working through the Consultants Cookbook for Interaction Center (IC) Webclient CRM 5.0 SP03.
    I'm having a huge problem with the CRM_IC.xml in my customers namespace.
    My customers namespace is /XYZ/.
    Therefore when I try to modify the CRM_IC/xml file I'm hitting errors because the replacement Include file name is being determined incorrectly.
    <%@include file="..//<b>XYZ/CRM_IC_DT_REP</b>/CRM_IC_All_Viewsets.xml" %>
    /XYZ/CRM_IC_DT_REP needs to be viewed as one value. 
    What escape characters should I use to resolve this.
    An example would be appreciated greatly
    Max points for the right answer.
    Many Thanks
    Panduranga

    Hello Kumar,
    We encountered exactly the same problem a while ago.
    We have found no solution for this since the /cust_name/ is considered as a physical directory path rather that a customer namespace definition.
    We had to recreate everything in the Z/Y namespace...
    Hope it helps,
    Regards,
    Joost

  • IC WebClient cookbook - CRM 5.0

    Hi all,
    Can anyone please send me IC Web Client Cookbook for CRM 5.0. I have the Cook book for 4.0 but there are few things that have been changed in the new release.
    Thanks,
    Preethi

    The IC Web Client Cookbook is available here:
    <a href="https://websmp101.sap-ag.de/~form/sapnet?_SHORTKEY=01100035870000647974&">CRM Documentation</a>
    Follow the heirarchy to SAP CRM -> SAP CRM 2005 ->  CRM Core and Standalone Components
    The document is called  Interaction Center (IC) WebClient Consultants Cookbook
    I trust this will reduce the need for people to ask for this document to be emailed to them.
    You will need a service place log in to access this document but if you are working on a client you should be able to get this access via your administrators.
    regards,
    Nigel James

  • CRM 5.0 - IC WebClient - Transaction Issue

    Hi
    We have a Service Ticket Transaction as our main Transaction with Business Activity & Task as Dependant Transactions.
    I wanted to remove the dependant transactions (Business Activity & Task) so used: Define Business Transaction Profile for current Web Client Profile and deleted the 2 transactions.
    Unfortunately when I go into Follow Up Transaction I see I still have these 2 Transactions as possible options.
    Even went so far as to delete the Business transaction profile and create another, but still thes 2 Transactions are visible.
    Any guidance on thids will be richly rewarded.
    Regards
    Panduranga

    Hello Panduranga,
    First of all, make sure the buffer is not the problem.
    Refresh all buffers by entering /$SYNC in the transaction box. (Don't do this on a production system!!)
    If that doesn't solve your problem you can try this:
    1. Delete them as follow-up transaction in the copy control customizing.
    SPRO->CRM->Transaction->Basic settings->Copying control for Bus Trans.->Define copying control for Trans. Types.
    Delete here the follow-up transactions you don't want to see in the dropdownbox.
    2. Edit the follow-up transaction types and remove the channel 'ICW Interaction Center Webclient' so they are no longer usable in the WebClient.(Only CRM 5.0)
    SPRO->CRM->Transactions->Basic settings->Define Trans. Types.
    Select the trans. type you want to hide. CLick on "Allowed channels for trans. type" and delete the WebClient entry.
    This should solve your problem.
    <b>Reward points if useful!</b>
    Regards,
    Joost

  • CRM 5.0 IC Webclient Issue - Upgrading OS to Windows Vista and I.E 7.0

    Dear Gurus,
    I'm supporting CRM 5.0 and right now, users are running the IC
    Webclient on Internet Explorer v 6.0. Recently, there has been
    plans to upgrade the OS on users' PC to Windows Vista and it
    comes with I.E 7.0. I checked the Product Availability Matrix on
    SAP and found that there is a patch to cater for I.E 7.0.
    My users are also using CTI function. However,there is no patch for CRM SAP Groupware Connector for IE 7.0.
    Please assist. If CTI cannot function with IE 7.0, my users will
    be stuck with OS Windows XP.

    Dear John,
    Thank you for your reply. I am a newbie in this area. Do bare with me for my inquiries on the subject.
    For my customer's implementation, the ICI interface has been configured to communicate to external communication management software from Nortel.
    I raised such an inquiry because, per my checking on the PAM for CRM 5.0, the information on SAP Groupware Connector is parked under the Web Browser tab. Per my understanding,the Groupware Connector executes message synchronization
    between the CRM server and the Groupware server, in this case, it would be the AMC server.
    I was wondering on:
    1. the impact it would have on the above matter, if patches were to be applied on the server
    2. whether there is a relation between the Group Connector and ICI interface, that would cause an impact on IC Webclient if patches for the browser upgraded is applied to the CRM server. There is no patch available for Groupware Connector for I.E 7.0.
    The patches to be applied are for the following components:
    SAP_ABA     - Cross-Application Component
    SAP_BASIS - SAP Basis Component
    SAP_AP - SAP Application Platform
    SAP_BW - BBPCRM
    Please assist. I'd appreciate your help.
    p/s: Are you using IE 7.0 with CRM? Was the server patch process a challanging one? Hope you can share. TQ

  • CRM Product Masterial Purchasing View in CRM 2007

    I was told in CRM 2007 product master data there is purchasing view available and with plant information. My understanding is only Sales View of MM in ECC gets download into CRM. Am I missing something here? Anyone can give some input on this issue or clarification?
    Thanks

    Hi,
    sometimes solutions appear so fast :-).
    To fix this problem you just have to understand the help documentation. That was my problem to. What do sap mean by
    TYPE caller
    TYPENAME crmproductsimulation
    PARNAME scenario.xcm
    VALUE <b>my_crmproductsimulation (name of the customer's application configuration)</b>
    In the xcm configuration http://<WAS IP>:50100/ipc/admin/xcm/configTreeSelect.do you have to create a customer application. Thats it and then you have to link it over crm_ipc_prop.
    Howto: go to the xcm configuration. Go into EDIT mode.Select application configurations. Then select crmproductsimulation or crmordermaintain. Then add a name for the 'Create customer application configuration based on this SAP application configuration'. I suggest naming conventions e.g. ordermaintain for crmordermaintain and productsimulation for crmproductsimulation.
    Afterwards choose the right systemconnection for parameter jcodata.
    Then maintain comm_ipc_prop and use this name as value for the above mentioned parameter (scenario.xcm).
    Thats all.....
    I Think that will shurly solve you problem. By questions just contact [email protected]
    Wish a lot fun with configuration in CRM
    Yours Mark

  • How to configure IC Webclient on CRM 5.0

    Hi All,
    I am trying to install the SAP CRM 5.0 system.I was able to do that.Now,I am not able to cofigur the IC WebClient on the CRM 5.0 system.
    It would be great if somebody can help me out in configuring IC Webclient.I also want to know what are the mandatory components that are required to configure the IC Webclient.
    Thanks
    Paritosh

    Below mentioned documents might help:
    <a href="http://help.sap.com/bp_crmv340/CRM_DE/BBLibrary/Documentation/C78_BB_InstallGuide_EN_US.doc">IC Webclient Installation guide</a>
    <a href="http://help.sap.com/bp_crmv340/CRM_DE/BBLibrary/Documentation/C78_BB_ConfigGuide_EN_US.doc">IC Webclient config guide</a>
    Regards,
    Kaushal

  • CRM 5.0 - IC WebClient - Subject Profile

    Hi Gurus
    (I've posted this on CRM - Web Application but not having any joy)
    Having major issues with this so could someone please guide me.
    We have 3 Transactions
    1. Service Ticket (Service Process)
    Business Transaction Category
    Service Process - With Subject Profile
    Business Activity - With Subject Profile
    (Transactions are used for Service Ticket & Interaction Record)
    2. Business Activity (Business Activity)
    Business Transaction Category
    Business Activity - No Subject Profile
    (Transactions are used for Follow Up)
    3. Task (Task)
    Business Transaction Category
    Task - No Subject Profile
    (Transactions are used for Follow Up)
    As far as I know if I want to setup "Reason" value for the Follow Up Details screen I have to assign the values to a Subject Profile which is then linked to my Follow up Transactions.
    My problem is everytime I link a Subject Profile to the Transaction, when I get to the Follow Up details BSP I get a Warning "Codes for Subject Profile "G" are not permitted in this trans"
    This is appearently because my main Transaction is a Service Transaction while the Follow Ups are Activities.
    There's no copying control involved in any of this.
    Does anyone have a clue on how I can resolve this.
    Max points for the defining answer.
    Regards
    Panduranga

    Is aanyone able to help with this?
    Thanks

Maybe you are looking for