Hi,
I am using the standard application log (SBAL) in a log view class in order to display the log entries. Since the standard application log is implemented in function modules, it is not that easy to get a connection between the log view class and the application log.
In order to be able to react on button clicks of the application log, I had to set a callback function module. This callback function module has to know the relation between application log and the reference of the log view object in order to be able to raise events (of the log view object). Therefore I register every application log/log view combination in the function group that also contains the callback modules. This works all right as long as a log entry is in the log. Then I get the message handle and I am able to identify the log and the log view reference.
When no log entry is available, I do not receive the message handle (that contains the log handle).
Do you know another possibility how to be able to raise an event of my log view class when an application log toolbar button has been clicked?
Kind regards,
Fabian