壹佰网|ERP100 - 企业信息化知识门户

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 2824|回复: 1

求助CO11N

[复制链接]
发表于 2008/8/29 13:39:14 | 显示全部楼层 |阅读模式

马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。如果您注册时有任何问题请联系客服QQ: 83569622  。

您需要 登录 才可以下载或查看,没有帐号?注册

x
T-CODE  CO11N
保存时报错,如下,哪位高手给看看哪的问题





Runtime Errors         MESSAGE_TYPE_X
Date and Time          29.08.2008 13:22:37

Short text
    The current application triggered a termination with a short dump.

发生了什么?
    The current application program detected a situation which really
    should not occur. Therefore, a termination with a short dump was
    triggered on purpose by the key word MESSAGE (type X).

错误分析
    Short text of error message:
    意外 COMMIT WORK
    Long text of error message:
     诊断
         意外执行 COMMIT WORK。
         在订单处理中,COMMIT WORK直到保存处理完成之后才可以执行,因为如果
         这样的话,则过帐的数据可能不正确或者不完整。
     系统响应
         为了避免保存不正确的数据,系统就会退出包含程序终止的事务。在生产系
         统中,未发生任何程序终止,除非用户在生产系统中已经相应地维护了该消
         息的消息类型(如下所示)。
     步骤
         请联系 SAP 管理员。
     系统管理过程
         确保用户在用户出口或者附加商务中未执行 COMMIT WORK,并且用户未调用
         任何可以从用户出口或者附加商务执行 COMMIT WORK 的 SAP 函数。
         如果需要了解如何操作的详细信息,请参看有关程序终止的长文本。
        使用事务OPJB在生产系统中将该消息的类型设置为 X(请输入缺
        0作为版本)
   Technical information about the message:
   Message class....... "C2"
   Number.............. 295
   Variable 1.......... " "
   Variable 2.......... " "
   Variable 3.......... " "
   Variable 4.......... " "

rigger Location of Runtime Error:
   Program Name                            SAPLCOZV
   Include                                 LCOZVU26
   Row                                     70
   Module type                             (FORM)
   Module Name                             COMMIT_SUPPRESS
源码摘录
Line  SourceCde
   40   CHECK gv_commit_suppress = yx.
   41
   42 * get message type from customizing for C2 295
   43   lv_msg_type = cl_co_msg=>get_msg_type( iv_msgid = 'C2'
   44                                          iv_msgno = '295' ).
   45
   46   IF lv_msg_type = cl_co_msg_c=>msgty_no_entry.
   47 *   message C2 295 is not customized
   48 *   => default settings dependent on client type
   49     SELECT SINGLE cccategory FROM t000
   50                              INTO lv_category
   51                              WHERE mandt = sy-mandt
   52                                AND cccategory = 'P'.
   53     IF sy-subrc = 0.
   54 *     productive client => inactive by default
   55       lv_msg_type = cl_co_msg_c=>msgty_nothing.
   56     ELSE.
   57 *     active by default
   58       lv_msg_type = cl_co_msg_c=>msgty_dump.
   59     ENDIF.
   60   ENDIF.
   61
   62 * check if message should be send
   63   CHECK     lv_msg_type <> cl_co_msg_c=>msgty_no_entry
   64         AND lv_msg_type <> cl_co_msg_c=>msgty_nothing.
   65
   66 * Unexpected COMMIT WORK!!!
   67 * there should be no COMMIT WORK in order processing before
   68 * fm CO_ZV_ORDER_POST was executed, since this might lead to
  69 * inconsistencies!!! (refer to long text of message C2 295)
>>>>   MESSAGE ID 'C2' TYPE lv_msg_type NUMBER '295'.
  71
  72 ENDFORM.                    "commit_suppress
  73
  74
  75 *&-------------------------------------------------------------
  76 *&      Form  commit_suppress_rollback
  77 *&-------------------------------------------------------------
  78 FORM commit_suppress_rollback.
  79
  80   CLEAR gv_commit_suppress.
  81 * a ROLLBACK WORK (e.g. generated by catching an A-message)
  82 * will unregister PERFORMs ON COMMIT and delete status buffer t
  83 * => also clear order buffer tables to avoid inconsistencies
  84   CALL FUNCTION 'CO_EXT_ORDER_RESET'.
  85
  86 ENDFORM.                    "commit_suppress_rollback
发表于 2009/4/9 23:44:12 | 显示全部楼层
据说是因为GUI版本问题,今天我在做内部定单结算时也遇到这个问题,正在寻找答案呢!
您需要登录后才可以回帖 登录 | 注册

本版积分规则

QQ|Archiver|小黑屋|手机版|壹佰网 ERP100 ( 京ICP备19053597号-2 )

Copyright © 2005-2012 北京海之大网络技术有限责任公司 服务器托管由互联互通
手机:13911575376
网站技术点击发送消息给对方83569622   广告&合作 点击发送消息给对方27675401   点击发送消息给对方634043306   咨询及人才点击发送消息给对方138011526

GMT+8, 2025/11/30 14:05 , Processed in 0.011742 second(s), 16 queries , File On.

Powered by Discuz! X3.4

Copyright © 2001-2020, Tencent Cloud.

快速回复 返回顶部 返回列表