BW report integration in Portal/PC-UI based on a BP at runtime

Hello,
we have created a BW report "Customer Overview" and want this report to be called from the Account BSP iView (within the context): The selected Business Partner should be automatically transferred to the report, the BW report should receive the BP ID at runtime.
There is the similar standard overview called "Fact Sheet", but we decided to not use it, but instead our own report. We are on CRM 4.0, Netweaver Portal (EP6.0), BW 3.5 and Business Package for mySAP CRM (not the Business Productivity Pack).
We have tried to use the same method "factsheet" for linking to our BW web template using the button "Fact Sheet" in the Account BSP iView. We created therefor a new iView (based on com.sap.pct.crm.bwreport.BWContainer), filled the required parameter and placed it on our own fact sheet page. The resulting test URL of the new iView looks fine:
http://[host]:[port]/sap/bw/BEx?cmd=ldoc&sap-language=EN
&TEMPLATE_ID=TPCRM1001&FILTER_IOBJNM_1=0BPARTNER
The object link from the 'Fact Sheet' button to our fact sheet page works, however the BP id is not passed or the BW template does not process it.
How is the business partner ID transferred at runtime from Account BSP?
What have to be done on the BW report in order to receive / require the parameter FILTER_IOBJNM_1 (i.e. BP ID) and display the overview for this particular customer?
Further questions:
Is this right way to achieve the display of BW data of a particular business partner?
Is there another way to do this?
Thanks for any information on how to integrate BW report that requires a BP ID in the portal...
Regards,
Erik

Hi Gregor,
thanks for your reference to your very good blog. I have read it and understood that I could write a model access class which build the URL including the correct account ID (i.e. object key) as filter value and then use this class to customize PCUI (i.e. tab or button).
But from the Business Package documentation (p.132) I thought that I could use a "standard" method to achieve BW report integration which requires a business partner ID at runtime. I.e. using the BW Report Wrapper iView (com.sap.pct.crm.bwreport.BWContainer) without writing code. Is my understanding correct?
So I tried to use the standard event ACC_FACT_SHEET and toolbar button FACTSHEET to navigate (object navigation) to my custom created page which included this BW Report Wrapper iView (custom).
My problem is to understand how the event is transferring the object key (by clicking the button 'Fact Sheet') so the BW Wrapper iView can generate the correct URL including the correct parameter 'filter_value'.
When I look into the Event definition of ACC_FACT_SHEET, I see that for 'Field->CRM Object ID' the value OBJECT_KEY is defined. However, the BW wrapper iView is not including the parameter 'filter_value'.
Can anyone tell me if my understanding of the BW Report Wrapper iView is correct, and how it is possible to transfer the object_key of the selected account to it?
Thanks and kind regards,
Erik

