cancel
Showing results for 
Search instead for 
Did you mean: 

Getting BW data into WebDynpro table

Former Member
0 Kudos

Hi All

Can any one suggest me how to get data from BW? Is it possible to write any RFC for that?

As far as I know there are many options like BW Query Iviews etc but I need to get that data and have it in a table with lot of images based on result. So I guess I will able to achive this if I have all the data into WebDynpro Context.

Please suggest me if any one worked on this.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

You can use the BI Java SDK for this purpose. Using this you can execute any BI query through your Java code, retrieve the results and manipulate/display them as you please.

You can find a full tutorial <a href="http://help.sap.com/javadocs/NW04/current/bi/docs/examples.html">here</a>. Also go through

<a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/biw/g-i/how%20to%20use%20the%20bi%20java%20sdk%20in%20a%20web%20dynpro%20application.pdf">this</a>

Regards,

Satyajit.