Short dump on production server

ABAP runtime errors    GETWA_NOT_ASSIGNED
       Occurred on     28.12.2007 at 11:16:11
>> Short dump has not been completely stored. It is too big.
Field symbol has not yet been assigned.
What happened?
The current ABAP/4 program "SAPLCEI0 " had to be terminated because
one of the statements could not be executed.
This is probably due to an error in the ABAP/4 program.
What can you do?
Note the actions and input that caused the error.
Inform your SAP system administrator.
You can print out this message by choosing "Print". Transaction ST22
allows you to display and manage termination messages, including keeping
them beyond their normal deletion date.
Error analysis
You attempted to access an unassigned field symbol
(data segment 2941).
This error occurs:
- if you address a typed field symbol before it has been set with
  ASSIGN or
- if you address a field symbol that has been reset with UNASSIGN
  or pointed to a local field that no longer exists, or
- if you address a field symbol that pointed to a line of an internal
  table that has now been deleted, or
- if you address a global function interface partameter, even
  though the relevant function module is not active,
  i.e. it is not in the list of active calls. You can get the list
  of active calls from the this short dump.
How to correct the error
If the error occurred in a non-modified SAP program, you may be
able to find a solution in the SAP note system.
If you have access to the note system yourself, use the following
search criteria:
"GETWA_NOT_ASSIGNED"
"SAPLCEI0 " or "LCEI0U29 "
"CEI0_DDB_HAS_VALUES_INTERNAL"
If you cannot solve the problem yourself, please send the
following documents to SAP:
1. A hard copy print describing the problem.
   To obtain this, select the "Print" function on the current screen.
2. A suitable hardcopy prinout of the system log.
   To obtain this, call the system log with Transaction SM21
   and select the "Print" function to print out the relevant
   part.
3. If the programs are your own programs or modified SAP programs,
   supply the source code.
   To do this, you can either use the "PRINT" command in the editor or
   print the programs using the report RSINCL00.
4. Details regarding the conditions under which the error occurred
   or which actions and input led to the error.
System environment
SAP Release.............. "46C"
Application server....... "SAPCLUN"
Network address.......... "172.18.112.20"
Operating system......... "Windows NT"
Release.................. "5.2"
Hardware type............ "16x Intel 80158"
Database server.......... "DBCLUN"
Database type............ "MSSQL"
Database name............ "PRD"
Database owner........... "dbo"
Character set............ "English_United State"
SAP kernel............... "46D"
Created on............... "Apr 9 2006 21:37:58"
Created in............... "NT 4.0 1381 Service Pack 6 x86 MS VC++ 12.00"
Database version......... "SQL_Server_7.00 "
Patch level.............. "2225"
Patch text............... " "
Supported environment....
Database................. "MSSQL 6.5.213 or higher, MSSQL 7.0.1 or higher"
SAP database version..... "46D"
Operating system......... "Windows NT 4.0, Windows NT 5.0, Windows NT 5.1,
Windows NT 5.2, , System build information:,
, LCHN : "
User, transaction...
Client.............. 400
User................ "QPBASIC"
Language key........ "E"
Transaction......... "QA02 "
Program............. "SAPLCEI0 "
Screen.............. "SAPLQPL1 0200"
Screen line......... 34
Information on where termination occurred
The termination occurred in the ABAP/4 program "SAPLCEI0 " in
"CEI0_DDB_HAS_VALUES_INTERNAL".
The main program was "SAPLQPL1 ".
The termination occurred in line 49
of the source code of program "LCEI0U29 " (when calling the editor 490).
Source code extract
000190   *"  EXCEPTIONS
000200   *"      NOT_FOUND
000210   *"----
000220
000230     DATA:
000240           ls_charac TYPE api_char,
000250           lt_charac TYPE STANDARD TABLE OF api_char,
000260           ls_vali   TYPE api_vali.
000270
000280     DATA: ls_mi        TYPE ts_mi,
000290           ls_wi        TYPE ts_wi,
000300           ls_icv       TYPE ts_value,
000310           ls_defval    TYPE ts_defval,
000320           ls_inco_val  TYPE ts_inco_val,
000330           ls_char_list TYPE ts_char_list,
000340           lv_subrc     TYPE sy-subrc,
000350           lv_kntype    TYPE cukntype.
000360
000370   data: ls_vallist   TYPE ddb_c04,                             "676840
000380         lt_vallist   TYPE STANDARD TABLE OF ddb_c04,           "676840
000390         ls_restrict  type ddb_c03,                             "699141
000400         lt_restrict  type STANDARD TABLE OF ddb_c03,           "699141
000410         lv_rflag       type c.                                 "676840
000420
000430   *----
000440     REFRESH exp_values.
000450
000460     DESCRIBE TABLE imp_characteristics LINES sy-tfill.
000470     IF sy-tfill EQ 0.
000480       LOOP AT
        INTO   ls_char_list.
000500         ls_charac-atinn = ls_char_list-atinn.
000510         APPEND ls_charac TO lt_charac.
000520       ENDLOOP.
000530     ELSE.
000540       lt_charac = imp_characteristics[].
000550     ENDIF.
000560
000570     LOOP AT   lt_charac
000580          INTO ls_charac.
000590       IF ls_charac-atnam NE space.
000600   *     input: name
000610         PERFORM read_mi_with_atnam
000620                 USING
000630                   ls_charac-atnam
000640                 CHANGING
000650                   lv_subrc
000660                   ls_mi.
000670       ELSE.
000680   *     input: atinn
Contents of system fields
SY field contents..................... SY field contents.....................
SY-SUBRC 0                             SY-INDEX 0
SY-TABIX 0                             SY-DBCNT 1
SY-FDPOS 1                             SY-LSIND 0
SY-PAGNO 0                             SY-LINNO 1
SY-COLNO 1
Chosen variables
Name.......................... Contents.1........2........3....+....4
PROP_BITMAP                    310
                               3000
                               6100
ALLOWED_VALUES
                               2
                               0
PROP_WIDTH                     300
                               2000
                               C100
ASSIGNED_VALUES                X
                               5
                               8
TOP_WINDOW                     33
                               2000
                               1000
ASSIGNED_VALUES_API_DI
                               2
                               0
PROP_INDEX                     350
                               5000
                               E100
DEFAULT_VALUES
                               2
                               0
DYNPRO_9                       19
                               1000
                               3000
DEFAULT_VALUES_API_DN
                               2
                               0
DYNPRO_8                       18
                               1000
                               2000
DEFAULT_VALUES_API_ST
                               2
                               0
DYNPRO_7                       17
                               1000
                               1000
DOCUMENT_INFO
                               2
                               0
PROP_SOUND                     340
                               5000
                               4100
FIRST_ASSIGNED_VALUE
                               2
                               0
PROP_TEXT                      330
                               4000
                               A100
INCONSISTENT_VALUES
                               2
                               0
LANGUAGE                       E
                               4
                               5
SY-LANGU                       E
                               4
                               5
PROP_BITMAP_STYLE              320
                               4000
                               0100
VALID_VALUES
                               2
                               0
PROP_FONT_SIZE                 380
                               7000
                               C100
EXP_VALUES[]                   #########################À##°###########
                               0000000000000000000000000C00B00000000000
                               00000000000000000000000040000A0000000000
... +  40                      ################ÿÿÿÿ####################
                               0000000000000000FFFF00000000000000000000
                               1000000000001000FFFF81007000430000000000
... +  80                      ################################
                               00000000000000000000000000008000
                               00000000000000000000000000004100
PROP_ITEM                      370
                               7000
                               2100
IMP_CHARACTERISTICS[]          #########################À##############
                               0000000000000000000000000C00800000000000
                               00000000000000000000000040000A0000000000
... +  40                      ################ÿÿÿÿI###################
                               1000000000000000FFFF40000000000000000000
                               0000000000000000FFFF90002000430000000000
... +  80                      ################################
                               00000000000000000000000000008000
                               00000000000000000000000000005100
