‎2019 Nov 15 9:55 AM
How to Develop a custom function module to update messages to the application log for the given object and sub-object. This function module will be used dynamically across different ABAP objects for storing messages in the application logs.
‎2019 Nov 15 10:22 AM
Ball log
https://wiki.scn.sap.com/wiki/display/Snippets/Using+Application+Log
to play with the log of the SLG1
‎2019 Nov 15 10:22 AM
Ball log
https://wiki.scn.sap.com/wiki/display/Snippets/Using+Application+Log
to play with the log of the SLG1
‎2019 Nov 15 12:34 PM
Why "How to Develop a custom" and not "Is there a standard API to create logs like in SLG1"?
‎2019 Nov 15 8:44 PM
Use ABAP Logger, it's already developed and works perfectly fine.
Not sure what's with "update messages" though. In any log, messages are only added. Logs are never updated, that would defeat their purpose.