‎2008 Jun 13 5:17 AM
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 |
|
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 |
|
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( 😎 = 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( 😎 = 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) |
-
-
-
-
-
-
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 | 10240 |
-
-
-
-
Directory of Application Tables |
-
-
Name Date Time Lngth |
Val. |
-
-
Program SAPMSYST |
-
-
SYST . . : : 00002404 |
00000000x010000000000000000000 |
RSJOBINFO . . : : 00000084 |
00000000000000 |
USR02 . . : : 00000226 |
000000000000000000000000 |
RSYST 09.11.2000 14:11:41 00000691 |
100ADMIN E |
USR41 . . : : 00000112 |
0000 |
-
-
Program CL_GUI_PROPS_CONSUMER=========CP |
-
-
EUDB . . : : 00003940 |
%L00030000B509FFD06B8B4380AE783573E7F94EC4 0000 |
-
-
Program SAPLSDOC |
-
-
DOKHL . . : : 00000153 |
TXCOPYRIGHT_SAP |
DOKIL . . : : 00000076 |
TXCOPYRIGHT_SAP |
DOKTL . . : : 00000148 |
RSDCU . . : : 00001934 |
-
-
-
-
ABAP Control Blocks (CONT) |
-
-
Index | Name | Fl | PAR0 | PAR1 | PAR2 | PAR3 | PAR4 | PAR5 | PAR6 | SourceCde | Line |
-
-
19946 | PAR1 | 80 | 8004 | LSDOCU09 | 249 | ||||||
19947 | WHER | 20 | 0000 | 0004 | 001C | LSDOCU09 | 249 | ||||
19949 | PAR1 | 80 | 01E3 | LSDOCU09 | 249 | ||||||
19950 | SQLS | 05 | 0006 | LSDOCU09 | 249 | ||||||
19951 | PAR1 | 80 | 0012 | LSDOCU09 | 249 | ||||||
19952 | PAR1 | 80 | 0000 | LSDOCU09 | 249 | ||||||
19953 | PAR1 | 80 | 0013 | LSDOCU09 | 249 | ||||||
19954 | PAR1 | 80 | 0014 | LSDOCU09 | 249 | ||||||
19955 | PAR1 | 80 | 001C | LSDOCU09 | 249 | ||||||
19956 | PAR1 | 80 | 001A | LSDOCU09 | 249 | ||||||
19957 | SQLS | 39 | 0119 | LSDOCU09 | 249 | ||||||
19958 | SQLS | 3B | 0000 | LSDOCU09 | 249 | ||||||
>>>>> | SQLS | 0C | 00BE | LSDOCU09 | 249 | ||||||
19960 | CLEA | 00 | 00BF | LSDOCU09 | 259 | ||||||
19961 | TREA | 01 | 0243 | 00BE | 00BF | 0006 | 0000 | 0000 | 0000 | LSDOCU09 | 260 |
19965 | comp | 00 | 0242 | 019B | 0199 | LSDOCU09 | 262 | ||||
19967 | BRAF | 05 | 000E | LSDOCU09 | 262 | ||||||
19968 | LOOP | 03 | 0243 | 00BE | 00BF | 0000 | 0000 | 0000 | 0000 | LSDOCU09 | 263 |
19972 | LOOP | 05 | 0000 | 00BE | 00BF | 0000 | 0000 | 0000 | 0000 | LSDOCU09 | 263 |
19976 | BRAN | 05 | 0004 | LSDOCU09 | 263 |
-
-
‎2008 Jun 13 5:19 AM
Hi,
If this problem is while logging in then contact basis person.
Reward if useful.
Regards
Susheel
‎2008 Jun 19 1:41 AM
Hi Friend,
Did you find the solution to this problem?
If you found it, please call me, ok?
Thanks and best regards,
Henrique Bachour
‎2008 Jun 13 5:29 AM
Hi,
This type of dump occurs when some body has put a wrong select query.
Just look for the spot where the select query has been written.
The code author might have written the wrong field sequence while using them in select query.
I hope this might solve ur problem.
‎2008 Jun 19 1:42 AM
Hi Friend,
Did you find the solution to this problem?
If you found it, please call me, ok?
Thanks and best regards,
Henrique Bachour