cancel
Showing results for 
Search instead for 
Did you mean: 

BI data in Web Dynpro

kai_unewisse3
Active Contributor
0 Kudos

HI ,

i would like to retrieve the data of a BW report

<server>/sap/bw/BEx?cmd=ldoc&template_id=Z_SUCCESS_FAILURE&sap-language=EN

How do I access the data? Do I need the BI SDK or is there another possibility ?

Does anybody has documents available for BI connections ?

Thanks,

Kai

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Kai,

You can access a BI query, get its results, manipulate it and then display all through weddynpro. But you will need BI Java SDK for that.

As for your question, I think you mean to retrieve the results of a query not a BW report.

For documentations on BI Java SDK, open your NWDS IDE, click Help->SAP Web AS Documentation->SAP Web Dynpro Applications. When the help window appears, type in "BI Java SDK" in the search box on the top. You will get a whole list of documentations.

Regards,

Satyajit.

Answers (2)

Answers (2)

kai_unewisse3
Active Contributor
0 Kudos

I found a Howto by myself:

How_To_BI_Java_SDK_WebDynpro_App.pdf which is inside the BI SDK.

Regards, Kai

Former Member
0 Kudos

Hi Kai,

check whether you can use BIApplicationFrame:

http://help.sap.com/saphelp_nw2004s/helpdata/en/4a/985a42ed221253e10000000a155106/frameset.htm

Kind Regards

Stefanie

kai_unewisse3
Active Contributor
0 Kudos

HI Stefanie,

i am not using NW2004s, bu t i will keep that in mind.

Regards, Kai