cancel
Showing results for 
Search instead for 
Did you mean: 

How to call BW report from CRM via ABAP

Former Member
0 Kudos

Hello,

I want to call a BW report from CRM, this I want to invoke from a screen with some parameter.

I have a BW user which I also wants to pass from CRM screen, while calling BW report as parameter.

Can some one help me, how to invoke a BW report (in browser) from CRM ABAP code with passing username and password (which is a generic user to all) and with some parameters to BW report, so that can directly see the report output in the browser.

Thanks a lot in advance.

With Best Regards,

-Praveen Soni

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member93896
Active Contributor
0 Kudos

Praveen,

all you basically have to do is construct a URL in your ABAP program and call the browser with it. In the URL you can pass the right parameters. Execute your query in transaction RSRT with option HTML and you see parameters. Or execute it directly in the browser.

When you have the URL, just do call function 'CALL_BROWSER'.

Regards,

Marc

SAP NetWeaver RIG, US BI