Hello everyone,
I'm trying to figure out how to extract the SAP ID of the focussed element which is selected after - for example - a search action within SAP ECC 800.
I use the VBScripting commands to direct my Flows within SAP; in which I regularly use commands like below to extract the system bar status and identified fields, but would like to know how to extract the focussed field (value and/or ID) as well.
WScript.Echo session.findById("wnd[0]/sbar").Text
Looking forward to the responses!