Similar Messages

  • Problem with Print functionality in the BI reports integrated into portal

    Hi,
    We have some BI reports integrated into portal.and we have a Print button,which is a standard SAP functionality,doesnot work.When we click that print button it takes forever to load the page and print it.
    Please help me in resolving this issue and points will be rewarded for sure
    Bala

    Hi Edward,
    Can you clarify on your statement "You can run 3.x queries normally". I am currently declaring the bex web application string in the BW iview created in this format "infocube=0D_FI_C01&query=0D_FI_C01_Q001" and i am not defining the report template anywhere in the iview properties but still the standard template is displayed.
    Pls let me know how to run 3.x queries normally.
    Also i am trying to integrate only reports which are developed for BW 3.x format in BI system but still the data is not displayed.
    Pls let me know incase the SP level of both EP and BI portal are to be considered for this.
    EP 7 portal is on SP9 where as BI 7 is on sp12.
    Also i noticed the EP portal doesn't have BI Java Addon. will this matter for displaying reports in BW 3.x format.
    As you suggested workaround i tried to create a url iviews directly taking the links from the reports displayed in BI portal , i was able to preview the report but when i added those iview reports to role, the reports are constantly loading as it is trying to contact BI system. There are being loaded constantly with nothing displayed on screen.
    "http://sapbw:50000/irj/servlet/prt/portal/prtroot/pcd!3aportal_content!2fcom.sap.pct!2fplatform_add_ons!2fcom.sap.ip.bi!2fiViews!2fcom.sap.ip.bi.bex?QUERY=0D_PU_C01_Q011&VARIABLE_SCREEN=X&DUMMY=1"
    regards
    Bharat

  • Problem with Print button in the BI reports integrated in portal

    Hi,
    We have some BI reports integrated into portal.and we have a Print button,which is a standard SAP functionality,doesnot work.When we click that print button it takes forever to load the page and print it.
    Please help me in resolving this issue and points will be rewarded for sure
    Bala

    Solved myself.
    The answer lies in this link:
    http://help.sap.com/saphelp_nw70/helpdata/en/76/489d39d342de00e10000000a11402f/frameset.htm
    See the following two properties under Paging:
    Columns Scrolled for Each Step (BLOCK_COLUMNS_STEP_SIZE)
    Rows Scrolled for Each Step (BLOCK_ROWS_STEP_SIZE)
    The values of these two properties have to be changed in the Web Template you are using for your BI Reports.
    Regards,
    Ankur

  • Crystal Report in NetWeaver portal via option "Based on BW Report"

    Hello,
    I have searched the forums and read the blog by Ingo but haven't found a solution, that's why I post this new thread.
    We currenctly have the following situation:
    We are creating Crystal Reports which are stored on the BW server to have the benefit of being able to transport them from DEV to QA to PROD. The Crystal Reports publisher is in place and works perfectly in all three environments, so we are able to open our Crystal reports via the InfoView Portal, no issues here (we have 3 folders for the 3 systems on 1 BO server).
    In our NetWeaver portal, we have the integration kit iview available, and we are able to open our Crystal reports via the option 'Standard BusinessObjects Enterprise Report' by using the ID for the Crystal that we find in the InfoView portal.
    However, to benefit from transporting also our portal from DEV to QA to PROD, we would like to use the option 'Based on BW Report' to be able to use the technical id which is used in BW and is the same across the 3 systems (unlike, the Crystal ID on the BO server).
    I have tried numerous combinations of parameters in the iView, but keep getting "error 404" when previewing the report based on the BW report id.
    Could someone indicate if they have had managed to use this option, and if yes what parameters I should use in the iView?
    (system = ? (BW or BO?) / application paramaters: (cms_name = <BO_SERVER> ?)
    Thanks a lot!
    Tom

    Hi,
    We are creating Crystal Reports which are stored on the BW server to have the benefit of being able to transport them from DEV to QA to PROD. The Crystal Reports publisher is in place and works perfectly in all three environments, so we are able to open our Crystal reports via the InfoView Portal, no issues here (we have 3 folders for the 3 systems on 1 BO server).
    In our NetWeaver portal, we have the integration kit iview available, and we are able to open our Crystal reports via the option 'Standard BusinessObjects Enterprise Report' by using the ID for the Crystal that we find in the InfoView portal.
    However, to benefit from transporting also our portal from DEV to QA to PROD, we would like to use the option 'Based on BW Report' to be able to use the technical id which is used in BW and is the same across the 3 systems (unlike, the Crystal ID on the BO server).
    I have tried numerous combinations of parameters in the iView, but keep getting "error 404" when previewing the report based on the BW report id.
    Could someone indicate if they have had managed to use this option, and if yes what parameters I should use in the iView?
    (system = ? (BW or BO?) / application paramaters: (cms_name = <BO_SERVER> ?)
    >> System is the system that you defined. this is the SAP System that you defined in the portal and then you need to enter the properties for the Crystal Enterprise Server for the SAP system as well.
    >> CMS Name is the full qualified host name and port for the CMS server of your BOE System.
    Ingo

  • Create a report in oracle portal based on a different database.

    Hello,
    I'm trying to create a report in oracle portal based on table in a different database than te one from portal.
    I have allready succesfully added a new DAD in the enterprise manager, but how can I select that database in the portal environment?
    Thierry

    Hi,
    Please check the below link
    http://help.sap.com/businessobject/product_guides/boexir3/en/xi3_voyager_userguide_en.pdf
    I think you can get more information in Integration Kits - SAP or Business objects forum.

  • BW Report Integration with NW Enterprise Portal 7.3

    Hi ,
    I have integrated BI with Portal inorder to view the BW reports that was built on BW queries.
    On viewing the report on portal we get to see cross-marks besides every tabs present on the report. Any specific settings needs to be configured for BW side.
    Regards,
    R. Rajesh
    Edited by: Rajesh Rajan on Jan 13, 2012 11:33 AM

    Hi Kumar,
    I see these cross-marks on the report tabs which is shown on portal. Had a thought whether something to do with java plig-in but still no go.
    Steps followed:-
    1. Created a BW report.
    2. Perfomed all the steps needed to integrate with portal.
    My question here is any specific settings from BW side has to be configured generally if integrated with portal?
    Regards,
    R. Rajesh

  • Integration BI reports in SAP Portal

    Information about Usage Types
    Active Usage Types
    Product Name      UT Code      Short Name      Description      Activation Date      Configured
    SAP NetWeaver 2004s/SR2      AS      AS Java      Application Server Java      Wed Mar 28 00:00:00 CEST 2007      YES
    SAP NetWeaver 2004s/SR2      AAS      AS ABAP      Application Server ABAP      Wed Mar 28 00:00:00 CEST 2007      YES
    I need to publish BI report from  BEx Query Designer, BEx Report designer, Web Application Designer on Portal. I Installed SAP ABAP+JAVA stack on VMware Suse Linux system with above Usage Types. Do you I need to more usage types or can I still configure system for Bi and Portal Integration.
    thanks for your earliest response.
    Obaid.

    Hi Obaid,
    I think you are all set for integrating BI Portal.

  • Portal & Oracle Reports Integration

    I have a customer that is considering integrating both Portal and Reports.
    Dependent on the user that is requesting the report, the customer would like
    to limit the amount of information returned.
    I am considering suggesting Virtual Private Database (VPD) as a solution
    at the DB end. However, the customer anticipates that dozens of users will
    be connecting to the Portal as different users but Oracle Reports will be connecting
    to the DB as a single user.
    I would like to relate to them how they could still take advantage of VPD. How will
    the customer pass the user's identity along? Any ideas and/or suggestions is
    appreaciated.

    Julie,
    Here is the workaround. You can't have any PORTAL components in that same portal application. You can have LOVs, but no Portal Forms or Portal Reports. Just register all of your RDFs in their own application.

  • Integration of BO reports with Enterprise portal

    How can i integrate BO reports with Enterprise Portal.

    Jude, have you done this already. This is because i have checked the files for IK but it's not too specific on things like configuring the system for BO in SAP EP or where to do the things. I am stuck on configuring the area of the visor for the system that will connect to BO i already typed the domain url to leave it able to SSO but no for the visor. If anyone knows how to do this.

  • Integrating ECC reports with BW reports in the Portal

    Greetings experts!
    How, if at all, can one integrate BW reports that are in BW Roles in the portal (i.e. an enduser runs reports using the "new analysis" button in the portal via the 0analysis_pattern template) with ECC reports in the portal? 
    Requirement:
    End users are looking for one location to go for all their reporting needs (ECC and BW) in the portal.
    BW developers wish to continue the deployment and management of reports via the BW roles that reside in BW and stay away from creating an iview for every BW report. 
    Is this possible?  thanks in advance for all your responses.
    best,
    -ravi

    I am not sure how your ECC reports display in the Portal however I assume they are associated with an ECC Role.
    You do not need to create an iview for each BW report.  Upload your roles into the Portal under System Administration > Transport > Role Upload.
    Each role in your ABAP (BW) role will be created in an assoicated Portal Role.
    These roles will display in the Top Level Navigation, as do all roles that have been assigned to a user.  The Reports of the Roles then display in the Detailed Navigation frame in the portal, once the role has been selected in the Top Level Navigation.
    In this way your users go to one place, the portal to execute reports.

  • WEBI reports integration with SAP portal

    Hello BO experts-
    Our client is looking to integrate WEBI reports with SAP portal. I found some documents which describe about have an url iview.
    I just want to find out if it is possible to federate webi server with SAP portal.
    Thanks,
    Sharath.

    I don't think you can federate WebI server with SAP portal.
    You can use WebI report IDs and integrate with Portal.
    Bashir Awan

  • Scheduling Crystal report from Infoview portal doesn't show up data

    "The crystal report is based on a SAP BI query. The parameters of the report are basically the parameters(SAP variables) of the SAP BI query. When we run the crystal report in the CR Report Designer tool, it runs fine showing all the data correctly. Then we published the crystal report to the Crystal Enterprise Server from the SAP BI system. Through the Infoview portal, the user clicks on the 'Schedule' link for the report and sets the parameters. When the 'Schedule' button is clicked, it runs successfully but no data is seen in the report except for the template. But under the same report, in Infoview portal, if the user selects "View" link, sets the parameters and then clicks the 'Execute' button, it runs successfully showing all correct data.
    Dont understand why it works for 'View' link but doesn't work for 'Schedule' link. Is there any setting that needs to be made for this?"
    Thanks in advance,
    Sri

    Once you tick the schedule button the History window opens and you should see your instance. Status is usually pending and after a refersh (scheduled for run now) you should get the status running/successfull or failed. What is your status here and what happend if you tick on the instance once you get the status successfull?

  • Scheduling the report from Infoview portal does not show up data

    "The crystal report is based on a SAP BI query. The parameters of the report are basically the parameters(SAP variables) of the SAP BI query. When we run the crystal report in the CR Report Designer tool, it runs fine showing all the data correctly. Then we published the crystal report to the Crystal Enterprise Server from the SAP BI system. Through the Infoview portal, the user clicks on the 'Schedule' link for the report and sets the parameters. When the 'Schedule' button is clicked, it runs successfully but no data is seen in the report except for the template. But under the same report, in Infoview portal, if the user selects "View" link, sets the parameters and then clicks the 'Execute' button, it runs successfully showing all correct data.
    Dont understand why it works for 'View' link but doesn't work for 'Schedule' link. Is there any setting that needs to be made for this?"
    Thanks in advance,
    Sri

    Hi Sri,
    When we are able to see the report and unable to schedule the report with in the Info view, then check with the user rights.
    Just try to login with admin account and try to schedule the report.
    Also check the report in CMC and see the preview of the report.
    If the user doesn't have enough rights to schedule the report, then  it doesn't allow it.
    Also check with in the Folder rights with in the report is saved.
    Regards,
    Naveen.

  • What is the mean of using Portal with Role Based security as entry point

    Hi Experts we have requirement of integration of Portal and MDM
    I am completely new to the MDM. So please give me some idea , what is the meanin for following points.
    1) Using the Portal with Role Based security as entry point for capacity and Routing Maintaince(These two are some modules).
    2) Additionally , Portal should have capability to enter in to the MDM for future master data maintence. Feeds of data will need to be come from  SAP 4.6c
    Please give me the clarity of what is the meanin of second point
    Regards
    Vijay

    Hi
    It requires the entire land scape like EP server and MDM server both should be configured in SLD.
    Your requirement is maintaing and updating the MDM data with Enterprise portal.We have some Business Packages to install in Portal inorder to access the functionality of MDM.
    Portal gives you a secure role based functionality of MDM through Single sign on (login into the portal access any application) to their end users.
    Please go through this link
    http://help.sap.com/saphelp_mdmgds55/helpdata/EN/45/c8cd92dc7f4ebbe10000000a11466f/frameset.htm
    You need to develope some custom applications which should be integrated into the portal to access MDM Server master data
    The estimation involves as per your requirement clearly
    Its depends upon the Landscape settings, Requirement complexity,Identify how many number of custom applications need to be developed
    Regards
    Kalyan

  • CALL WEBI Report from SAP Portal

    Hi Experts,
    I need to call WEBI report from SAP Portal, is it possible?
    The submitted report will be opened in the same window?
    Kind Regads.

    Hi
    You can call SAP portal from WebI Report...
    insert blank cell in the report / or select the cell whaere do you want to in the report
    and then Right click and select hyper link.
    Enter the portal address
    It will be opened in the same or new window based on your settings.
    Target Window : New Window ..then it will open new window.

