Good day.
i am having a hard time trying to automate the adding of users in a responsibility. i was able to create a responsibility but adding of users is giving me a headache. please help.
On the attached screenshot. i want to add a user to the fourth responsibility "SUGFACIL RA"
i recorded it in SAP and here's the code:
session.findById("wnd[0]/usr/cntlGRID1/shellcont/shell").selectedRows = "4"
session.findById("wnd[0]/usr/cntlGRID1/shellcont/shell").clickCurrentCell
Now, what i want is instead of "4" or row count, i want to select the responsibility using text "SUGFACIL RA" and not row count.
If there is a find button on this tcode it would be easy, but there's none.
Please help guys.
Thank you.