SAP GUI automation using Blueprism. The text box id is getting changed frequently. So not able to spy the text box

Dvreddy

New Member
Hi All, am trying to automate one of the SAP screen using Blueprism. The Id of the text box is getting changed frequently. So not able to spy the text box.
I have spyed the elements using SAP mode. As the ID’s are getting changed dynamically (approximately 6 hours) for the text boxes, Blue Prism is not able to identify the elements and the process is getting failed.
ID is: session.findById("wnd[0]/usr/subSUB_MAIN:/COCKPIT/SAPLDISPLAY46:0385/subSUB_HDR:/COCKPIT/SAPLDISPLAY46:0405/tabsG_STRIP_HDR/tabpTAB5/ssubSUB:/COCKPIT/SAPLDISPLAY46:0436/ssubSUB_OTHERS:%_T000KW:0200/ctxt/COCKPIT/SHDR_DISP-RPA").text = ""
Here the highlighted value "T000KW" will be changing freequently. Can any one please help me how to handle this issue.
 
Top