Chinaunix首页 | 论坛 | 博客
  • 博客访问: 171350
  • 博文数量: 22
  • 博客积分: 1410
  • 博客等级: 上尉
  • 技术积分: 345
  • 用 户 组: 普通用户
  • 注册时间: 2007-08-08 11:07
文章分类

全部博文(22)

文章存档

2011年(1)

2009年(2)

2008年(19)

我的朋友

分类:

2008-04-12 08:39:21

前两天在DEV建了个索引传到了PRD,结果在PRD数据库层没建成,就手动SE14建了一下,激活的时候出现了问题,表出现了两个版本,但是没注意,MD,结果第二天生产在定单下达的时候就出大问题,一直提示COEP表有新的版本,过了2天都没解决,生产都快停产了还没解决,OA也暴满了,SAP一帮鬼佬在线帮助也没解决,害得我还拿俺那蹩脚英语给SAP发MESSAGE,没辙了,后来死马当活马医了,删除PRD的索引,在DEV重新传一个过来代替原来的,结果成了,当时才体会到今天的天才是蓝的。在此奉劝做SAP当然BASIS除外一定注意,切记不要随便动数据库东西,不然怎么死都不知道!!!

错误提示如下:

Runtime Errors         TYPELOAD_NEW_VERSION
       Occurred on     2007/09/15 at 08:35:34
------------------------------------------------------------------------------------------

Data type "COEP" was found in a newer version than required.

-----------
发生了什么?
-----------

Runtime error

The current ABAP program, "SAPLKADL ", had to be terminated because one of the
statements could not be executed at runtime.


-----------
你能做什么?
-----------

Try restarting the program.

If the error occurrs several times, consult your SAP administrator.

Choose "Print" to obtain a hard copy of the termination message.
You can use Transaction ST22 to display and manage short dump messages.
It also allows you to retain them beyond their normal deletion date.

--------
错误分析
--------

The data type "COEP" was reloaded from the database while the program
was running.
However, the system found a version of the type that was newer than
the one required.


--------------
如何更正此错误
--------------

Try to restart the program.

----------------------
有关中断发生位置的信息
----------------------

The termination occurred in the ABAP program "SAPLKADL " in "K_OBJECT_DELETE".
The main program was "RSM13000 ".

The termination occurred in line 273 of the source code of the (Include)
 program "LKADLU01 "
of the source code of program "LKADLU01 " (when calling the editor 2730).
The program "SAPLKADL " was started in the update system.

--------
源码摘录
--------
002710
002720   * COEP
----->     del_eptab_lednr_0 coep.
002740
002750   * COEPB
002760     del_eptab_lednr_0 coepb.
002770

-----------------
Application Calls
-----------------

无转储信息可用

-----------------------
Application Information
-----------------------

无转储信息可用

--------
内部通知
--------

The termination occurred in the function "CheckTypeloadTimestamp" of the SAP
Basis System, specifically in line 7598 of the module
 "//bas/620/src/krn/runt/abxtyp.c#23".
The internal operation just processed is "PAR1".
The internal session was started at 20070915083533.
The following object was requested:
Data type..............................: "COEP".
Timestamp of the requested version.....: 20070912212929.
Timestamp of the found version.........: 20070912214402.
The request came from the following object:
Object type............................: "Prog".
Object name............................: "SAPLKADL".
Time stamp of requesting object........: 20070912214403.

阅读(3432) | 评论(1) | 转发(0) |
给主人留下些什么吧!~~

bennynian2008-08-12 15:20:37

SAP 什么在线帮助,很多是垃圾,纯粹是垃圾,是一个比我会查NOTES 的垃圾