cancel
Showing results for 
Search instead for 
Did you mean: 

spying SAP table to Click a PO Number

RamashitaRamutl
Level 3
Good day,

Automating SAP POs

Have spied a table and now attempting to click on the PO Number but there are no actions for the table.
Problem: unable to spy the PO number as an element.
How can I dynamically "click text" on a SAP table to open the desired PO.

17808.jpg


Surface/region mode automation is an absolute last resort on this one

------------------------------
Ramashita Ramutloa

Africa/Johannesburg
------------------------------
1 BEST ANSWER

Best Answers

AbhilashSwain
Level 3

Hi Ramashita,

Seems this is a SAP grid view which is currently not supporting in the SAP automation in BluePrim.

Try with AA/UI mode.
Else a code block will help you. SAP VB coding is easy and efficient.



------------------------------
Thanks,
Abhilash Swain
Automation Developer
Chennai
9901945030
216abhiswain@gmail.com
------------------------------
Thanks, [FirstName] [City] [EmailAddress]

View answer in original post

2 REPLIES 2

MichalSzumski
Level 6
Hi Ramashita,

Are you able to spy single cell? If yes then you should be good with that. 

If not then the best solution is to write your own code stage (record it and use in blueprism) so you can achieve what you want. It is really useful to learn and use coding in SAP so you can expand your library of actions.

Other solutions would require more work.For example You could focus on the table and then navigate with Send Keys to first PO value and then invoke shortcut to open PO. For sure there are different methods as well but this would be my first try.

Best regards
Michal Szumski


------------------------------
Michal Szumski
RPA developer
Rockwell Automation
Europe/Warsaw
------------------------------

AbhilashSwain
Level 3

Hi Ramashita,

Seems this is a SAP grid view which is currently not supporting in the SAP automation in BluePrim.

Try with AA/UI mode.
Else a code block will help you. SAP VB coding is easy and efficient.



------------------------------
Thanks,
Abhilash Swain
Automation Developer
Chennai
9901945030
216abhiswain@gmail.com
------------------------------
Thanks, [FirstName] [City] [EmailAddress]