cancel
Showing results for 
Search instead for 
Did you mean: 

SAP GUI Scripting WBS

Dear all

I have routine in VBA to create WBS element and it is working fine. But some times I need to ad more wbs elements in the project.
Does someone have an idea how to do so by using scripting? Look at the picture. How to find out the logic in the wbs structure? If would like to ad the next element under node G-00005-50-01, what the logic I should use to do so by using scripting?
Thanks in advance

Sandra_Rossi
Active Contributor

Search the web this way: "guitree" "getallnodekeys" site:sap.com

Or "guitree" "getallnodekeys" site:stackoverflow.com

Official documentation: GuiTree Object

NB: your tree is of type 2 (column tree), so you may get the column names with the method GetColumnNames.

Accepted Solutions (0)

Answers (0)