Click on a element in sap

hi,
i have to click a particular element in sap which is not visible in the screen. After doing drop down this screen is visible.

i want to click on the amount which is shown after Debit.
how can i do it?

Hi @arijit1213 ,

Any SAP automation, first enable the Script. Hope you already know it!

Possibilities:

  1. Try using selector, Since it seems like grid type you may get the selectors based on the column name and row number, please calculate accordingly.
  2. If the above one does not work, use Keyboard shortcuts or Send hotkeys. to navigate to that after debit column.

thanks