I have created an Odata service to consume data from some abap tables in SAPUI5. I want to upload and download files (.doc, .xls, .xlsx,.xml,.msg,.pdf,.txt) to/from ABAP table using SAPUI5 and Odata service.
The program downloads a html-page in regular intervals, and searches it for regular expressions.
All HTML-tags are removed, and the remaining text is searched for regular expressions, which can be defined in a list.
Matching rows are displayed in a panel, and different alarms may be triggered.
The alarms are repeated when the resultset changed.