DBIF_RSQL_INVALID_REQUEST

when loggind on using SAP GUI, an abap runtime error is appearing at the beginning  DBIF_RSQL_INVALID_REQUEST whose details are
Runtime Error          DBIF_RSQL_INVALID_REQUEST
Date and Time          13.06.2008 09:57:13
ShrtText
Invalid call of database interface.
What happened?
The current ABAP/4 program terminated due to
an internal error in the database interface.
What can you do?
Make a note of the actions and input which caused the error.
To resolve the problem, contact your SAP system administrator.
You can use transaction ST22 (ABAP Dump Analysis) to view and administer
termination messages, especially those beyond their normal deletion
date.
Error analysis
In a statement an invalid request was made to the database interface
when accessing table "DOKTL ".
Last error logged in SAP kernel
Component............ "NI (network interface)"
Place................ "SAP-Server sapgrp_R3P_00 on host prdbpl2 (wp 0)"
Version.............. 37
Error code........... "-16"
Error text........... "verify own hostname (sapgrp) failed"
Description.......... "NiIMyAdrVerify"
System call.......... " "
Module............... "nixxi.cpp"
Line................. 3161
How to correct the error
Start the work process affected and repeat the action that lead to the
error.
If the error is occurring in a program that you can make changes to,
you should try to solve the problem yourself: Reformulate the database
command by varying its attributes. Single record accesses can be
replaced by input/output using internal tables and vice versa, selection
criteria (WHERE clause) can be restructured, and nested SELECT loops can
be replaced by FOR ALL ENTRIES and similar formulations.
Please check the entries in the system log (Transaction SM21).
Also check the entires in the developers trace for the correspond
corresponding work process (transaction ST11).
You may able to find an interim solution to the problem
in the SAP note system. If you have access to the note system yourself,
use the following search criteria:
"DBIF_RSQL_INVALID_REQUEST" C
"SAPLSDOC" or "LSDOCU09"
"DOCU_GET"
If you cannot solve the problem yourself and you wish to send
an error message to SAP, include the following documents:
1. A printout of the problem description (short dump)
To obtain this, select in the current display "System->List->
Save->Local File (unconverted)".
2. A suitable printout of the system log
To obtain this, call the system log through transaction SM21.
Limit the time interval to 10 minutes before and 5 minutes
after the short dump. In the display, then select the function
"System->List->Save->Local File (unconverted)".
3. If the programs are your own programs or modified SAP programs,
supply the source code.
To do this, select the Editor function "Further Utilities->
Upload/Download->Download".
4. Details regarding the conditions under which the error occurred
or which actions and input led to the error.
You may able to find an interim solution to the problem
in the SAP note system. If you have access to the note system yourself,
use the following search criteria:
"DBIF_RSQL_INVALID_REQUEST" C
"SAPLSDOC" or "LSDOCU09"
"DOCU_GET"
If you cannot solve the problem yourself and you wish to send
an error message to SAP, include the following documents:
1. A printout of the problem description (short dump)
To obtain this, select in the current display "System->List->
Save->Local File (unconverted)".
2. A suitable printout of the system log
To obtain this, call the system log through transaction SM21.
Limit the time interval to 10 minutes before and 5 minutes
after the short dump. In the display, then select the function
"System->List->Save->Local File (unconverted)".
3. If the programs are your own programs or modified SAP programs,
supply the source code.
To do this, select the Editor function "Further Utilities->
Upload/Download->Download".
4. Details regarding the conditions under which the error occurred
or which actions and input led to the error.
System environment
SAP Release.............. "640"
Application server....... "sapgrp"
Network address.......... "192.168.4.14"
Operating system......... "Windows NT"
Release.................. "5.2"
Hardware type............ "8x Intel 801586"
Character length......... 8 Bits
Pointer length........... 32 Bits
Work process number...... 0
Short dump setting....... "full"
Database server.......... "PRDBPL2"
Database type............ "ORACLE"
Database name............ "R3P"
Database owner........... "SAPR3P"
Character set............ "English_United State"
SAP kernel............... "640"
Created on............... "Nov 4 2004 23:26:03"
Created in............... "NT 5.0 2195 Service Pack 4 x86 MS VC++ 13.10"
Database version......... "OCI_920_SHARE "
Patch level.............. "43"
Patch text............... " "
Supported environment....
Database................. "ORACLE 8.1.7.., ORACLE 9.2.0.."
SAP database version..... "640"
Operating system......... "Windows NT 5.0, Windows NT 5.1, Windows NT 5.2"
Memory usage.............
Roll..................... 8112
EM....................... 2090592
Heap..................... 0
Page..................... 0
MM Used.................. 942232
MM Free.................. 1146912
SAP Release.............. "640"
User and Transaction
Client.............. 100
User................ "ADMIN"
Language key........ "E"
Transaction......... "SESSION_MANAGER "
Program............. "SAPLSDOC"
Screen.............. "SAPMSYST 0020"
Screen line......... 87
Information on where terminated
The termination occurred in the ABAP program "SAPLSDOC" in "DOCU_GET".
The main program was "SAPMSYST ".
The termination occurred in line 249 of the source code of the (Include)
program "LSDOCU09"
of the source code of program "LSDOCU09" (when calling the editor 2490).
Source Code Extract
Line
SourceCde
219
head-tdobject = 'DOKU'.
220
ENDCASE.
221
HEAD-TDNAME     = DOKHL-OBJECT.
222
HEAD-TDID       = DOKHL-ID.
223
HEAD-TDSPRAS    = DOKHL-LANGU.
224
            HEAD-TDFORM     = DOKHL-DOKFORM.         "geä. hb 30/06/93
225
IF DOKHL-DOKFORM EQ 'HELP'.              "geä. hb 30/06/93
226
MOVE 'S_DOCU_SHOW' TO HEAD-TDFORM.     "geä. hb 30/06/93
227
ELSE.                                    "geä. hb 30/06/93
228
HEAD-TDFORM     = DOKHL-DOKFORM.       "geä. hb 30/06/93
229
ENDIF.                                   "geä. hb 30/06/93
230
            HEAD-TDSTYLE    = DOKHL-DOKSTYLE.        "geä. hb 30/06/93
