zoukankan      html  css  js  c++  java
  • 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.

  • 相关阅读:
    [HNOI2012]矿场搭建
    舞蹈链
    POJ Apocalypse Someday
    扩展卢卡斯定理
    矩阵求逆
    RandomAccsiFile
    1.单例设计模式
    MySQL 7.多表操作
    IO流之Properties(配置文件)
    MySQL 6.子查询
  • 原文地址:https://www.cnblogs.com/ricoo/p/15772064.html
Copyright © 2011-2022 走看看