cancel
Showing results for 
Search instead for 
Did you mean: 

Saving Warning messages is Business Transactions

Former Member
0 Kudos

Hi all,

We want to display warning messages for an Opportunity, even when the opportunity is successfully saved. When the standard SAP program saves the application log, it only saves error messages, so we lost the warning messages and then in some cases the user won't see them. Any tip to override this behavior?

Thanks in advance,

David

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

David, I looked into this issue, I will provide more details this week. Tiest.

Former Member
0 Kudos

Hello David

Maybe try setting your parameter ID 'CRM_MSGLEVEL' to 6 (see the documentation for data element CRMT_MSGLEVEL).

Also check in transaction CRMC_MSGS that the 'Short-Lived' flag is not set for those messages.

Check the documentation for function module 'CRM_MESSAGE_COLLECT'.

Otherwise, maybe report back here an example of exactly which message is giving trouble.

Cheers

Dom

Former Member
0 Kudos

Hi,

I tried to send the messages with level 6 and then those messages don't appear.

I checked documentation and there's no reference to avoid the deletion of warning and success messages from the application log when the business transaction is saved.

I checked transaction CRMC_MSGS but messages we want to keep are custom messages.

Thanks for your inputs,

David

Former Member
0 Kudos

Hello David

If these are custom messages, then maybe you need to speak to your developer. Messages in the log are raised and deleted by the application program. Perhaps you need to adjust your logic.

Cheers

Dom