- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
21-05-20 01:50 PM
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.
Surface/region mode automation is an absolute last resort on this one
------------------------------
Ramashita Ramutloa
Africa/Johannesburg
------------------------------
Answered! Go to Answer.
Helpful Answers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
23-05-20 07:17 PM
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
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
21-05-20 02:38 PM
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
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
23-05-20 07:17 PM
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
------------------------------