231
IF DOKHL-DOKSTYLE EQ 'DOKU'.             "geä. hb 30/06/93
232
MOVE 'S_DOCUS1' TO HEAD-TDSTYLE.       "geä. hb 30/06/93
233
ELSE.                                    "geä. hb 30/06/93
234
HEAD-TDSTYLE    = DOKHL-DOKSTYLE.      "geä. hb 30/06/93
235
ENDIF.                                   "geä. hb 30/06/93
236
HEAD-TDVERSION  = DOKHL-DOKVERSION.
237
HEAD-TDFUSER    = DOKHL-DOKFUSER.
238
HEAD-TDFRELES   = DOKHL-DOKFRELES.
239
HEAD-TDFDATE    = DOKHL-DOKFDATE.
240
HEAD-TDFTIME    = DOKHL-DOKFTIME.
241
HEAD-TDLUSER    = DOKHL-DOKLUSER.
242
HEAD-TDLRELES   = DOKHL-DOKLRELES.
243
HEAD-TDLDATE    = DOKHL-DOKLDATE.
244
HEAD-TDLTIME    = DOKHL-DOKLTIME.
245
HEAD-TDLINESIZE = '072'.
246
247
DOKSTATE = DOKHL-DOKSTATE.
248
>>>>>
SELECT *
250
FROM  DOKTL
251
INTO  TABLE IDOKTL
252
WHERE LANGU      =  LANGU
253
AND   ID         =  ID
254
AND   OBJECT     =  OBJECT
255
AND   TYP        =  TYP
256
AND   DOKVERSION =  DOKIL-VERSION
257
ORDER BY PRIMARY KEY.
258
259
CLEAR IDOKTL.
260
READ TABLE IDOKTL INDEX 1.
261
262
IF IDOKTL-DOKTEXT(5) NE '{
tf'.
263
LOOP AT IDOKTL.
264
PERFORM LINE_APPEND.
265
ENDLOOP.
266
ELSE.
267
LOOP AT IDOKTL.
268
MOVE IDOKTL-DOKFORMAT TO ILINE-TDFORMAT.
Contents of system fields
Name
Val.
SY-SUBRC
0
SY-INDEX
0
SY-TABIX
1
SY-DBCNT
1
SY-FDPOS
40
SY-LSIND
0
SY-PAGNO
0
SY-LINNO
1
SY-COLNO
1
SY-PFKEY
0020
SY-UCOMM
SY-TITLE
System Program
SY-MSGTY
SY-MSGID
SY-MSGNO
000
SY-MSGV1
SY-MSGV2
SY-MSGV3
SY-MSGV4
Active Calls/Events
No.   Ty.          Program                             Include                             Line
Name
3 FUNCTION     SAPLSDOC                            LSDOCU09                              249
DOCU_GET
2 FORM         SAPMSYST                            SAPMSYST                              699
GET_COPYRIGHT_TEXT
1 MODULE (PAI) SAPMSYST                            SAPMSYST                              180
D020_COPYRIGHT
Chosen variables
Name
Val.
No.       3 Ty.          FUNCTION
Name  DOCU_GET
EXTEND_EXCEPT
2
0
ID
TX
55
48
LANGU
E
4
5
OBJECT
COPYRIGHT_SAP
445554445554522222222222222222222222222222222222222222222222
3F0929784F31000000000000000000000000000000000000000000000000
PRINT_PARAM_GET
X
5
8
TYP
E
4
5
VERSION
0000
3333
0000
VERSION_ACTIVE_OR_LAST
L
4
C
DOKSTATE
A
4
1
DOKTITLE
222222222222222222222222222222222222222222222222222222222222
000000000000000000000000000000000000000000000000000000000000
DOKTYP
2
0
HEAD
DOKU      COPYRIGHT_SAP                                                         TX  E
4445222222445554445554522222222222222222222222222222222222222222222222222222222255224222222222
4FB50000003F0929784F31000000000000000000000000000000000000000000000000000000000048005000000000
LINE[]
Table IT_19[0x134]
PROGRAM=SAPMSYSTDATA=SAP_COPYRIGHT[]
Table reference: 10
TABH+  0(20) = 000000009049EB3C000000000A00000013000000
TABH+ 20(20) = 0000000086000000FFFFFFFF04000000B8060000
TABH+ 40( 8) = 14000000C1048000
store        = 0x00000000
ext1         = 0x9049EB3C
shmId        = 0     (0x00000000)
id           = 10    (0x0A000000)
label        = 19    (0x13000000)
fill         = 0     (0x00000000)
leng         = 134   (0x86000000)
loop         = -1    (0xFFFFFFFF)
xtyp         = TYPE#000021
occu         = 20    (0x14000000)
access       = 1     (ItAccessStandard)
idxKind      = 0     (ItIndexNone)
uniKind      = 2     (ItUniqueNon)
keyKind      = 1     (default)
cmpMode      = 2     (cmpSingleMcmpR)
occu0        = 0
collHash     = 0
groupCntl    = 0
rfc          = 0
unShareable  = 0
mightBeShared = 0
sharedWithShmTab = 0
isShmLockId  = 0
gcKind       = 0
isUsed       = 1
>>>>> Shareable Table Header Data <<<<<
tabi         = Not allocated
pghook       = Not allocated
idxPtr       = Not allocated
refCount     = Not allocated
tstRefCount  = Not allocated
lineAdmin    = Not allocated
lineAlloc    = Not allocated
store_id     = Not allocated
shmIsReadOnly = Not allocated
>>>>> 1st level extension part <<<<<
regHook      = 0x00000000
hsdir        = 0x00000000
ext2         = 0x4849EB3C
>>>>> 2nd level extension part <<<<<
tabhBack     = 0xA068EE3C
delta_head   = 000000000000000000000000000000000000000000000000000000000000000000000000
pb_func      = 0x00000000
pb_handle    = 0x00000000
SY-REPID
SAPLSDOC
5454544422222222222222222222222222222222
310C34F300000000000000000000000000000000
%_DUMMY$$
2222
0000
SYST-REPID
SAPLSDOC
5454544422222222222222222222222222222222
310C34F300000000000000000000000000000000
%_SPACE
2
0
MASTERNEW
N
4
E
DOKIL-VERSION
0004
3333
0004
<O>
ID_HEAD
2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222
0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
IDOKTL[]
Table IT_20[0x148]
FUNCTION-POOL=SDOCDATA=IDOKTL[]
Table reference: 13
TABH+  0(20) = 0000000000000000000000000D00000014000000
TABH+ 20(20) = 0000000094000000FFFFFFFF042B0000D82F0000
TABH+ 40( 8) = 40000000C1048000
store        = 0x00000000
ext1         = 0x00000000
shmId        = 0     (0x00000000)
id           = 13    (0x0D000000)
label        = 20    (0x14000000)
fill         = 0     (0x00000000)
leng         = 148   (0x94000000)
loop         = -1    (0xFFFFFFFF)
xtyp         = TYPE#000209
occu         = 64    (0x40000000)
access       = 1     (ItAccessStandard)
idxKind      = 0     (ItIndexNone)
uniKind      = 2     (ItUniqueNon)
keyKind      = 1     (default)
cmpMode      = 2     (cmpSingleMcmpR)
occu0        = 0
collHash     = 0
groupCntl    = 0
rfc          = 0
unShareable  = 0
mightBeShared = 0
sharedWithShmTab = 0
isShmLockId  = 0
gcKind       = 0
isUsed       = 1
>>>>> Shareable Table Header Data <<<<<
tabi         = Not allocated
pghook       = Not allocated
idxPtr       = Not allocated
refCount     = Not allocated
tstRefCount  = Not allocated
lineAdmin    = Not allocated
lineAlloc    = Not allocated
store_id     = Not allocated
shmIsReadOnly = Not allocated
>>>>> 1st level extension part <<<<<
regHook      = Not allocated
hsdir        = Not allocated
ext2         = Not allocated
>>>>> 2nd level extension part <<<<<
tabhBack     = Not allocated
delta_head   = Not allocated
pb_func      = Not allocated
pb_handle    = Not allocated
IDOKTL
0000000000
2222222222222222222222222222222222222222222222222222222222222222333333333322222222222222222222
0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
IDOKTL-DOKTEXT+0(5)
22222
00000
%_ARCHIVE
2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222
0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
LCLASS
0.0.0.1.                                                                  ##
0000222222222222222222222222222222222222222222222222222222222222222222002222222222222222222222
0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
No.       2 Ty.          FORM
Name  GET_COPYRIGHT_TEXT
%_SPACE
2
0
USR02-USTYP
2
0
SY-LANGU
E
4
5
SY-XFORM
%_CONTROL_EXIT_DYNPRO
254445544545455454554222222222
5F3FE42FCF5894F49E02F000000000
STATE
2
0
TEXT3
222222222222222222222222222222222222222222222222222222222222
000000000000000000000000000000000000000000000000000000000000
HEAD
2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222
0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
NRTEXT-ENTRY+0(25)
2222222222222222222222222
0000000000000000000000000
SAP_COPYRIGHT[]
Table IT_19[0x134]
%_DUMMY$$
2222
0000
SY-REPID
SAPMSYST
5454555522222222222222222222222222222222
310D393400000000000000000000000000000000
SYST-REPID
SAPMSYST
5454555522222222222222222222222222222222
310D393400000000000000000000000000000000
NRTEXT-ENTRY+0(60)
222222222222222222222222222222222222222222222222222222222222
000000000000000000000000000000000000000000000000000000000000
SY-SUBRC
0
0000
0000
SAP_COPYRIGHT
2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222
0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
COPYRIGHT_DOCU
222222222222222222222222222222222222222222222222222222222222
000000000000000000000000000000000000000000000000000000000000
No.       1 Ty.          MODULE (PAI)
Name  D020_COPYRIGHT
LOGON
2008061221143020080613095713
3333333333333333333333333333
2008061221143020080613095713
SAP_COPYRIGHT[]
Table IT_19[0x134]
SAP_COPYRIGHT
2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222
0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
DB_COPYRIGHT[]
Table[initial]
DB_COPYRIGHT
2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222
0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
RSYST-MANDT
100
333
100
RSYST-BNAME
ADMIN
444442222222
14D9E0000000
ALREADY_SHOWN
2
0
SPACE
2
0
SY
0000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000
0000000010000000000000000000000000000000100080001000000010000000000000000000C00000000000000000
RSJOBINFO
00000000000000                                  ####
222222222222222222222222222222223333333333333322222222222222222222222222222222220000
000000000000000000000000000000000000000000000000000000000000000000000000000000000000
SCREEN
IUSRACL-BNAME
4555444244444222222222222222222222222222222222222222222222222222222222222222222222222222222222
953213CD2E1D5000000000000000000000000000000000000000000000000000000000000000000000000000000000
Internal notes
The termination occurred in the function "HandleRsqlErrors" of the SAP
Basis System, specifically in line 755 of the module
"//bas/640_REL/src/krn/runt/absapsql.c#10".
The internal operation just processed is "SQLS".
The internal session was started at 20080613095659.
Internal call code.........: "[RSQL/OPEN/DOKTL ]"
Active Calls in SAP Kernel
Lines of C Stack in Kernel (Structure Differs on Each Platform)
SAP (R) - R/3(TM) Callstack, Version 1.0
Copyright (C) SAP AG. All rights reserved.
Callstack without Exception:
App       : disp+work.EXE (pid=5524)
When      : 6/13/2008 9:57:13.466
Threads   : 2
Computer Name       : PRDBPL2
User Name           : SAPServiceR3P
Number of Processors: 8
Processor Type: x86 Family 15 Model 4 Stepping 8
Windows Version     : 5.2 Current Build: 3790
State Dump for Thread Id 14e0
eax=000230c8 ebx=00000000 ecx=3cd0f7c8 edx=00000000 esi=00395fd4 edi=00395fa8
eip=7c82ed54 esp=0312dff0 ebp=0312e000 iopl=0         nv up ei pl nz ac pe nc
cs=001b  ss=0023  ds=0023  es=0023  fs=003b  gs=0000             efl=00000212
function : KiFastSystemCallRet
7c82ed54 c3               ret
7c82ed55 8da42400000000   lea     esp,[esp]              ss:0312dff0=7c82ed5c
7c82ed5c 8d642400         lea     esp,[esp]              ss:0625b53f=00000000
FramePtr ReturnAd Param#1  Param#2  Param#3  Param#4  Function Name
0312e000 00395fa8 00000000 00000001 01a41b6c 000014e0 ntdll!KiFastSystemCallRet
00000000 00000000 00000000 00000000 00000000 00000000 <nosymbols>
State Dump for Thread Id 1560
eax=04a9feac ebx=00000103 ecx=d12b92c9 edx=04a9febb esi=00000000 edi=00000000
eip=7c82ed54 esp=04a9feb0 ebp=04a9fef4 iopl=0         nv up ei pl zr na po nc
cs=001b  ss=0023  ds=0023  es=0023  fs=003b  gs=0000             efl=00000246
function : KiFastSystemCallRet
7c82ed54 c3               ret
7c82ed55 8da42400000000   lea     esp,[esp]              ss:04a9feb0=7c821514
7c82ed5c 8d642400         lea     esp,[esp]              ss:07bcd3ff=004c0600
FramePtr ReturnAd Param#1  Param#2  Param#3  Param#4  Function Name
04a9fef4 00fc64ac 00000688 00000000 00000000 03892010 ntdll!KiFastSystemCallRet
04a9ff84 7c36b381 00000000 00000000 00000000 038920a8 disp+work!SigIMsgFunc
04a9ffb8 77e66063 038920a8 00000000 00000000 038920a8 MSVCR71!endthreadex
04a9ffec 00000000 7c36b312 038920a8 00000000 00000000 kernel32!GetModuleFileNameA
List of ABAP programs affected
Index
Ty.
Program
Group
Date
Time
Size
Lang.
0
Prg
SAPMSYST
0
11.08.2006
12:12:09
91136
E
1
Prg
SAPMSSYD
0
11.08.2006
12:12:08
17408
E
2
Prg
SAPFSYSCALLS
0
06.11.2003
20:52:59
6144
E
3
Typ
DOKIL
0
12.05.1997
16:46:17
3072
4
Typ
TLINE
0
08.03.1992
00:19:59
2048
5
Prg
%_CCXTAB
0
06.11.2003
21:51:14
5120
E
6
Typ
SCXTAB_CONTROL
0
06.11.2003
20:31:00
5120
7
Prg
SAPLSNCA
7
06.11.2003
21:55:16
27648
E
8
Typ
SCXTAB_CONTROL
0
06.11.2003
20:31:00
5120
9
Prg
SAPCNVE
9
06.11.2003
20:52:58
6144
E
10
Prg
SAPLLANG
10
06.11.2003
20:53:03
8192
E
11
Prg
SAPFSPOR
0
16.12.2003
20:52:12
12288
E
12
Prg
SAPLSCNT
12
06.11.2003
20:53:04
24576
E
13
Typ
DYCBOX
0
20.08.1998
11:16:53
2048
14
Prg
SAPLSVSM
14
11.08.2006
11:45:30
25600
E
15
Prg
SAPLSGUI
15
12.11.2004
13:59:56
61440
E
16
Prg
SAPLSTTM
16
11.08.2006
10:06:38
75776
E
17
Prg
SAPLSBDC
17
11.08.2006
10:34:54
38912
E
18
Prg
CL_DATAPROVIDER===============CP
18
06.11.2003
20:52:43
43008
E
19
Prg
%_CCNTL
18
06.11.2003
20:52:41
13312
E
20
Typ
OBJ_RECORD
0
14.02.1998
08:30:43
2048
21
Prg
SAPLSTUP
21
11.08.2006
11:27:23
65536
E
22
Prg
SAPLCNDP
22
11.08.2006
12:10:16
190464
E
23
Prg
SAPLSFES
23
11.08.2006
12:11:48
248832
E
24
Prg
SAPSHDTV
12
06.11.2003
20:57:23
27648
E
25
Prg
SAPFGUICNTL
0
06.11.2003
20:57:18
20480
E
26
Prg
SAPLOLEA
26
11.08.2006
10:34:49
82944
E
27
Prg
SAPLTHFB
27
11.08.2006
12:11:17
312320
E
28
Typ
WPINFO
0
26.02.1999
14:49:01
5120
29
Prg
SAPLSDEB
29
11.08.2006
11:47:31
204800
E
30
Prg
SAPLURFC
30
27.01.2004
13:50:57
16384
E
31
Prg
SAPLSPLUGIN
31
06.11.2003
21:28:25
6144
E
32
Typ
SWCBCONT
0
15.11.2000
17:55:11
3072
33
Typ
OLE_VERBS
0
04.04.1995
16:02:20
2048
34
Typ
OLE_PA
0
04.04.1995
16:02:19
2048
35
Prg
CL_GUI_PROPS_CONSUMER=========CP
35
06.11.2003
20:52:43
26624
E
36
Prg
CL_DYNAMIC_GUI_EXTENSIONS=====CP
36
06.11.2003
20:52:43
33792
E
37
Prg
CL_GUI_DATAMANAGER============CP
37
11.08.2006
12:11:38
71680
E
38
Prg
CL_ABAP_CHAR_UTILITIES========CP
38
12.11.2004
14:02:13
11264
E
39
Typ
USR41
0
07.12.2000
13:35:06
3072
40
Typ
ARFCRDATA
0
09.11.2000
14:04:16
6144
41
Prg
SAPLGRFC
41
06.11.2003
20:53:02
13312
E
42
Prg
CL_GUI_DYNPRO_COMPANION=======CP
42
06.11.2003
20:52:43
14336
E
43
Prg
SAPLSDOC
43
11.08.2006
12:11:46
634880
E
44
Prg
SAPMSDCU
43
11.08.2006
12:12:02
295936
E
45
Typ
DOKHL
0
12.05.1997
16:46:16
4096
46
Typ
DOKTL
0
12.05.1997
16:46:17
3072
47
Typ
TLINE
0
08.03.1992
00:19:59
2048
48
Typ
DOKTL
0
12.05.1997
16:46:17
3072
49
Typ
USR02
0
06.11.2003
20:38:33
7168
50
Typ
SYST
0
04.12.2000
14:54:51
27648
51
Typ
TEXTPOOL
0
10.07.1997
00:11:35
2048
52
Typ
RSYST
0
10.07.1997
00:07:55

Hi,
If this problem is while logging in  then contact basis person.
Reward if useful.
Regards
Susheel