SCREEN-ACTIVE                  0
                               3
                               0
SY-XPROG                       SAPCNVE
                               5454454222222222222222222222222222222222
                               3103E65000000000000000000000000000000000
TVS_EDITLABELS                 6
                               0000
                               6000
SY-TFILL                       0
                               0000
                               0000
INCL_PRICE                     0000
                               3333
                               0000
LS_CHAR_LIST                   00000000000000000000
                               3333333333333333333322222222222
                               0000000000000000000000000000000
RSJOBINFO                                                      00000000
                               2222222222222222222222222222222233333333
                               0000000000000000000000000000000000000000
... +  40                      000000
                               3333332222222222222222222222222222222222
                               0000000000000000000000000000000000000000
... +  80                      ####
                               0000
                               0000
SYST                           ########################################
                               0000000000000000000000000000000000000000
                               0000000000000000000000000000000000000000
... +  40                      ####################################I###
                               0000000000000000000000000000000000004000
                               1000100010000000100000000000000000009000
... +  80                      ########################################
                               0000000000000000100000000000000000000000
                               0000000000000000E00000000000000000000000
... + 120                      ####################################p###
                               00000000
                               0000000
LT_CHARAC                      Table[initial]
                               0000FFFD
                               0000FFFF
LS_CHARAC                      0000000000
                               3333333333222222222222222222222222222222
                               0000000000000000000000000000000000000000
... +  40
                               222222222222222222222222222222222
                               000000000000000000000000000000000
SPACE
                               2
                               0
Active calls / events
No.... Type........ Name..........................
       Programm
       Include                                  Line
     1 FUNCTION     CEI0_DDB_HAS_VALUES_INTERNAL
       SAPLCEI0
       LCEI0U29                                    49
     2 FUNCTION     QMCF_CONFIGURATION_READ
       SAPLQMCF
       LQMCFU02                                    61
     3 FUNCTION     QMCF_SPECIFICATION_CONFIG_READ
       SAPLQMCF
       LQMCFU01                                    60
     4 FUNCTION     QPAP_PLAN_READ
       SAPLQPAP
       LQPAPU02                                   297
     5 FUNCTION     QEEV_TABLES_GENERATE
       SAPLQEEV
       LQEEVU01                                   118
     6 FORM         MERKMALSSAETZE_ANLEGEN
       SAPLQPL1
       LQPL1F12                                    85
     7 FORM         ST_RECHNE_571
       SAPLQPL1
       LQPL1F1L                                    26
     8 FORM         OK_PROBENBERECHNUNG
       SAPLQPL1
       LQPL1F1W                                    23
     9 FORM         FCODE_BEARBEITEN
       SAPLV00F
       LV00FF0F                                    97
    10 FUNCTION     SCREEN_SEQUENCE_CONTROL
       SAPLV00F
       LV00FU02                                    46
    11 FORM         FCODE
       SAPLQPL1
       LQPL1F2D                                    61
    12 MODULE (PAI) FCODE
       SAPLQPL1
       LQPL1I0P                                    11
Internal notes
The termination occurred in the function "getwa_abswa" of the SAP
Basis System, specifically in line 1003 of the module
"//bas/46D/src/krn/runt/abgetwa.c#20".
The internal operation just processed is "LOOP".
The internal session was started at 20071228111310.
Active calls in SAP kernel
SAP (R) - R/3(TM) Callstack, Version 1.0
Copyright (C) SAP AG. All rights reserved.
Callstack without Exception:
App       : disp+work.EXE (pid=500)
When      : 12/28/2007 11:16:13.65
Threads   : 2
Computer Name       : ELEPRDCI
User Name           : prdadm
Number of Processors: 16
Processor Type: x86 Family 15 Model 4 Stepping 8
Windows Version     : 5.2 Current Build: 3790
Stack Dump for Thread Id a5c
eax=00000000 ebx=000003a8 ecx=00000e58 edx=00000000 esi=000003a8 edi=00000000
eip=7c82ed54 esp=03138cc4 ebp=03138d34 iopl=0         nv up ei ng nz ac po cy
cs=001b  ss=0023  ds=0023  es=0023  fs=003b  gs=0000             efl=00000297
function : KiFastSystemCallRet
         7c82ed54 c3               ret
         7c82ed55 8da42400000000   lea     esp,[esp]              ss:03138cc4=7c822124
         7c82ed5c 8d642400         lea     esp,[esp]              ss:40cd7cc3=????????
