CRM 2007 - Customer Fact Sheet

Hi Gurus,
i've been looking for customer fact sheet screen but can't find any in the standard account master screen in CRM 2007.
any help really appreciated
JD

Hello Jushan,
while debugging in business partner I saw some stuff about the CFS.
Have a look at method CL_BP_HEAD_BPHEADOVERVIEW_IMPL->IF_BSP_WD_TOOLBAR_CALLBACK~GET_BUTTONS()
In it do a search for "--- Factsheet". This will point you to the weired code I stumbled upon.
Do not know if it will help you. Maybe you can just assign yourself this User parameter or debug around it. By the way, it will show the button for CFS in the business partner overview page. Never tried to click on it though.
cheers Carsten

Similar Messages

  • Create New Info Block in ECC for CRM Customer Fact Sheet

    Hi,
    we have a requirement to add a new info block in Customer Fact Sheet to display Equipment master from ECC. the info block required somehow is not listed in standard ECC info block.
    is there any way i can configure the info block in ECC so i can call it from CRM? or do i need to develop it using ABAP in ECC?
    thanks in advance

    What I really really need is an example of how a new Assignment block can be created so that it appears in the PDF fact sheet.
    I'm aware that the interface within the Smartform will need to be changed, along with the coding to process any new data being parsed in. The copied class, now called ZCL_UIU_PRN_ACCOUNT has a method called Collect_data which populates the itabs and forwards to the appropriate Smartform. I'm currently looking through this code to see what needs to be done.
    The collect_data method loops through the data in the CRMT_BSP_PRINT table and retrieves the data structure and class, and I assume it calls them, but I have no idea what these classes have in common as I can't see common theme with them.
    The data sources are:
    CRMT_BSP_ACTIVITY2_BP
    COMT_BSP_BP_ADDRESS
    CRMT_BSP_CONTACT_OBJ_BP
    CRMT_BSP_INT_HISTORY_BP
    CRMT_BSP_OPPORTUNITY_BP
    CRMT_BSP_ACC_R3_FACT_SHEET
    CRMT_BSP_ACC_RELATION
    CRMT_BSP_SALES_AREA_BP
    and their associated class/interface is:
    CL_BSP_ACC_ACCMOD_ACTIVITY
    CL_BSP_BP_ACCMOD_ADDR_MIX
    CL_BSP_ACC_ACCMOD_CONTACT
    CL_BSP_ACC_ACCMOD_INT_HISTORY
    CL_BSP_ACC_ACCMOD_OPPORTUNITY
    CL_BSP_ACC_ACCMOD_PRN_R3DATA
    CL_BSP_ACC_ACCMOD_RELATIONS
    CL_BSP_ACC_ACCMOD_SALES_AREA
    It would look like a lot of these classes are based on CL_BSP_*ACCMOD classes, but that's guesswork on my part.
    I am unhappy that I seem to be pioneering here as there's no guide/help on exactly what needs to be done to add new AB's/sections to the PDF fact sheet. I find that strange as most areas are well documented, except this area as far as I know.
    Sure, there is a note which identifies some of the objects that need to be changed, but misses out a vital table, but there are no guides. There are many people who produce videos on how to achieve the easier stuff, like adding fields to AB's via the UI configurator, but there seems to nothing in the area of extending the PDF fact sheet.
    Jas
    Edited by: Jason Stratham on Apr 29, 2010 10:22 AM

  • CRM customer  fact sheet with Business Objects reports

    Hi,
    We want to show business objects reports at customer fact sheet area. Is it technically possible? Do you have any ideas?
    Thanks
    Ozge

    Any ideas?

  • Creation of a simple custom fact sheet with assignment block

    Dear CRM Gurus,
    i need to create a custom fact sheet with a assignment block and link for that has to be given in a navigation bar . once if I click on  that navigation bar the custom fact sheet has to be displayed. am relatively very new to crm. kindly help me in this aspect.

    Hi Thomas,
    " By default, the Collect Signatures workflow is associated with the Document content type and it is thus automatically available in document libraries for documents or workbooks that contain Microsoft Office Signature Lines. "
    It doesn't work for a custom list which cannot be added with the document content type, please see more information from below,
    http://office.microsoft.com/en-us/sharepoint-server-help/use-a-collect-signatures-workflow-HA010154428.aspx
    Thanks
    Daniel Yang
    TechNet Community Support

  • Modification in interaction center Customer Fact Sheet of XSLT program

    Hi All,
    There is a requirement to do a small modification in CRM winclient Interaction Center Customer Fact Sheet.
    A new data need to be displayed in the fact sheet according to certain condition.
    The fact sheet is displayed upon the code written in XSLT program. Need to understand how the code is fetching the data values from the RFC client. The part of the code is as below (unable to post the code). Can some one tell me what the attributes in the XSLT code are and where are they defined.
    Condition need to be written to display the meter type based on the serial number of the meter. Can this be done in XSLT program or else where.
    I have also looked at the class for the environment ZCL_CFS_GET_ENVIROMENT. I do not see any custom method created here. Also looked that there were no BADI available.
    Kindly let me know where the condition need to be written.
    Thanks to All
    Regards
    P Raj

    The info object of the environment is assinged with class ZCL_CFS_GET_ENVIRONMENT, this class has method GET_REPORT, this method calls function module ZCRM_CFS_READ_ENVIR.
    The code of condition is to be written in this function module.
    The attributes of the code is to be called in the specific area in the XSLT program of the environment.

  • Print Button on Customer Fact Sheet

    Hello guys,
    we are using Fact Sheet in Portal out of CRM. On Top of this there has to be an iView Account-Selector (com.sap.pct.crm.fct.account.selector). In this iView is an Button Print, which makes it possible to Print Fact Sheet in IE. This button doesn't work here. Is there a special customizing to do, or something else?
    Thanks for your help!
    Regards,
    Daniel

    Hello all,
    the problem was sovled after updating to SPS18 and uploading the newest version of the Factsheet-Framework pars.
    Regards,
    Daniel

  • CRM 7 PDF Fact sheet question.

    My understanding is that the PDF uses a smartform to create the PDF and there is config behind which identify the AB's to be used. However, am I right it saying that the PDF config can only use the AB's that are defined for standard Online Fact Sheet?.
    So, if we have particular AB's that the PDF Fact needs to use but should not be displayed within the online fact sheet then we'll have to create them within the view, hide them so that they do not display when the Online Fact Sheet is displayed, but add these AB's into the configuration table for the PDF fact sheet, and of course modify the Samartscipt so that it knows what to do witrh this extra data for the new AB's.
    Have I missed anything, or have I not got the right grasp on this?.
    Jason
    Edited by: Jason Stratham on Apr 27, 2010 1:52 PM

    It is slightly different when making modifications to the PDF view because with the standard online Fact sheet you can easily add new fields using the UI config tools, and then just adjust the code to populate these fields, should they be new ones.
    However, you don't have this option with the PDF fact sheet, so there's a difference straight away. My problem is that I need to add new AB's and new fields in both existing AB's and new AB's for both the PDF and online Fact Sheet, although I'm concentrating on the PDF fact sheet first. There seems to be a good many articles on adding new fields, which to be honest is childs play when using the UI configurator, but very few articles on the subject of adding new AB's and fields and then having them populated via ERP, which is no easy task, and is about 99% of what I need to achieve.
    So, to start with, has anyone come across a easy guide to adding new AB's and fields for the PDF fact sheet, and possibly an easy method to populate it. I have found a WIKI guide, written by someone within SAP (I believe) but their HTML code in the example is not generated correctly so they have manually entered it, which seems like a bit of cheat to me, as it should work.
    http://wiki.sdn.sap.com/wiki/display/CRM/Howtodisplayaz-tableinanassignmentblock
    However, any other guides would be much appreciated as I'm sure anyone who reads this guide will find it hard to follow.
    With regards
    Jason

  • Customer Fact Sheet - ERP_SALES_ORDER

    Hi all,
    Another friend doubt....
    We need a complete fact Sheet based on data from ERP_Sales_Order.
    Because we can't tracking prices,  sales orders, historical data, and we believe is because the use of ERP_Sales_Order.
    Pls, any help?
    Tks for all.

    Hi Surya,
    thanks for the link. (It is working, but you have to have access to the online knowledge products). I had this before.
    The problem with this is, that there is no detail information on integrating ERP info into the fact sheet. There's only explained which parameter has to be maintained in order to use the right RFC connection to the ERP for the fact sheet.
    Do you have more information on the ERP info in fact sheets?
    Thanks and best regards
    Thorsten

  • Customer Fact sheet

    Hi Everyone,
    Wanted to know about customer factsheet.Wish to know where we can see this factsheet in SAP CRM.Is it in SAP GUI or it is in Web UI?? Please update ..
    Puneet

    Hi Robert,
    So where do we find that pdf in SAP GUI.How do we get access to this sheet??
    Puneet

  • CRM 2007 : Customizing

    Hi experts ,
    I have to create a view ( Assignment Block ) , This view would be basically a table.
    I came across that i can create a view using a Wizard , and i have to also make use of 3 customizing :
    1. CRMV_UI_COMP
    2. CRMV_OBJ_BTIL
    3. CRMV_ORLSTA_BTIL
    But i dnt kwno how to make use of them and the required data to fill in Wizard to create a view . Please help me
    Regards,
    Pranshu.

    Hi Pranshu,
    Please use the EEWB for doing the same. EEWB in 2007 has option of creating the Multiple value on various objects like BUPA etc.
    I am not sure which object you are looking for.
    Hope this helps.
    Regards
    Arun Kumar

  • CRM 2007 Call Centre Fact Sheet Modification

    Hi Gurus
    The CRM 2007 CIC Fact Sheet is preconfigired with 6 views:
    Installed Base
    Service Ticket History
    Sales Order History
    Generic History View
    Service Order History
    Complaint History
    Is it possible to configure different componient views to be visible as like the BP Account Fact Sheet.
    I have reviewed: Maintain Fact Sheet function and it doesn't appear to do what I  need.
    Many Thanks in  advance
    Panduranga

    Hi Panduranga
    Do you want to add other order types to BP Account Fact Sheet?
    or Do you want other Component views to look like BP Account Fact Sheet?
    regards
    Rupesh

  • BW Query in CRM Account Fact Sheet : Error

    When selecting a BW query in the account fact sheet : the following error message is shown :
    "Query can not be loaded (Data Provider "DP_1" : No service-implementation is available)"
    Do we need to create a web service for this ?

    Hi there!
    There are at least two connections required:
    1) RFC connection from CRM to BW java stack,
    2) Within the CRM fact sheet, the BW source also needs to be defined.
    Check out
    Procedure
    1.     Access the activity using the following navigation options:
    Transaction code     SPRO
    SAP CRM IMG menu     Customer Relationship Management  CRM Middleware and Related Components  Communication Setup  Middleware Parameters  Define Middleware Parameters
    2.     Choose R/3 customer fact sheet and order status.
    3.     Choose New Entries (F5).
    4.     Create the following table entry.
    Field name     User action and values     Comment
    Key      CRMCFSOLTP     
    Parameter 1     CRMCFSOLTP     
    RFC Destination     <RFC destination for the ERP system>     RFC destination has been created in building block CRM Connectivity
    5.     Choose Save (Ctrl+S).
    6.     Choose Back (F3) twice.
    7.     Choose BW customer fact sheet.
    8.     Choose New Entries (F5).
    9.     Create the following table entry.
    Field name     User action and values     Comment
    Key      CRMCFSBW     
    Parameter 1     CRMCFSBW     
    RFC Destination     <RFC destination for the BW system>     RFC destination has been created in building block BI Connectivity
    10.     Choose Save (Ctrl+S).
    Procedure
    1.     Access the activity using the following navigation options:
    Transaction code     SPRO
    SAP CRM IMG menu     Customer Relationship Management  UI Framework  UI Framework Definition  Fact Sheet  Maintain Fact Sheet
    2.     Choose BP_ACCOUNT_FS.
    3.     Choose Copy As.
    4.     Maintain the following table entry.
    Field name     User action and values     Comment
    Fact Sheet ID     ZOTIS_ACCOUNT_FS     
    Fact Sheet Title     Otis Account Fact Sheet     
    Description     Otis Account Fact Sheet     
    5.     When prompted, select Copy All Dependent Entries.
    6.     Choose Save (Ctrl+S).
    7.     Choose ICCMP_FS.
    8.     Choose Copy As.
    9.     Maintain the following table entry.
    Field name     User action and values     Comment
    Fact Sheet ID     ZOTIS_IC_AFS     
    Fact Sheet Title     Otis IC Account Fact Sheet     
    Description     Otis IC Account Fact Sheet     
    10.     When prompted, select Copy All Dependent Entries.
    11.     Choose ZOTIS_IC_AFS.
    12.     In the Dialog Structure on the left, double click and select folder option View Assignments.
    13.     Choose New Entries.
    14.     Maintain the following table entry.
    Field name     User action and values     Comment
    Component Name     BP_FACTSHEET     
    Interface View     BIReport     
    Inbound Plug     DEFAULT     
    Title     BI Report     
    15.     Choose Save (Ctrl+S).
    I hope this helps.
    John Hawk

  • CRM 2007 and Custom ISA 4.0 application interoperability

    Hi,
    We are in the process to upgrade our CRM 4.0 back end system to CRM 2007, in fact we already performed the BASIS upgrade in our sandbox system to estimate the effort required for the upgrade on different areas.
    One of this areas is related with the ISA web application, we have a custom ISA 4.0 application that we use to capture business transaction in our CRM system, but this application is running in a separate NetWeaver 7.0 system on the DMZ, we would like to know if it is possible to integration of the old ISA 4.0 with the new CRM 6.0 (CRM 2007) backend system.
    The reasoning to try to leave the CRM ISA application on 4.0 is because we are using it just to provide us the framework to create transaction in CRM, in fact we only create one type of transaction in the CRM system from this web application and the effort to upgrade the java application to the new version together with the support package stack could be very high for a application that is not very heavily used.
    In summary, the question is if it is architecturally feasible to connect a CRM ISA 4.0 web application with a CRM 6.0 (CRM 2007) backend system?
    Thanks for your help with this,
    Zareh Vazquez

    Hi Zareh
    Firstly I can advise that ISA 4.0 Is not compatible with CRM 2007.
    One of the biggest issues that you will encounter if you attempt this
    is the compatibility of the ISA application with  
    the Internet Explorer 7 and Mozilla Firefox 2 browsers.                                                                               
    In ISA 4.0 even if you can get it to work with CRM 2007 these browsers are
    not supported and no workaround is currently available or planned to address this.  
    This compatibility has only been address in the later versions of ISA 5.0
    As these browsers versions are now becoming more commonly used       
    I think that this will be important for your consideration.          
    Please review the following notes which discuss such issues.         
    244869 Problems with the display in Internet Explorer 7.0   
    064439 Browser-specific stylesheets for Firefox and IE7   
    I hope that this will be of assistance.
    Warm regards.
    Peter

  • CRM Fact Sheet

    Hi.
    Does somebody has information related to "Customer fact Sheet" in the portal. I would like to add an external url into a view segment. Step by Step tutorial would be great.
    Best Regards.

    Hi.
    Maybe i wasn't so clear. What i'm looking for is to add in the Account Fact Sheet Summary (in the PORTAL) a new segment and in this one have the oportunity of display an external url.
    Any ideas ?
    Thanks.

  • Link title not displaying properly in fact sheet

    Hi experts,
    I have an issue with fact sheet of BP here, the link titles, e.g. "Activities", "Account Billing Data", "Account Sales Data" etc are displaying like "BP_FACTSHEET0001", "BP_FACTSHEET0002"...
    I checked configuration in IMG CRM->UI Framework->Fact Sheet->Maintain Fact Sheet. The descriptions and translation look fine.
    Any suggestions for this?
    Thanks
    Shane

    Hi,
    Beside the customizing in spro, it is possible to make changes to the title in bsp_wd_cmpwb configuration also, please check whether you are able to see the correct description in the available fact sheet view and assigned fact sheet view.
    by the why, what CRM release you are on?
    Hongyan

