Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Application log

Former Member
0 Likes
1,023

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.

1 ACCEPTED SOLUTION
Read only

FredericGirod
Active Contributor
3 REPLIES 3
Read only

FredericGirod
Active Contributor
Read only

Sandra_Rossi
Active Contributor
880

Why "How to Develop a custom" and not "Is there a standard API to create logs like in SLG1"?

Read only

Jelena_Perfiljeva
Active Contributor
880

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.