Similar Messages

  • Error on Startup MiniWAS 6.2 - DBIF_RSQL_INVALID_REQUEST

    Dear All,
    We are facing a strange issue when trying to call into the newly installed MiniWAS 6.2 system. We have installed SAP MiniWAS 6.2 on Windows XP. The laptop is not connected to any network. We have configured MS loopback adapter as well. The details of the IP address has been entered in the hostfile as well. But when we log into the SAP system, we get this dump
    DBIF_RSQL_INVALID_REQUEST
    Error analysis: Invalid request while Database interface when accessing table "DOKTL"
    What could be the issue?
    We are totally stuck.
    Please help us out.
    Would surely reward points to any help.
    Warm Regards
    Rajeet

    DBIF means "Database Interface", it has nothing to do with network (or not) in the first place.
    That error accessing table DOKTL is documented (Note 359463) and is some error in decompressing cluster tables.
    Without knowing more about the full error message (not the error of the dump but the reason causing the dump), one can´t say what´s wrong but just guess.
    Markus

  • Runtime error DBIF_RSQL_INVALID_REQUEST (table DOKTL)

    I have just installed the NW2004s Testdrive (on Ubuntu Server 10.10).
    When I log in as any user, I get a short dump DBIF_RSQL_INVALID_REQUEST saying: An invalid request was made to the database interface when accessing table "DOKTL ".
    I have seen some posts suggesting this could be due to entries in the /etc/hosts file, and I wonder whether this relates to the section in the index.html on the DVD that says:
    The file /etc/hosts should contain at least the following lines:
    Table 1: /etc/hosts 127.0.0.1      localhost      
    n.n.n.n      <HOSTNAME>.<DOMAINNAME>      <HOSTNAME>
    where "n.n.n.n" is a valid IP-adress.
    Is this the case? If so, what kind of entry must this be in /etc/hosts? This instruction in the index.html is very cryptic to me.
    Thanks,
    Martin

    Hello Siva,
    There is an entry similar to what you mentioned in /etc/hosts, which was added by the S99n4shost script. So /etc/hosts looks as follows (my hostname is nwtd):
    127.0.0.1       localhost
    127.0.1.1      nwtd
    # The following lines are desirable for IPv6 capable hosts
    ::1     localhost ip6-localhost ip6-loopback
    fe00::0 ip6-localnet
    ff00::0 ip6-mcastprefix
    ff02::1 ip6-allnodes
    ff02::2 ip6-allrouters
    192.168.155.1   n4shost
    I have tried adding a fully qualified domain name entry with nwtd on both the 127.0.1.1 and 192... lines.
    By the way, the message I see in the short dump is
    Error text........... "verify own hostname 'nwtd' failed"
    but I can ping nwtd successfully etc. What is the reason for this?

  • Dump when logging onto NW7.0 ABAP/Java trial - DBIF_RSQL_INVALID_REQUEST

    Hello all,
    I downloaded and installed the NW 7.0 Java & ABAP trial on Linux/VMware.
    Everything went smoothly, until I logged on, when I got a short dump DBIF_RSQL_INVALID_REQUEST. I can continue working with it - I could even install the SAP license - but I keep getting the same dump every now and again.
    I found [this thread|Short Dump: Before Login in SAP Netweaver 7 ABAP Trial; and a few others describing the same issue, however it's not going away. The firewall is completely disabled. I get the error logging in via sapgui for windows SP4 and also when using PlatinGUI on the server itself. The machine has plenty of resources and there are no errors starting up.
    I did have a problem where there was a message about not finding "virtuell host in ifconfig" on startup, so I changed my hostname to n4shost and pointed it to 127.0.0.1 in the hosts file - the error went away.
    Any ideas?
    Cheers,
    Mike

    OK, that makes sense in your setup. I run SAP inside a VM, in a non-networked scenario VMWare creates a local network between the host laptop and the virtual machine and assigns addresses to both using DHCP. Interestingly I also found an easier workaround can be done just by using VMWare: add another network card, make it a static IP and don't connect it.
    Actually now that you mention it, in a past life as a techie I remember we set up servers in exactly that way: Static IPs for an internal server network and DHCP to the outside on a separate network card. I guess even at interprocess level the system doesn't rely on everything being local (otherwise it would just use localhost).
    Cheers,
    Mike

  • Dump DBIF_RSQL_INVALID_REQUEST on cluster tables

    Hi!
    I am having a brand new fresh SAP installation which produces a dump DBIF_RSQL_INVALID_REQUEST on any attempt to access any cluster table such as BSEG or DOKTL. The note 128617 "DBIF_RSQL_INVALID_REQUEST w/accessing cluster table" describes a very similar symptom, except that I don't have syslog and developer tracefile entries as described in the note. It suggests setting the profile parameter RSDB/RCLU/CACHELIMIT to 0 to deactivate the size restrictions for cluster records. Although the profile maintenance trans. (RZ10) warned me that there's no such parameter name (I don't know how to create one), I created it, activated the profile and restarted the SAP.
    However, nothing changed. I am desperate and have no ideas. Please help!
    Thanks in advance!
    Kind regards,
    Igor Barbaric,
    TMC Capgemini

    Hi Igor,
    What is you system & version of the installation? Are you not able to see any error from developer trace? Please first try reviewing note 520658 to see if solve the problem. Also make sure that there are no problems with network, and the used IP adresses are unique.   
    Thanks,
    George

  • CT04 terminated with DBIF_RSQL_INVALID_REQUEST

    Hi all,
            I 'm getting  this DBIF_RSQL_INVALID_REQUEST error when tried to execute CT04,MM01 in my developement server. but it is executing without errerin QUA and PROD.. Here is the error
    <b><u>ST22 Error long text</u></b>
    Runtime Error          DBIF_RSQL_INVALID_REQUEST    
           Occurred on     15.05.2007 at   11:05:29                                                                               
    Invalid request.                                                                               
    What happened?                                                                               
    The current ABAP/4 program terminated due to        
    an internal error in the database interface.                                                                               
    Error analysis                                                                               
    In a statement an invalid request was made to the database interface  
    when accessing table "CDPOS ".                                                                               
    Information on where terminated                                                                               
    The termination occurred in the ABAP program "SAPLSCD0" in "INSERT_POS_IN_DB".
    The main program was "RSM13000 ".                                                                               
    The termination occurred in line 164 of the source code of the (Include)     
    program "LSCD0F03"                                                          
    of the source code of program "LSCD0F03" (when calling the editor 1640).     
    The program "SAPLSCD0" was started in the update system.                                                                               
    Source code extract                                                                               
    001400   * get the data                                                     
    001410       <ft_in> = pt_in[].                                             
    001420   * write in partions                                                
    001430       WHILE lv_count GT lv_maxlines.                                 
    001440         APPEND LINES OF <ft_in> FROM 1 TO lv_maxlines TO <ft_out>.   
    001450         DELETE <ft_in> FROM 1 TO lv_maxlines.                        
    001460         INSERT (pv_tabname) FROM TABLE <ft_out>.                     
    001470         IF sy-subrc IS INITIAL.                                      
    001480           lv_count = lv_count - lv_maxlines.                         
    001490           REFRESH <ft_out>.                                          
    001500         ELSE.                                                        
    001510          pv_rc = sy-subrc.                                           
    001520          EXIT.                                                       
    001530         ENDIF.                                                       
    001540       ENDWHILE.                                                      
    001550   * do anymore, if all things were fine                              
    001560       CHECK pv_rc IS INITIAL.                                        
    001570   * save the rest of the table                                       
    001580       IF lv_count > 0.                                               
    001590         INSERT (pv_tabname) FROM TABLE <ft_in>.                      
    001600         pv_rc = sy-subrc.                                            
    001610       ENDIF.                                                         
    001620     ELSE.                                                            
    001630   * save the smaller table in one step                               
         >       INSERT (pv_tabname) FROM TABLE pt_in.                          
    001650       pv_rc = sy-subrc.                                              
    001660     ENDIF.                                                           
    001670                                                                      
    001680   ENDFORM.                    " insert_pos_in_db                     
    001690                                                                               
    <u><b>ST11 wp trace</b></u>
    A  ** RABAX: level LEV_RX_LIVE_CACHE_CLEANUP entered.                                                                   
    A  ** RABAX: level LEV_RX_LIVE_CACHE_CLEANUP completed.                                                                 
    A  ** RABAX: level LEV_RX_END entered.                                                                               
    A  ** RABAX: level LEV_RX_END completed.                                                                               
    A  ** RABAX: end no http/smtp                                                                               
    A  ** RABAX: end RX_BTCHLOG|RX_VBLOG                                                                               
    A  Invalid request. accessed..                                                                               
    A                                                                               
    M  ***LOG R68=> ThIRollBack, roll back () [thxxhead.c   12444]                                                          
    M  *** ERROR => ThVBDext: error while processing BUS1088_DATABASE_UPDATE        [thxxvb.c     3179]                     
    M  ***LOG R65=> ThVBEnd, vb error (9 ) [thxxvb.c     2792]                                                              
    M  ***LOG R66=> ThVBEnd, vb error (39DCD129F5764C61AC348773B953F843) [thxxvb.c     2797]                                
    M  ***LOG R67=> ThVBEnd, vb error (BUS1088_DATABASE_UPDATE ) [thxxvb.c     2805]                                        
    B                                                                               
    B Mon May 14 16:26:59 2007                                                                               
    B  dbmyclu : c2_init (9.3352): got symbolic IP address only for host.(127.0.0.1).                                       
    B  dbmyclu : c2_init (9.3357): SAPLOCALHOST is eiddevnew.                                                               
    B  dbmyclu : db_rclu2 (9.2610): failed to initialize (rc = 2).                                                          
    A  TH VERBOSE LEVEL FULL                                                                               
    A  ** RABAX: level LEV_RX_PXA_RELEASE_MTX entered.                                                                      
    A  ** RABAX: level LEV_RX_PXA_RELEASE_MTX completed.                                                                    
    A  ** RABAX: level LEV_RX_VMIT_CLEANUP entered.                                                                         
    A  ** RABAX: level LEV_RX_VMIT_CLEANUP completed.                                                                       
    A  ** RABAX: level LEV_RX_ROLLBACK entered.                                                                             
    M  ***LOG R68=> ThIRollBack, roll back () [thxxhead.c   12444]                                                                               
    Pease help me as it is very important...
    Regards
    sandy

    Hello Kiran ,
    Since error itself describe the issue :
    <b>Error analysis
    An invalid request was made to the SAP database interface in a statement
    in which the table "BSEG " was accessed..</b>
    Can you able to access the table BSEG ?
    Also check the Index should be healthy ( Take a assist of Developer if you are not sure )
    Keep Posting !
    Regards ,
    Santosh

  • CRM 4.0 SR1 install: DBIF_RSQL_INVALID_REQUEST

    Hello,
    After installation of the ABAP stack of CRM 4.0 SR1 with the export of IDES we got the following error after login into the system: runtime error DBIF_RSQL_INVALID_REQUEST for DOKTL.
    Every cluster/pool table generates this error, when trying to display data from that table.
    The system is installed on Windows 2003 with an SQL database.
    Does any one have a clue?
    Thanks in advance.
    Benjamin

    Hi,
    Solved by adding an Microsoft Loopback-Adapter with the following Configuration:
    LoopBackAdapter:
         Use the following IP-address: 50.100.100.100
         Subnet mask: 255.0.0.0
    <WinDir>\system32\driver\etc\hosts
         50.100.100.100  <hostname>  SAPTRANSHOST
    ciao
    Ronny

  • RE: DBIF_RSQL_INVALID_REQUEST dump

    Hi all,
    We are getting a dump DBIF_RSQL_INVALID_REQUEST in SAPLSDOC
    Runtime Error          DBIF_RSQL_INVALID_REQUEST
    Date and Time          18.06.2007 11:57:47
    ShrtText
    Invalid call of database interface.
    What happened?
    The current ABAP/4 program terminated due to
    an internal error in the database interface.
    What can you do?
    Make a note of the actions and input which caused the error.
    To resolve the problem, contact your SAP system administrator.
    You can use transaction ST22 (ABAP Dump Analysis) to view and administer
    termination messages, especially those beyond their normal deletion
    date.
    Error analysis
    In a statement an invalid request was made to the database interface
    when accessing table "CDPOS ".
    |    
    How do i solve this?
    Thanks and Regards,
    Sowmya

    Dear Sowmya,
    Please find the enclosed thread id for more information on this.
    Re: DBIF_RSQL_INVALID_REQUEST in SAPLSDOC Func Module  DOCU_GET
    Points encourage me to reply! Reward points if helpful.
    Regards,
    Sree

  • Error  exctration BI - DBIF_RSQL_INVALID_REQUEST

    Hi,
    I have an problem and I´ll try to reproduce it to you:
    and then you’ll be able to see that the BI extraction job – which was started by the InfoPackage – has been cancelled.
    In “Job OverView” press “Job Log” button to see further details and then you’ll see that the job was cancelled because of a ABAP short dump DBIF_RSQL_INVALID_REQUEST.
    Double-click on “DBIF_RSQL_INVALID_REQUEST” to check the “ABAP Runtime Error” detailed description.
    In this description you can see that the error occurred during the execution of a SAP standard program named “SAPLEDI1” – which seems to perform EDI related tasks.
    Could you help me?
    thanks,
    Renato

    Dash,
    thanks for your help!! In fact, I´ve cleaned EDI* tables and re-execute the BI infosource and the dump problem was solved. Now I can´t see the data in the BI, only message :"Current status
    No Idocs arrived from the source system."
    I´ve checked RFC conections and everyting is OK. I don´t have dumps and any jobs beeing executed. I realy don´t know where the problem is!!!!
    Thanks,
    Renato

  • Log on error: DBIF_RSQL_INVALID_REQUEST

    Hello all,
    After about 2 weeks of battling installations of both Fedora and SAP NetWeaver Testdrive I have now reached the point of where I can use the gui to go to SAP.
    When I want to log in I get an immediate short dump saying: DBIF_RSQL_INVALID_REQUEST. Invalid call of database interface. In this thread: SAP NetWeaver 04 Testdrive SR1 with MaxDB they talk about the solution being in the hosts file. I have tried that but to no avail.
    Here is what I have configured:
    hostname = localhost.localdomain
    string to connect = conn=/H/localhost/S/3200
    my hosts file looks like:
    127.0.0.1               localhost
    10.0.0.14               localhost localdomain
    195.155.155.1   nw4host
    I have played around with the hostname by changing it to: localhost, NW4HOST and localhost.localdomain
    Further I checked if everything is running, it is.
    Anybody knows where I need to look?
    Regards,
    RolandD

    Hello all,
    well, i have installed SAP netweaver testdrive sr1 on linux Fedora Core 3. On server, everything works fine but I can't connect from my local server.
    I'm using SAPgui 4.6D on windows and I receive the same message than your first.
    Here is my /etc/hosts file :
    127.0.0.1 localhost     serveur.vileo.localhost serveur
    192.168.0.1 serveur     fredborn.no-ip.org
    192.168.0.1 nw4host
    But that change nothing...
    here is the error message :
    ==========================================================
    Runtime Errors         DBIF_RSQL_INVALID_REQUEST                                   
           Occurred on     18.06.2005 at   17:27:16                                                                               
    Invalid call of database interface.                                                                               
    What happened?                                                                               
    The current ABAP/4 program terminated due to                                       
    an internal error in the database interface.                                                                               
    Error analysis                                                                               
    In a statement an invalid request was made to the database interface               
    when accessing table "DOKTL ".                                                                               
    Last error logged in SAP kernel                                                                               
    Component............ "NI (network interface)"                                     
    Place................ "SAP-Server fredborn_NW4_00 on host fredborn.no-ip.org       
    (wp 0)"                                                                           
    Version.............. 37                                                           
    Error code........... "-2"                                                         
    Error text........... "hostname 'fredborn' unknown"                                
    Description.......... "NiPGetHostByName: hostname 'fredborn' not found"            
    System call.......... "gethostbyname"                                              
    Module............... "niuxi.c"                                                    
    Line................. 325                                                          
    The error reported by the operating system is:                                     
    Error number..... " "                                                              
    Error text....... " "                                                                               
    Trigger Location of Runtime Error:                                                                               
    Program Name                     SAPMSYST                                          
    Include                          SAPMSYST                                          
    Row                              2.529                                             
    Module type                      (FORM)                                            
    Module Name                      FILL_INFO_TAB                                                                               
    ==========================================================
    Can someone help me ???
    Regards,
    Fred
    PS : if i have to install MS Loopback, how must i config it ???

  • Runtime Error DBIF_RSQL_INVALID_REQUEST

    Hi,
    I have installed SAPNW trail version, and I get this error when i log on.
    I have installed it on a Windows XP Professional.
    Here is the log on error.
    <b>Runtime Errors         DBIF_RSQL_INVALID_REQUEST                                                      
    Date and Time          24.08.2006 15:25:28                                                                               
    Short text                                                                               
    Invalid request.                                                                               
    What happened?                                                                               
    The current ABAP/4 program had to be terminated because the                                      
         ABAP/4 processor detected an internal system error.                                                                               
    Error analysis                                                                               
    An invalid request was made to the database interface                                            
         when accessing table "DOKTL ".                                                                   
         Last error logged in SAP kernel                                                                               
    Component............ "NI (network interface)"                                                   
         Place................ "SAP-Server hema_NSP_00 on host hema (wp 0)"                               
         Version.............. 38                                                                               
    Error code........... "-16"                                                                      
         Error text........... "verify own hostname '172.16.0.101:0' failed"                              
         Description.......... "NiIBindSocket"                                                            
         System call.......... "bind"                                                                     
         Module............... "nixxi.cpp"                                                                
         Line................. 3144                                                                               
    The error reported by the operating system is:                                                   
         Error number..... 10049                                                                               
    Error text....... "WSAEADDRNOTAVAIL: Can't assign requested address"                                                                               
    Trigger Location of Runtime Error                                                                    
         Program                                 SAPMSYST                                                 
         Include                                 SAPMSYST                                                 
         Row                                     2.555                                                    
         Module type                             (FORM)                                                   
         Module Name                             FILL_INFO_TAB </b>
    can anyone help me with this please. How to solve this problem.I referred to the forum but not helpful I checkeed the host file etc, but still not helpful.
    Thanks,
    Prashant.
    Message was edited by: Prashant Kumar

    Hi Prashant,
    Set the profile parameter abap/buffersize value to maximum.Get the virtual memory increased.
    If it doesn't work, see in transaction db02 if there is sufficient tablespace.
    Let me knoe the status of tablespaces.
    Regards,
    Sabita

  • Log on failure: DBIF_RSQL_INVALID_REQUEST

    Hi all,
    When i log on to the system its directly going to short dump and giving this error:
    DBIF_RSQL_INVALID_REQUEST, Does anyone came through similar kind off issue?

    Hi Ramakrishna,
    yes this could happen, but there are different reasons possible. You should try to analyze the dump. An invalid SQL request could have different reasons (there are probably millions of SQL statements). Sometimes you get the problem because of an structure change on a table which does not complete, or by a report which does not adapt correctly to a structure change. But there is no single problem which could lead to that error message. If you send the code snippet which caused the problem, we may be see the problem instantly.
    Regards
    Ralph

  • BAPI Runtime Error DBIF_RSQL_INVALID_REQUEST with module "KONV_BEARBEITEN"

    Hi Experts
    I am trying to create a sales order using BAPI FM BAPI_SALESORDER_CREATEFROMDAT1. After executing the program it shows in output screen that the sales order created and also displays the newly created sales order number. But when I want to check the order from VA03 it shows Express document "Update was terminated" received by author AAA, where AAA is login name.
    I also analysis the sort dump for which the update process was terminated. I give the error details
    Runtime Errors         DBIF_RSQL_INVALID_REQUES
    Error analysis
        An invalid request was made to the SAP database interface in a statement
         in which the table "KONV " was accessed.
    Below are the module name and report from where the error is coming.
    Function Module name  RV_SALES_DOCUMENT_ADD
    Program Name  SAPLV45U
    Include  LV45UF0K
    Row  26
    Source code from Rruntime Error
      Line  SourceCde
    1 *****************************************************************
        2 *  Unterroutinen RV-Auftragsabwicklung alphabetisch sortiert:
        3 *  ----------------------------------------------------------
        4 *  Buchstabe K:
        5 *
        6 *****************************************************************
        7
        8 *----------------------------------------------------------------
        9 *       FORM KONV_BEARBEITEN
       10 *----------------------------------------------------------------
       11 FORM KONV_BEARBEITEN.
       12
       13   CHECK: FKONV_GEAENDERT NE SPACE OR
       14          VORGANG = CHARH.
       15
       16   IF VORGANG NE 'H'.
       17     DELETE FROM KONV WHERE KNUMV = VBAK-KNUMV.
       18 ENHANCEMENT-POINT KONV_BEARBEITEN_10 SPOTS ES_SAPLV45U.
       19   ENDIF.
       20
       21   LOOP AT FXKOMV.
       22     FXKOMV-MANDT = VBAK-MANDT.
       23     FXKOMV-KNUMV = VBAK-KNUMV.
       24     MODIFY FXKOMV.
       25   ENDLOOP.
    >>>>>   INSERT KONV FROM TABLE FXKOMV.
       27   IF SY-SUBRC NE 0.
       28     MESSAGE A100 WITH
       29   ENDIF.
       30
       31 ENHANCEMENT-POINT KONV
       32 ENDFORM.
       33 *eject
    Below is my source code.
    *& Report  Z_BAPI_SALESORDER
    REPORT  z_bapi_salesorder.
    * Sales document type
    SELECTION-SCREEN BEGIN OF LINE.
    SELECTION-SCREEN COMMENT 2(20) v_text FOR FIELD p_auart.
    PARAMETERS: p_auart TYPE auart OBLIGATORY.
    SELECTION-SCREEN END OF LINE.
    * Sales organization
    SELECTION-SCREEN BEGIN OF LINE.
    SELECTION-SCREEN COMMENT 2(20) v_text1 FOR FIELD p_vkorg.
    PARAMETERS: p_vkorg TYPE vkorg OBLIGATORY.
    SELECTION-SCREEN END OF LINE.
    * Distribution channel
    SELECTION-SCREEN BEGIN OF LINE.
    SELECTION-SCREEN COMMENT 2(20) v_text2 FOR FIELD p_vtweg.
    PARAMETERS: p_vtweg TYPE vtweg OBLIGATORY.
    SELECTION-SCREEN END OF LINE.
    * Division.
    SELECTION-SCREEN BEGIN OF LINE.
    SELECTION-SCREEN COMMENT 2(20) v_text3 FOR FIELD p_spart.
    PARAMETERS: p_spart TYPE spart OBLIGATORY.
    SELECTION-SCREEN END OF LINE.
    SKIP 1.
    * Sold-to
    SELECTION-SCREEN BEGIN OF LINE.
    SELECTION-SCREEN COMMENT 2(20) v_text4 FOR FIELD p_sold.
    PARAMETERS: p_sold  TYPE kunnr OBLIGATORY.
    SELECTION-SCREEN END OF LINE.
    * Ship-to
    SELECTION-SCREEN BEGIN OF LINE.
    SELECTION-SCREEN COMMENT 2(20) v_text5 FOR FIELD p_ship.
    PARAMETERS: p_ship  TYPE kunnr.
    SELECTION-SCREEN END OF LINE.
    SKIP 1.
    * Material
    SELECTION-SCREEN BEGIN OF LINE.
    SELECTION-SCREEN COMMENT 2(20) v_text6 FOR FIELD p_matnr.
    PARAMETERS: p_matnr TYPE matnr   OBLIGATORY.
    SELECTION-SCREEN END OF LINE.
    * Quantity.
    SELECTION-SCREEN BEGIN OF LINE.
    SELECTION-SCREEN COMMENT 2(20) v_text7 FOR FIELD p_menge.
    PARAMETERS: p_menge TYPE dzmengc  OBLIGATORY.
    SELECTION-SCREEN END OF LINE.
    * Plant
    SELECTION-SCREEN BEGIN OF LINE.
    SELECTION-SCREEN COMMENT 2(20) v_text9 FOR FIELD p_plant.
    PARAMETERS: p_plant TYPE werks_d OBLIGATORY.
    SELECTION-SCREEN END OF LINE.
    * Data declarations.
    DATA: v_vbeln            LIKE vbak-vbeln.
    DATA: header             LIKE bapisdhead.
    DATA: headerx            LIKE bapisdhead1x.
    DATA: item               LIKE bapiitemin  OCCURS 0 WITH HEADER LINE.
    DATA: itemx              LIKE bapisditemx OCCURS 0 WITH HEADER LINE.
    DATA: partner            LIKE bapipartnr  OCCURS 0 WITH HEADER LINE.
    DATA: return             LIKE bapireturn1    OCCURS 0 WITH HEADER LINE.
    DATA: lt_schedules_inx   TYPE STANDARD TABLE OF bapischdlx
                             WITH HEADER LINE.
    DATA: lt_schedules_in    TYPE STANDARD TABLE OF bapisdhedu
                             WITH HEADER LINE.
    * Initialization.
    INITIALIZATION.
      v_text   = 'Order type'.
      v_text1  = 'Sales Org'.
      v_text2  = 'Distribution channel'.
      v_text3  = 'Division'.
      v_text4  = 'Sold-to'.
      v_text5  = 'Ship-to'.
      v_text6  = 'Material'.
      v_text7  = 'Quantity'.
      v_text9  = 'Plant'.
    * Start-of-selection.
    START-OF-SELECTION.
    * Header data
    * Sales document type
      header-doc_type = p_auart.
      headerx-doc_type = 'X'.
    * Sales organization
      header-sales_org = p_vkorg.
      headerx-sales_org = 'X'.
    * Distribution channel
      header-distr_chan  = p_vtweg.
      headerx-distr_chan = 'X'.
    * Division
      header-division = p_spart.
      headerx-division = 'X'.
      headerx-updateflag = 'I'.
    * Partner data
    * Sold to
      partner-partn_role = 'AG'.
      partner-partn_numb = p_sold.
      APPEND partner.
    * Ship to
      partner-partn_role = 'WB'.
      partner-partn_numb = p_ship.
      APPEND partner.
    * ITEM DATA
      itemx-updateflag = 'I'.
    * Line item number.
      item-itm_number = '000010'.
      itemx-itm_number = 'X'.
    * Material
      item-material = p_matnr.
      itemx-material = 'X'.
    * Plant
      item-plant    = p_plant.
      itemx-plant   = 'X'.
    * Quantity
      item-target_qty = p_menge.
      itemx-target_qty = 'X'.
      APPEND item.
      APPEND itemx.
    *   Fill schedule lines
      lt_schedules_in-itm_number = '000010'.
      lt_schedules_in-sched_line = '0001'.
      lt_schedules_in-req_qty    = p_menge.
      APPEND lt_schedules_in.
    *   Fill schedule line flags
      lt_schedules_inx-itm_number  = '000010'.
      lt_schedules_inx-sched_line  = '0001'.
      lt_schedules_inx-updateflag  = 'X'.
      lt_schedules_inx-req_qty     = 'X'.
      APPEND lt_schedules_inx.
      CALL FUNCTION 'BAPI_SALESORDER_CREATEFROMDAT1'
        EXPORTING
          order_header_in           = header
    *     WITHOUT_COMMIT            = ' '
    *     CONVERT_PARVW_AUART       = ' '
       IMPORTING
         salesdocument              = v_vbeln
    *     SOLD_TO_PARTY             =
    *     SHIP_TO_PARTY             =
    *     BILLING_PARTY             =
    *     RETURN                    =
        TABLES
          order_items_in            = item
          order_partners            = partner
    *     ORDER_ITEMS_OUT           =
    *     ORDER_CFGS_REF            =
    *     ORDER_CFGS_INST           =
    *     ORDER_CFGS_PART_OF        =
    *     ORDER_CFGS_VALUE          =
    *     ORDER_CCARD               =
    *     ORDER_CFGS_BLOB           =
         order_schedule_ex          = lt_schedules_in
    * Check the return table.
      IF v_vbeln <> space.
        CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'.
        WRITE: / 'Document ', v_vbeln, ' created'.
      ELSE.
        WRITE: / 'Error in creating document'.
      ENDIF.
    I am unable to trace the exact reason. Please help and thanks in advance.
    Edited by: Joy Banerjee on Oct 12, 2009 7:47 AM

    Hi Prashant,
    Set the profile parameter abap/buffersize value to maximum.Get the virtual memory increased.
    If it doesn't work, see in transaction db02 if there is sufficient tablespace.
    Let me knoe the status of tablespaces.
    Regards,
    Sabita

  • Error while Scheduling InfoPackage

    When i am scheduling a full load in the infopackage to load data to PSA but am getting an DBIF_RSQL_INVALID_REQUEST error. The desciption is "An invalid request was made to the SAP database interface in a statement  in which the table "EDID4 " was accessed".
    Can anyone help me overcome this and resolve the issue, please.
    Thanks
    Neha

    check OSS Note 89384 if it is relevant to ur issue.

  • Prepare has not been completed succesfully

    Hi Experts,
    I started an upgrade release 4.6C to ECC 6.0 on windows 2003 db version is SQL Server 2005,
    I am getting an error message at the begining of prepare phase,
    I've also updated sapup.exe version and source system kernel to 2364,
    how can i prevent this error,
    ERROR: PREPARE has not been completed successfully.
    Correct the problems reported by PREPARE otherwise
    you cannot start the upgrade.
    here is UpgDialog.log
    Target SAP system is AHQ
    Enter the SAP instance number [00]:
    ? INSTANCE NUMBER   =
    Waiting for input since 30.Eki.2008 10:31:46
    > INSTANCE NUMBER   =  00
    Type of database system is mss
      >>>>>>>>>> Input Wizard <<<<<<<<<<
    Please enter up to 24 mount points for CDs.
    Enter at least the mount point for the CD titled "Upgrade Master CD/DVD"
    ? MOUNT POINT 01 = E:\upgdvds\upgmaster_51033520\UMN_WINDOWS_I386
    Reading data from "Upgrade Master CD/DVD"...
    SAP  UPGRADE  CONTROL  PROGRAM
    ================================
    This is SAPup version 7.00/3 upgrade to release
            600 of EA-APPL
            600 of EA-DFPS
            600 of EA-FINSERV
            600 of EA-GLTRADE
            600 of EA-HR
            400 of EA-IPPE
            600 of EA-PS
            600 of EA-RETAIL
            600 of ECC-DIMP
            600 of ERECRUIT
            600 of FI-CA
            600 of FI-CAX
            600 of FINBASIS
            600 of INSURANCE
            600 of IS-CWM
            600 of IS-H
            600 of IS-M
            600 of IS-OIL
            600 of IS-PS-CA
            600 of IS-UT
            600 of LSOFE
            2005_1_700 of PI_BASIS
            700 of SAP_ABA
            700 of SAP_AP
            600 of SAP_APPL
            700 of SAP_BASIS
            700 of SAP_BW
            600 of SAP_HR
            600 of SEM-BW
            2005_1_700 of ST-PI
    Target SAP system is AHQ, MSSQL database
    ? continue
    ? cancel
    Waiting for input since 30.Eki.2008 10:34:32
    > continue
    ERROR: PREPARE has not been completed successfully.
    Correct the problems reported by PREPARE otherwise
    you cannot start the upgrade.
    ? continue
    ? cancel
    And also in /usr/sap/put/log directoy these logs existent;
    SAPup.log;
    ************************* SAPup started in UPGRADE mode *************************
    This is SAPup version 7.00/3 patch level 25.013.
    SEVERE ERROR: problems with SERVER mode - abort
    ...CANCELED at 20081030104921.
    ************************* SAPup started in UPGRADE mode *************************
    This is SAPup version 7.00/3 patch level 25.013.
    ...begin dialogue at 20081030105012
    ...end dialogue at 20081030105013
    ...begin dialogue at 20081030105013
    ...end dialogue at 20081030105015
    ...begin dialogue at 20081030105034
    ...end dialogue at 20081030105039
    Reading Parameter File "C:\usr\sap\put\bin\DBSYNC.PAR" at 20081030105039
    Condition level 1, total => FALSE '#if ( "MSS" == "ORA" )' => FALSE
    Condition level 1, total => FALSE '#elseif ( "MSS" == "OPS" )' => FALSE
    Condition level 1, total => FALSE '#elseif ( "MSS" == "ADA" )' => FALSE
    Condition level 1, total => FALSE '#elseif ( "MSS" == "INF" )' => FALSE
    Condition level 1, total => FALSE '#elseif ( "MSS" == "DB6" )' => FALSE
    Condition level 1, total => FALSE '#elseif ( "MSS" == "D4A" )' => FALSE
    Condition level 1, total => TRUE '#elseif ( "MSS" == "MSS" )' => TRUE
    ...begin dialogue at 20081030105039
    ...end dialogue at 20081030105041
    ...STARTED at 20081030105041.
    Reading Parameter File "C:\usr\sap\put\bin\TRATTR.LST" at 20081030105041
    Reading Parameter File "C:\usr\sap\put\bin\TRGROUP.LST" at 20081030105041
    ...begin dialogue at 20081030105041
    ...end dialogue at 20081030105104
    ...CANCELED at 20081030105104.
    ************************* SAPup started in UPGRADE mode *************************
    This is SAPup version 7.00/3 patch level 25.011.
    ...begin dialogue at 20081030105626
    ...end dialogue at 20081030105627
    ...begin dialogue at 20081030105627
    ...end dialogue at 20081030105630
    ...begin dialogue at 20081030105711
    ...end dialogue at 20081030105715
    Reading Parameter File "C:\usr\sap\put\bin\DBSYNC.PAR" at 20081030105715
    Condition level 1, total => FALSE '#if ( "MSS" == "ORA" )' => FALSE
    Condition level 1, total => FALSE '#elseif ( "MSS" == "OPS" )' => FALSE
    Condition level 1, total => FALSE '#elseif ( "MSS" == "ADA" )' => FALSE
    Condition level 1, total => FALSE '#elseif ( "MSS" == "INF" )' => FALSE
    Condition level 1, total => FALSE '#elseif ( "MSS" == "DB6" )' => FALSE
    Condition level 1, total => FALSE '#elseif ( "MSS" == "D4A" )' => FALSE
    Condition level 1, total => TRUE '#elseif ( "MSS" == "MSS" )' => TRUE
    ...begin dialogue at 20081030105715
    ...end dialogue at 20081030105719
    ...CANCELED at 20081030105719.
    ************************* SAPup started in UPGRADE mode *************************
    This is SAPup version 7.00/3 patch level 25.013.
    ...begin dialogue at 20081030105752
    ...end dialogue at 20081030105753
    ...begin dialogue at 20081030105753
    ...end dialogue at 20081030105756
    ...begin dialogue at 20081030105814
    ...end dialogue at 20081030105818
    Reading Parameter File "C:\usr\sap\put\bin\DBSYNC.PAR" at 20081030105818
    Condition level 1, total => FALSE '#if ( "MSS" == "ORA" )' => FALSE
    Condition level 1, total => FALSE '#elseif ( "MSS" == "OPS" )' => FALSE
    Condition level 1, total => FALSE '#elseif ( "MSS" == "ADA" )' => FALSE
    Condition level 1, total => FALSE '#elseif ( "MSS" == "INF" )' => FALSE
    Condition level 1, total => FALSE '#elseif ( "MSS" == "DB6" )' => FALSE
    Condition level 1, total => FALSE '#elseif ( "MSS" == "D4A" )' => FALSE
    Condition level 1, total => TRUE '#elseif ( "MSS" == "MSS" )' => TRUE
    ...begin dialogue at 20081030105818
    ...end dialogue at 20081030105824
    ...STARTED at 20081030105824.
    Reading Parameter File "C:\usr\sap\put\bin\TRATTR.LST" at 20081030105824
    Reading Parameter File "C:\usr\sap\put\bin\TRGROUP.LST" at 20081030105824
    ...begin dialogue at 20081030105824
    ...end dialogue at 20081030110026
    ...CANCELED at 20081030110026.
    ************************* SAPup started in UPGRADE mode *************************
    This is SAPup version 7.00/3 patch level 25.013.
    ...begin dialogue at 20081030110034
    ...end dialogue at 20081030110035
    ...begin dialogue at 20081030110035
    ...end dialogue at 20081030110038
    ...begin dialogue at 20081030110054
    ...end dialogue at 20081030110104
    Reading Parameter File "C:\usr\sap\put\bin\DBSYNC.PAR" at 20081030110104
    Condition level 1, total => FALSE '#if ( "MSS" == "ORA" )' => FALSE
    Condition level 1, total => FALSE '#elseif ( "MSS" == "OPS" )' => FALSE
    Condition level 1, total => FALSE '#elseif ( "MSS" == "ADA" )' => FALSE
    Condition level 1, total => FALSE '#elseif ( "MSS" == "INF" )' => FALSE
    Condition level 1, total => FALSE '#elseif ( "MSS" == "DB6" )' => FALSE
    Condition level 1, total => FALSE '#elseif ( "MSS" == "D4A" )' => FALSE
    Condition level 1, total => TRUE '#elseif ( "MSS" == "MSS" )' => TRUE
    ...begin dialogue at 20081030110104
    ...end dialogue at 20081030110123
    ************************* SAPup started in UPGRADE mode *************************
    This is SAPup version 7.00/3 patch level 25.013.
    ...begin dialogue at 20081030110134
    ...end dialogue at 20081030110140
    ...begin dialogue at 20081030110140
    ...end dialogue at 20081030110143
    ...begin dialogue at 20081030110149
    ...end dialogue at 20081030110154
    Reading Parameter File "C:\usr\sap\put\bin\DBSYNC.PAR" at 20081030110154
    Condition level 1, total => FALSE '#if ( "MSS" == "ORA" )' => FALSE
    Condition level 1, total => FALSE '#elseif ( "MSS" == "OPS" )' => FALSE
    Condition level 1, total => FALSE '#elseif ( "MSS" == "ADA" )' => FALSE
    Condition level 1, total => FALSE '#elseif ( "MSS" == "INF" )' => FALSE
    Condition level 1, total => FALSE '#elseif ( "MSS" == "DB6" )' => FALSE
    Condition level 1, total => FALSE '#elseif ( "MSS" == "D4A" )' => FALSE
    Condition level 1, total => TRUE '#elseif ( "MSS" == "MSS" )' => TRUE
    ...begin dialogue at 20081030110154
    ...end dialogue at 20081030110155
    ...STARTED at 20081030110155.
    Reading Parameter File "C:\usr\sap\put\bin\TRATTR.LST" at 20081030110155
    Reading Parameter File "C:\usr\sap\put\bin\TRGROUP.LST" at 20081030110155
    ...begin dialogue at 20081030110155
    ...end dialogue at 20081030110328
    ...CANCELED at 20081030110328.
    ************************* SAPup started in UPGRADE mode *************************
    This is SAPup version 7.00/3 patch level 25.013.
    ...begin dialogue at 20081030110335
    ...end dialogue at 20081030110335
    ...begin dialogue at 20081030110335
    ...end dialogue at 20081030110337
    ...begin dialogue at 20081030110342
    SEVERE ERROR: problems with SERVER mode - abort
    ...CANCELED at 20081030110342.
    ************************* SAPup started in UPGRADE mode *************************
    This is SAPup version 7.00/3 patch level 25.013.
    ...begin dialogue at 20081030110858
    ...end dialogue at 20081030110859
    ...begin dialogue at 20081030110859
    ...end dialogue at 20081030110901
    ...begin dialogue at 20081030110937
    ...end dialogue at 20081030110940
    Reading Parameter File "C:\usr\sap\put\bin\DBSYNC.PAR" at 20081030110940
    Condition level 1, total => FALSE '#if ( "MSS" == "ORA" )' => FALSE
    Condition level 1, total => FALSE '#elseif ( "MSS" == "OPS" )' => FALSE
    Condition level 1, total => FALSE '#elseif ( "MSS" == "ADA" )' => FALSE
    Condition level 1, total => FALSE '#elseif ( "MSS" == "INF" )' => FALSE
    Condition level 1, total => FALSE '#elseif ( "MSS" == "DB6" )' => FALSE
    Condition level 1, total => FALSE '#elseif ( "MSS" == "D4A" )' => FALSE
    Condition level 1, total => TRUE '#elseif ( "MSS" == "MSS" )' => TRUE
    ...begin dialogue at 20081030110940
    ...end dialogue at 20081030110941
    ...STARTED at 20081030110941.
    Reading Parameter File "C:\usr\sap\put\bin\TRATTR.LST" at 20081030110941
    Reading Parameter File "C:\usr\sap\put\bin\TRGROUP.LST" at 20081030110941
    ...begin dialogue at 20081030110941
    ...end dialogue at 20081030110945
    ...CANCELED at 20081030110945.
    CHANGES.LOG
    MILESTONE
    "BEG_IR"
    "STO_IR"
    "20081030104921"
    "20081030104921"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "BEG_IR"
    "DIA_IR"
    "20081030105012"
    "20081030105012"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "END_IR"
    "DIA_IR"
    "20081030105013"
    "20081030105013"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "BEG_IR"
    "DIA_IR"
    "20081030105013"
    "20081030105013"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "END_IR"
    "DIA_IR"
    "20081030105015"
    "20081030105015"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "BEG_IR"
    "DIA_IR"
    "20081030105034"
    "20081030105034"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "END_IR"
    "DIA_IR"
    "20081030105039"
    "20081030105039"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "BEG_IR"
    "DIA_IR"
    "20081030105039"
    "20081030105039"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "END_IR"
    "DIA_IR"
    "20081030105041"
    "20081030105041"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "END_IR"
    "STO_IR"
    "20081030105041"
    "20081030105041"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "BEG_IR"
    "DIA_IR"
    "20081030105041"
    "20081030105041"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "END_IR"
    "DIA_IR"
    "20081030105104"
    "20081030105104"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "BEG_IR"
    "STO_IR"
    "20081030105104"
    "20081030105104"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "BEG_IR"
    "DIA_IR"
    "20081030105626"
    "20081030105626"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "END_IR"
    "DIA_IR"
    "20081030105627"
    "20081030105627"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "BEG_IR"
    "DIA_IR"
    "20081030105627"
    "20081030105627"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "END_IR"
    "DIA_IR"
    "20081030105630"
    "20081030105630"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "BEG_IR"
    "DIA_IR"
    "20081030105711"
    "20081030105711"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "END_IR"
    "DIA_IR"
    "20081030105715"
    "20081030105715"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "BEG_IR"
    "DIA_IR"
    "20081030105715"
    "20081030105715"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "END_IR"
    "DIA_IR"
    "20081030105719"
    "20081030105719"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "BEG_IR"
    "STO_IR"
    "20081030105719"
    "20081030105719"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "BEG_IR"
    "DIA_IR"
    "20081030105752"
    "20081030105752"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "END_IR"
    "DIA_IR"
    "20081030105753"
    "20081030105753"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "BEG_IR"
    "DIA_IR"
    "20081030105753"
    "20081030105753"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "END_IR"
    "DIA_IR"
    "20081030105756"
    "20081030105756"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "BEG_IR"
    "DIA_IR"
    "20081030105814"
    "20081030105814"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "END_IR"
    "DIA_IR"
    "20081030105818"
    "20081030105818"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "BEG_IR"
    "DIA_IR"
    "20081030105818"
    "20081030105818"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "END_IR"
    "DIA_IR"
    "20081030105824"
    "20081030105824"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "END_IR"
    "STO_IR"
    "20081030105824"
    "20081030105824"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "BEG_IR"
    "DIA_IR"
    "20081030105824"
    "20081030105824"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "END_IR"
    "DIA_IR"
    "20081030110026"
    "20081030110026"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "BEG_IR"
    "STO_IR"
    "20081030110026"
    "20081030110026"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "BEG_IR"
    "DIA_IR"
    "20081030110034"
    "20081030110034"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "END_IR"
    "DIA_IR"
    "20081030110035"
    "20081030110035"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "BEG_IR"
    "DIA_IR"
    "20081030110035"
    "20081030110035"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "END_IR"
    "DIA_IR"
    "20081030110038"
    "20081030110038"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "BEG_IR"
    "DIA_IR"
    "20081030110054"
    "20081030110054"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "END_IR"
    "DIA_IR"
    "20081030110104"
    "20081030110104"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "BEG_IR"
    "DIA_IR"
    "20081030110104"
    "20081030110104"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "END_IR"
    "DIA_IR"
    "20081030110123"
    "20081030110123"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "BEG_IR"
    "DIA_IR"
    "20081030110134"
    "20081030110134"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "END_IR"
    "DIA_IR"
    "20081030110140"
    "20081030110140"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "BEG_IR"
    "DIA_IR"
    "20081030110140"
    "20081030110140"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "END_IR"
    "DIA_IR"
    "20081030110143"
    "20081030110143"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "BEG_IR"
    "DIA_IR"
    "20081030110149"
    "20081030110149"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "END_IR"
    "DIA_IR"
    "20081030110154"
    "20081030110154"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "BEG_IR"
    "DIA_IR"
    "20081030110154"
    "20081030110154"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "END_IR"
    "DIA_IR"
    "20081030110155"
    "20081030110155"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "END_IR"
    "STO_IR"
    "20081030110155"
    "20081030110155"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "BEG_IR"
    "DIA_IR"
    "20081030110155"
    "20081030110155"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "END_IR"
    "DIA_IR"
    "20081030110328"
    "20081030110328"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "BEG_IR"
    "STO_IR"
    "20081030110328"
    "20081030110328"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "BEG_IR"
    "DIA_IR"
    "20081030110335"
    "20081030110335"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "END_IR"
    "DIA_IR"
    "20081030110335"
    "20081030110335"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "BEG_IR"
    "DIA_IR"
    "20081030110335"
    "20081030110335"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "END_IR"
    "DIA_IR"
    "20081030110337"
    "20081030110337"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "BEG_IR"
    "DIA_IR"
    "20081030110342"
    "20081030110342"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "BEG_IR"
    "STO_IR"
    "20081030110342"
    "20081030110342"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "BEG_IR"
    "DIA_IR"
    "20081030110858"
    "20081030110858"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "END_IR"
    "DIA_IR"
    "20081030110859"
    "20081030110859"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "BEG_IR"
    "DIA_IR"
    "20081030110859"
    "20081030110859"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "END_IR"
    "DIA_IR"
    "20081030110901"
    "20081030110901"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "BEG_IR"
    "DIA_IR"
    "20081030110937"
    "20081030110937"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "END_IR"
    "DIA_IR"
    "20081030110940"
    "20081030110940"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "BEG_IR"
    "DIA_IR"
    "20081030110940"
    "20081030110940"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "END_IR"
    "DIA_IR"
    "20081030110941"
    "20081030110941"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "END_IR"
    "STO_IR"
    "20081030110941"
    "20081030110941"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "BEG_IR"
    "DIA_IR"
    "20081030110941"
    "20081030110941"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "END_IR"
    "DIA_IR"
    "20081030110945"
    "20081030110945"
    "0"
    "0"
    "0"
    "0"
    MILESTONE
    "BEG_IR"
    "STO_IR"
    "20081030110945"
    "20081030110945"
    "0"
    "0"
    "0"
    "0"
    TOOLOUT.LOG
    SAPup>  Starting subprocess disp+work.exe with id 732 at 20081030103432
    EXECUTING C:\usr\sap\AHQ\SYS\exe\run\disp+work.exe -V
    disp+work information
    kernel release                46D
    kernel make variant           46D
    DBMS client library           SQL_Server_7.00                
    DBSL shared library version   46D.00
    compiled on                   NT 4.0 1381 Service Pack 6 x86 MS VC++ 12.00
    compile time                  Jan 14 2008 08:47:41
    update level                  0
    patch number                  2364
    source id                     0.2364
    supported environment
    database (SAP, table SVERS)   46A
                                  46B
                                  46C
                                  46D
    DBMS server                   MSSQL 6.5.213 or higher
                                  MSSQL 7.0.1 or higher
    operating system              Windows NT 4.0
                                  Windows NT 5.0
                                  Windows NT 5.1
                                  Windows NT 5.2
                                                                                    System build information:
                                  LCHN  : 955407
    disp+work patch information
    ( 0.001) Correct cursor preservation (I) (note 307486)
    ( 0.002) SU53 reports always 'Check on S_TCODE SU53' (note 310513)
    ( 0.003) PXA: Emergency mode (note 307976)
    ( 0.004) Correct shortcut handling under EASY ACCESS (note 309791)
    ( 0.005) POST driver: no set locale (note 310076)
    ( 0.006) ASSIGN attr+off(len) TO <fs> (note 302214)
    ( 0.007) Contextmenu for tableview cells (note 309755)
    ( 0.008) Rfc and full screen (note 308383)
    ( 0.009) Dropdown listbox performance (note 307795)
    ( 0.010) Correct cursor preservation (II) (note 307486)
    ( 0.011) Spool-Patch-Collection 26 (note 92482)
    ( 0.012) Correct cursor preservation (III) (note 307486)
    ( 0.013) Correct cursor preservation (IV) (note 307486)
    ( 0.014) Core in dyCheckRadioGroups() (note 308958)
    ( 0.019) STAT: DB Resonse Time for SQL Server (note 310288)
    ( 0.021) Rfc authority problem (note 93254)
    ( 0.024) RFC extended trace information (note 311386)
    ( 0.027) CALL SCREEN: error 'MISMATCH DYNPRO NAME / CONTENT' (note 310186)
    ( 0.028) ABAP: OO-Transactions and event LOAD-OF-PROGRAM (note 312244)
    ( 0.029) Profile 'abap/oo_warn' suppress OO-context errors (note 182767)
    ( 0.031) Occasional core when reading statistics file (note 313669)
    ( 0.032) ABAP: unnecessary class-constructor calls (2) (note 213622)
    ( 0.035) Corrections in errormessage handling (sapdext) (note 312252)
    ( 0.040) TSTC: transaction is not an oo-transaction (note 315037)
    ( 0.044) F4 on checkbuttons (note 312258)
    ( 0.045) Core in moveleft() (note 312418)
    ( 0.046) Error trace: invalid dynpro dynpabsv.c 3490 (note 314373)
    ( 0.047) Error trace: memory conflict diagscrol.c (note 313967)
    ( 0.048) Iterator problem with iXML collections fixed (note 315119)
    ( 0.050) Invocation of not-implemented methods (note 314064)
    ( 0.051) Core at dynamic invoke with interface reference (note 314487)
    ( 0.052) GW: Avoid multiple send (note 314495)
    ( 0.053) Spool-Patch-Collection 27 (note 92482)
    ( 0.054) Printing via e-mail (note 311037)
    ( 0.055) User default time zone from TTZCU-TZONEDEF (note 314300)
    ( 0.056) Bad batch job statistic (note 315147)
    ( 0.057) LOOP AT SCREEN: counter field increased (note 314516)
    ( 0.058) Missing init. in temse (note 314094)
    ( 0.065) GW: shared block leak with multiple reg programs (note 309969)
    ( 0.067) RFC: load balancing over SAPRouter (note 316221)
    ( 0.068) No debugging until login while remote debugging (note 316456)
    ( 0.069) Open SQL: INTO CORRESPONDING with JOINs (note 315747)
    ( 0.071) Support 'Windows NT 5.1' (note 316188)
    ( 0.072) Destroyed dynpro load (note 207817)
    ( 0.073) Error in spool entry queue (note 316148)
    ( 0.074) mySAP.com workplace single signon enabling (note 177895)
    ( 0.075) Sap statistic destroys eye catcher (note 317178)
    ( 0.076) Syslog messages while printing (note 316630)
    ( 0.077) Performance optimization for list boxes (note 214806)
    ( 0.078) Loop in batch input (note 316686)
    ( 0.080) Loop in batch input 2 (note 316686)
    ( 0.081) Don't block s-messages in local update processing (note 312252)
    ( 0.084) Correct error message in conversion exit 'ALPHA' (note 318027)
    ( 0.085) Destroyed dynpro load (note 207817)
    ( 0.086) Print from rfc server (note 318692)
    ( 0.087) Unknown syntax errors after changing the kernel (note 142888)
    ( 0.088) RFC: error discarding unneeded tables (note 319634)
    ( 0.089) Sapstartsrv handle service stop and shutdown correctly (note 142100)
    ( 0.091) GW: Nonblocking connect problems (note 319675)
    ( 0.092) Tstc: transaction is not an oo-transaction (note 315037)
    ( 0.093) Coredump with 'INSERT LINES OF ...' (note 142100)
    ( 0.094) Corrupted cluster item displayed (note 318904)
    ( 0.096) BDC: Enable input in list screens (note 212569)
    ( 0.099) Hanging apps after writing core (note 320168)
    ( 0.102) Syntax warning for literals crossing line boundaries (note 319328)
    ( 0.103) Generation error at statement 'IF itab IS SUPPLIED' (note 321069)
    ( 0.105) Spool-Patch-Collection 28 (note 92482)
    ( 0.109) Several errors within footline (note 312848)
    ( 0.111) Check dynpro processor state (note 301406)
    ( 0.112) Memory usage roll area 0+1 (note 322070)
    ( 0.113) Sapstartsrv: GetProcessList exception, librfc32 delayload (note 142100)
    ( 0.114) Rfc call and default fontsize data (note 323342)
    ( 0.115) OBJECTS_NOT_COMPATIBLE with READ TABLE (note 323039)
    ( 0.116) Random syntax errors (MOVE-CORRESPONDING) (note 207149)
    ( 0.117) SKIP 1ST SCREEN: ignore GRAPH dynpros (note 317917)
    ( 0.118) Japanese IXML, table TCP0F (note 301406)
    ( 0.119) SE30 errors (note 170470)
    ( 0.121) Correct call of POV modules for comboboxes (note 323141)
    ( 0.122) Exception in NiExit (note 319675)
    ( 0.123) GW: No restart during db reconnect (note 321863)
    ( 0.125) TX variants: correct reset field input (note 325275)
    ( 0.126) ITS_LOGIN_CHECK_RFC rejected as XXPASS caller (note 324758)
    ( 0.129) Error message: correct cursor setting (note 318292)
    ( 0.130) Check dynpro processor state (II) (note 301406)
    ( 0.131) Correct SET FOCUS CONTROL for NO-PAI (note 322455)
    ( 0.132) Init tcview components (note 323686)
    ( 0.133) BDC: No loosing track of data during F4-Help (note 323061)
    ( 0.136) BDC: Avoid duplicate messages in log (note 324490)
    ( 0.138) Resize: docking control - dynpro (note 323974)
    ( 0.139) GW: Secinfo for start of external programs (note 323925)
    ( 0.140) False error texts for workplace ticket logon (note 325222)
    ( 0.141) "user locked" for logon attempt at CUA master system (note 325213)
    ( 0.143) HPL2 driver: unreadable text for green/red (note 323460)
    ( 0.146) Loop of dispatcher (note 325559)
    ( 0.148) Spool-Patch-Collection 29 (note 92482)
    ( 0.149) Control Framework global flush mode (note 316243)
    ( 0.150) TX variants: correct reset field input (II) (note 325275)
    ( 0.152) Em detach before process restart (note 326876)
    ( 0.153) Workplace: multiple logon popup for wingui sessions (note 326604)
    ( 0.154) ABAP Debugger: Rollback before restart (note 325903)
    ( 0.156) Conversion X to STRING (note 327086)
    ( 0.158) Bugfix new-page print on + message (note 107321)
    ( 0.159) IXML: coredump when parsing empty XML document (note 326888)
    ( 0.160) Resume in current screen after returning from exit module (note 327803)
    ( 0.161) SORT: close extract file, if runtime error occurs (note 328691)
    ( 0.162) Adapt ABAP runtime to new signal handling (note 329091)
    ( 0.163) BDC: corresponding screen to bsdup-entry in dybimsgi (note 330071)
    ( 0.164) Stat-file is not deleted in old 4.6 releases (note 329603)
    ( 0.169) Do not change loopheader during help processing (note 330761)
    ( 0.171) Disabling GUI in aRFC when called from tRFC (note 329811)
    ( 0.174) Test dynpro: do not call POV modules (note 332538)
    ( 0.175) No commit during wait in update task (note 332077)
    ( 0.176) Printing frames in text mode (note 320792)
    ( 0.177) Spool-Patch-Collection 30 (note 92482)
    ( 0.178) TSTC transaction is not an oo-transaction (note 315037)
    ( 0.179) RFC-Import of deep structures failed (note 333694)
    ( 0.180) STRING_BAD_REF in control break processing (note 332663)
    ( 0.181) Increase structure stack (note 332500)
    ( 0.184) PXA: initialization (note 160875)
    ( 0.185) PXA_NO_FREE_SPACE (note 147568)
    ( 0.186) Update task: increase vb2Cnt for update type 5 (note 333878)
    ( 0.187) Correct handling of empty loop lines (note 334886)
    ( 0.188) TX variants: correct reset field input (III) (note 325275)
    ( 0.189) EmHyperContextCreate() => alreday exists (note 334389)
    ( 0.192) Default cursor: reset cursor offset (note 334951)
    ( 0.194) Invalid client index of sap gateway (note 333949)
    ( 0.195) RFC authority check failed (note 93254)
    ( 0.196) BDC: No loosing track of data after F4-Help (note 323061)
    ( 0.197) ABAP: optimized dynamic SELECT clauses (note 324772)
    ( 0.198) Bugfix new-page print on + message (note 107321)
    ( 0.199) Bugfix displaying printer name after print (note 107321)
    ( 0.201) Error recovery (in ni datagram) after workprocess-restart (note 335967)
    ( 0.207) Diag: correct list size (note 337298)
    ( 0.209) GW: memory block freed twice (note 337957)
    ( 0.210) Incorrect logon ticket expiration calculation  (note 337794)
    ( 0.218) Errortrace: invalid offset (dybasfield.c 95) (note 337820)
    ( 0.219) Deactivate LIST TO MEMORY on selection screen (note 313558)
    ( 0.220) Dbbmng0.c: generic invalidation of shared buffer objects (note 338451)
    ( 0.221) Itab operations on tableview-controls (note 339270)
    ( 0.222) GW: RFC attached gui (note 337425)
    ( 0.223) ASSIGN: set output length accurately (note 338925)
    ( 0.224) Tabstrip pages and wrong scroll offset (note 339469)
    ( 0.225) Set pf-status excluding and rollout (note 338954)
    ( 0.226) Auth problems with 20 characters transactions (note 339913)
    ( 0.227) Batch input: new algorithm for QID-generation (note 338246)
    ( 0.229) Inappropriate short dump ZDATE_ILLEGAL_LOCTIME (note 323954)
    ( 0.230) Print of a list dumps (note 338994)
    ( 0.231) Archive device (note 339659)
    ( 0.232) S-messages in CTU-log (note 339302)
    ( 0.238) Correct trace SET PARAMETER (note 340096)
    ( 0.240) Print of a list dumps (II) (note 338994)
    ( 0.242) Start Row Start Column for Dynproresizing (note 351685)
    ( 0.243) GW: Bad em context handling (note 351526)
    ( 0.244) SORT AS TEXT: length too short (note 350526)
    ( 0.245) Get cursor information on pushbutton (note 351890)
    ( 0.247) ABAP: Slin default check; type I vs. type P (note 351976)
    ( 0.248) GW: CCMS Monitoring Patch-Collection 1 (note 202591)
    ( 0.249) Short dump CALL_TRANSACTION_LOCKED (note 350360)
    ( 0.250) Controls and list processing (note 352065)
    ( 0.251) Blanks in authorization values (note 207196)
    ( 0.252) Tableview line/column selection (note 350363)
    ( 0.253) Spool-Patch-Collection 31 (note 352269)
    ( 0.254) Decrease and increase for dynpro and window (note 352542)
    ( 0.255) ABAP Debugger: Avoid DEBUGGER_ILLEGAL_VALUE in RFC-Debug. (note 182989)
    ( 0.256) Incomplete DATA in D010INC and D010TAB (note 352480)
    ( 0.257) Diag: warning and resize (note 212524)
    ( 0.258) Workplace: provide logon ticket for X.509 logon (note 350776)
    ( 0.260) StartRow StartColumn for Dynproresizing (note 351685)
    ( 0.261) EmHyperContexts: reduce memory consumption (note 353103)
    ( 0.262) Invalid focus memory (note 353496)
    ( 0.263) EmHyperContexts: reduce memory consumption (II) (note 353103)
    ( 0.266) Slow SetQoS due to unnecessary DNS query (note 180940)
    ( 0.268) ABAP-Exception-Handling: Internal State-Stack (note 350146)
    ( 0.269) BDC: no user command allowed on SAPMSYST 0040 (note 163639)
    ( 0.270) Wrong portability warnings from extended syntax check (note 353681)
    ( 0.271) Passing EXP-IMP parameters in RFC calls (note 352629)
    ( 0.272) Spool-Patch-Collection 31a (note 352269)
    ( 0.273) Modal level and suppress dialog (note 355616)
    ( 0.274) DBIF_RSQL_INVALID_REQUEST with very old cluster records (note 353651)
    ( 0.275) Horizontal radiobutton groups (note 355260)
    ( 0.276) Proportional cut for variable Dynpro-objects (note 351685)
    ( 0.277) Hostname resolution blocks processes (note 356788)
    ( 0.278) Tabstrip pages and wrong scroll offset (note 339469)
    ( 0.280) Core in DiagiTableHeader (note 159421)
    ( 0.281) GW: Bad statistic after summer time switch (note 353893)
    ( 0.283) CPIC-Timeout for frontend printing (note 352269)
    ( 0.284) List scrollbar and docking control (note 357241)
    ( 0.285) Sy-SubRc 8 with SELECT SINGLE on logic cluster table  (note 355714)
    ( 0.287) Missing entry in table FIDO (note 357019)
    ( 0.290) BDC: conversion of old batch-input logfiles (note 356758)
    ( 0.293) Invalid sapgui data (note 358681)
    ( 0.294) Reading of ASTAT records fails in 4.6D (note 358532)
    ( 0.295) ABAP: Loop in function LookForFref (note 357698)
    ( 0.297) Muliconnect error reporting (note 358171)
    ( 0.298) RFC: data dependent read error (note 358557)
    ( 0.300) Protect against 'error in datastream' (note 359511)
    ( 0.301) Treatment of looplines by loc. horiz. resize (note 212861)
    ( 0.302) Initial values with DynpValuesUpdate (note 359873)
    ( 0.303) ABAP: warning for duplicate keys removed (note 359114)
    ( 0.304) Core dump when calling RfcClose (note 359865)
    ( 0.306) Suppression of unnecessary syslog messages (note 359523)
    ( 0.308) System Core Dump with F4-Button in R/3-Dialog(modal) setting (note 212861)
    ( 0.309) Core dump in RFC engine (note 353136)
    ( 0.311) Start EASY-ACCESS only for dialog sessions (note 360980)
    ( 0.314) Check if dynpro exists before access it (note 361120)
    ( 0.315) Optimize concatenate for STRING (note 327185)
    ( 0.317) New RFC logon method 'external identification' (note 358469)
    ( 0.319) List scrolling: last line missing (note 362181)
    ( 0.320) GW: Set locale in update task (note 360971)
    ( 0.321) SORT: avoid EXSORT_TOO_MANY_PARALLEL_SORTS (note 361532)
    ( 0.322) Extended syntax check with BETWEEN ... AND (note 361470)
    ( 0.323) ICMAN fails to open event flags for HTTP connections (note 360696)
    ( 0.326) Open SQL: improved statement generation for UPTO (note 361392)
    ( 0.327) Check (ABAP_ASSERT) in ASSIGN to avoid core (note 363059)
    ( 0.329) Bad NOWP request (note 365156)
    ( 0.330) ABAP; SCAN STRUCTURE: error in SELECT-ENDSELECT logic (note 363992)
    ( 0.331) Native SQL: return code for EXECUTE PROCEDURE (note 364707)
    ( 0.332) Semaphore error in ASTAT (note 363499)
    ( 0.333) Printing with format LETTER (note 363624)
    ( 0.334) Problems with missing or short quickinfo (note 363394)
    ( 0.335) Parameters in macro _splitpathU swapped (note 365337)
    ( 0.339) Modified length mismatch (note 207817)
    ( 0.340) Problems with missing or short quickinfo (2) (note 363394)
    ( 0.341) Errortrace invalid value dybas.c 0179 (note 337820)
    ( 0.342) Errortrace invalid parameter dynpdiag 1131 (note 337820)
    ( 0.343) Errortrace dytracefocus invalid container (note 353496)
    ( 0.346) Spool-Patch-Collection 32 (note 352269)
    ( 0.347) Invalid focus memory 2 (note 353496)
    ( 0.348) Prevent duplicate RFC struct parameter transmission (note 365916)
    ( 0.351) Native SQL: memory leak for stored procedures (note 367509)
    ( 0.352) Resizing side to side and one below other Dynpro-Objects (note 367811)
    ( 0.353) Check ztta/dynpro_area (note 167229)
    ( 0.354) Problems with missing or short quickinfo (3) (note 363394)
    ( 0.355) GW: Bad NOWP request II (note 365156)
    ( 0.358) Breakpoint in ABAP Debugger at CONTINUE (note 368433)
    ( 0.359) Errortrace: should not happen (dycuahlp 1661) (note 369415)
    ( 0.360) Reactivate suspended clients (note 367384)
    ( 0.361) Disable persistent trace for RFC-Library (note 364034)
    ( 0.365) Large file support (note 330992)
    ( 0.366) IMPORT: avoid IMPORT_INIT_DECOMPRESS_FAILES (note 370053)
    ( 0.367) BAPI_USER_CHANGE returns wrong/blank error message (note 369761)
    ( 0.368) ABAP debugger: field display and global TABLES-parameters (note 370103)
    ( 0.369) ABAP debugger: empty source display (note 370717)
    ( 0.370) Saplicense: license buffer not initialized (note 371301)
    ( 0.371) List token in SELECT (note 370587)
    ( 0.373) GW: Duplicate conversation ids in gateway work processes (note 371481)
    ( 0.375) Dynamic Type at CREATE DATA (note 371607)
    ( 0.376) Printing selection page & long transaction (note 370661)
    ( 0.377) Library iXML: correction of CDATA size problem (note 371846)
    ( 0.378) DEC field input for none DDIC fields (note 373047)
    ( 0.379) Spool-Patch-Collection 33 (note 352269)
    ( 0.380) C-Call ABAP_CALLSTACK (note 371779)
    ( 0.381) Loop during decompression of corrupted Sources/Loads (note 374200)
    ( 0.382) Extended table compression for certain RFC connections (note 373452)
    ( 0.383) SORT: avoid EXSORT_TOO_MANY_PARALLEL_SORTS and recursion (note 361532)
    ( 0.384) PostScript error with TrueType fonts (note 373604)
    ( 0.385) XML-Import failed after empty structure tags (note 374447)
    ( 0.386) Disable QoS support by default (note 180940)
    ( 0.387) Message display type (note 368333)
    ( 0.389) DEC field input for none DDIC fields II (note 373047)
    ( 0.390) Long running report (note 373343)
    ( 0.391) Illegal request looping in dispatcher (note 373345)
    ( 0.394) Fix printing selection page & long transaction (note 370661)
    ( 0.397) Reserve address space for Extended Memory (note 373326)
    ( 0.399) VALUE /namespace/const (note 371720)
    ( 0.402) DYNG: get translated buttontexts from D021T (note 363394)
    ( 0.403) Correct returncode for SET_DYNP_FIELD_VALUE (note 374941)
    ( 0.404) Refresh control from screen (note 375251)
    ( 0.406) Receive result of aRFC (note 375356)
    ( 0.410) Disp+Work doesn't start up (note 376242)
    ( 0.414) DEC field input for none DDIC fields (note 373047)
    ( 0.415) Core dump in GenViewGetPbagRudi (note 375055)
    ( 0.416) DBIF_REPO_PART_NOT_FOUND during Garbage-Collection (note 374884)
    ( 0.417) Control focus correction (note 374510)
    ( 0.418) Title problems (note 374560)
    ( 0.419) Window width > 255 cause list problems (note 375856)
    ( 0.420) IS REQUESTED/SUPPLIED and RETURNING parameter (note 375329)
    ( 0.423) DEC field input for none DDIC fields (note 373047)
    ( 0.424) Core in appl info (note 376906)
    ( 0.425) Core in DiagIConvert, if trace level 3 (note 377184)
    ( 0.426) Correction for Spool-Patch-Collection 33 (note 352269)
    ( 0.429) Change default for cursor preservation (note 378706)
    ( 0.430) Error trace from dyariftb() (note 378093)
    ( 0.431) Enqueue table overflow, syslog message corrected (note 378682)
    ( 0.433) DEC field input for none DDIC fields (note 373047)
    ( 0.434) Illegal chars set spooljob to error (note 379119)
    ( 0.435) Debugger: data references and tables of type I (note 378838)
    ( 0.436) Set DISPLAY AGAIN in TH (note 380164)
    ( 0.437) Prepare: several mySAP.com components in one DB (note 379572)
    ( 0.439) Workplace: disable password logon (note 379081)
    ( 0.445) DiagSetCodepage() failed (note 382240)
    ( 0.446) Sapstartsrv update available.log on Start/Stop (note 142100)
    ( 0.447) Ldapreg: ITS LDAP registration (note 379691)
    ( 0.448) GW: Wp stuck in PRIV mode (note 381870)
    ( 0.449) Too many invalidations on USRBF2 (note 319727)
    ( 0.450) Correct static focus on subscreens (note 380809)
    ( 0.451) Correct HOLD DATA message (note 381528)
    ( 0.452) Trace DYNP_SET/GET_STATUS (note 381694)
    ( 0.453) Init screen buffer parameters (note 382032)
    ( 0.454) No core in dypov_treatDpovtabRow (note 381221)
    ( 0.455) Server shutdown after bind error (note 382440)
    ( 0.457) Handling of fatally corrupted cluster records (note 381968)
    ( 0.466) EXPORT: dynamic export of strings (note 384694)
    ( 0.467) Message in help: no core dump (note 384639)
    ( 0.468) Pull up other objects down of table after TABLE_PBO_DONE (note 383033)
    ( 0.469) Tablecontrol init and context (note 373977)
    ( 0.470) Correction of the nls locale check tool (note 40815)
    ( 0.471) GW: Missing aRFC response (note 384015)
    ( 0.472) GW: Core during write of statistic (note 384433)
    ( 0.473) Wp stuck in PRIV mode (II) (note 381870)
    ( 0.474) Shared Pool disturbed corrected (note 384810)
    ( 0.477) SORT/EXTRACT: large file support (note 384257)
    ( 0.478) Codepage problem: sap8000 (shift_jis) (note 384947)
    ( 0.479) Active/Inactive-Handling (note 385628)
    ( 0.480) Sporadic logon failures in batch processing (note 385894)
    ( 0.483) GW: Free unallocated memory (note 387747)
    ( 0.484) SORT/EXTRACT: large file support (II) (note 384257)
    ( 0.487) Open SQL: several minor errors (note 386783)
    ( 0.489) RABAX no dbrollback and dbcommit at core (note 386268)
    ( 0.490) C-call DY_GET_S_MESSAGE available (note 383089)
    ( 0.491) Correct I message for batch input (note 386661)
    ( 0.492) Do not skip message popup (note 385147)
    ( 0.493) Async RFC: set size of full screen (note 385132)
    ( 0.494) Correct error messages for CALL SUBSCREEN (note 386674)
    ( 0.495) Logon tickets slightly too long valid (note 387595)
    ( 0.496) Format error during output of empty strings (note 385796)
    ( 0.497) RFC: patch collection (46D) (note 387366)
    ( 0.498) Method calls in arithmetics (note 387066)
    ( 0.499) Reallocate the number of boxes for resizing (note 388988)
    ( 0.500) Generate correct forkey selects in dynpro (note 388699)
    ( 0.501) Destroyed dynpro load (note 207817)
    ( 0.502) Open a new audit file next day after maxsize event (note 321148)
    ( 0.503) Delete audit files with extended filenames (SM18) (note 370829)
    ( 0.504) DiagSetCodepage() failed (note 382240)
    ( 0.507) Missing arfc response (II) (note 384015)
    ( 0.508) Generation of very long sources: repeating END_INBUF (note 389041)
    ( 0.509) Correct hold control framework focus (note 389364)
    ( 0.510) BDC: F1 or F4-request in bdcdata (note 323061)
    ( 0.511) Overflow of memory (note 370661)
    ( 0.512) PARAMETERS referencing a named DDIC include (note 389940)
    ( 0.515) DB2/390: default dbs/db2/use_hints=abap->1 (note 162034)
    ( 0.516) Recovery from NI-error after WP-restart (note 335967)
    ( 0.517) Avoid RFC server timeout (note 390219)
    ( 0.522) Avoid core in ABAP debugger by bad string references (note 391169)
    ( 0.523) Keep scrollposition (note 391871)
    ( 0.524) ABAP debugger: Display header for bad object reference (note 391187)
    ( 0.530) Enqueue traces during transaction reset (note 392873)
    ( 0.531) Garbage-Collection beyond 600MB (note 393378)
    ( 0.534) Enqueue traces during transaction reset (II) (note 392873)
    ( 0.535) CPICFAIL in smq1 after kernel upgrade (note 394549)
    ( 0.536) APO: correct internal table processing in COM routines (note 395695)
    ( 0.537) DYNPRO_FIELD_CONVERSION on Get Parameter (output) (note 395450)
    ( 0.538) Core in dyGetDataR() (note 395299)
    ( 0.540) Core in DpFreeResource after restart (note 394454)
    ( 0.542) Restore of sy.datar when popping screen (note 393511)
    ( 0.543) Open SQL: Memory leak when updating with %_HINTS (note 393897)
    ( 0.547) List scrolling: last line missing(2) (note 362181)
    ( 0.548) DiagSetCodepage() failed (note 382240)
    ( 0.549) Limit on number of sessions per logon (note 392369)
    ( 0.552) ABAP: error in string access with offset or length (note 396800)
    ( 0.553) Wrong portability warnings from SLIN (note 353681)
    ( 0.555) SY-VLINE in Thai on AS/400 (note 391627)
    ( 0.557) Unsuccessful READ on a SORTED TABLE (note 395205)
    ( 0.559) Sapstartsrv shutdown one process after the other (note 142100)
    ( 0.560) GW: COMPUTE_INT_TIMES_OVERFLOW in SAPLSALK (note 395671)
    ( 0.561) MS: improved trace features (note 396750)
    ( 0.562) ABAP: PERFORM .. CHANGING VALUE(<itab-line>-comp) (note 399078)
    ( 0.564) No hint generation in case of SELECT SINGLE (note 397170)
    ( 0.565) READ TABLE with attribute keys (note 399263)
    ( 0.566) Error in msg-server communication (note 398525)
    ( 0.568) Spool-Patch-Collection 34 (note 352269)
    ( 0.569) GW: Destroyed update start message (note 157840)
    ( 0.576) ABAP debugger: display active calls (note 399920)
    ( 0.577) ABAP debugger: display of interface aliases (note 399915)
    ( 0.578) ABAP: SET LOCALE and SUBMIT / CALL TRANSACTION (note 399918)
    ( 0.579) Enforce minimal patch level for database library (note 400216)
    ( 0.581) Ticket logon resets initial flag (password) (note 402076)
    ( 0.582) New translations cause locks on D020 (note 36795)
    ( 0.585) Catching of problems during string <-> char handling (note 402340)
    ( 0.586) GET LOCALE: language incorrect (note 402801)
    ( 0.587) Icons are not printed properly (note 402967)
    ( 0.588) Em context destroyed after exception (note 403562)
    ( 0.589) Dummy call: super constructor (note 401553)
    ( 0.590) Visibility of local types (note 401910)
    ( 0.591) Coredump with READ TABLE and float attributes (note 400516)
    ( 0.592) Offset/length specifiers in a table key definition (note 402255)
    ( 0.594) Resize: docking control - dynpro (note 323974)
    ( 0.598) Avoid inconsistent overall source time stamp (note 405821)
    ( 0.599) PXA: correct unfound object cache & statistic counters (note 406075)
    ( 0.600) SY-VLINE and JAVASCRIPT in Thai on AS/400 (note 391627)
    ( 0.601) Avoid inconsistent overall source time stamp (II) (note 405821)
    ( 0.605) RFC_DEBUGGING_NO_DIALOG_USER (note 407471)
    ( 0.606) Core in dyAbapGetContainerPosition (note 405930)
    ( 0.607) X.509 certificate logon: timezone not set (note 408601)
    ( 0.608) Unsuccessful READ on a SORTED TABLE (II) (note 409175)
    ( 0.609) IPC, max shm size detection accelerated (note 406738)
    ( 0.610) Graphical characters and page borders (note 406673)
    ( 0.611) SE30: close measurement on /n (note 381500)
    ( 0.612) Detail selection does not work correct (note 400090)
    ( 0.613) Negative value for hdcurrow is not permitted (note 352542)
    ( 0.624) Cutting terminal names (note 412628)
    ( 0.625) Update debugging (note 336925)
    ( 0.626) Control for Table-Control in Resizing is wrong (note 388988)
    ( 0.627) Correct treatment of field symbols (note 406306)
    ( 0.629) Init params of ab_ListGetFieldName (local field symbols) (note 413506)
    ( 0.630) Open SQL: more than 255 alias names in SELECT list (note 411136)
    ( 0.631) Open SQL: wrong SY-DBCNT for FETCH NEXT (note 412399)
    ( 0.632) Core in db_blob (note 412063)
    ( 0.633) Core in DiagGetWindowDimension (note 412168)
    ( 0.634) Core by 'Display current statement' in debugger (LREF) (note 411673)
    ( 0.636) Coredump in PfOpenScratchFile (note 414242)
    ( 0.637) VALUE class=>const (note 413384)
    ( 0.639) Hebrew Sapscript printing causes signal 11 (note 155261)
    ( 0.640) Workarea change in case of SELECT SINGLE with SY-SUBRC 4 (note 410175)
    ( 0.641) Function DB_DBSCHEMA returns correct result now (note 411971)
    ( 0.642) Wrong syntax error at literals in macros (note 411757)
    ( 0.643) Change of an interface (note 411769)
    ( 0.647) Dbbuf: restrict rtbb/buffer_length to 200000 [kB] (note 414220)
    ( 0.649) Inserted option WAN_CONN into RfcOpenEx (note 415169)
    ( 0.650) SU01: error texts for invalid passwords (note 369761)
    ( 0.651) CONVERT TIME STAMP... for 9999/31/12 23:59:59 (note 401610)
    ( 0.653) Text of check- and radiobuttons with icon (note 414703)
    ( 0.654) MESSAGE ... INTO no rabax at message x (note 408740)
    ( 0.655) New list line at program load (note 412142)
    ( 0.656) Displaying frames in lists (note 412787)
    ( 0.657) Selection page and empty report (note 370661)
    ( 0.658) VMIT (NT): higher precision (note 414135)
    ( 0.659) Runtime error DSTEP_WRONG_PROGRAM (note 416350)
    ( 0.660) Core in csulzh.c (note 413899)
    ( 0.661) Msg_server accept ad-msg opcode 60 AD_SELFIDENT (note 415447)
    ( 0.662) Highlighting in Hebrew list printing (note 353987)
    ( 0.663) Extended syntax check with BETWEEN ... AND (2) (note 361470)
    ( 0.664) Breakpoint at (RFC) function module (note 414952)
    ( 0.665) Don't break iXML because of missing character (note 410929)
    ( 0.667) WP opmode switch (note 415840)
    ( 0.674) Msg_server accept ad-msg opcode 60 AD_SELFIDENT (note 415447)
    ( 0.675) Duplicate key in VBMOD (note 416961)
    ( 0.676) Trace spa/gpa memory overflow (note 34533)
    ( 0.677) Dbbuf: check rtbb/buffer_length and rtbb/max_tables (note 414220)
    ( 0.678) Display '?' in DropdownListboxes (note 417405)
    ( 0.679) Correct call dialog for system messages (I) (note 416053)
    ( 0.680) Correct call dialog for system messages (II) (note 417096)
    ( 0.682) Memory leak in short storage (MEMSAV) (note 419819)
    ( 0.683) Spooler C-call info msg in trace (note 418740)
    ( 0.684) Dithering of color bitmaps (note 410727)
    ( 0.685) Standalone enqueue server prepared (note 419283)
    ( 0.686) Correction of the nls locale check tool (note 40815)
    ( 0.687) System Core Dump in C-Destructors of ABAP Objects (note 416163)
    ( 0.688) Q

    Hi Experts,
    After i tried a few times, i can successfully start prepare with upgrade asistant monitor - Administrator >> Start Prepare,
    Thanks

Maybe you are looking for