Maybe you are looking for

  • Text File is like this

    my text File is like this: CUS0000001,Manish Paliwal,9818689349,25 CUS0000002,Manish Paliwal,9818689349,25 CUS0000013 Manish Paliwal 9818689349 25 CUS0000014 Manish Paliwal 9818689349 25 CUS0000015;Manish Paliwal;9818689349;25 CUS0000016;Manish Paliw

  • How to open ipa files which we download from istores, how to open ipa files which we download from istores

    Dear Sir, I have recently purcased new mac pro but facing following problems, pls assist me: 1) I have downloded few application from iStore but this are in .ipa files and i dont know how to open this files 2) Which are good software for photo editin

  • How to unlock my ipod?

    how to unlock my ipod? as it tells me to connect to itunes but when I do so up to the restore point the server becomes unavailable. pls help

  • Ip based access in SQL Server 2014?

    Hi  We are already using a logon trigger in sql 2014 but it is legacy method of restricting IP's; Is there a way in SQL Server to provide the same fuctionality? Regards, Ashif Shaikh aa

  • Multiple dates connecting to one timedimension in SSAS

    Hi, I have Three dates in my FactSales - Deliverydate, shippingdate, shippingdateconformed - at the moment deliverydate is connected to the Time dimension. How do I connect the other two dates to the same Time dimension?