04-17-2008, 09:54 PM
There are two ways I can think of...
1) Instead of using Output Value, try using GetROProperty.
2) Use the following :
' Before selecting the node,
Let me know if it doesnt work out..
1) Instead of using Output Value, try using GetROProperty.
2) Use the following :
' Before selecting the node,
Code:
sNum = DataTable("Purch_Req_Num", dtGlobalSheet)
sNumWithoutZero = Right(sNum, Len(sNum) - 0)
SAPGuiSession("Session").SAPGuiWindow("Create Purchase Order").SAPGuiTree("TableTreeControl").SelectNode sNumWithoutZero
Let me know if it doesnt work out..