cancel
Showing results for 
Search instead for 
Did you mean: 

Populate Tree using RFC

Former Member
0 Kudos

Hi,

I have senerio in which i need to populate tree ui element by calling data from the backened i.e Using RFC.

Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

And the question is?

Armin

Former Member
0 Kudos

Hi Armin

I want that the Backened data from R/3 system should be display in my tree.

Edited by: Abhilasha Dahare on Aug 28, 2008 1:50 PM

Former Member
0 Kudos

Define a RFC model, read the data from the backend, fill a context structure that can be used to bind a Tree to it (recursive vs. non-recursive), add a Tree and suitable TreeNodeType elements to a view, bind the properties. That's it.

Armin

Former Member
0 Kudos

Hi ,

I am using RFC Bapi_Flight_GetFlightList,I want Populate data in Tree . i have done binding context(FlightList-->Airline (value attribute)to the TreeNodeType Properties.i got the output all Airline in Tree,now i require the Price and Flight date of particular airline in TreeItemType.

How can i get the values of pice and flight Details in tree structure?

As structure

Airline

|----


Price

|----


Flight details.

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

I also need to display a organization in a tree on webdynpro java.

Normally I should retrieve a table with all records of organization unit with a RFC.

Could anyone tell me which kind of structure this table should be? How can I define the root for the tree?

How should I creat the component controller context?

Thanks a lot

Yimin

former_member192434
Active Contributor
0 Kudos

Hi Abhilasha,

First you need to define a RFC model and then get all the records from backend,

provide the context maaping, Insert a Tree child on View, Bind it to Tree.

Thanks

Anup