cancel
Showing results for 
Search instead for 
Did you mean: 

Whne we save doc, How to display information messages in application log.

Former Member
0 Kudos

When we save the document(opportunity or quotation) it will delete all the Information, warning and success messages from application log.

Is there any way to stop this?

My requirement is to show some Information messages in the application log upon saving the document.

I am using ORDER_SAVE BADI for this.

I used CRM_MESSAGE_DELETE, CRM_MESSAGE_COLLECT to show in the appln log. I am able to display the error mesages. But not Information or warning messages.

Please through some light on this.

Harish

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Try using FM BAL_LOG_CREATE, BAL_LOG_MSG_ADD, BAL_DSP_LOG_DISPLAY.

Thanks

Kamal