Hi Experts,
I have created one WD program. It fetches data from R/3 using RFC. I have created Tree UI element in the view. I have added "TreeNodeType" inside the "tree" ui element. I have done context mapping of "tree" and "TreeNodeType" with the RFC ouput.
I have also created a Table to see the RFC output
For a particular set of input RFC fetches 4 records. I can see 4 records in Table. The Tree element also shows a structure with 4 branches.
I want the branches of tree to display the 4 records. For example if the 4 output of RFC are pernr 1, 2, 3, 4 then Tree branch should also display 1,2 ,3 , 4
How I can do so? I have already gone through following PDF. But it is not helping.
Populating a Tree with Inputs from an RFC Model.PDF
Regards,
Gary