Fact Sheet - implementing BI Reports

Hi Experts,
how can i implement my own BI Reports into the Fact Sheet in CRM 2007. I know the customizing point "maintain Fact Sheet" but the problem is that if I choose BP_FACTSHEET and take a look into the view assignments I only find the entry
BP_FACTSHEET     BIReport     DEFAULT     BI Report
I know the customizing "Display SAP Netweaver BI Reports in CRM" also. But where can I adjust which BW report should be shown in the factsheet?
It would be great if you could give me any hints about this...
regards
marc

Hi Mark,
This is a two step process, first you need to define your own BI report id's in CRM and then integrate them in the fact sheet as follows
1. Specify BI Report in SAP CRM
To display BI reports in the CRM WebClient UI, you need to maintain the BI reports in Customizing with a unique ID.
You do this in Customizing for Customer Relationship Management, under   UI Framework->UI Framework Definition->Display SAP NetWeaver BI Reports in CRM->Define BI Reports.
You specify the following:
  BI Object Type: For example, Template 7.x.
  BI Object Key: This is the technical name of the report in SAP NetWeaver BI.
  BI Report ID. You can reuse the object key or enter any name you want to use.
2. Add BI Report View to Account Fact Sheet Overview
  1.     In the BSP WD Workbench (transaction BSP_WD_CMPWB), enter the component BSP_DLC_FS, and choose Display.
  2.     Double-click the view BSP_DLC_FS/factsheet and go to the Configuration tab page.
  3.     Select the Account Fact Sheet (BP_ACCOUNT_FS) and click Search.
  4.     In the result list, click the <DEFAULT> hyperlink in the Role Config. Key column.
  5.     Select BI Report from the block of available fact sheet views and add it to the block of assigned fact sheet views.
  6.     Change the title to the name you want to use for the assignment block and save your changes.
  7.     Click the Configuration hyperlink of your entry and then Attributes.
  8.     As the BI report ID, enter the report ID you defined in Customizing.
you can find additional information in the following sap help site.
http://help.sap.com/saphelp_crm60/helpdata/en/4d/2ae3f79e1d49d9be306f7768d55fba/frameset.htm
Br,
Kiran

