Trace Function
Use
You can use the trace function to create a log. This log lists which events, expressions, actions, and so on, have been executed and which results have been obtained.
Note the following:
-
By default, the BRF uses trace class CL_TRACE_BRF. It implements the interface IF_TRACE_BRF.
-
If the functional scope of standard trace class CL_TRACE_BRF is not sufficient, you can derive this or implement the interface directly.