selenium - Automate report download from SAP Business Object Infoview -


i new sap business objects infoview , asked if can automate report data generation existing report.

here manually through infoview web interface:

  1. click schedule report in question, brings schedule dialog
  2. change recurrence now
  3. change report prompts (start date , end date) start date=today , end date=today-14 days
  4. set format csv , output report inbox
  5. schedule report
  6. wait report succeed
  7. download generated report data

i can see how build tool using java , selenium automate this. wondering if there more elegant way doing still allows me set prompts dynamically. there existing 3rd party tools? can use jdbc?

what have @ disposal user name/password log on infoview. if more elegant solution requires additional access or software please let me know.

you can use uipath in order automate sap gui without writing code.

here's tutorial on how automate data entry, menu navigation , screen scraping on sap.

you can use code (sdk) or can create workflows (visual automation) directly uipath studio.

note: work @ uipath. should try other visual automation tools automation anywhere, winautomation, jacada, use them side side , choose 1 suits better needs.

here's how automating sap business 1 menus, buttons , typing looks like:

enter image description here


Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -