cancel
Showing results for 
Search instead for 
Did you mean: 

Accessing column data in TREE VIEW

Former Member
0 Kudos

Hello,

I have one scenario where I want to access the column data from tree view. Is there any way to access it as a collection?

Thanks n regards

ShashanK

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi shashank,

Pls look the below link for ur clarification.

http://scn.sap.com/community/crm/blog/2013/11/22/development-of-search-hit-in-form-of-tree-view

Thanks and regards,

Pandi

ashik_k2
Contributor
0 Kudos

Hello ,

Take a look at component BP_HIER view EOVPHierarchyTreeV for your reference.

Regards,

Ashik

deepika_chandrasekar
Active Contributor
0 Kudos

Hi Shashank,

You can access the collection wrapper of tree view just like table view collection wrapper.

If you want to access the specific line entry you can use  me->typed_context->(contextnode)->get_bo_by_index( lv_index ).

all the node entry will be available in typed_context->contextnode->node_tab for tree view.you can use node_tab if you want.

Regards,

Deepika C.