01-16-2013, 12:46 AM
Hello,
I am trying to automate a Click link method for SAPGUI table tree control. Code looks something like this:
Is there a way to get the value of the link from the datatable? Reason being there are other links to be processed from the datatable. How do you combine the link method with a value from datatable.
Is there another way to accomplish this? Any help would be appreciated.
Thanks
I am trying to automate a Click link method for SAPGUI table tree control. Code looks something like this:
Code:
SAPGuiSession("Session").SAPGuiWindow("Edit Incident/Claim Management").Maximize
SAPGuiSession("Session").SAPGuiWindow("XXX").SAPGuiTree("TableTreeControl_2").ClickLink "MVI","00000000000000034234"
Is there a way to get the value of the link from the datatable? Reason being there are other links to be processed from the datatable. How do you combine the link method with a value from datatable.
Is there another way to accomplish this? Any help would be appreciated.
Thanks