Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Click on “Settings,” and then “Advanced search”

  2. Click “Search macros”

  3. Search for “sap-abap”

    1. The results should indicate macros with the name “sap-abap(1)” and “sap-abap(2)“

      Image Added
  4. For each “sap-abap” macro, click on the macro name and replace the definition with the following content

    1. 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$)))
    2. 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$)

...