Maybe you are looking for

  • SSO to BI - Service Cannot Be Reached Error

    Hi All- I'm working on integrating BI and EP (both Netweaver 7). We've exported/imported the certificates for both systems and defined the BI system in the System Landscape of EP. All connection tests return OK. I created an iView using the iView tem

  • How do I get the esc key to work without having to use shift esc?

    Just got a new iMac and migrated everything from my old iMac but one thing is not working. I use to be able to use the esc key to back out of full screen mode or deselect items. It only works now if I use shift and esc. I would like to set it so I ca

  • First Time installation of Flipshare software-unable to run without an error message.

    Got a Flip video camera for christmas.  No battery life out of the box.  When I plugged it in to the USB port it loaded the software so it appears in my applications folder but will not run a set up without an error message.

  • GATP allocation by customer with wildcard

    Hi I am facing a situation in GATP product allocations . We are using product allocations for ATP check  by material, location  and customer.  In APO i created characteristics combinations for the material/location/customer.  customer has wildcard of

  • The best os of the world don't understand FTP???

    Hi to the whole communiti. I'm a newbie, and love the design of my new macbook pro i7. I's favolous! For this prise of 2.600 € .... And now, i can't connect to my ftp-share? i go to connet to network Then insert ftp://ftp.myserver.net insert my usern