ABAP错误 C+704

Please find the original document at https://launchpad.support.sap.com/#/notes/ 2712068
Symptom
You try to use the solution described in note 2119237 to control C+704 message behave the same as M7308 message. However, the system behavior is inconsistent: when you set the message type of M7308 to 'Warning' by setting T160M-MSGTP=W, the C+704 error still occurs; only when you set T160M-MSGTP=(blank) or use transaction OMCQ to set the message type to 'No message' would the C+704 error becomes a warning.
Reason and Prerequisites
This is due to a defect in the program.
Solution
Apply the correction attached. Afterwards, the C+704 message would be more consistent with the M7308 message (by default, there is no entry for M7308 in T160M/OMCQ and the C+704 will be raised as an error message):
C+704 message type
M7308 in table T160M (OMCQ)
Error
(No entry) or 'E'
Warning
(Blank), 'W', or 'I'
Note: a separate note, 2659584, is available for releases S4HANA 101 and above.

原文地址:https://www.cnblogs.com/ricoo/p/15772064.html