Dear All,
This codes (session.findById("wnd[0]/usr/ctxtS_BUKRS-LOW").text = "277") updates a SAP field with the Value "277".
The value 277 is based on the excel Sheet1 Cell = A2 . So how can I refer this cell in the above code to have the value.
Example : If A2 = 299 , then i need a code as "session.findById("wnd[0]/usr/ctxtS_BUKRS-LOW").text = "299"
Thanks in advance !!
This codes (session.findById("wnd[0]/usr/ctxtS_BUKRS-LOW").text = "277") updates a SAP field with the Value "277".
The value 277 is based on the excel Sheet1 Cell = A2 . So how can I refer this cell in the above code to have the value.
Example : If A2 = 299 , then i need a code as "session.findById("wnd[0]/usr/ctxtS_BUKRS-LOW").text = "299"
Thanks in advance !!