I am new to SAP BusinessObjects Infoview and was asked if I can automate the report data generation for an existing report.
Here is what I would do manually through the Infoview web interface:
- Click schedule for the report in question, which brings up the Schedule dialog
- Change the recurrence to Now
- Change the report prompts (start date and end date) so that start date=today and end date=today-14 days
- Set the format to CSV and output the report to the Inbox
- Schedule the report
- Wait for the report to succeed
- Download the generated report data
I can see how I could build a tool using Java and Selenium to automate this. However I am wondering if there is a more elegant way to doing this that still allows me to set the prompts dynamically. Are there existing 3rd party tools? Can I use JDBC?
What I have at my disposal is a user name/password to log on to Infoview. If a more elegant solution requires additional access or software please let me know.