FramePtr ReturnAd Param#1  Param#2  Param#3  Param#4  Function Name
03138d34 77e6ba12 000003a8 0001d4c0 00000000 03138d6c ntdll!KiFastSystemCallRet
03138d48 00baaa71 000003a8 0001d4c0 77bf1d88 00000002 kernel32!WaitForSingleObject
03138d6c 004d113b 004d10fc 77bf1d88 77bf1d88 77bf1d88 disp+work!
04b5ffb8 77e66063 00215740 00000000 00000000 00215740 MSVCRT!endthreadex
04b5ffec 00000000 77bcb4bc 00215740 00000000 00000000 kernel32!GetModuleFileNameA
List of ABAP programs affected
Type
Program
Gen. date  time
LoadSize
Prg
SAPLQPL1
17.09.2006 09:35:11
479232
Prg
SAPMSSYD
14.08.2000 15:39:21
16384
Prg
SAPFSYSCALLS
21.12.1999 19:32:31
7168
Prg
CL_EXITHANDLER================
18.12.2004 13:14:45
13312
Prg
CL_ABAP_TYPEDESCR=============
04.01.2000 19:06:00
17408
Prg
CL_ABAP_ELEMDESCR=============
04.01.2000 19:06:00
13312
Prg
CL_ABAP_DATADESCR=============
04.01.2000 19:06:00
11264
Prg
CL_ABAP_REFDESCR==============
04.01.2000 19:06:00
14336
Prg
CL_ABAP_STRUCTDESCR===========
04.01.2000 19:06:00
16384
Prg
CL_ABAP_COMPLEXDESCR==========
04.01.2000 19:06:00
11264
Prg
CL_ABAP_TABLEDESCR============
04.01.2000 19:06:00
16384
Prg
CL_ABAP_CLASSDESCR============
04.01.2000 19:06:00
23552
Prg
CL_ABAP_OBJECTDESCR===========
04.01.2000 19:06:00
28672
Prg
CL_ABAP_INTFDESCR=============
04.01.2000 19:06:00
21504
Prg
IF_EX_INSPECTIONLOT_UPDATE====
13.07.2002 00:12:42
5120
Typ
SXS_INTER
30.11.1998 15:55:16
1024
Prg
SAPLSEXV
17.09.2006 08:50:01
155648
Prg
SAPLSXCH
18.12.2004 13:22:27
80896
Typ
V_EXT_ACT
14.10.1999 22:16:55
2048
Prg
CL_EX_INSPECTIONLOT_UPDATE====
13.07.2002 00:12:42
26624
Prg
SAPLV00F
08.03.2001 10:01:57
68608
Typ
T185E
15.07.1997 16:57:08
2048
Typ
T185F
14.08.1997 21:32:52
2048
Typ
T185
16.08.2000 11:43:40
3072
Typ
T185V
10.11.1999 17:45:26
4096
Typ
TQ01
14.02.1998 14:07:17
2048
Prg
SAPLSTXD
17.09.2006 08:53:44
406528
Prg
SAPCNVE
04.01.2000 19:06:37
7168
Prg
SAPLLANG
04.01.2000 19:06:49
9216
Prg
SAPLV01Z
17.09.2006 09:34:42
210944
Prg
SAPLCLFM
17.09.2006 09:34:56
688128
Prg
SAPLCUOB
17.09.2006 09:18:21
34816
Prg
SAPLCLSE
13.02.2005 06:50:14
177152
Prg
SAPLCTMS
17.09.2006 09:34:59
942080
Prg
SAPLCTCV
17.09.2006 09:27:23
192512
Prg
SAPLCTCF
12.02.2005 20:42:31
24576
Prg
SAPLV01P
17.09.2006 09:34:42
166912
Prg
SAPLMFAW
18.12.2004 14:02:28
51200
Typ
TFAWY
29.07.1998 19:48:52
2048
Typ
TFAWL
29.07.1998 19:48:49
2048
Typ
TFAWX
29.07.1998 19:48:51
2048
Typ
TFAW
29.07.1998 19:48:45
2048
Prg
RDDFIE00
04.01.2000 19:06:11
19456
Prg
SAPLQAST
13.02.2005 07:23:55
28672
Prg
SAPLBSVA
17.09.2006 09:02:09
270336
Prg
SAPLQSTA
20.01.2000 10:08:08
26624
Typ
TQ01A
29.07.1998 19:56:34
2048
Prg
SAPLOMCV
04.01.2000 19:06:50
14336
Typ
TMCNV
24.02.1999 03:33:25
2048
Prg
SAPLSCNT
15.11.2001 05:19:20
28672
Prg
SAPLSVSM
15.11.2001 05:19:20
25600
Prg
SAPLSGUI
15.11.2001 05:19:20
33792
Prg
SAPLSTTM
17.09.2006 08:49:52
83968
Prg
SAPLSBDC
17.09.2006 08:46:17
66560
Prg
CL_DATAPROVIDER===============
15.11.2001 05:19:18
50176
Typ
OBJ_RECORD
14.02.1998 08:30:43
2048
Prg
SAPLSTUP
17.09.2006 08:46:10
96256
Prg
SAPLCNDP
17.09.2006 08:53:21
201728
Prg
SAPFGUICNTL
18.12.2004 11:31:41
20480
Prg
SAPLOLEA
12.07.2002 21:39:11
81920
Prg
SAPLSFES
17.09.2006 08:53:22
164864
Prg
SAPLGRFC
12.07.2002 21:39:11
16384
Prg
SAPSHDTV
18.12.2004 12:16:52
36864
Typ
SHDSTU
14.12.1998 23:15:34
1024
Typ
SHDSTCIU
14.12.1998 23:15:34
1024
Prg
CL_GUI_PROPS_CONSUMER=========
18.12.2004 11:27:30
26624
Prg
CL_DYNAMIC_GUI_EXTENSIONS=====
11.02.2000 14:36:06
55296
Prg
CL_GUI_DATAMANAGER============
18.12.2004 11:34:01
82944
Prg
/1BCDWBEN/SAPLQEN0000
13.07.2002 02:11:40
51200
Prg
SAPLSENA
04.01.2000 19:06:53
28672
Prg
SAPLQELA
17.09.2006 09:27:48
415744
Typ
QALS
13.07.2002 00:12:42
27648
Prg
SAPLQAUT
13.02.2005 01:25:27
177152
Prg
SAPLSWUG
17.09.2006 08:53:33
264192
Typ
SWOTOBJID
04.05.1995 15:20:52
2048
Typ
SWHACTOR
04.04.1995 16:18:07
1024
Prg
CL_GOS_MANAGER================
17.09.2006 08:53:30
24576
Prg
CL_GOS_VIEW_MANAGER===========
21.12.1999 19:23:29
29696
Typ
SGOS_MVOBJ
01.12.1999 08:16:05
2048
Prg
SAPLSUU1
17.09.2006 08:53:37
183296
Typ
USR02
15.11.2001 05:09:06
5120
Typ
USREFUS
18.12.2004 11:18:28
1024
Prg
SAPLTHFB
17.09.2006 08:53:29
270336
Typ
BORIDENT
28.08.1997 08:38:50
1024
Prg
CL_GOS_TOOLBOX_MODEL==========
17.09.2006 08:53:30
39936
Typ
SGOS_MODL
08.02.2000 16:42:30
3072
Prg
SAPLBDLS
14.08.2000 15:20:53
13312
Typ
T000
11.09.1997 10:17:18
3072
Prg
CL_GOS_PUBLICATION============
17.09.2006 08:53:30
24576
Prg
CL_GUI_OBJECT=================
15.11.2001 05:19:18
187392
Prg
CL_GUI_CFW====================
18.12.2004 13:28:20
195584
Typ
TOLE
29.07.1998 19:56:01
2048
Prg
SAPLSGOSHIST
17.09.2006 08:53:33
56320
Prg
SAPFSGOS
08.11.2003 23:57:36
13312
Typ
SGOSHIST
14.10.1999 22:09:01
2048
Prg
SAPLURFC
04.01.2000 19:08:13
14336
Prg
CL_GOS_STARTER================
09.12.1999 13:49:28
21504
Prg
CL_GUI_CONTROL================
08.11.2003 23:57:31
117760
Prg
CL_GUI_TOOLBAR================
15.11.2001 05:19:18
72704
Prg
CL_GUI_GOS_CONTAINER==========
01.02.2000 10:16:37
38912
Typ
CFW_LINK
01.12.1999 12:16:48
2048
Prg
CL_GUI_CONTAINER==============
15.11.2001 05:19:18
58368
Prg
SAPLCNTH
08.11.2003 23:56:48
26624
Prg
SAPLSCONTROLINFO
04.01.2000 19:06:52
13312
Prg
SAPLSCONTROLSTATUSCHECK
04.01.2000 19:06:52
10240
Typ
USR05
09.07.1997 23:46:52
1024
Typ
CNTLWARN
25.01.1999 13:09:44
2048
Prg
SAPLICON
17.09.2006 08:39:01
25600
Prg
%_CICON
14.08.2000 15:39:36
55296
Typ
JSTO
27.08.1994 20:32:55
2048
Typ
JEST
27.08.1994 20:32:50
2048
Prg
SAPLAIEV
15.11.2001 05:18:17
14336
Prg
CL_OS_TRANSACTION_END_NOTIFIER
18.12.2004 13:21:30
8192
Typ
LFA1
13.07.2002 01:08:16
12288
Prg
SAPLCPDB
17.09.2006 09:17:36
113664
Typ
PLKO
15.01.1999 22:26:42
9216
Prg
SAPLCCPR
17.09.2006 09:09:14
231424
Typ
TCC08
17.03.1999 16:30:21
4096
Typ
AEEF
13.02.2005 06:49:14
3072
Typ
TCC10
23.04.1998 14:45:07
2048
Typ
TCCET
28.08.1997 09:33:24
1024
Typ
TCCEP
20.08.1998 11:28:15
2048
Typ
TCCER
10.11.1998 05:49:03
2048
Typ
TCCETT
14.02.1998 12:45:20
1024
Typ
TCCEPT
14.02.1998 12:45:07
1024
Typ
TCCERT
17.03.1999 16:24:38
2048
Typ
TCCS01
27.08.1999 18:28:00
1024
Prg
SAPLCCHO
17.09.2006 09:18:17
55296
Prg
SAPLCPTA
17.09.2006 09:09:03
122880
Prg
SAPLCQTA
17.09.2006 09:34:41
88064
Typ
TQ33
10.07.1997 00:12:25
2048
Typ
TQ30
15.04.1998 00:38:23
3072
Typ
TQ30T
14.02.1998 14:11:06
2048
Prg
SAPLCV141
17.09.2006 09:18:22
86016
Typ
DRAD
01.12.1999 15:17:34
3072
Prg
SAPLBSVT
16.08.2000 11:43:43
18432
Prg
SAPLSMSG
18.12.2004 13:27:29
108544
Typ
TJ05
30.11.1993 16:45:10
1024
Typ
TJ01
01.03.1999 13:50:12
4096
Typ
TJ07
30.11.1993 16:45:13
1024
Typ
TJ06
30.11.1993 16:45:11
1024
Typ
TJ03
16.08.2000 11:43:42
2048
Prg
SAPFGUICNTL_CFW
15.11.2001 05:19:19
17408
Prg
CL_GUI_DOCKING_CONTAINER======
15.11.2001 05:19:18
50176
Prg
SAPLQBCK
17.09.2006 09:27:37
106496
Typ
QINF
09.12.1999 19:04:48
5120
Typ
MTQSS
23.04.1998 14:51:52
4096
Prg
SAPLMAQM
17.09.2006 09:35:30
61440
Typ
T001W
18.11.1998 16:27:15
1024
Typ
T001K
01.02.2000 14:56:09
3072
Prg
SAPLMG21
17.09.2006 09:34:30
159744
Typ
MARA
17.09.2006 09:17:34
15360
Prg
SAPLMG22
17.09.2006 09:17:36
115712
Typ
MARC
04.01.2000 18:04:45
23552
Typ
RMQEA
13.08.1997 12:52:02
9216
Typ
TJ02
27.03.1996 18:28:28
1024
Typ
TJ02T
14.02.1998 13:40:18
2048
Typ
TJ04
30.11.1993 16:45:08
2048
Prg
SAPLKDIC
04.01.2000 19:06:48
17408
Prg
SAPLSDTO
04.01.2000 19:06:52
25600
Typ
DD07T
12.05.1997 16:45:51
2048
Prg
SAPLCSCE
04.01.2000 19:06:44
8192
Typ
T024E
10.12.1998 18:01:35
2048
Prg
SAPLSCVU
17.09.2006 08:50:02
59392
Typ
T006A
28.08.1997 09:04:18
2048
Typ
OLE_PA
04.04.1995 16:02:19
2048
Typ
ARFCRDATA
12.07.2002 21:39:11
3072
Typ
SWCBCONT
14.02.1998 10:14:45
2048
Typ
OLE_VERBS
04.04.1995 16:02:20
1024
Prg
SAPLSDSD
17.09.2006 08:53:36
437248
Typ
DDSHIFACE
20.08.1998 10:51:59
2048
Typ
DFIES
15.01.1999 16:49:52
6144
Typ
DDSHFPROP
20.08.1998 10:51:57
2048
Typ
DDSHSELOPT
20.08.1998 10:52:01
2048
Prg
SAPLSDNT
18.12.2004 12:05:44
188416
Prg
SAPLSDIF
18.12.2004 13:03:59
256000
Typ
T006
29.07.1998 19:25:31
3072
Prg
SAPLSCV0
17.09.2006 08:50:22
99328
Typ
TCA01
10.03.1999 18:31:19
5120
Typ
TCA02
14.02.1998 12:40:44
2048
Typ
TCA35
06.07.1998 20:51:04
2048
Typ
QMAT
27.08.1999 18:14:19
5120
Typ
TQ32
10.07.1997 00:12:23
2048
Prg
SAPLXQPL
17.09.2006 09:30:13
28672
Typ
TCA44
29.07.1998 19:44:06
2048
Prg
SAPLQPAP
17.09.2006 09:30:13
295936
Prg
SAPMSSY0
17.09.2006 08:53:44
69632
Prg
SAPLSNR3
17.09.2006 08:53:36
48128
Typ
TNRO
18.12.2004 13:02:43
4096
Prg
SAPLQEEV
17.09.2006 09:27:48
216064
Typ
QAPP
15.04.1998 00:12:33
7168
Typ
TQSS
20.01.2000 10:08:08
3072
Prg
SAPLQMCF
17.09.2006 09:34:35
46080
Prg
SAPLCEI0
03.12.2006 09:44:54
1121280
Prg
SAPLCUEV
13.07.2002 02:21:41
11264
Typ
IBINCOM
01.06.1999 11:56:27
2048
Typ
IBINCONF
01.06.1999 11:56:27
2048
Typ
IBSTCONF
01.06.1999 11:56:28
1024
Prg
IF_EX_CEI0_INVLD_POSSIBLE=====
12.02.2005 20:53:18
4096
Prg
CL_EX_CEI0_INVLD_POSSIBLE=====
12.02.2005 20:52:40
10240
Prg
CL_EXIT_MASTER================
01.02.2000 09:29:10
10240
Typ
V_EXT_IMP
14.10.1999 22:16:55
2048
Prg
SAPLCUCB
17.09.2006 09:34:59
199680
Typ
TCUIBSPECIAL
15.11.2001 05:31:05
1024
Prg
CL_CBASE======================
13.02.2005 07:14:09
95232
Typ
T371G
29.04.1998 10:42:48
1024
Prg
SAPLIBCO
13.02.2005 05:49:04
305152
Prg
SAPLIBXX
13.07.2002 02:21:41
12288
Prg
SAPLIBIBF
13.02.2005 06:58:29
177152
Prg
SAPLIBINF
13.02.2005 06:58:30
452608
Prg
CL_IBASE_STRUC================
13.07.2002 02:21:39
141312
Prg
CL_IBASE_STRUC_BUF============
13.02.2005 01:44:37
120832
Prg
CL_IBASE_STRUC_STAT===========
13.07.2002 02:21:39
9216
Prg
CL_IBASE_STRUC_BUF_IBSTREF====
13.02.2005 01:44:37
61440
Typ
IBINVAL
14.05.1998 22:39:25
2048
Prg
SAPLIBCU
13.07.2002 02:21:41
14336
Prg
SAPLIBCUT
13.07.2002 02:21:41
14336
Typ
T371B
14.05.1998 22:58:43
1024
Prg
CL_IBASE_SERVICE==============
13.07.2002 02:21:39
17408
Prg
CL_IBASE_T371D_BUF============
13.07.2002 02:21:39
15360
Typ
T371D
27.08.1999 18:19:44
2048
Prg
CL_IBASE_R3_MATERIAL==========
17.09.2006 09:33:39
99328
Typ
MAKT
28.08.1997 08:52:19
2048
Typ
ICON
03.01.1996 15:34:02
3072
Prg
IF_EX_CM_BADI_VERSION=========
12.07.2002 23:55:25
4096
Prg
CL_EX_CM_BADI_VERSION=========
12.07.2002 23:54:25
11264
Prg
CL_DEF_IM_CM_BADI_VERSION=====
12.07.2002 23:54:24
8192
Prg
SAPLASTAT_TRIG
18.12.2004 12:15:52
12288
Typ
ASTAT_TYP2
10.11.1998 05:35:18
1024
Typ
ASTAT_TYP1
30.11.1998 15:54:16
1024
Prg
IF_CM_BASELINE================
13.02.2005 06:50:14
40960
Prg
IF_IBASE_IBOF_TREE_OBJECT=====
13.02.2005 05:59:51
10240
Prg
IF_IBASE_INSTALL==============
13.07.2002 02:21:40
4096
Prg
IF_IBASE_MATERIAL=============
13.07.2002 02:21:40
4096
Prg
IF_IBASE_OBJECT===============
13.07.2002 02:21:40
5120
Prg
SAPLBOMA
01.02.2000 14:54:24
13312

