...
Please update the search macros provided in the app in order to populate the dashboards with data.
Click on “Settings,” and then “Advanced search”
Click “Search macros”
Search for “sap-abap”
The results should indicate macros with the name “sap-abap(1)” and “sap-abap(2)“
For each “sap-abap” macro, click on the macro name and replace the definition with the following content
sap-abap(1)
Code Block (`sap-index` source!=audittrail (((sourcetype=sap_abap OR sourcetype=sap:abap) EVENT_TYPE=$event_type$) OR (sourcetype=sap:abap:$event_type$)))
sap-abap(2)
Code Block (`sap-index` source!=audittrail (((sourcetype=sap_abap OR sourcetype=sap:abap) EVENT_TYPE=$event_type$) OR (sourcetype=sap:abap:$event_type$)) EVENT_SUBTYPE=$event_subtype$)