Unable to click checkbox in SAP

Hi,

I am unable to click the below checkbox from SAP window. Its clicking somewhere on the screen
image

Can anyone help?

@jenipriya.chitravel

How are you trying to click

You can as well try using vb scriptingn for sap

Ideally ui automation should do the job

Cheers

@jenipriya.chitravel,

It seems a Grid View control of SAP. Try generating selector by using Ui Explorer. If it don’t work, you can follow a rather longer but sure shot approach as below:

  1. Click on Filter Icon above the Grid view
  2. Enter EP7CLNT500 as filter term and execute/F8
  3. Your Grid view will have only single line. Use Send Keyboard shortcut to navigate to the Checkbox. Send spacebar to check mark the checkbox and execute.

Thanks,
Ashok :slight_smile:

1 Like

You can try UI Script and recording option on SAP to record your actions and just run the script. You may also add custom actions in between.