cancel
Showing results for 
Search instead for 
Did you mean: 

Select node in SAP treeview

Anonymous
Not applicable
Hi, I followed step by step in https://portal.blueprism.com/customer-support/knowledge-base/how-work-sap-tree-view-element. I can expand and select the €œOffice€ node, but can€™t select the child node of €œOffice€. It returns the error: "Internal : Failed to perform step 1 in Navigate Stage 'Select Item - Child' on page 'Action 1' - Object reference not set to an instance of an object." The image attached for more detail. I think the "select item" action doesn€™t work with grandchild node in SAP treeview. Any suggestion how can we select the node. Thanks, Nguyen Tran
4 REPLIES 4

Anonymous
Not applicable
I have the same problem with the SAP Treeview using e.g.: - Navigate - Select Item - Item Text = """" - Item Position = 5 The is no error message, when I specify only the ""Item Text"". But the text is not always the same. Additionally I get the ""Object reference not set to an instance of an object"" message, when I use: - ""Count Items"" in a Read stage - ""Double Click Node"" in a Navigate stage (but not in all Treeviews - sometimes it works). I'm using ""blueprism Version 5; 5.0.30.0"", 32 bit. I found no hints in the release notes of version 5.0.33.0. The SAP GUI version is 7.40 Thanks in advance, Frank

currently, we can't select level 3rd node in SAP TreeView. You should use code stage to select these nodes by using SapROTWr.dll & SAPFEWSELib.dll . These 2 dlls are located in your local PC after installing SAP GUI.

Denis__Dennehy
Level 15
I have interfaced with a SAP treeview previously using Surface automation.  

Anonymous
Not applicable
> You should use code stage to select these nodes by using SapROTWr.dll & SAPFEWSELib.dll Are there any examples for using this? I am facing similar problems as the first two Posters.