Dispaly Fact Sheet in Activity Transaction

Experts please explain the steps to dispaly fact sheet in activity transaction in webUI?

Check the following SAPNote:
https://service.sap.com/sap/support/notes/1066280
Solution
PDF Account Fact Sheet in Activities can be generated in 2 ways. One is when the user saves the Activity and the other is when the user clicks on the button 'Attach PDF Account Fact Sheet'. In Order to generate PDF Account Fact Sheet in Activities the following Customising needs to be maintained:
1) Launch Transaction 'spro'
2) Navigate to Customer Relationship Management -> transactions -> Settings for Activities -> Attach Account Fact sheet to Activity
3) Here add the entries with the following details
a) Role
b) Transaction Type
c) Language
d) Save Check box (This check box indicates that the PDF is   generated while saving the activity.)
e) Create check box (This check box indicates that the PDF is   generated when the user clicks on the 'PDF Account Fact Sheet   button' on the UI.)
Alternatively these changes can also be made via transaction se11, view 'CRMV_ACT_PDFAFS'.
Also please refer to the related note number 1040229 for Master Data Customising for the same.
Edited by: Dirk Boegelspacher on Oct 29, 2009 2:50 PM

Similar Messages

  • Fact sheet link in transaction cic0 and crmd_order_bp

    Hello,
    I have created new Fact Sheet view, which display some products with links to it's detail by a sapevent. This link works in transaction cic0, but not in business partner cockpit. Is there any difference, how to create links for there applications?
    There is a standart view Campaign, which works in cic0 as well as in cockpit. I follow the same way: with a help of CRMCL_CCKPT_TEMPLATESPLITTER create a link for an business object(BUS1178) and guid...
    Many thanks for your responce,
    Milan

    Hi Sangeeta,
    As per your statement, my understanding is that the Organization Attributes are not maintained in the Customization. If all the values are properly maintained then based on the Organization Data determination, the system would have picked up the data. You can first check the Organization Structure and see all the attributes are properly maintained or not and then check whether the Object Permitted in determination checkbox is checked. Then create a Transaction and see that all the Organization data are getting filled properly.
    Have a look at the following link for a complete guide to the Organization data determination customization.
    http://help.sap.com/saphelp_crm70/helpdata/en/6d/5c1738453fde16e10000009b38f8cf/frameset.htm
    If the Organization data customization is not meeting your requirements then you can have a second look at the development approach. Then we can have a look at the available Objects to get the desired functionality.
    Hope this helps.
    Thanks,
    Samantak.

  • Status used in open and completed transactions in Fact Sheet

    Hi! I would like to confirm the logics used in the fact sheet to display open and completed transactions. I read on the help that for open (for example) transactions, system is using status 'open' and 'in process'. This seems to me like system status. However, when I ran the fact sheet, the control is more at the user status level. So, I need clarification on this. Also, where can I find the status and transaction logics used for the extraction of these transactions (e.g. what transaction types are used)? I could not find the codings in the method GET_REPORT under class CL_CRM_CCKPT_PROCESS_CLOSED for example. Perhaps I have looked in the wrong place?
    Appreciate any help on the above.
    Cheers!
    SF

    No response. Based on what is being debugged, all transactions are taken into account.

  • CRM 5.0 BP - Account Fact Sheet session pass to R/3 transaction iView

    I am using CRM 5.0 business package in EP 7.0 and I am customizing the "Sales Representative" CRM role in Portal.
    <b>Scenario:</b>
    I navigate the 'Account Management - Overview' and select an account. Then I navigate to the 'Fact Sheet' link and I can automatically see the account selected earlier in the 'Fact Sheet Summary'.
    I have created an R/3 transaction iView which brings up the 'Sales Summary' transaction (vc/2). The session information about the account is not getting passed automatically to the transaction like it happened with the other links. Is there a way to pass the customer number from the existing session automatically to this R/3 transaction?
    Thanks,
    Yasin

    We are encountering the same issue; have you had any luck?

  • IBase in Account Fact Sheet

    Hello experts,
    I have a question concerning the account fact sheet:
    We want to show the IBASE of the customer in the Fact Sheet (BP_ACCOUNT_FS), so I went to the Workbench and added the IBASE Component Fact Sheet. Unfortunately the available fields don't contain information about the product ID.
    Within the Account Fact Sheet of the IC WebClient the section of the IBASE does contain information of the product ID.
    So is there a possibility to use the IBASE section of the ICCMP_AFS in the BP_ACCOUNT_FS?
    (Adding the ICCMP_IBASE0001 to BP_ACCOUNT_FS in Customizing and Workbench withour additional settings did not work).
    Thanks for your help in advance!
    Regards Anne

    Hi Aakshi,
    Please check in transaction SICF in the BW system that the required service is activated - note 1124553 will help with this.
    Kind regards,
    Vanessa.

  • Fact Sheet generation - CL_CRM_GENIL_CONTAINER_OBJECT issue

    Hi Guys,
    We are utilizing functionality of an Activity Management to schedule appointments using Activity Scheduling and Standalone appointment creation as well. We did use automatic Fact Sheet attachments to the appointments.
    We introduced an ad hoc generation of PDF Fact sheet attachments into the appointments. We are testing our custom solution but we experienced one issue caused by SAP standard code.
    Let me summarize our settings first
    1.We turn off automatic FS generation in IMG CRM->Transactions->Settings for activities->Attach Fact Sheet to activities
    (Role)G:ZZ:CRM1:SLS_USER; (Trans.Type)Z100; (Short Descriptio)Visit; (Language)EN; (AttchAutom)blank; (AttachMan) flag
    2.We do use custom smartform ZCRM_FACTSHEET that is a copy of CRM_ACC_ACCOUNT_OVERVIEW_PRN
    3. We created new class ZCL_UIU_PRN_ACCOUNT as a copy of CL_UIU_PRN_ACCOUNT
    4. in View CRMV_PRN_CONTROL we have maintained following entries (Role)G:ZZ:CRM1:SLS_USER; (External Object Name)BuilHeader; (Form name) ZCRM_FACTSHEET; (Class/Interface)ZCL_UIU_PRN_ACCOUNT; (View) blank
    5. in cluster CRMVC_BUIL_PRT we have maintaned following Related objects ro (Role)G:ZZ:CRM1:SLS_USER and (Ext. Object Name) BuilHeader
    (External Object Name)BuilActivity-(Field name)ACTIVITIES; BuilAddress - ADDRESS_OVERVIEW; BuilContactPerson - CONTACTS; BuilInteractionHistory - HISTORY; BuilRelationship - RELATION_TYPES; BuilSalesArrangement - SALES_AREAS
    Our custom program ZFCRM_CREATE_FACT_SHEET is basically selecting relevant appointments; Reading information about main partner using FM CRM_PARTNER_READ_OW and calling FM CRM_UIU_BP_PRINT_BACKGROUND. All export parameter are properly filled in.
    This FM is basically calling our Z class ZCL_UIU_PRN_ACCOUNT based on above customizing. For simplification reasons imagine that ZCL_UIU_PRN_ACCOUNT is exact copy of standard SAP class CL_UIU_PRN_ACCOUNT where  CL_UIU_PRN_ACCOUNT is its superclass
    The issue is with the method COLLECT_DATA and section of the code
    lr_collection = lr_buil_entity->get_related_entities(
    iv_relation_name = <ls_model>-relation_name ).
    that returns data for internal tables lt_activities(open activities) and lt_history(closed activities). If we have scenario when we have 3 open and 8 closed activities:
    a. When I generate the Fact Sheet from an Account directly in Web UI CL_CRM_BOL_CORE->get_related_entities is returning 3 records for lt_activities(open activities) and 8 lt_history(closed activities).
    b. When I called it from our Z program the CL_CRM_BOL_CORE->get_related_entities is returning 11 records for lt_activities(open activities) and 11 lt_history(closed activities). It means mixed bag. And this is the issue.
    I did analyze the standard SAP code and the section containing below
    code is responsible for the mismatch
    try to read children
    if IV_RELATION_NAME is initial.
    if IV_OWNED_ONLY = ABAP_TRUE.
    LV_OBJ_LIST = IV_ENTITY->CONTAINER_PROXY-
    >IF_GENIL_CONTAINER_OBJECT~GET_OWNED_CHILDREN( IV_AS_COPY = TRUE ).
    else.
    LV_OBJ_LIST = IV_ENTITY->CONTAINER_PROXY-
    >IF_GENIL_CONTAINER_OBJECT~GET_CHILDREN( IV_AS_COPY = TRUE ).
    endif.
    elseif LV_MODE ne CL_CRM_BOL_ENTITY=>BYPASSING_BUFFER.
    get relation state
    >>this code>> LV_OBJ_LIST = IV_ENTITY->CONTAINER_PROXY-
    >IF_GENIL_CONTAINER_OBJECT~GET_RELATION( IV_RELATION_NAME =
    IV_RELATION_NAME
    IV_AS_COPY = TRUE ).
    read table IV_ENTITY->MY_MANAGER_ENTRY->RELATIONS with table key
    RELATION_NAME = IV_RELATION_NAME
    assigning
    <REL_STATE>.
    endif.
    CL_CRM_GENIL_CONTAINER_OBJLISTCP->CONSTRUCTOR
    data: LS_RELATION type GTYPE_RELATION,
    LV_PARENT type ref to CL_CRM_GENIL_CONTAINER_OBJECT,
    LV_ENTRY type ref to IF_GENIL_CONTAINER_OBJECT,
    LV_CHILD_PROXY type ref to CL_CRM_GENIL_CONTAINER_OBJECT.
    field-symbols: <REL> type CRMT_GENIL_CONT_RELAT
    >>this code>> read table IV_PARENT_DATA_REF->RELATIONS assigning <REL> with table key RELATION_NAME = IS_FILTER-RELATION_NAME.
    Table IV_PARENT_DATA_REF->RELATIONS is not filled for scenario b. at all. It is filled for scenario a. For our scenario b. it is missing relationships and that's the reason why we got mixed activities in BuilActivityRel and BuilHistoryRel..
    Did you come across similar bug or do you know which note could potentially resolve this issue?
    Thank you in advance.
    -Milan

    You might have to put breakpoint in function module CRM_UIU_BP_PRINT_BACKGROUND
    Check the values in parameter - IT_BOL_RELATION
    Also check values returned from querying table crmc_prn_contr2 (its at line 76 in our system).
    Thanks,
    Alwyn

  • 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

  • Configuring Fact sheet for CRM 2007

    Hi guys
    Went through best prcatice B08 and configured necessary steps for my factsheet
    Also checked previous topic discussions and found this subject header under this forum Configuring Fact sheet in IC CRM 2007 : Pls help
    I did exactly as said, factsheet shows under my nav bar, but when i confirm BP and navigate to factheet. It is not showing default view which inlcudes Ibase, Email, Lead and so on
    All I want to see is my master data marketing attributes, physical address and previous transactions of that BP
    Please advice what to do or what Im missing
    Thanks
    Jogi

    Hi,
    In component BSP_DLC_FS and View factsheetyou can select the page type and once the Layout type is chosen, you can select your Fact sheet views from available Fact Sheet Views and there you can assign your views.I think you must have activated the fact sheet button for your PFCG Role.
    I went to Component BSP_DLC_FS and clicked on display.
    Went to views and selected BSP_DLC_FS/factsheet. Where exactly do I select the page types and layouts and my factsheet views? Still fairly new to the the BSP_WD_CMPWB  so please excuse
    Thanks Jogi

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

  • Making the BP Fact Sheet as the default page in CIC

    Hi All,
    How to make the BP Fact Sheet as the default page in the CIC WinClient. What is the config (IMG) path/ transaction code to do this change? Please let me know.
    Thanks in advance.
    --R D

    Hi R D,
    the transaction code is CRMC_CIC_WSP3 -
    'Define Profile for Automatically Created Workspaces'
    Best regards,
    Gerhard

  • BP Fact sheet: how to translate component name?

    Hello
    At my customer BP fact sheet is custimized to include a custom component. The component name is Z-custom and the description in english is "custom". If I log on to the web UI in english I can see the title on the windo "custom". But if I log on in other languages it is empty.
    This is because there was no translation to the component name before. I added the translations in SPRO - Maintain Fact Sheet but still nothing is shown in the web UI. I also checked BSP_WD_CMPWB but found no place for translation.
    Can anyone help? It must be something really quick ans stupid !!
    Sotiris
    Edited by: Sotiris Hatzis on Jul 6, 2011 12:26 PM

    Actually I also made some other changes in transaction BSP_WD_CMPWB (like titles of columns) but these changes are not shown either onthe Web UI.
    Do I need to activate something, or run something?
    Sotiris

  • Business partner in Fact Sheet for Individual object

    Hi Folks,
    I am unable to see the assigned business partners on the Fact Sheet for an Individual object.  I have created the iObject in the portal.  Here, I could not assign any BP's during the creation as the system does not have this option.  I then went ahead and created an Installed Base and assigned this iobject to it in the CRM system in transaction [IB51] "Create Installed Base".  I then went ahead and assigned the Business Partners to this iObject. 
    The situation is that I can see the assigned Business Partners in the Portal for this iObject/Component for the Installed Base in the "Installed Bases/Components" tab but when i go to the "Fact Sheet for Installed Bases" tab I am unable to see the assigned BP's.
    I haven't been able to find any documentation on it either.  Can someone please help.
    Thanks.

    Hi,
    Did you ever solve this issue? 
    I too am having the same problem and cannot display the factsheet or summary using the 'Go To' button in EP.
    Any help would be much appreciated.
    Regards
    Jo

  • View in Fact Sheet not showing information

    When a user displays an IS-U customer information using transaction code CIC0, only the Business Partner information is populated with details.  The custom view that we created under Fact Sheet doesnt show anything. 
    Where do you fix this issue?  I checked the security roles assigned and everyone in their team have the same security roles so Im wondering why this particular user cannot display the customer information in the Fact Sheet View.

    When a user displays an IS-U customer information using transaction code CIC0, only the Business Partner information is populated with details.  The custom view that we created under Fact Sheet doesnt show anything. 
    Where do you fix this issue?  I checked the security roles assigned and everyone in their team have the same security roles so Im wondering why this particular user cannot display the customer information in the Fact Sheet View.

  • Using fact sheet 'BP_ACCOUNT_FS' in IC business roles

    Hi experts!
    I have a requirement to customize the fact sheet in IC business role, where the 'ICCMP_AFS' fact sheet always opens. But I need all the assignment blocks and information that is in 'BP_ACCOUNT_FS' fact sheet.
    So, is there any way to make that in IC Business Roles there was fact sheet 'BP_ACCOUNT_FS' but not 'ICCMP_AFS'?
    This question is extremely important for me.
    Thanks in advance,
    Andrew.

    Hi, Chimalwar!
    What I've done:
    1. Defined logical link 'ZIC_AFS' in transaction CRMC_UI_NBLINKS, by copiyng it from standard 'IC_AFS'. I only changed the parameter and put it 'BP_ACCOUNT_FS'.
    2. Define Profile (choosed the profile I need) -> Define Generic OP Mapping
    Choosed my navigation bar profile and made the following customizing:
    Object type: FACTSHEET
    Obj.Action: B Display
    Use target: nothing checked
    Target Id: nothing selected
    Use Link: checked
    LogLink ID: ZIC_AFS
    3. Transaction 'BSP_WD_CMPWB', Component: BSP_DLC_FS -> Component structure browser -> Views -> BSP_DLC_FS/factsheet. I've created my own configuration, copying it from standard 'BP_ACCOUNT_FS':
    Config key: my own, for my business role
    Component usage: <DEFAULT>
    Object Type: 'BP_ACCOUNT_FS'
    Object Subtype: <DEFAULT>
    After confirming Business Partner I can see the fact sheet I defined.
    But my task was to see the fact sheet of the business partner when I select it in a call list, before I confirm it. And there was ABAP.
    Regards,
    Andrew.

  • 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

Maybe you are looking for