Hi Sanjay,
  This dump generally occurs when there are inconsistencies between the name of the fields in the fieldcatalog and the names of the fields in the internal table. Please post ur code.(Assuming that this dump has occured in a Z* program)
Edited by: Rajesh on Dec 29, 2007 2:40 PM

Similar Messages

  • CX_SY_FILE_OPEN_MODE - short dump on production but not in Dev and Test

    Hello,
    I'm getting the follwoing short dump in production when I run the program which writes the data to application server. I have open data set and close data set. Same program when I in development and test I do not get any short dump. Can any know what could be cause for this.
    CX_SY_FILE_OPEN_MODE
    Copy paste of error analysis from ST22 short dump -
    Error analysis
        An exception occurred that is explained in detail below.
        The exception, which is assigned to class 'CX_SY_FILE_OPEN_MODE', was not
         caught in
        procedure "DATA_UPLOAD_APP_SERVER" "(FORM)", nor was it propagated by a RAISING
         clause.
        Since the caller of the procedure could not have anticipated that the
        exception would occur, the current program is terminated.
        The reason for the exception is:
        When accessing the file "/bw/FTPOUT/BPR/OTHER/test.csv", the system recognized
         that this file is
        not open. Therefore, the file cannot be accessed.

    The file could not be OPENed in your production system for a variety of reasons - no authorization, file doesn't exist etc. You should have check sy-subrc right after OPEN DATASET and if not zero, yous should not TRANSFER or READ the file and instead you should have given a message with sy-msgid and sy-msgno which would give you the reason. The dump here is simply saying that OPEN is unsuccessful, so any subsequent READ or TRANSFER would throw runtime dump, if done after an unsuccessful OPEN.

  • Short dump in Production system !!!

    Hi Experts,
        We have getting a short dump for all actions in Production system. Suppose if we use se38 and tried to press display it shows a short dump error. Despite when we tried to use tcodes or using LSMW or try to execute a program or like this all type of actions its throws a short dump error. Dont know what is the reason behind that since the short dump is not the defined the reason for the dumb. Have any of you experts got this type of experience?. Pls give your ideas. Thanks in advance.

    Hello Kavi,
    Contact your basis team. SNAP is a table which holds all ABAP dump. It looks like SNAP table is full and cannot accomodate new entries.
    In any production enviornment, the SNAP entires will be deleted regularly and only dumps for the last 8 days will be available
    Check if any job(SM36 or table tbtcp) is running for this program RSSNAPDL in your production system.
    Thanks

  • Short dump in production

    Hello Friends,
    I have a z table and it is working fine in development and quality system and it is giving short dump error when I try to maintain the same table in production using SM30 tcode. Please suggest me what would be the issue here?
    Thanks,
    Shreekant

    Please delete the existing table maintenance view and regenerate the same.
    1. SE11 > Table Name > MODIFY
    2. Menu.. UTILITIES > Table Maintenance Generator
    Keep a screen shot of this screen for future use.
    3. Click on DELETE in Apps tool Bar
    Then regenerate the Table Maintenance View, as usual.
    Regard
    Vishal

  • Short dump in custom report in production

    Hi Experts,
      I have a custom report which is run through SM37 as a background job. it takes long time to run and then get canceled with       short dump in production but it runs fine in development.
    description of short dump.
    Runtime Errors         DBIF_RSQL_SQL_ERROR
    Exception              CX_SY_OPEN_SQL_DB
    Date and Time          03.05.2010 11:33:06
    Short text
    |    SQL error in the database when accessing a table.

    Hi,
    Please go through the below notes
    [Note 1379839 - RuntimeError DBIF_RSQL_SQL_ERROR Exception CX_SY_OPEN_SQL_DB|https://service.sap.com/sap/support/notes/1379839]
    [Note 1098183 - RunErr dbif_rsql_sql_error with exception CX_SY_OPEN_SQL_DB|https://service.sap.com/sap/support/notes/1098183]
    [Note 1410849 - Runtime error DBIF_RSQL_SQL_ERROR" "CX_SY_OPEN_SQL_DB"|https://service.sap.com/sap/support/notes/1410849]
    This is mainly program error and need corrections...
    Compare the Patch level on both DEV and PRD server. Also make sure, whether program you are using on developement is modified (Corrected) or standard one.
    If you search for the SAP Notes with "DBIF_RSQL_SQL_ERROR Exception CX_SY_OPEN_SQL_DB" string, you will get several hits. See the notes which are applicable in your scenario...
    Regards.
    Sumit Nene

  • Short dump SAPLSLVC_FULLSCREEN in ALV mode

    Hi all
    I encountered a short dump in production after i load a text file in my customised program. I did not encountered such error in DEV and UAT. This dump occurs when i add or remove the columns in ALV mode.
    Runtime Error          PERFORM_NOT_FOUND
    Exception              CX_SY_DYN_CALL_ILLEGAL_FORM
           Occurred on     22.05.2008 at   15:02:44
    Call (PERFORM) to a non-existent routine.
    What happened?
    The current program attempted to call an externally defined routine
    that does not exist.
    Error in ABAP application program.
    The current ABAP program "SAPLSLVC_FULLSCREEN" had to be terminated because one
    of the
    statements could not be executed.
    This is probably due to an error in the ABAP program.
    The current ABAP program had to be terminated because the
    ABAP processor detected an internal system error.
    The current ABAP program "SAPLSLVC_FULLSCREEN" had to be terminated because the
    ABAP
    processor discovered an invalid system state.
    Can anyone kindly advice? Thanks.

    **  WA-NAME = 'TOP_OF_PAGE'.             "'SLIS_EV_TOP_OF_PAGE'.
    **  WA-FORM = 'TOPOFPAGE'.
    **  APPEND WA TO T_EVENTS.
    **  WA-NAME = 'END_OF_PAGE'.
    **  WA-FORM = 'ENDOFPAGE'.
    **  APPEND WA TO T_EVENTS.
    **  WA-NAME = 'END_OF_LIST'.
    **  WA-FORM = 'ENDOFLIST'.
    **  APPEND WA TO T_EVENTS.
    please comment like this code in your code..

  • FB03 - Short Dump - is not Unicode-compatable

    hi gurus,
    i have a short dump in PRODUCTION in TCODE : FB03.
    the short dump says that  syntax error in program : RK2RS001 is not UNICODE-COMPATABLE in program attributes...
    how can i resolve this one pls...
    thanks in advance,
    pasala.

    Hi,
    Refer to below links:
    <<links removed, points unassigned by moderator>>
    Regards,
    Prasuna.
    Edited by: kishan P on Nov 24, 2010 2:03 PM

  • What is the maximum number of recursive call as i think it is causing short dump

    Hi All,
    This may not have a specific answer i suppose but approx is also fine. There was a short dump in production ( the background job failed , an is failing each day since a week now ). I was analysing it  what i found was the cause for there was numerous call to the same routine within it self ( recursion ). The exact number i dont have but they were atleast more the 200.
    The error message which i get is :
    Are there any solution regarding
    Category          
    Resource Shortage
    Runtime Errors    
    TSV_TNEW_PAGE_ALLOC_FAILED
    Short text
        No more storage space available for extending an internal table.
    What happened?
        You attempted to extend an internal table, but the required space was
        not available.
    it would be great if we know the max numbers of an recursive call so that i can do the necessary changes or if some 1 has any other alternative solution pls. help.
    Regards,
    Dhruvin
    P.s : it's a productive environment issue.

    The dump is not caused by depth of recursion but rather memory limits being exceeded by your process, these are controlled by profile parameters (System administrator stuff) and "normally" (unless changed to other values) allow up to 4 GB of memory usage (mostly by internal tables). You can quickly check the current memory consumption of your active process via SM50.
    Make sure that the routine that is called recursively (or other relevant parts of your process) free up memory by using CLEAR and FREE statements for internal tables that are no longer needed.
    If data is being selected from the database also look into block processing via the PACKAGE SIZE option.
    Thomas

  • Short dump while displaying cube data in production

    Hi Folks,
    I'm getting a short dump while displaying cube data in production, please suggest
    Thanks and Regards
    Santhosh

    Hi Santosh,
    I'd suggest to follow as per SAP Note: 568768 - Analysis of SQL Errors causing Shortdumps or Error messages. The Note contains precise steps to analyze such an ABAP dump.
    cheers
    m./

  • Short Dump while maintaining conditions in Product master

    Hi Experts,
    We are getting short dump while we want to maintain conditions in the product master.
    The dump message is as follows -
    CREATE DATA: The specified type "/1CN/WS_ID_300PRODUCTBBP_SKU_T" is no valid 
    An exception occurred that is explained in detail below.                         
    The exception, which is assigned to class 'CX_SY_CREATE_DATA_ERROR', was not     
    caught in                                                                       
    procedure "/SAPCND/MNT_INIT_OW" "(FUNCTION)", nor was it propagated by a         
    RAISING clause.                                                                 
    Since the caller of the procedure could not have anticipated that the            
    exception would occur, the current program is terminated.                        
    The reason for the exception is:                                                 
    The dynamically specified type "/1CN/WS_ID_300PRODUCTBBP_SKU_T" at CREATE DATA   
    is no valid data type.                                                                               
    The type is either unknown or an object type.                                    
    I checked for OSS note but could not get success and also i could not explore in SDN. Can anybody help me in this.
    Thanks a lot in advance!!
    Thank You
    Abhinandan

    Hi
    <b>Please go through the following SAP OSS Notes, which will definitely help -></b>
    <u>Note 930816 - Cond. Maint. group not generated after remote client copy</u>
    <u>Note 1051896 - Cond. group WS deleted in source aft. remote client copy</u>
    Note 971825 - Short dump caused by dynamic working set
    Note 969475 Short dump after applying notes 966127&966197
    Note 661287 - Name of the condition maintenance group
    Note 1009001 - ShortDump when Creating Mkt-Obj by Copying
    Do let me know.
    Regards
    - Atul

  • Short Dump while executing costing run or production orders

    Hi Guys,
    While executing the costing run or production orders saving, we are getting short dump.  it is the debugging is showing its fingers at A035 which is related to maintenance of overhead rates.
    We have maintained the overhead rates correctly. There is no issue.
    This could be some thing related to OSS notes as well.
    Just wanted to know if it has got something to do with OSS notes or something else.
    Please throw some light in this regard
    Thanks in advance

    Hi,
    In what program there is a dump? I mean, what is the log saying?
    Regards,
    Eli

  • How to deal with Short dump that restarts the index server?

    Hi ,
    I have been experiencing this problem whenever any exception occurs in my SQL SCRIPT procedure. For instance when there is a situation when I try to insert a value of 50 characters in length to a column with max size of 40 it throws a short dump and restarts the index server. I tried to insert the exception handling code as well but still the problem persists. Is there a way to solve this issue?

    Hi Sudarshan
    crashes are rather generic reactions of the system to virtually any kind of problem that may occur.
    Memory shortage is one of the more common issues in current SAP HANA setups and SAP HANA development is heavily working on handling memory shortage situations more gracefully.
    Massive over allocation of memory, for example by very large intermediate result sets or join result sets typically can be addressed by correcting the query or model that leads to the issue.
    Anyhow, the initial post was not about a memory shortage but about a crash that seemed to have occurred with wrong data type handling.
    These are two very different kinds of problems, so I am not really sure how your comment relates here.
    - Lars

  • JCO RFC provider: Server function not found, short dump

    Hi all,
    I'm trying to use the JCO RFC provider service of NW04s (SP15) together with an ABAP 4.6C system. I've followed all the documentation that I could find, but couldn't get it to work yet. This is what I've done so far:
    Using SM59 I've had a destination APP_JK1 created for me on the R/3 system. AFAIK it's set up correctly and marked as a "registered server", connection tests were successful.
    On the portal, I've created a RFC portal destination using my R/3 credentials and successfully tested it. Then I created an entry in the RFC provider service, using the correct values for system, id & gateway, and let it point to my RFC destination for the repository connection. The program ID is also APP_JK1.
    Next, I created a stateless session bean which is part of an EAR, gave it a JNDI name of "RFCTEST" and added a method like this:
        * @ejb.interface-method view-type="both"
        * @param function called function
       public void processFunction(com.sap.mw.jco.JCO.Function function) {
          JCO.ParameterList input  = function.getImportParameterList();
          String query = input.getString("I_STRING_SEARCH");
          JCO.ParameterList output = function.getExportParameterList();
          output.setValue(query, "ECHOTEXT");
    (The project uses xdoclet for the creation of J2EE stuff)
    In application-j2ee-engine.xml located in the META-INF directory of my EAR, I've added:
    <reference reference-type="hard">
         <reference-target provider-name="sap.com" target-type="library">com.sap.mw.jco</reference-target>
    </reference>
    The application deploys without errors, and besides from my RFC connection works as expected. In the JNDI registry view of VisualAdmin I see the corresponding entry: "rfcaccessejb/RFCTEST" is a local reference to my stateless session bean.
    On ABAP, I have a tiny little program that calls my function, mainly looking like this:
    CALL FUNCTION 'RFCTEST' DESTINATION 'APP_JK1'
      EXPORTING
        I_STRING_SEARCH = query
      IMPORTING
        ECHOTEXT = t1.
    Unfortunately, it short dumps immediately. The error message is:
    JCO.Server could not find server function 'RFCTEST'
    I'm lost. What could be wrong? Any help is greatly appreciated. Kind regards,
    Christian Aust

    Hello Perry song,
    You got the short dump bcoz, there is no perform by the name you provided in the program,
    for example. consider there are 2 programs.
    Program 1 :
    REPORT  ZPGM1.
    *Calling a perform SNAME1 , the code of perform is written in ZPGM2.
    perform sname1 IN PROGRAM ZPGM2.
    Program 2 :
    REPORT  ZPGM2.
    perform sname1 .
    Form SNAME1 .
    write : 'Text in form SNAME1' .
    endform.                    " SNAME1
    (here SNAME1 is found and it works perfectly )
    Change in Program 1 :
    REPORT  ZPGM1.
    *Calling perform DELTA ,
    perform DELTA IN PROGRAM ZPGM2 IF FOUND.
    Now the perform statement will search for perform " DELTA " in ZPGM2 , but there is no perform by name DELTA , so here we need to mention the condition " IF FOUND "  , so now by mentioning the condition " IF FOUND " in perform statement ,  if the perform DELTA is not found then it wont go to DUMP.
    If condition " IF FOUND "  is not mentioned in perform statement like
    perform DELTA IN PROGRAM ZPGM2 . ( This gives DUMP )
    just type " IF FOUND " when u r calling a perform from other program ( i guess this will solve the problem ).
    Hope it might be helpfull,
    Regards ,
    Aby
    Edited by: abhi on Nov 6, 2008 10:14 AM

  • How to take data dump(export) with given language set on oracle 9i database(production server) ?

    Hi,
    I am taken data dump on oracle 9i machine and ported (imported ) oracle 10g (production machine) ,But it will showing error : language set error,
    Could you tell me how to take data dump with language set.
    Regards,
    Suva

    Hi PaulM,
         Please follows the details, 
    Development server  ,It is 9i machine (I am export in this machine) and Imported on Production Server ( It is Oracle 10 g).
        When import on production server error is coming, Tis error log adding below.
    Production Databse (Language details)
    NLS_LANGUAGE AMERICAN
    NLS_TERRITORY AMERICA
    NLS_CURRENCY $
    NLS_ISO_CURRENCY AMERICA
    NLS_NUMERIC_CHARACTERS .,
    NLS_CHARACTERSET UTF8
    NLS_CALENDAR GREGORIAN
    NLS_DATE_FORMAT DD-MON-RR
    NLS_DATE_LANGUAGE AMERICAN
    NLS_SORT BINARY
    NLS_TIME_FORMAT HH.MI.SSXFF AM
    NLS_TIMESTAMP_FORMAT DD-MON-RR HH.MI.SSXFF AM
    NLS_TIME_TZ_FORMAT HH.MI.SSXFF AM TZR
    NLS_TIMESTAMP_TZ_FORMAT DD-MON-RR HH.MI.SSXFF AM TZR
    NLS_DUAL_CURRENCY $
    NLS_COMP BINARY
    NLS_LENGTH_SEMANTICS BYTE
    NLS_NCHAR_CONV_EXCP FALSE
    NLS_NCHAR_CHARACTERSET UTF8
    NLS_RDBMS_VERSION 10.2.0.1.0
    Development Database  Language details Details.
    NLS_LANGUAGE AMERICAN
    NLS_TERRITORY AMERICA
    NLS_CURRENCY $
    NLS_ISO_CURRENCY AMERICA
    NLS_NUMERIC_CHARACTERS .,
    NLS_CHARACTERSET UTF8
    NLS_CALENDAR GREGORIAN
    NLS_DATE_FORMAT DD-MON-RR
    NLS_DATE_LANGUAGE AMERICAN
    NLS_SORT BINARY
    NLS_TIME_FORMAT HH.MI.SSXFF AM
    NLS_TIMESTAMP_FORMAT DD-MON-RR HH.MI.SSXFF AM
    NLS_TIME_TZ_FORMAT HH.MI.SSXFF AM TZR
    NLS_TIMESTAMP_TZ_FORMAT DD-MON-RR HH.MI.SSXFF AM TZR
    NLS_DUAL_CURRENCY $
    NLS_COMP BINARY
    NLS_LENGTH_SEMANTICS BYTE
    NLS_NCHAR_CONV_EXCP FALSE
    NLS_NCHAR_CHARACTERSET UTF8
    NLS_RDBMS_VERSION 10.2.0.1.0
    Log file
    Connected to: Oracle Database 10g Release 10.2.0.1.0 - Production
    Export file created by EXPORT:V09.02.00 via conventional path
    import done in WE8MSWIN1252 character set and UTF8 NCHAR character set
    import server uses UTF8 character set (possible charset conversion)
    export server uses AL16UTF16 NCHAR character set (possible ncharset conversion)
    . importing JW_OR's objects into JW_OR
    . importing JW_OS's objects into JW_OS
    . importing JW_ADMIN's objects into JW_ADMIN
    . importing JW_OR's objects into JW_OR
    . . importing table                      "ACCRXNS"     234671 rows imported
    . . importing table                  "AUTHORLINKS"     790450 rows imported
    . . importing table                      "AUTHORS"      79500 rows imported
    . . importing table                       "CATSOL"      25505 rows imported
    . . importing table               "CATSOLSYNONYMS"      80045 rows imported
    . . importing table                "CHAPTERTITLES"        133 rows imported
    . . importing table                "COMPOUNDLINKS"     601785 rows imported
    . . importing table                   "CONDITIONS"     207445 rows imported
    . . importing table                     "JOURNALS"       2327 rows imported
    . . importing table                     "LANGUAGE"          0 rows imported
    . . importing table                     "MAINDATA"     234659 rows imported
    . . importing table                      "MOLDATA"     721174 rows imported
    . . importing table                   "PLAN_TABLE"          1 rows imported
    . . importing table                   "REFERENCES"     276783 rows imported
    . . importing table                        "ROLES"          2 rows imported
    . . importing table                  "RXNKEYLINKS"    1724404 rows imported
    . . importing table                  "RXNKEYWORDS"        848 rows imported
    . . importing table                  "TABLETITLES"       2400 rows imported
    . . importing table                   "TEMP_TABLE"     165728 rows imported
    . . importing table          "TEMP_WILEY_MAINDATA"     155728 rows imported
    . . importing table           "TEMP_WILEY_PDF_MAP"      16672 rows imported
    . . importing table      "TEMP_WILEY_YEAR_VOL_MAP"         42 rows imported
    . . importing table                  "WEX_ACCRXNS"       3465 rows imported
    . . importing table              "WEX_AUTHORLINKS"      14183 rows imported
    . . importing table                  "WEX_AUTHORS"      79500 rows imported
    . . importing table            "WEX_CHAPTERTITLES"        133 rows imported
    . . importing table            "WEX_COMPOUNDLINKS"      10925 rows imported
    . . importing table               "WEX_CONDITIONS"       5297 rows imported
    . . importing table                 "WEX_JOURNALS"       2327 rows imported
    . . importing table                 "WEX_LANGUAGE"          0 rows imported
    . . importing table                 "WEX_MAINDATA"       3465 rows imported
    . . importing table                  "WEX_MOLDATA"      10358 rows imported
    . . importing table               "WEX_REFERENCES"       3795 rows imported
    . . importing table              "WEX_RXNKEYLINKS"      34540 rows imported
    . . importing table              "WEX_RXNKEYWORDS"        848 rows imported
    . . importing table              "WEX_TABLETITLES"       2400 rows imported
    . . importing table           "WEX_WILEY_HTML_MAP"      17316 rows imported
    . . importing table           "WEX_WILEY_MAINDATA"       3465 rows imported
    . . importing table            "WEX_WILEY_PDF_MAP"      23925 rows imported
    . . importing table       "WEX_WILEY_YEAR_VOL_MAP"         58 rows imported
    . . importing table               "WILEY_HTML_MAP"      17316 rows imported
    . . importing table               "WILEY_MAINDATA"     234659 rows imported
    . . importing table                "WILEY_PDF_MAP"      23925 rows imported
    . . importing table           "WILEY_YEAR_VOL_MAP"         58 rows imported
    . importing JW_OS's objects into JW_OS
    . . importing table                      "ACCRXNS"       7116 rows imported
    . . importing table                   "ATMOSPHERE"         47 rows imported
    . . importing table                  "AUTHORLINKS"      33276 rows imported
    . . importing table                      "AUTHORS"       6555 rows imported
    . . importing table                       "CATSOL"       1463 rows imported
    . . importing table               "CATSOLSYNONYMS"       9370 rows imported
    . . importing table                    "CHEMICALS"      78197 rows imported
    . . importing table                "COMPOUNDLINKS"      20799 rows imported
    . . importing table                       "EXPDET"          1 rows imported
    . . importing table                    "FOOTNOTES"      77825 rows imported
    . . importing table                     "JOURNALS"          2 rows imported
    . . importing table                     "LANGUAGE"          2 rows imported
    . . importing table                     "MAINDATA"       7116 rows imported
    . . importing table                     "PATHSTEP"       7199 rows imported
    . . importing table               "PROCEDURENOTES"      77293 rows imported
    . . importing table                        "ROLES"          2 rows imported
    . . importing table                  "RXNKEYLINKS"      23096 rows imported
    . . importing table                  "RXNKEYWORDS"       1272 rows imported
    . . importing table                  "WEX_ACCRXNS"        135 rows imported
    . . importing table               "WEX_ATMOSPHERE"         47 rows imported
    . . importing table              "WEX_AUTHORLINKS"        613 rows imported
    . . importing table                  "WEX_AUTHORS"       6555 rows imported
    . . importing table                "WEX_CHEMICALS"          0 rows imported
    . . importing table            "WEX_COMPOUNDLINKS"        497 rows imported
    . . importing table                   "WEX_EXPDET"          1 rows imported
    . . importing table                "WEX_FOOTNOTES"       2184 rows imported
    . . importing table                 "WEX_JOURNALS"          2 rows imported
    . . importing table                 "WEX_LANGUAGE"          2 rows imported
    . . importing table                 "WEX_MAINDATA"        135 rows imported
    . . importing table                 "WEX_PATHSTEP"        135 rows imported
    . . importing table           "WEX_PROCEDURENOTES"       2253 rows imported
    . . importing table              "WEX_RXNKEYLINKS"        695 rows imported
    . . importing table              "WEX_RXNKEYWORDS"       1272 rows imported
    . importing JW_ADMIN's objects into JW_ADMIN
    . . importing table                     "APP_USER"         76 rows imported
    . . importing table                       "AUTHOR"      61874 rows imported
    . . importing table                     "CITATION"
    IMP-00019: row rejected due to ORACLE error 12899
    IMP-00003: ORACLE error 12899 encountered
    ORA-12899: value too large for column "JW_ADMIN"."CITATION"."PAGE" (actual: 9, maximum: 8)
    Column 1 10794
    Column 2 77
    Column 3 1
    Column 4 24
    Column 5
    Column 6 Science of Synthesis
    Column 7 Negishi, E.-i.; Takahashi, T. Science of Synthesis...
    Column 8 681–848
    Column 9 2
    Column 10
    Column 11 2002
    IMP-00019: row rejected due to ORACLE error 12899
    IMP-00003: ORACLE error 12899 encountered
    ORA-12899: value too large for column "JW_ADMIN"."CITATION"."PAGE" (actual: 10, maximum: 8)
    Column 1 10879
    Column 2 77
    Column 3 1
    Column 4 110
    Column 5
    Column 6 Comprehensive Organic Synthesis
    Column 7 Hiemstra, H.; Speckamp, W. N.; Trost, B. M.; Flemi...
    Column 8 1047–108
    Column 9 2
    Column 10
    Column 11
    IMP-00019: row rejected due to ORACLE error 12899
    IMP-00003: ORACLE error 12899 encountered
    ORA-12899: value too large for column "JW_ADMIN"."CITATION"."PAGE" (actual: 10, maximum: 8)
    Column 1 10880
    Column 2 77
    Column 3 1
    Column 4 111
    Column 5
    Column 6 Houben-Weyl Methods of Organic Chemistry
    Column 7 De Koning, H.; Speckamp, W. N.; Helmchen, G.; Hoff...
    Column 8 1953–200
    Column 9 E21b
    Column 10
    Column 11 1995
    IMP-00019: row rejected due to ORACLE error 12899
    IMP-00003: ORACLE error 12899 encountered
    ORA-12899: value too large for column "JW_ADMIN"."CITATION"."PAGE" (actual: 10, maximum: 8)
    Column 1 10904
    Column 2 77
    Column 3 1
    Column 4 135
    Column 5
    Column 6 Houben-Weyl Methods of Organic Chemistry
    Column 7 Ryu, I.; Murai, S.; de Meijere, A., Ed. Houben-Wey...
    Column 8 1985–204
    Column 9 E17c
    Column 10
    Column 11 1997
    IMP-00019: row rejected due to ORACLE error 12899
    IMP-00003: ORACLE error 12899 encountered
    ORA-12899: value too large for column "JW_ADMIN"."CITATION"."PAGE" (actual: 9, maximum: 8)
    Column 1 10905
    Column 2 77
    Column 3 1
    Column 4 136
    Column 5
    Column 6 The Chemistry of the Cyclopropyl Group
    Column 7 Tsuji, T.; Nishida, S.; Patai, S.; Rappoport, Z., ...
    Column 8 307–373
    Column 9
    Column 10
    Column 11 1987
    IMP-00019: row rejected due to ORACLE error 12899
    IMP-00003: ORACLE error 12899 encountered
    ORA-12899: value too large for column "JW_ADMIN"."CITATION"."PAGE" (actual: 10, maximum: 8)
    Column 1 10906
    Column 2 77
    Column 3 1
    Column 4 137
    Column 5
    Column 6 The Chemistry of the Cyclopropyl Group
    Column 7 Vilsmaier, E.; Patai, S.; Rappoport, Z., Eds. The ...
    Column 8 1341–145
    Column 9
    Column 10
    Column 11 1987
    IMP-00019: row rejected due to ORACLE error 12899
    IMP-00003: ORACLE error 12899 encountered
    ORA-12899: value too large for column "JW_ADMIN"."CITATION"."PAGE" (actual: 9, maximum: 8)
    Column 1 10952
    Column 2 77
    Column 3 1
    Column 4 183
    Column 5
    Column 6 Cyclopropane-Derived Reactive Intermediates
    Column 7 Boche, G.; Walborsky, H. M. Cyclopropane-Derived R...
    Column 8 117–173
    Column 9
    Column 10
    Column 11 1990
    IMP-00019: row rejected due to ORACLE error 12899
    IMP-00003: ORACLE error 12899 encountered
    ORA-12899: value too large for column "JW_ADMIN"."CITATION"."PAGE" (actual: 10, maximum: 8)
    Column 1 10958
    Column 2 77
    Column 3 1
    Column 4 189
    Column 5
    Column 6 Houben-Weyl Methods of Organic Chemistry
    Column 7 Klunder, A. J. H.; Zwanenburg, B. Houben-Weyl Meth...
    Column 8 2419–243
    Column 9 E17c
    Column 10
    Column 11 1997
    IMP-00019: row rejected due to ORACLE error 12899
    IMP-00003: ORACLE error 12899 encountered
    ORA-12899: value too large for column "JW_ADMIN"."CITATION"."PAGE" (actual: 9, maximum: 8)
    Column 1 10995
    Column 2 77
    Column 3 1
    Column 4 226
    Column 5
    Column 6 Science of Synthesis
    Column 7 Cha, J. K. Science of Synthesis 2005, 325–338.
    Column 8 325–338
    Column 9
    Column 10
    Column 11 2005
    IMP-00019: row rejected due to ORACLE error 12899
    IMP-00003: ORACLE error 12899 encountered
    ORA-12899: value too large for column "JW_ADMIN"."CITATION"."PAGE" (actual: 10, maximum: 8)
    Column 1 17123
    Column 2 82
    Column 3 1
    Column 4 13
    Column 5
    Column 6 Comprehensive Organometallic Chemistry II
    Column 7 Dushin, R. G.; Edward, W. A.; Stone, F. G. A.; Wil...
    Column 8 1071–109
    Column 9 12
    Column 10
    Column 11 1995
    IMP-00019: row rejected due to ORACLE error 12899
    IMP-00003: ORACLE error 12899 encountered
    ORA-12899: value too large for column "JW_ADMIN"."CITATION"."PAGE" (actual: 9, maximum: 8)
    Column 1 17124
    Column 2 82
    Column 3 1
    Column 4 14
    Column 5
    Column 6 Modern Carbonyl Olefination
    Column 7 Ephritikhine, M.; Villiers, C.; Takeda, T. Ed. Mod...
    Column 8 223–285
    Column 9
    Column 10
    Column 11 2004
    IMP-00019: row rejected due to ORACLE error 12899
    IMP-00003: ORACLE error 12899 encountered
    ORA-12899: value too large for column "JW_ADMIN"."CITATION"."PAGE" (actual: 9, maximum: 8)
    Column 1 17126
    Column 2 82
    Column 3 1
    Column 4 16
    Column 5
    Column 6 Transition Metals for Organic Synthesis (2nd Editi...
    Column 7 Furstner, A.; Beller, M.; Bolm, C. Eds. Transition...
    Column 8 449–468
    Column 9
    Column 10
    Column 11 2004      17712 rows imported
    . . importing table                     "FOOTNOTE"         38 rows imported
    . . importing table              "GT_STATS_REPORT"          0 rows imported
    . . importing table         "GT_VALIDATION_REPORT"          0 rows imported
    . . importing table                     "OR_USERS"          1 rows imported
    . . importing table                     "OS_USERS"          1 rows imported
    . . importing table                "PROCEDURENOTE"         70 rows imported
    . . importing table                  "QC_TRACKING"     539881 rows imported
    . . importing table                         "ROLE"          5 rows imported
    . . importing table                       "SCHEMA"          3 rows imported
    . . importing table              "TASK_ALLOCATION"     159370 rows imported
    . . importing table                     "USER_LOG"     174488 rows imported
    . . importing table                      "VERSION"          3 rows imported
    About to enable constraints...
    IMP-00017: following statement failed with ORACLE error 2298:
    "ALTER TABLE "AUTHOR" ENABLE CONSTRAINT "FK_AUTHOR_CITATIONID""
    IMP-00003: ORACLE error 2298 encountered
    ORA-02298: cannot validate (JW_ADMIN.FK_AUTHOR_CITATIONID) - parent keys not found
    Import terminated successfully with warnings.
    Regards,
    Subash

  • Short Dump for Query in Quality server

    Hi Experts,
    i have a query, when i execute it in developement server, it successfully execute. But when i execute the same query in Quality,
    it gets short dump, giving following error.
    ABEND RSBOLAP (000): Program error in class SAPMSSY1 method : UNCAUGHT_EXCEPTION
      MSGV1: SAPMSSY1
      MSGV3: UNCAUGHT_EXCEPTION
    previously it was working fine in quality, but suddenly it gets shortdu while executing.
    i transported again, but error still persists.
    i tried execute this query in RSRT also, where it stops at a break point.
    this query uses a custimer exit variable, but this variable is not the reason for short dump. without this variable also same error occurs.
    please help me to resolve this.
    Thanks
    Saurabh

    Hi,
    Please try to provide max input in the variable screen, Don't execute the query based on single selection criteria. And also please perform cube compression before executing the query.
    Hope this will solve the issue .
    Thanks
    PT

Maybe you are looking for