Hi Macro Expert,
I have written the VBA code and connect with SAP scripting , however i have encountered the runtime error 619 where i able to find out the issue ,but I have no ideas how can replace any code here to continue run.
This is the first SAP recording code
session.findById("wnd[0]/usr/sub/1[0,0]/sub/1/8[0,9]/sub/1/8/9[0,12]/lbl[23,12]").SetFocus
session.findById("wnd[0]/usr/sub/1[0,0]/sub/1/8[0,9]/sub/1/8/9[0,12]/lbl[23,12]").caretPosition = 2
and this is another SAP code when i try to re-record to find the differences for that specific transaction and this is the code showing differently .
session.findById("wnd[0]/usr/sub/1[0,0]/sub/1/9[0,10]/sub/1/9/10[0,13]/lbl[32,13]").SetFocus
session.findById("wnd[0]/usr/sub/1[0,0]/sub/1/9[0,10]/sub/1/9/10[0,13]/lbl[32,13]").caretPosition = 2
Please advise how can I run if i have the same process but maybe come to here is a little bit different.
I have written the VBA code and connect with SAP scripting , however i have encountered the runtime error 619 where i able to find out the issue ,but I have no ideas how can replace any code here to continue run.
This is the first SAP recording code
session.findById("wnd[0]/usr/sub/1[0,0]/sub/1/8[0,9]/sub/1/8/9[0,12]/lbl[23,12]").SetFocus
session.findById("wnd[0]/usr/sub/1[0,0]/sub/1/8[0,9]/sub/1/8/9[0,12]/lbl[23,12]").caretPosition = 2
and this is another SAP code when i try to re-record to find the differences for that specific transaction and this is the code showing differently .
session.findById("wnd[0]/usr/sub/1[0,0]/sub/1/9[0,10]/sub/1/9/10[0,13]/lbl[32,13]").SetFocus
session.findById("wnd[0]/usr/sub/1[0,0]/sub/1/9[0,10]/sub/1/9/10[0,13]/lbl[32,13]").caretPosition = 2
Please advise how can I run if i have the same process but maybe come to here is a little bit different.