Open
Description
In some cases it is necessary to use MESSAGE in a global class in order to write to the job log for a program which is run as a background job. An example is when implementing a standard BAdI which doesn't have any exception handling.
I would like to handle this by allowing suppression through a pseudo comment.
I tried adding pseudo comment handling like this:
insert_scimessage(
iv_code = '001'
iv_text = 'MESSAGE in global class'(m01)
iv_pcom = '"#EC CI_MESSAGE' ).
The ATC check shows the option to suppress the message correctly.
However the following line of code is still flagged with an error:
MESSAGE x017(crm_archive). "#EC CI_MESSAGE
Metadata
Metadata
Assignees
Labels
No labels