Similar Messages

  • Fact Sheet - Passing parameter to BI report

    Hello,
    I've created my own BI report which I want to use in the account fact sheet. I have managed to open the report in the fact sheet by creating a customer configuration of the BP_FACTSHEET/BIREPORTProxy view in component designer. In the view I have maintained attributes for the biproxy:
    REPID (BI Report ID): Z_TEST_JOHAN_ZCUSTOMER_CARD_1101
    BISYSTEM (RFC Destination of BI System): GYBCLNT100
    ADDPARAMETER (Addtional Parameter for a BI Report URL): &FILTER_IOBJNM_1=0CUSTOMER&FILTER_VALUE_1=715
    My question is how ADDPARAMETER works. I want to filter the data based on the customer number for which the account fact sheet is viewed. In my example, I've just tried to hard code that only data for customer 715 is displayed. This is not working, so all data is displayed.
    How should the parameters in ADDPARAMETER be entered? How do I dynamically pass the correct customer number?
    Kind regards,
    Johan Wigert

    Here is an example code for this badi implementation:
    METHOD if_ex_bsp_dlc_fs~get_bi_rep_parameter.
      DATA: lr_bol_entity TYPE REF TO cl_crm_bol_entity,
            lr_value_node TYPE REF TO cl_bsp_wd_value_node,
            lr_collection TYPE REF TO if_bol_bo_col,
            lv_repid TYPE string.
    **this is only a example
      TRY.
          lr_bol_entity ?= iv_data_collection->get_first( ).
          lr_value_node ?= iv_data_collection->get_next( ).
          IF lr_value_node IS BOUND AND lr_bol_entity IS BOUND.
            lv_repid = lr_value_node->get_property_as_string( 'REPID' ).
            IF lv_repid = 'SAMPLE7'.
              REPLACE '&1' IN cv_addparameter WITH '0CRM_SOLDTO'.
              REPLACE '&2' IN cv_addparameter WITH '156'.
            ENDIF.
          ENDIF.
        CATCH cx_sy_move_cast_error.
      ENDTRY.
    ENDMETHOD.

  • BW report in BP Fact Sheet in CIC0

    Hi Gurus,
    We wish to display BP specific BW reports in our CIC0 fact sheet. We have configured a web template and are able to view the BW view in the CIC0 fact sheet. The issue is, that we want the BW query to run automatically based on the BP confirmed in CIC0. Currently, we get the BW view wher we open a query and then populate the BP in the selection screen and run the report. The report then shows the expected data in fact sheet. However, ideally, the BP should automatically be passed in BW query as its already confirmed in CIC0, as it does when we get information from R/3 regarding a BP.
    Any help would be highly appreciated.
    Cheers!
    Amit

    Hi guys,
    I have the same problem, I need to call bw reports using the BP selected at cic0.
    I tried 2 options, I can display the bw reports but the BP is not send as a parameter.
    1- I created an action box in cic0 to call transaction RRMX in BW. I used BOR method, object type TSTC and method execute. This works fine to call the reports but can't find any option to send the bp as a parameter.
    2 - I created a bsp version of the bw reports and created an HTML call from CIC0. But the BW report doesn't accept parameters. Also I don't know how to send the BP as a parameter, it seems that I can only send Text.
    Let me know if you find another way to call bw reports from cic0.
    Cheers,
    Hernan.

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

  • 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

  • How to pass variable between CRM Fact sheet and BI web template

    Hello,
    I am looking for someone who has integrated a custom web template with the CRM fact sheet (I am on 2004s).
    I have created a custom web application design template for displaying on the portal for a CRM factsheet (TPL_FACT_SHEET).
    This template is based on a query which has a variable (CHOOSE_CUST, ready for input, input: optional type) on 0CUSTOMER char.
    When the sales rep queries the CRM FactSheet on the portal- based on the 0CUSTOMER he is demanding the fact sheet for,  the appropriate 0CUSTOMER value needs to be parsed to my custom web template and it should return him the report. The report is very simple with just sales for current and previous year by material group. There is a std template to do this but we are using cutom data providers and hence need to create this custom web template.
    Thus far I have created a 'filter pane' in my web template but do not know how to link this with the CRM fact sheet or even how to link it to my query variable. Currently when my template is called from the factsheet (portal) it displays results for multiple customers without any filter!
    Please advise how to proceed in linking the CRM fact sheet 0Customer number with my web template filter pane!
    Full points for useful answers!
    Thanks
    Naresh

    Hello,
    I am looking for someone who has integrated a custom web template with the CRM fact sheet (I am on 2004s).
    I have created a custom web application design template for displaying on the portal for a CRM factsheet (TPL_FACT_SHEET).
    This template is based on a query which has a variable (CHOOSE_CUST, ready for input, input: optional type) on 0CUSTOMER char.
    When the sales rep queries the CRM FactSheet on the portal- based on the 0CUSTOMER he is demanding the fact sheet for,  the appropriate 0CUSTOMER value needs to be parsed to my custom web template and it should return him the report. The report is very simple with just sales for current and previous year by material group. There is a std template to do this but we are using cutom data providers and hence need to create this custom web template.
    Thus far I have created a 'filter pane' in my web template but do not know how to link this with the CRM fact sheet or even how to link it to my query variable. Currently when my template is called from the factsheet (portal) it displays results for multiple customers without any filter!
    Please advise how to proceed in linking the CRM fact sheet 0Customer number with my web template filter pane!
    Full points for useful answers!
    Thanks
    Naresh

  • BP Fact Sheet adding Multiple BI views using SAP configuration tool

    Hi,
    I am able to add multiple BI reports to the Fact Sheet using SAP standard Configuration. But all the views appear with the Same Heading "BI Report". Is there a way I can change the title "BI Report"  to something more specific to the Report context using SAP Standard Configuration or a BADI.
    E.g. Sales Data Report / Volume Analysis
    instead of BI Report / BI Report
    I am able to do so by creating my own BI inbound plugs for the interface definition in the component BP_FACTSHEET but I do not want to use that approach if their is a SAP standard way of doing it.
    Any advice will be greatly appreciated.
    Sumeet

    Hi Sumeet,
                     If you want to change the title of the view then you have to go particular component and view .Then redefine  this method IF_BSP_WD_HISTORY_STATE_DESCR~GET_STATE_DESCRIPTION  and give ur title in description variable.Or you can go to this component BSP_DLC_FS and change the title when you assign the view in particular tiles.
    Thanks
    Vishwas Sahu

  • Name of Fact Sheet in Customizing - CRM2007

    Hi Folks
    Does anyone now where I can change the name of the Fact Sheet shown?
    In standard the name of the Fact Sheet is: BP_ACCOUNT_FS.
    I have made a copy of the Fact Sheet, named ZBP_ACCOUNT_FS.
    But I can't find any place where I can change the pointer to my own Fact Sheet!!
    Bet regards
    Carsten

    Hello
    To my knowledge, CRM does not store any statistics. Some telephony software (BCM, Genesys, etc.) provide such statistics. Even I think that BI has a "reporting agent" report.
    Regards
    Joaquin

  • FACT SHEET Configuration not saving in transport to move to QA system

    hi Experts
    I am setting up the Account Fact Sheet BP_ACCOUNT_FS for my users and the only configuration that is saving is the configuration of the layout of the fact sheet to a transport.  The actual settings or configuration within the fact sheet is not saving.  For example, I used a BI report and added my query and parameter and while this saves in our development box, this will not save in the transport to move up through the systems.
    Any thoughts?  I already have a message open with SAP but checking to see if anyone has an immediate solution.
    Thanks,
    Chris

    Hi,
    P-table is an time independent attribute table ie it contains all the attribute info. in that table. so when u added a characteristic to that infoobject, u can find that entry in the P-table.
    Also M is a view on P & Q tables. It is not a table.
    T- ie Text table will contain only short,medium and long texts related to that info object.
    so when u add a characteristic  to infoobject it will be refelcted in P-table or Q- only. Not in Text tables.
    Narendra Reddy

  • Fact Sheet in SAPGUI

    Hi.
    I want to use fact sheet in business partner cockpit.
    I am dissatisfied with Standard info block class.
    I want to change info block.
    How do you make info block? (CRM part)
    Development?
    And I want to use BI report to fact sheet.
    (ex. BI Report of Transaction results of relevant BP...)
    Standard BI info block class is
    CL_CRM_CCKPT_IO_BW_REPORT
    CL_CRM_CCKPT_IO_BW_REPORT_BP
    CL_CRM_CCKPT_IO_BW_REPORT_BP_N
    CL_CRM_CCKPT_IO_BW_REPORT_N.
    How do you use BI info block classs and setting value?
    pls help me..
    Thanks in advance.
    youn jik, cho

    Find the solution by myself!
    Regards, Anja

  • Open/Close chart button not working in Account Fact Sheet

    Hi,
    My requirement is like this:
    There are some standard assignment blocks like Contacts and custom assignment blocks like Sales order details in  Account Fact Sheet(AFS). There is one Open/Close chart button present at the top of each assignment block. When it is clicked, a pictorial representation of data in AFS is displayed.
    My question is where is the code written for this functionality. The tool bar based buttons defined in the implementation class of corresponding component like get_buttons, get_system_buttons etc are not at all defined Also there is no coding written in the HTML page of the view.
    Please let me know if anybody worked on this.
    Regards,
    Narendra

    Hi All.
      We are working on SAP CRM 7.0 EHP2.We need to show account factsheet on Account Overview page in IC-Agent Role.
      We are using account factsheet BP_ACCOUNT_FS.In this account sheet,data is not populated or not able to select the org data in view " Sales Organization Selector".same data is appearing  in Account Overview page.
    Same type of issue (Account Shipping data, Account Sales data, Account Billing Data etc is not coming in factsheet)was posted eariler and status of post is resolved but solution is not given.
    Please help us in this issue.
    Regards,
    Urvashi

  • Multiple Fact sheets issue  for Account

    Hi All,
    Need help to trigger the multiple fact sheets. SAP has given one SAP note "2104590 - Use of multiple PDF factsheets in account overview page".
    I have implemented that note  and entered Custom Class and Z smartform in the configuration .
    SM30->CRMV_PRN_CONTROL
    SM34->CRMVC_BUIL_PRT
    I am able to see the  buttons in account overview , but those are not triggering .
    Could you please help  me  in this issue.
    regards,rama

    You can use different AppleIDs for different purposes on one device. It is a matter of setting the desired ID for the fucntion (iCloud vs. itunes and Apps stores, for example), in the settings app. My wife has that configuration on her iPhone. She has her own AppleID set up for iCloud (for synching with Contacts and handling back ups, for example), but uses mine for itunes and app store access (I already have a number of apps since I have been using iOS devices foer a while, plus I have iTunes Match).
    The IDs are NOT tied to each other, however. There is no way to do that.

  • How can one monitor the level of usage of Fact Sheet in SAP CRM?

    I am trying to understand how often users are actually using the Fact Sheet utility in our CRM instance.  Anyone know a way to gather this statistic?  Thanks

    Hello
    To my knowledge, CRM does not store any statistics. Some telephony software (BCM, Genesys, etc.) provide such statistics. Even I think that BI has a "reporting agent" report.
    Regards
    Joaquin

  • Credit Info in Fact Sheet

    Hi Colleagues,
    We are implementing CRM 7.0 Fact Sheet and retrieving following data from SD Fact Sheet:
    - Last Documents (working fine)
    - Backorders (working fine)
    - Credit Info (no data)
    We are preety sure that customer has credit data. We already debugged CRM function CRMT_ERP_FACT_SHEET_RETRIEVE
    and it is correctly retieving credit info from ERP function CRM_CCKPT_EXPORTSUMMARY.
    I can see that following strucutre is being filled in CRM:
    GT_ERP_CREDITINFO = ET_ERP_CREDITINFO.
    However no data in the fact sheet.
    Has anyone being through it? I have a message in service marketplace but response time is too low.
    Further question: is there any way to customize SD fact sheet view. System uses iv_factsheet_view = '001' and it seems to be hardcoded. This function call all blocks and we just require three blocks. We can change 001 view but we'd preffer not to change a standard customizing and create our 'Z01' view. I'm not interested in a development in any class in order to to solve it.
    Best regards,
    Renato

    Renato,
    The same 'Credit' assignment block is also displayed in the Account screen, does this show the correct/any data?.
    If you view an Account and look at the table blocks you should see it, although you might need to change your preference settings to see the particular assignment block.
    We added 16 new assignment blocks to the Online factsheet and 13 to the PDF Factsheet. The existing 'Credit' assignment block was not showing the correct data, but for us this was not an issue as we added a new 'Credit limit' assignment block which sourced its data from ERP and replaced the SAP standard assignment block. I know this is something that you do not want to do, so would continue to investigate the issue with no data being displayed. Our system (out of the box) did show information in the 'Credit' assignment block, although some of the fields were missing detail.
    I don't know whether that information helps you at all.
    Jason

  • PCUI Fact Sheet / PopUp Sales Organizations

    Hi,
    we have the following problem:
    We customized in our Back End CRM the Fact Sheet. But in PCUI when we click on FACT SHEET nothing happens.
    Furthermore: When we post an activitiy for a business partner that belongs to more than one sales organization there is no pop up anymore to choose the correct one. This seems to be the problem since we upgraded to SPS 16.
    Can anybody help ?
    JoBo

    Hello EssV,
    1. I think that you face the same Problem as I've described in the Topic [Portal Business Partner Fact Sheet does not provide R/3 Sales Org info |Portal Business Partner Fact Sheet does not provide R/3 Sales Org info;. Have you tried to open a OSS Message regarding this problem?
    2. Have you checked Transaction SICF on the BW System that all the Services are enabled? Have you tried to use the BW Web Reporting standalone?
    Best regards
    Gregor

Maybe you are looking for