Custom implementations for reporting cases can be developed. For this purpose, there is an interface with the REPORT method.
For a standalone implementation, a standard ABAP class can be created that inherits from the interface and is equipped with logic in the REPORT method. Under these conditions, the class can be stored in the database.
The master data provided with each reporting submission includes, among others:
| Property | Description | Datatype |
| Namespace | Technical identification of the UI5 application/component | string |
| Title | Titel designation (according to the reporter’s logon language) | string |
| SubTitle | Subtitle designation (according to the reporter’s logon language) | string |
| UrlAddress | Link address of the UI5 application | string |
| UserNotes | optional notes from the user | string |