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

SLG1

Former Member
0 Likes
332

Hi,

Is there anyway to modify the entry that already exists in the application log?

We want to manage certain integration processes through messages maintained in the application log. We want to make the application log message a warning message until we receive feedback from PI whether the process was successfully completed or not, and then based on the feedback change the message in the application log to either a warning message or an error message.

I have looked at the standard function modules available, but there seems to only be create, display, read and delete.

Thanks

De Wet

1 REPLY 1
Read only

Sm1tje
Active Contributor
0 Likes
286

I've worked with application logs more than once, and I have also not seen any functionality like it. So, my conclusion would be that this is not possible. Which makes sense, since you wouldn't want to change any logging data of a proces. That way, you would not be able to check the exact processing of certain business processes to find out what exactly happend along the line.

Deleting these messages, makes sense in an archiving wise of way.