cancel
Showing results for 
Search instead for 
Did you mean: 

BW Hierarachies in Web Dynpro either using BI java SDK or Not

Former Member
0 Kudos

Hello,

I am working on a requirement to develop a web dynpro Tree for a BW Hierarchy. On This requirement I have following Questions.

1. How can I retrieve Nodes/Hierarchies from BW Hierarchy into the query? Is it Query , Cube or RFC?.

2. What is the standard way to retrieve the Hierarchy onto Web Dynpro?.

I appreciate if somebody can help on this problem.

Thanks,

Raj Peddisetty.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Thanks All.

Former Member
0 Kudos

Raj,

we used the following delivered function modules to read, add and delete the nodes:

--ZRSBB_NODES_READ_WITH_FILTER

--BX_FAVOS_ADD_OTHERS

--BX_FAVOS_DELETE_NODE

We created some wrapper function modules to call these above delivered fm's.

Hope this helps.

--MLS

Former Member
0 Kudos

Laxmi,

Thanks-a-lot. That really helps. I will work on those FMs, and will update this thread.

Thanks,

Raj.

Former Member
0 Kudos

Hello All,

I used BAPI_MDPROVIDER_GET_MEMBERS to get the Hierarchies at Level based.

Thanks,

Raj.

Former Member
0 Kudos

Raj,

we had a similar requirement. We created a function module which returns all the node information(levelid, parentid etc) in a table.

In the WD java application, we displayed it as a tree.

Hope this helps u.

--MLS

Former Member
0 Kudos

Wow !.. Thats really a good news. I searched SDN, SAP Help, Google; But I couldnt find any useful information. I would appreciate if you can give me any documents you have or explain me in detail.

Thanks-a-lot in advance.

Regards,

Raj.