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.

  • 相关阅读:
    LDD3 第7章 Time,Delays and Deferred Work
    4412 gpio读取pwm
    LDD快速参考
    4412 4路pwm输出
    PCB六层板学习(一)
    STM32 TIM3 PWM输出 4路
    4412 学习目录总结
    4412 Linux定时器
    4412 SPI驱动
    4412 i2c驱动
  • 原文地址:https://www.cnblogs.com/ricoo/p/15772064.html
Copyright © 2011-2022 走看看