cancel
Showing results for 
Search instead for 
Did you mean: 

BI intergration in CRMwebUI

Former Member
0 Kudos

Hello,

I need to intergrate the BI report(a customized query) to CRM webUI. I have the IMG for display SAP netweaver BI reports in CRM, but there is one point I have no idea how to do:

Create a component usage for BI report

Where to create this component usage? I thought it is in the enhancement of the UI component, but I did not find it after I enhance the component.

Can any one give me some hints to create a component usage for BI report?

Thanks in advance!

Best Regards

Holger

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Can anyone give me some idea? Thanks!

Former Member
0 Kudos

Holger,

You need to create the BI report component(GSBIRP) usage in the BSP component.

GSBIRP is the BSP component created for launching BI reports in the WEB UI.

For example if you want to integrate BI report under 'Account Overview' BSP component i.e BP_HEAD,then you need to enhance this BP_HEAD using BSP_WD_CMPWB.

Steps to add component usage under BP_HEAD:

1. Click on Run time repository editor from the left hand top menu bar.

2. It opens the component repository

3.Right click on Component Usages in change mode and add component usage for GSBIRP.

4.Once GSBIRP component usage is added it will be available under BP_HEAD so that it can be added to any view using configuration.

For ex: GSBIRP component will be available under 'BPHeadOverview' view configuration.

Thanks,

Thirumala.

Former Member
0 Kudos

Hi Thirumala,

Many thanks, I created the component usage successfully now. Points rewarded.

But I did not find the method WD_USAGE_INITIALIZE which I have to coding there, do you know where can I find this method?

Regards,

Holger

Former Member
0 Kudos

Holger

Redefine this WD_USAGE_INITIALIZE method which is present in the COMPONENT CONTROLLER class .

Thanks

Allot points if this helps!

Former Member
0 Kudos

Hi Kamesh,

Thanks! I found it! Points rewarded!

there are too many customizing for this function, now I'm looking to specify the parameter REPID in the method WD_USAGE_INITIALIZE

Answers (0)