2005 Dec 15 5:42 PM
Hello,
This error occcurs when:
Goto Transaction SQ02, Select Menu>Environment and then Transports>
Runtime Errors MESSAGE_TYPE_X
The current application triggered a termination with a short dump.
-
What happened?
-
The current application program detected a situation which really
should not occur. Therefore, a termination with a short dump was
triggered on purpose by the key word MESSAGE (type X).
-
What can you do?
-
Print out the error message (using the "Print" function)
and make a note of the actions and input that 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
-
Short text of error message:
Technical information about the message:
Message classe...... "AQ"
Number.............. 001
Variable 1.......... " "
Variable 2.......... " "
Variable 3.......... " "
Variable 4.......... " "
Variable 3.......... " "
Variable 4.......... " "
-
How to correct the error
-
Probably the only way to eliminate the error is to correct the program.
-
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:
-
"MESSAGE_TYPE_X" C
"SAPLAQIEXB" or "LAQIEXBF01"
"EXPORT_BGKATALOG"
2005 Dec 15 5:58 PM
what exactly you did, and can you try oncce ..,
because i am not able to see any dump..
regards
vijay
2005 Dec 15 6:08 PM
Hi,
Sorry i was describing a wrong case.
What happens is this:
in the DEV system I created a transport request with the infoset and then i make the download to a local file.
Next i enter Production system and go to transaction SQ02, to make the upload of the infoset. and the runtime error is:
Runtime Errors MESSAGE_TYPE_X
Occurred on 14.12.2005 at 19:18:11
-
-
-
-
-
-
-
-
The current application triggered a termination with a short dump.
-
-
-
-
-
-
-
-
What happened?
-
-
-
-
-
-
-
-
The current application program detected a situation which really
should not occur. Therefore, a termination with a short dump was
triggered on purpose by the key word MESSAGE (type X).
-
-
-
-
-
-
-
-
What can you do?
-
-
-
-
-
-
-
-
Print out the error message (using the "Print" function)
and make a note of the actions and input that 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
-
-
-
-
-
-
-
-
Short text of error message:
Technical information about the message:
Message classe...... "AQ"
Number.............. 001
Variable 1.......... " "
Variable 2.......... " "
Variable 3.......... " "
Variable 4.......... " "
Variable 3.......... " "
Variable 4.......... " "
-
-
-
-
-
-
-
-
How to correct the error
-
-
-
-
-
-
-
-
Probably the only way to eliminate the error is to correct the program.
-
-
-
-
-
-
-
-
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:
-
-
-
-
-
-
-
-
"MESSAGE_TYPE_X" C
"SAPLAQIEXB" or "LAQIEXBF01"
"EXPORT_BGKATALOG"
-
-
-
-
-
-
-
-
If you cannot solve the problem yourself, please send the
following documents to SAP:
1. A hard copy print describing the problem.
To obtain this, select the "Print" function on the current screen.
-
-
-
-
-
-
-
-
2. A suitable hardcopy prinout of the system log.
To obtain this, call the system log with Transaction SM21
and select the "Print" function to print out the relevant
part.
3. If the programs are your own programs or modified SAP programs,
supply the source code.
To do this, you can either use the "PRINT" command in the editor or
print the programs using the report RSINCL00.
4. Details regarding the conditions under which the error occurred
or which actions and input led to the error.
-
-
-
-
-
-
-
-
System environment
-
-
-
-
-
-
-
-
SAP Release.............. "620"
Application server....... "sapprd"
Network address.......... "192.92.11.9"
Operating system......... "Windows NT"
Release.................. "5.2"
Hardware type............ "4x Intel 801586"
Character length......... 8 Bits
Pointer length........... 32 Bits
Work process number...... 0
Short dump setting....... "full"
Database server.......... "SAPPRD"
Database type............ "MSSQL"
Database name............ "PRD"
Database owner........... "prd"
Character set............ "Portuguese_Portugal."
SAP kernel............... "640"
Created on............... "Nov 7 2005 00:44:01"
Created in............... "NT 5.0 2195 Service Pack 4 x86 MS VC++ 13.10"
Database version......... "SQL_Server_8.00 "
Patch level.............. "99"
Patch text............... " "
Supported environment....
Database................. "MSSQL 7.00.699 or higher, MSSQL 8.00.194"
SAP database version..... "640"
Operating system......... "Windows NT 5.0, Windows NT 5.1, Windows NT 5.2"
-
-
-
-
-
-
-
-
User, transaction...
-
-
-
-
-
-
-
-
Client.............. 200
User................ "ADMIN"
Language key........ "P"
Transaction......... "SQ02 "
Program............. "SAPLAQIEXB"
Screen.............. "SAPMSSY0 1000"
Screen line......... 6
-
-
-
-
-
-
-
-
Information on where termination occurred
-
-
-
-
-
-
-
-
The termination occurred in the ABAP program "SAPLAQIEXB" in
"EXPORT_BGKATALOG".
The main program was "RSAQR3TR ".
The termination occurred in line 332 of the source code of the (Include)
program "LAQIEXBF01"
of the source code of program "LAQIEXBF01" (when calling the editor 3320).
-
-
-
-
-
-
-
-
Source code extract
-
-
-
-
-
-
-
-
003020 delete l_dbbg where num(2) <> 'SY'.
003030 loop at l_dbbg.
003040 read table dbbg with key num = l_dbbg-num.
003050 if sy-subrc <> 0.
003060 call function 'RSAQ_CHECK_SYSTEM_NAME'
003070 exporting object_name = l_dbbg-num
003080 importing is_system_name = l_is_system_name.
003090 if l_is_system_name <> space.
003100 append l_dbbg to dbbg.
003110 loop at l_dbbs where num = l_dbbg-num.
003120 append l_dbbs to dbbs.
003130 endloop.
003140 loop at l_dbbn where num = l_dbbg-num.
003150 append l_dbbn to dbbn.
003160 endloop.
003170 endif.
003180 endif.
003190 endloop.
003200 endif.
003210
003220 if wspace = ws_standard. "723580
003230 clear l_anz_sysn. "723580
003240 loop at dbbg. "723580
003250 if dbbg-num(6) = 'SYSTQV'. "723580
003260 l_anz_sysn = l_anz_sysn + 1. "723580
003270 endif. "723580
003280 endloop. "723580
003290 l_anz_sysd = l_anz_sysv - l_anz_sysn. "723580
003300 if gl_do_checks = 'X'. "723580
003310 if l_anz_sysd gt 1. "723580
-
-
-
-
-
-
-
-
message x001(aq). "723580
003330 endif. "723580
003340 endif. "723580
003350 endif. "723580
003360
003370 sort: dbbg,
003380 dbbs,
003390 dbbn,
003400 bgtext.
003410 if wspace = ws_standard.
003420 * Standardbereich: alles geclustert abgelegt
003430 export headbg dbbg dbbs dbbn
003440 maxbg_tindx bgtext
003450 to database aqldb(aq) id bgkey.
003460 else.
003470 * globaler Bereich: z.T. transparent abgelegt
003480 refresh: l_dbbs.
003490 loop at dbbg where devc(1) ca ' $T'.
003500 loop at dbbs where num = dbbg-num.
003510 append dbbs to l_dbbs.
-
-
-
-
-
-
-
-
Contents of system fields
-
-
-
-
-
-
-
-
SY field contents..................... SY field contents.....................
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
SY-SUBRC 0 SY-INDEX 0
SY-TABIX 27 SY-DBCNT 4
SY-FDPOS 0 SY-LSIND 0
SY-PAGNO 1 SY-LINNO 13
SY-COLNO 112 SY-PFKEY STATE
SY-UCOMM
SY-TITLE Log de importação com o nº da ordem DEVK905692
SY-MSGTY X SY-MSGID AQ
SY-MSGNO 001 SY-MSGV1
SY-MSGV2 SY-MSGV3
SY-MSGV4
-
-
-
-
-
-
-
-
Active calls / events
-
-
-
-
-
-
-
-
No.... Type........ Name..........................
Program
Include Line
Class
-
-
-
-
-
-
-
-
8 FORM EXPORT_BGKATALOG
SAPLAQIEXB
LAQIEXBF01 332
7 FUNCTION RSAQ_EXPORT_USERGROUP_CATALOG
SAPLAQIEXB
LAQIEXBU02 22
6 FORM EXPORT_BGKATALOG
RSAQR3TR
RSAQIEXB 85
5 FORM BGKAT_EXPORT
RSAQR3TR
RSAQR3TR 3054
4 FORM IMPO_SG
RSAQR3TR
RSAQR3TR 2477
3 FORM IMPORT
RSAQR3TR
RSAQR3TR 1888
2 FORM TACT_IMPO
RSAQR3TR
RSAQR3TR 914
1 EVENT START-OF-SELECTION
RSAQR3TR
RSAQR3TR 654
-
-
-
-
-
-
-
-
Chosen variables
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
8 FORM EXPORT_BGKATALOG
SAPLAQIEXB
LAQIEXBF01 332
-
-
-
-
-
-
-
-
DBBG[] Table IT_197[23x87]
DBBG SYSTQV00002000032ADMIN 20051214ADM
5555553333333333344444222222233333333444
3934160000200003214D9E00000002005121414D
... + 40 IN 20051214
4422222223333333322222222222222222222222
9E00000002005121400000000000000000000000
... + 80
2222222
0000000
SYST ######################## ###############
0000000010001000000000002000000000000000
00001000B0007000000000000000000000000000
... + 40 ########p###########n###############W###
0000000070000000000060000000000000005000
4000000000000000D000E0000000000000007000
... + 80 ########################################
0000000000000000100000000000000000000000
0000000000000000400000000000000000000000
... + 120 ################################%### ###
0000000000000000000000000000000020008000
000000000000000000000000000000005000E000
... + 160 ################ C############# P0 X1
0000100000000000240000000000000222532253
0000400000000000030030000C0000C000000081
... + 200 000 N ####__S 200
3332222222420000555222222222222222223332
0000000000E00000FF3000000000000000002000
... + 240 00
222223322222222
000000000000000
DBBG-NUM+0(6) SYSTQV
555555
393416
WSPACE
2
0
%_DUMMY$$
2222
0000
GL_DO_CHECKS X
5
8
SY-XFORM INIT_%_INIT
444552544452222222222222222222
9E94F5F9E940000000000000000000
DBBN-NUM
222222222222
000000000000
L_ANZ_SYSD 8
0000
8000
%_ARCHIVE
2222222222222222222222222222222222222222
0000000000000000000000000000000000000000
... + 40
2222222222222222222222222222222222222222
0000000000000000000000000000000000000000
... + 80
2222222222222222222222222222222222222222
0000000000000000000000000000000000000000
... + 120
2222222222222222222222222222222222222222
0000000000000000000000000000000000000000
... + 160
2222222222222222222222222222222222222222
0000000000000000000000000000000000000000
... + 200
2222222222222222222222222222222222222222
0000000000000000000000000000000000000000
... + 240
222222222222222
000000000000000
SY-REPID SAPLAQIEXB
5454454454222222222222222222222222222222
310C119582000000000000000000000000000000
SY-MSGID AQ
45222222222222222222
11000000000000000000
PREPARE P
5
0
CO_ACT_APPL_AREA APPLICATION_AREA
455444454445454422222222222222
100C93149FEF125100000000000000
SPACE
2
0
SY-MSGNO 001
333
001
GENSAV Y
5
9
SY-MSGV1
2222222222222222222222222222222222222222
0000000000000000000000000000000000000000
... + 40
2222222222
0000000000
SY-MSGV2
2222222222222222222222222222222222222222
0000000000000000000000000000000000000000
... + 40
2222222222
0000000000
SY-MSGV3
2222222222222222222222222222222222222222
0000000000000000000000000000000000000000
... + 40
2222222222
0000000000
SY-MSGV4
2222222222222222222222222222222222222222
0000000000000000000000000000000000000000
... + 40
2222222222
0000000000
DBBS[] Table IT_198[59x36]
DBBN[] Table IT_199[36x25]
BGTEXT[] Table IT_200[31x93]
WS_STANDARD
2
0
BGKEY BC
44
23
AQLDB 200AQBC
3334544222222222222222222222222222222222
2001123000000000000000000000000000000000
... + 40 ####ü#######
22222222222222222222222222220000F0000000
00000000000000000000000000000000C6062122
... + 80 ##1100####r'######³6«ÙmÛ#Âvã##Zô]Z#t#¸K
803333000072001190B3AD6D0C7E105F555170B4
001100000027002FD236B9DB826345A4CDAD4E8B
... + 120 I Ò#%Ñ## IIv## #û #q#8F_§½¦?OP7#ÓC_£;\u00FE
49D12D10994470081F2178345ABA34530D45A35F
9423512B14996382BB041086F7D6FF07F33F3BCE
... + 160 ÌrÆî E¾Ã# #~³ÜáÌ# |y¤p#çG###? Ì#ÕV?ë w
C7CE84BC0917BDEC09977A70CA401839C7D53E97
C26E65E3AA9E3C1CE7FC940C377C61FBCF56FBF7
... + 200 ¹æø#ýï7ýó'#§÷Oò#ç0 #1#M&óßµ#f;×l_¼ËÝ?-ÿå
BEF1FE3FF20AF4F7E3913942FDB863D65BCD32FE
9687DF7D37C77F2F70CC18D63F5D6B7CFCBDFDF5
... + 240 3ú û÷µö{þ þùëH»
3F8FFBF7F8FFE4B
3ACB756BE7E9B8B
AQLDB-CLUSTR 100665084
F0
C6
AQGQCAT
2222222222222222222222222222222222222222
0000000000000000000000000000000000000000
... + 40
2222222222
0000000000
AQGTQ 00000 0000000
2222222222222222222222222223333323333333
0000000000000000000000000000000000000000
... + 40
2222222222222222222222222222222222222222
0000000000000000000000000000000000000000
... + 80
2222222222222222222222222222222222222222
0000000000000000000000000000000000000000
... + 120
2222222222222222222222222222222222222222
0000000000000000000000000000000000000000
... + 160
2222222222222222222222222222222222222222
0000000000000000000000000000000000000000
... + 200
2222222222222222222222222222222222222222
0000000000000000000000000000000000000000
... + 240
222222222222222
000000000000000
HEADBG Q
5
1
AQSGDB
2222222222222222222222222222222222222222
0000000000000000000000000000000000000000
... + 40 ####00000000####
2222222222222222222222220000333333330000
0000000000000000000000000000000000000000
... + 80 ########################################
0000000000000000000000000000000000000000
0000000000000000000000000000000000000000
... + 120 ########################################
0000000000000000000000000000000000000000
0000000000000000000000000000000000000000
... + 160 ########################################
0000000000000000000000000000000000000000
0000000000000000000000000000000000000000
... + 200 ########################################
0000000000000000000000000000000000000000
0000000000000000000000000000000000000000
... + 240 ###############
000000000000000
000000000000000
-
-
-
-
-
-
-
-
7 FUNCTION RSAQ_EXPORT_USERGROUP_CATALOG
SAPLAQIEXB
LAQIEXBU02 22
-
-
-
-
-
-
-
-
I_HEADBG Q
5
1
I_MAXBG_TINDX 00032
33333
00032
I_WSPACE
2
0
I_BGTEXT[] Table IT_194[31x93]
I_DBBG[] Table IT_195[4x87]
I_DBBN[] Table IT_196[5x25]
I_DBBS[] Table IT_191[27x36]
SY-XPROG RSDBRUNT
5544554522222222222222222222222222222222
234225E400000000000000000000000000000000
AQGDBBN
2222222222222222222222222
0000000000000000000000000
AQGDB
2222222222222222222222222222222222222222
0000000000000000000000000000000000000000
... + 40 ################
2222222222222222222222220000000000000000
0000000000000000000000000000000000000000
... + 80 ########################################
0000000000000000000000000000000000000000
0000000000000000000000000000000000000000
... + 120 ########################################
0000000000000000000000000000000000000000
0000000000000000000000000000000000000000
... + 160 ########################################
0000000000000000000000000000000000000000
0000000000000000000000000000000000000000
... + 200 ########################################
0000000000000000000000000000000000000000
0000000000000000000000000000000000000000
... + 240 ###############
000000000000000
000000000000000
AQGDBBS
222222222222222222222222222222222222
000000000000000000000000000000000000
AQGDBBG 00000 00000000
2222222222223333322222222222233333333222
0000000000000000000000000000000000000000
... + 40 00000000
2222222223333333322222222222222222222222
0000000000000000000000000000000000000000
... + 80
2222222
0000000
%_SPACE
2
0
%_ITAB_DELETE_LIST Table IT_944[0x4]
DBJT[] Table[initial]
GL_IMPORT_DONE X
5
8
S_TB 000000000000
2222222222222333333333333222222222222222
0000000000000000000000000000000000000000
... + 40
2222222222222222222222222222222222222222
0000000000000000000000000000000000000000
... + 80
2222222222222222222222222
0000000000000000000000000
%_VIASELSCR #
0
4
DBOS[] Table[initial]
DBIF[] Table[initial]
DBSF[] Table[initial]
DBSF_TEXT
2222222222222222222222222222222222222222
0000000000000000000000000000000000000000
... + 40
22222222222222222222
00000000000000000000
-
-
-
-
-
-
-
-
6 FORM EXPORT_BGKATALOG
RSAQR3TR
RSAQIEXB 85
-
-
-
-
-
-
-
-
%_DUMMY$$
2222
0000
HEADBG Q
5
1
<%_TABLE_TRSTIT> ???
??????
??????
MAXBG_TINDX 00032
33333
00032
LTAUF-NUM
222222222222
000000000000
WSPACE
2
0
SYST ######################## ###############
0000000010001000000000002000000000000000
00001000B0007000000000000000000000000000
... + 40 ########p###########n###############W###
0000000070000000000060000000000000005000
4000000000000000D000E0000000000000007000
... + 80 ########################################
0000000000000000100000000000000000000000
0000000000000000400000000000000000000000
... + 120 ################################%### ###
0000000000000000000000000000000020008000
000000000000000000000000000000005000E000
... + 160 ################ C############# P0 X1
0000100000000000240000000000000222532253
0000400000000000030030000C0000C000000081
... + 200 000 N ####__S 200
3332222222420000555222222222222222223332
0000000000E00000FF3000000000000000002000
... + 240 00
222223322222222
000000000000000
TR_VARID-VARIANT+0(4)
2222
0000
BGTEXT[] Table IT_194[31x93]
DBBG[] Table IT_195[4x87]
DBBN[] Table IT_196[5x25]
<%_TABLE_VARID> ???
??????
??????
DBBS[] Table IT_191[27x36]
-
-
-
-
-
-
-
-
5 FORM BGKAT_EXPORT
RSAQR3TR
RSAQR3TR 3054
-
-
-
-
-
-
-
-
TEST
2
0
%_SPACE
2
0
QLCATKEY QL
54222222222222222222222222222222
1C000000000000000000000000000000
ACT_WORKSPACE
2
0
-
-
-
-
-
-
-
-
4 FORM IMPO_SG
RSAQR3TR
RSAQR3TR 2477
-
-
-
-
-
-
-
-
C_GENERIERUNG 2
3
2
PROT_WARNING W-
52
7D
TEXT-090 InfoSet $ não atribuível. Falta grp.usuá
46665672226E62677667E766224667626772777E
9E6F354040E3F0142925D65CE061C410720E5351
... + 40 rios &!
766722222222222222222222222222
29F306100000000000000000000000
TAUF-CLAS ZCLISEGM
544454442222222222222222
A3C9357D0000000000000000
XDBBS-NUM ZSD
554222222222
A34000000000
DBBS ZCLISEGM ZSD
544454442222222222222222554222222222
A3C9357D0000000000000000A34000000000
DBVS[] Table IT_881[0x135]
SY-REPID RSAQR3TR
5545535522222222222222222222222222222222
2311234200000000000000000000000000000000
KEY_START *START**********************
2255455222222222222222222222222222222222
AA34124AAAAAAAAAAAAAAAAAAAAAAA0000000000
... + 40
222222222222222222222222222222
000000000000000000000000000000
CLOGQU[] Table IT_863[2x20]
SY-SUBRC 0
0000
0000
C_WARNUNG 3
3
3
SYST-REPID RSAQR3TR
5545535522222222222222222222222222222222
2311234200000000000000000000000000000000
TEXT-160 InfoSet $ não foi atribuído a nenhum gru
46665672226E626662677667E662626666762677
9E6F354040E3F06F90142925D4F010E5E85D0725
... + 40 po de usuários
762662777E76672222222222222222
0F0450535129F30000000000000000
AQSGDB
2222222222222222222222222222222222222222
0000000000000000000000000000000000000000
... + 40 ####00000000####
2222222222222222222222220000333333330000
0000000000000000000000000000000000000000
... + 80 ########################################
0000000000000000000000000000000000000000
0000000000000000000000000000000000000000
... + 120 ########################################
0000000000000000000000000000000000000000
0000000000000000000000000000000000000000
... + 160 ########################################
0000000000000000000000000000000000000000
0000000000000000000000000000000000000000
... + 200 ########################################
0000000000000000000000000000000000000000
0000000000000000000000000000000000000000
... + 240 ###############
000000000000000
000000000000000
C_TRUE X
5
8
CO_FALSE
2
0
C_NUM N
4
E
-
-
-
-
-
-
-
-
3 FORM IMPORT
RSAQR3TR
RSAQR3TR 1888
-
-
-
-
-
-
-
-
AQSLDB
2222222222222222222222222222222222222222
0000000000000000000000000000000000000000
... + 40 ####00000000
2222222222222222222222222222000033333333
0000000000000000000000000000000000000000
... + 80 ########################################
0000000000000000000000000000000000000000
0000000000000000000000000000000000000000
... + 120 ########################################
0000000000000000000000000000000000000000
0000000000000000000000000000000000000000
... + 160 ########################################
0000000000000000000000000000000000000000
0000000000000000000000000000000000000000
... + 200 ########################################
0000000000000000000000000000000000000000
0000000000000000000000000000000000000000
... + 240 ###############
000000000000000
000000000000000
VARI
2222222222222222222222222222222222222222
0000000000000000000000000000000000000000
... + 40 ####00000000000000
2222222222222222222200003333333333333322
0000000000000000000000000000000000000000
... + 80 ####################################
2222000000000000000000000000000000000000
0000000000000000000000000000000000000000
... + 120 ########################################
0000000000000000000000000000000000000000
0000000000000000000000000000000000000000
... + 160 ########################################
0000000000000000000000000000000000000000
0000000000000000000000000000000000000000
... + 200 ########################################
0000000000000000000000000000000000000000
0000000000000000000000000000000000000000
... + 240 ###############
000000000000000
000000000000000
TAUF-CLASS S
5
3
BGNUMBERKEY BN
44
2E
AQGDB
2222222222222222222222222222222222222222
0000000000000000000000000000000000000000
... + 40 ################
2222222222222222222222220000000000000000
0000000000000000000000000000000000000000
... + 80 ########################################
0000000000000000000000000000000000000000
0000000000000000000000000000000000000000
... + 120 ########################################
0000000000000000000000000000000000000000
0000000000000000000000000000000000000000
... + 160 ########################################
0000000000000000000000000000000000000000
0000000000000000000000000000000000000000
... + 200 ########################################
0000000000000000000000000000000000000000
0000000000000000000000000000000000000000
... + 240 ###############
000000000000000
000000000000000
%_ARCHIVE
2222222222222222222222222222222222222222
0000000000000000000000000000000000000000
... + 40
2222222222222222222222222222222222222222
0000000000000000000000000000000000000000
... + 80
2222222222222222222222222222222222222222
0000000000000000000000000000000000000000
... + 120
2222222222222222222222222222222222222222
0000000000000000000000000000000000000000
... + 160
2222222222222222222222222222222222222222
0000000000000000000000000000000000000000
... + 200
2222222222222222222222222222222222222222
0000000000000000000000000000000000000000
... + 240
222222222222222
000000000000000
QUNUMBERKEY QN
54
1E
AQGDBBG 00000 00000000
2222222222223333322222222222233333333222
0000000000000000000000000000000000000000
... + 40 00000000
2222222223333333322222222222222222222222
0000000000000000000000000000000000000000
... + 80
2222222
0000000
ACT_QREL 016.00
333233
016E00
AQGDBBS
222222222222222222222222222222222222
000000000000000000000000000000000000
C_DBSF_ENTRY B
4
2
RCODE 00
33
00
LOCAL_RCODE 00
33
00
-
-
-
-
-
-
-
-
2 FORM TACT_IMPO
RSAQR3TR
RSAQR3TR 914
-
-
-
-
-
-
-
-
STNUM[] Table IT_18[1x43]
SCREEN %_17SNS0000204020_%_%_%_%_%_%_
2533545333333333352525252525252222222222
5F173E30000204020F5F5F5F5F5F5F0000000000
... + 40
2222222222222222222222222222222222222222
0000000000000000000000000000000000000000
... + 80
2222222222222222222222222222222222222222
0000000000000000000000000000000000000000
... + 120 SRI00001#00000 ####
2222222222222222222225543333303333320000
0000000000000000000003290000100000000000
STNUM IEQDEVK905692
4454454333333222222222222222222222222222
951456B905692000000000000000000000000000
... + 40
222
000
ZAEHLER 1
0000
1000
STNUM-SIGN I
4
9
STNUM-OPTION EQ
45
51
AQLTQ 00000 0000
2222222222222222222222222222223333323333
0000000000000000000000000000000000000000
... + 40 000
3332222222222222222222222222222222222222
0000000000000000000000000000000000000000
... + 80
2222222222222222222222222222222222222222
0000000000000000000000000000000000000000
... + 120
2222222222222222222222222222222222222222
0000000000000000000000000000000000000000
... + 160
2222222222222222222222222222222222222222
0000000000000000000000000000000000000000
... + 200
2222222222222222222222222222222222222222
0000000000000000000000000000000000000000
... + 240
222222222222222
000000000000000
TNUM DEVK905692
44543333332222222222
456B9056920000000000
DELAI
2
0
AQLDB
2222222222222222222222222222222222222222
0000000000000000000000000000000000000000
... + 40 ############
2222222222222222222222222222000000000000
0000000000000000000000000000000000000000
... + 80 ########################################
0000000000000000000000000000000000000000
0000000000000000000000000000000000000000
... + 120 ########################################
0000000000000000000000000000000000000000
0000000000000000000000000000000000000000
... + 160 ########################################
0000000000000000000000000000000000000000
0000000000000000000000000000000000000000
... + 200 ########################################
0000000000000000000000000000000000000000
0000000000000000000000000000000000000000
... + 240 ###############
000000000000000
000000000000000
CO_ACT_IMPORT_EXPORT IMPORT_EXPORT_EXTENSION
445455545545554554454442222222
9D0F24F580F24F5845E39FE0000000
TAUFTAB[] Table[initial]
TAUFTAB
22222222222222222222
00000000000000000000
<%_L001> ???
??????
??????
<%_L001>-TNUM ???
??????
??????
-
-
-
-
-
-
-
-
1 EVENT START-OF-SELECTION
RSAQR3TR
RSAQR3TR 654
-
-
-
-
-
-
-
-
TACT IMPO
4454
9D0F
SY-XFORM INIT_%_INIT
444552544452222222222222222222
9E94F5F9E940000000000000000000
C_NNUM S
5
3
SAVED S
5
3
AQGDBBN
2222222222222222222222222
0000000000000000000000000
GENERATED G
4
7
AQLTS 00000 000000
2222222222222222222222222222333332333333
0000000000000000000000000000000000000000
... + 40 0
3222222222222222222222222222222222222222
0000000000000000000000000000000000000000
... + 80
2222222222222222222222222222222222222222
0000000000000000000000000000000000000000
... + 120
2
0
WS_STANDARD
2
0
-
-
-
-
-
-
-
-
Application Calls
-
-
-
-
-
-
-
-
No dump information available
-
-
-
-
-
-
-
-
Application Information
-
-
-
-
-
-
-
-
No dump information available
-
-
-
-
-
-
-
-
Internal notes
-
-
-
-
-
-
-
-
The termination occurred in the function "ab_jmess" of the SAP
Basis System, specifically in line 1133 of the module
"//bas/640_REL/src/krn/runt/abdynpro.c#17".
The internal operation just processed is "MESS".
The internal session was started at 20051214191740.
-
-
-
-
-
-
-
-
Active calls in SAP kernel
-
-
-
-
-
-
-
-
SAP (R) - R/3(TM) Callstack, Version 1.0
Copyright (C) SAP AG. All rights reserved.
Callstack without Exception:
App : disp+work.EXE (pid=3776)
When : 12/14/2005 19:18:11.765
Threads : 2
Computer Name : SAPPRD
User Name : SAPServicePRD
Number of Processors: 4
Processor Type: x86 Family 15 Model 2 Stepping 9
Windows Version : 5.2 Current Build: 3790
State Dump for Thread Id ec4
eax=0006afc0 ebx=00000000 ecx=3cd558f8 edx=00000000 esi=003f60a4 edi=003f6078
eip=7ffe0304 esp=0400e0b0 ebp=0400e4f0 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 :
7ffe02f0 0000 add (eax),al ds:0006afc0=0a
7ffe02f2 0000 add (eax),al ds:0006afc0=0a
7ffe02f4 0000 add (eax),al ds:0006afc0=0a
7ffe02f6 0000 add (eax),al ds:0006afc0=0a
7ffe02f8 0000 add (eax),al ds:0006afc0=0a
7ffe02fa 0000 add (eax),al ds:0006afc0=0a
7ffe02fc 0000 add (eax),al ds:0006afc0=0a
7ffe02fe 0000 add (eax),al ds:0006afc0=0a
7ffe0300 8bd4 mov edx,esp
7ffe0302 0f34 ???
7ffe0304 c3 ret
7ffe0305 9c pushfd
7ffe0306 810c2400010000 or dword ptr (esp),0x100 ss:0400e0b0=0400e4f0
7ffe030d 9d popfd
7ffe030e c3 ret
7ffe030f 90 nop
7ffe0310 90 nop
7ffe0311 90 nop
7ffe0312 90 nop
7ffe0313 90 nop
7ffe0314 90 nop
7ffe0315 90 nop
FramePtr ReturnAd Param#1 Param#2 Param#3 Param#4 Function Name
0400e4f0 00f2cdce 7c38b588 00000002 00000001 00000000 (ntstcdbg.c (388))
0400e584 0053a126 7c38b588 7c38b588 7c38b588 017cbd04 disp+work!NTStack >
> (dptstack.c (1358))
0400e5a0 0053a15a 7c38b588 00000000 008085e3 7c38b588 disp+work!CTrcStack2 >
> (dptstack.c (345))
0400e5ac 008085e3 7c38b588 00040000 30305f59 42313030 disp+work!CTrcStack >
> (dptstack.c (175))
0400e5c8 0080b991 00000032 01a36b5c 0400e6a8 006042df disp+work!rabax_CStackSave >
> (abrabax.c (6732))
0400e680 007f115d 0131876c 0131875c 0000046d 01a36b5c disp+work!ab_rabax >
> (abrabax.c (1009))
0400e6b0 0065e9a5 00000008 6fcb1d78 00000000 0400e718 disp+work!ab_jmess >
> (abdynpro.c (1133))
0400e718 007862d2 017ea2b4 00000000 0400e744 00000000 disp+work!ab_extri >
> (abextri.c (540))
0400e72c 007866af 0130a2dc 00000000 01f4bd04 00000000 disp+work!ab_xevent >
> (abrunt1.c (321))
0400e744 0084b493 3cd54bd0 00000000 0000008e 00000025 disp+work!ab_trigg >
> (abrunt1.c (136))
0400e75c 00576dc3 3cd54bd0 3cd54bd0 3cd55734 00000000 disp+work!ab_run >
> (absubmit.c (606))
0400e780 00579601 00000000 3cd54bd0 7c36a42b 00000000 disp+work!dynpmcal >
> (dymainstp.c (2227))
0400e798 00578be1 3cd55734 3cd54bd0 00000003 0400fdcc disp+work!dynppai0 >
> (dymainstp.c (1041))
0400e7b4 0054dcfb 3cd54bd0 00000002 00000001 00000000 disp+work!dynprctl >
> (dymainstp.c (351))
0400fdcc 0047533d 00000013 0400fe74 00000001 00498710 disp+work!dynpen00 >
> (dymain.c (1375))
0400fddc 00498710 00000002 00000000 003f6060 00000002 disp+work!Thdynpen00 >
> (thxxhead.c (4455))
0400feec 00498aca 00000001 7ffdf000 00000000 00000000 disp+work!TskhLoop >
> (thxxhead.c (4219))
0400ff04 004222c6 00000000 00000000 0400ff60 00401085 disp+work!tskhstart >
> (thxxhead.c (1047))
0400ff14 00401085 00000003 003f6060 00000001 00000000 disp+work!DpMain >
> (dpxxdisp.c (1007))
0400ff60 01096f1d 00000003 003f6060 003f28e8 016f9000 disp+work!nlsui_main >
> (thxxanf.c (82))
0400ffc0 77e4f38c 00000000 00000000 7ffdf000 00000000 disp+work!mainCRTStartup >
> (crtexe.c (398))
0400fff0 00000000 01096dda 00000000 00905a4d 00000003 kernel32!TerminateThread
State Dump for Thread Id fa8
eax=0000005e ebx=00000103 ecx=003f0110 edx=00000000 esi=00000000 edi=00000000
eip=7ffe0304 esp=0588feb0 ebp=0588fef4 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 :
7ffe02f0 0000 add (eax),al ds:0000005e=??
7ffe02f2 0000 add (eax),al ds:0000005e=??
7ffe02f4 0000 add (eax),al ds:0000005e=??
7ffe02f6 0000 add (eax),al ds:0000005e=??
7ffe02f8 0000 add (eax),al ds:0000005e=??
7ffe02fa 0000 add (eax),al ds:0000005e=??
7ffe02fc 0000 add (eax),al ds:0000005e=??
7ffe02fe 0000 add (eax),al ds:0000005e=??
7ffe0300 8bd4 mov edx,esp
7ffe0302 0f34 ???
7ffe0304 c3 ret
7ffe0305 9c pushfd
7ffe0306 810c2400010000 or dword ptr (esp),0x100 ss:0588feb0=77f42845
7ffe030d 9d popfd
7ffe030e c3 ret
7ffe030f 90 nop
7ffe0310 90 nop
7ffe0311 90 nop
7ffe0312 90 nop
7ffe0313 90 nop
7ffe0314 90 nop
7ffe0315 90 nop
FramePtr ReturnAd Param#1 Param#2 Param#3 Param#4 Function Name
0588feac 77f42845 77e60226 000006cc 00000000 00000000 (signt.c (563))
0588ffb8 77e4a990 003f7a40 00000000 00000000 003f7a40 MSVCR71!endthreadex
0588ffec 00000000 7c3494f6 003f7a40 00000000 00000000 kernel32!FlsSetValue
-
-
-
-
-
-
-
-
List of ABAP programs affected
-
-
-
-
-
-
-
-
Type Program Gen. Date Time Load Size
Prg RSAQR3TR 23.09.2004 17:55:58 277504
Prg SAPMSSY0 12.12.2005 12:33:52 66560
Prg SAPMSSYD 05.06.2002 17:09:33 16384
Prg SAPFSYSCALLS 14.02.2002 14:22:47 6144
Prg RSDBRUNT 23.09.2004 18:09:15 224256
Typ RSSCR . . : m:15 5120
Prg RSDBSPBL 07.01.2003 18:47:02 59392
Prg SAPDB__S 14.02.2002 14:22:47 15360
Typ VARID 12.05.1997 16:51:30 4096
Prg %_CSYDB0 14.02.2002 14:22:46 28672
Prg RSDBSPVA 23.09.2004 17:53:34 110592
Typ RSVAMEMKEY 07.05.1997 13:07:49 2048
Prg RSDBSPMC 05.06.2002 17:09:26 66560
Typ DDSHDESCR 03.09.1997 03:05:16 3072
Typ SPPARAMS 07.05.1997 13:10:38 2048
Typ SPPARAMS 07.05.1997 13:10:38 2048
Prg SAPLICON 02.07.2003 13:17:13 24576
Prg %_CICON 14.02.2002 14:22:46 65536
Prg SAPLSABE 14.02.2002 14:22:47 11264
Prg SAPLSECU 23.09.2004 17:51:33 64512
Typ RSSUBINFO 14.10.1999 22:01:03 3072
Prg SAPLDSYA 14.02.2002 14:22:47 39936
Prg SAPFSDS1 07.01.2003 18:32:17 47104
Typ TDCLD 02.11.1998 09:51:35 5120
Prg SAPLSDOD 23.09.2004 18:08:54 39936
Typ DOKIL 12.05.1997 16:46:17 3072
Typ RSEXFCODE 13.08.1997 12:52:57 1024
Typ RSSELINT 04.04.1995 16:12:37 2048
Typ RSPARINT 10.04.1995 09:58:38 1024
Prg SAPLSCNT 14.02.2002 14:22:47 24576
Typ DYCBOX 20.08.1998 11:16:53 2048
Prg SAPLSVSM 07.01.2003 18:35:45 22528
Prg SAPLSGUI 09.01.2003 17:15:12 31744
Prg SAPLSTTM 23.09.2004 18:13:51 75776
Prg SAPLSBDC 07.01.2003 18:31:25 38912
Prg CL_DATAPROVIDER===============CP 14.02.2002 14:22:46 40960
Prg %_CCNTL 14.02.2002 14:22:46 13312
Typ OBJ_RECORD 14.02.1998 08:30:43 2048
Prg SAPLSTUP 02.06.2003 14:20:59 65536
Prg SAPLCNDP 12.12.2005 12:33:21 166912
Prg SAPFGUICNTL 09.01.2003 17:18:52 20480
Prg SAPLOLEA 12.12.2005 12:32:40 79872
Prg SAPLSFES 12.12.2005 12:33:41 173056
Prg SAPLSPLUGIN 14.02.2002 14:22:48 6144
Typ ARFCRDATA 09.11.2000 14:04:16 6144
Prg SAPLGRFC 14.02.2002 14:22:47 13312
Typ SWCBCONT 15.11.2000 17:55:11 3072
Typ OLE_VERBS 04.04.1995 16:02:20 2048
Typ OLE_PA 04.04.1995 16:02:19 2048
Prg SAPSHDTV 26.03.2003 09:03:16 28672
Typ SSCRTEXTS 03.09.1997 03:12:33 3072
Typ SSCRFIELDS 13.05.1997 12:54:26 4096
Prg CL_GUI_PROPS_CONSUMER=========CP 07.01.2003 18:26:56 26624
Prg SAPLTHFB 12.12.2005 12:33:06 304128
Prg CL_DYNAMIC_GUI_EXTENSIONS=====CP 14.02.2002 14:22:46 33792
Prg CL_GUI_DATAMANAGER============CP 14.07.2003 13:51:14 70656
Prg CL_ABAP_CHAR_UTILITIES========CP 12.12.2005 12:27:20 11264
Prg RSDBSPVD 12.12.2005 12:28:56 74752
Typ RVARI 30.03.1998 09:40:50 4096
Typ RSVARIVDAT 04.04.1995 16:12:54 2048
Prg SAPLAQIEXS 23.09.2004 18:08:51 156672
Typ DFIES 09.11.2000 14:07:05 8192
Typ AQHDSG 18.12.2001 16:52:27 6144
Typ AQCLSG 07.05.1997 12:40:11 2048
Typ AQDBSA 07.05.1997 12:40:14 2048
Typ AQDBOB 10.11.1999 17:37:10 2048
Typ AQDBOS 21.12.1999 19:12:55 2048
Typ AQDBIF 10.11.1999 17:37:09 2048
Typ AQDBSF 01.02.2000 09:26:28 4096
Typ AQDBSG 02.11.1998 09:43:01 2048
Typ AQDBAN 13.08.1997 12:17:11 2048
Typ AQDBJT 18.12.2001 16:52:27 3072
Typ AQDBJC 13.08.1997 12:17:12 2048
Typ AQDBZT 13.08.1997 12:17:15 2048
Typ AQDBZC 21.12.1999 19:12:55 4096
Typ AQDBZL 13.08.1997 12:17:15 2048
Typ AQDBDP 09.11.2000 14:04:09 2048
Typ AQDBPA 29.11.1999 17:37:21 4096
Typ AQDBWR 13.08.1997 12:17:14 3072
Typ AQDBAR 13.08.1997 12:17:11 2048
Typ AQDBFT 13.08.1997 12:17:12 2048
Typ AQTXSG 13.08.1997 12:17:17 2048
Typ AQLTS 13.08.1997 13:14:50 3072
Prg SAPLAQLANG 14.02.2002 14:22:47 8192
Typ T002C 14.02.1998 10:25:13 3072
Prg RSAQDDIC 14.02.2002 14:22:47 38912
Typ AQIF_C 04.01.2000 18:08:16 2048
Typ AQIF_S 04.01.2000 18:08:17 2048
Prg CL_QUERY_DDIC_ACCESS==========CP 14.02.2002 14:22:46 11264
Prg IF_QUERY_DDIC=================IP 13.11.2000 16:48:57 5120
Prg SAPLSDIFRUNTIME 23.09.2004 15:25:22 81920
Typ DDFIXVALUE 27.08.1999 18:04:56 2048
Typ X031L 15.11.2000 18:03:28 5120
Prg SAPLSDNT 02.06.2003 14:21:58 199680
Prg SAPLSUGS 17.04.2003 16:08:10 29696
Typ DDFTX 05.11.1997 02:52:59 4096
Prg SAPLSDIF 14.05.2003 09:31:46 180224
Typ DD03P 19.11.2001 15:46:27 11264
Typ DD05M 09.11.2000 14:06:49 3072
Typ DD08V 20.08.1998 11:35:49 3072
Typ DD12V 20.08.1998 11:35:57 4096
Typ DD17V 20.08.1998 10:50:57 2048
Typ DD35V 01.03.2001 12:21:53 2048
Typ DD36M 01.03.2001 12:38:06 4096
Typ DD02V 19.11.2001 15:50:56 6144
Typ DD09V 27.08.1999 18:04:52 4096
Prg SAPLSDTB 20.01.2003 16:31:47 381952
Typ DDCACHE 30.03.1995 13:12:06 2048
Typ DCTABDGET 13.05.1997 12:49:28 2048
Prg SAPLSDSG 07.01.2003 18:38:57 113664
Prg RADBTDDO 14.02.2002 14:22:47 33792
Prg RADBTDDF 14.02.2002 14:22:47 294912
Typ DD02L 19.11.2001 15:49:25 6144
Typ DD02T 05.11.1997 02:52:47 2048
Typ DDSTATE 07.05.1997 12:49:07 2048
Typ DCTABLGET 04.06.1997 19:16:24 2048
Typ AQHDBG 13.08.1997 12:17:15 1024
Typ AQHDSG 18.12.2001 16:52:27 6144
Typ AQDBBS 13.08.1997 12:17:11 2048
Typ AQCLSG 07.05.1997 12:40:11 2048
Typ AQDBSA 07.05.1997 12:40:14 2048
Typ AQDBOB 10.11.1999 17:37:10 2048
Typ AQDBOS 21.12.1999 19:12:55 2048
Typ AQDBIF 10.11.1999 17:37:09 2048
Typ AQDBSF 01.02.2000 09:26:28 4096
Typ AQDBSG 02.11.1998 09:43:01 2048
Typ AQDBAN 13.08.1997 12:17:11 2048
Typ AQDBJT 18.12.2001 16:52:27 3072
Typ AQDBJC 13.08.1997 12:17:12 2048
Typ AQDBZT 13.08.1997 12:17:15 2048
Typ AQDBZC 21.12.1999 19:12:55 4096
Typ AQDBZL 13.08.1997 12:17:15 2048
Typ AQDBDP 09.11.2000 14:04:09 2048
Typ AQDBPA 29.11.1999 17:37:21 4096
Typ AQDBWR 13.08.1997 12:17:14 3072
Typ AQDBAR 13.08.1997 12:17:11 2048
Typ AQDBFT 13.08.1997 12:17:12 2048
Typ AQTXSG 13.08.1997 12:17:17 2048
Prg SAPLAQENQ 13.11.2000 14:17:43 49152
Prg /1BCDWBEN/SAPLSEN3 14.02.2002 14:22:46 112640
Prg SAPLSENA 23.09.2004 15:22:37 28672
Prg SAPLAQIEXB 12.12.2005 12:33:15 68608
Typ AQHDBG 13.08.1997 12:17:15 1024
Typ AQDBBG 13.08.1997 12:17:11 2048
Typ AQDBBS 13.08.1997 12:17:11 2048
Typ AQDBBN 13.08.1997 12:17:11 2048
Typ AQTXBG 13.08.1997 12:17:16 2048
Prg SAPLAQWS 05.06.2002 17:04:18 71680
Prg SAPLAQNF 04.12.2000 16:13:23 93184
Typ AQDBBG 13.08.1997 12:17:11 2048
Typ AQDBBS 13.08.1997 12:17:11 2048
Typ AQDBBN 13.08.1997 12:17:11 2048
Typ AQCASG 13.08.1997 12:17:11 2048
Typ AQLSCAT 13.08.1997 13:14:49 2048
Prg SAPLAQCK 23.09.2004 15:31:02 325632
Prg SAPLAQINFOSET_SERVICE 04.12.2000 16:13:22 80896
Prg %_CTXID 09.11.2000 18:52:55 14336
Typ SFIELDVAL 04.12.2000 13:07:57 2048
Prg CL_TEXT_IDENTIFIER============CP 23.09.2004 17:55:34 86016
Prg IF_TEXT_IDENTIFIER============IP 20.07.2001 13:44:23 8192
Typ TEXC_FLD 15.11.2000 17:57:15 3072
Typ TEXC_DE 15.11.2000 17:57:15 2048
Typ TEXC_DOM 15.11.2000 17:57:15 2048
Typ TEXC_FLD_C 15.11.2000 17:57:16 3072
Typ TEXC_DE_C 15.11.2000 17:57:15 2048
Typ TEXC_DOM_C 15.11.2000 17:57:15 2048
Typ DD07V 14.02.1998 01:16:22 3072
Typ DD01V 09.11.2000 14:25:23 5120
Prg SAPLSDDO 23.09.2004 15:36:00 206848
Typ DCDOMAGET 30.03.1995 13:11:13 2048
Typ DD01L 09.11.2000 14:06:40 5120
Typ DDDOSTATE 07.05.1997 12:48:49 2048
Prg SAPLSDTO 14.02.2002 14:22:48 23552
Typ DD08L 05.11.1997 02:52:51 3072
Prg SAPLSDFK 14.02.2002 14:22:48 23552
Typ DD05S 05.11.1997 02:52:51 3072
Typ DD05V 05.11.1997 02:52:51 2048
Typ DD03K 09.11.2000 14:25:24 2048
Typ TRDIR 02.11.1998 09:59:17 5120
Typ TRMSG 12.05.1997 16:51:02 2048
Prg %_CSYNT 23.09.2004 15:31:02 72704
Typ STOKES 26.02.2001 12:01:12 2048
Typ AQDBAR 13.08.1997 12:17:11 2048
Prg SAPLAQGF 14.07.2003 13:50:29 193536
Typ AQDBAN 13.08.1997 12:17:11 2048
Typ AQDBDP 09.11.2000 14:04:09 2048
Typ AQDBFT 13.08.1997 12:17:12 2048
Typ AQDBIF 10.11.1999 17:37:09 2048
Typ AQDBJC 13.08.1997 12:17:12 2048
Typ AQDBJT 18.12.2001 16:52:27 3072
Typ AQDBOB 10.11.1999 17:37:10 2048
Typ AQDBOS 21.12.1999 19:12:55 2048
Typ AQDBPA 29.11.1999 17:37:21 4096
Typ AQDBSA 07.05.1997 12:40:14 2048
Typ AQDBSF 01.02.2000 09:26:28 4096
Typ AQDBSG 02.11.1998 09:43:01 2048
Typ AQDBWR 13.08.1997 12:17:14 3072
Typ AQDBZC 21.12.1999 19:12:55 4096
Typ AQDBZL 13.08.1997 12:17:15 2048
Typ AQDBZT 13.08.1997 12:17:15 2048
Typ AQTXSG 13.08.1997 12:17:17 2048
Prg SAPLAQ_INT_FUNCTIONS 12.12.2005 12:33:16 502784
Prg SAPLAQTXTS 04.12.2000 16:13:26 13312
Prg %_CAQADH 14.02.2002 14:22:42 48128
Typ AQDBSF 01.02.2000 09:26:28 4096
Typ AQHDQU 19.01.2001 18:10:35 8192
Prg SAPLAQIEXQ 04.12.2000 16:13:21 153600
Typ AQLQCAT 13.08.1997 13:14:48 2048
Typ AQCAQU 13.08.1997 12:17:10 2048
Typ AQHDQU 19.01.2001 18:10:35 8192
Typ AQCLQU 18.04.1995 15:39:41 2048
Typ AQDBOP 01.02.2000 09:26:28 5120
Typ AQDBSN 13.08.1997 12:17:14 2048
Typ AQDBFR 07.05.1997 12:40:13 2048
Typ AQDBLF 13.08.1997 12:17:12 4096
Typ AQDBLC 13.08.1997 12:17:12 2048
Typ AQDBLD 09.11.2000 14:04:09 2048
Typ AQDBSE 19.01.2001 18:10:35 3072
Typ AQDBSQ 20.01.2000 10:00:59 1024
Typ AQDBGR 13.08.1997 12:17:12 3072
Typ AQDBLI 14.04.1998 11:17:16 3072
Typ AQDBFF 03.09.1999 09:48:03 3072
Typ AQDBFM 13.08.1997 12:17:12 2048
Typ AQDBVH 13.08.1997 12:17:14 3072
Typ AQDBVS 29.11.1999 17:37:22 5120
Typ AQDBRH 13.08.1997 12:17:13 3072
Typ AQDBRL 29.11.1999 17:37:21 4096
Typ AQDBPT 13.08.1997 12:17:13 2048
Typ AQDBCT 13.08.1997 12:17:11 2048
Typ AQTXQU 13.08.1997 12:17:16 2048
Typ AQLTQ 13.08.1997 13:14:50 3072
Prg RSAQSYST 23.09.2004 15:17:30 8192
Prg SAPLSTR9 07.10.2003 15:47:08 33792
Prg CONTEXT_X_TR_SYS_PARAMS 07.10.2003 15:47:08 35840
Typ TCONT 29.07.1998 19:46:10 2048
Typ TCONT 29.07.1998 19:46:10 2048
Prg SAPLSNL2 07.01.2003 18:31:25 8192
Prg RSAQGENI 07.01.2003 18:38:59 17408
Typ D010SINF 22.01.2001 11:11:06 6144
Prg RSAQDEVC 14.02.2002 14:15:33 50176
Typ AQLDB 07.05.1997 13:27:57 5120
Typ SYST 04.12.2000 14:54:51 27648
Typ AQDBBS 13.08.1997 12:17:11 2048
-
-
-
-
-
-
-
-
List of internal tables
-
-
-
-
-
-
-
-
FUNCTION-POOL=AQIEXBDATA=DBBG[]
Table reference: 98
TABH+ 0(20) = 808BE63C000000000000000062000000C5000000
TABH+ 20(20) = 1700000057000000FFFFFFFF048D000020090000
TABH+ 40( 😎 = 1F000000C9048000
store = 0x808BE63C
ext1 = 0x00000000
shmId = 0 (0x00000000)
id = 98 (0x62000000)
label = 197 (0xC5000000)
fill = 23 (0x17000000)
leng = 87 (0x57000000)
loop = -1 (0xFFFFFFFF)
xtyp = TYPE#000032
occu = 31 (0x1F000000)
access = 1 (ItAccessStandard)
idxKind = 1 (ItIndexLinear)
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 = 0x305DDA3C
pghook = 0x00000000
idxPtr = 0x00B3F73C
refCount = 0 (0x00000000)
tstRefCount = 0 (0x00000000)
lineAdmin = 31 (0x1F000000)
lineAlloc = 31 (0x1F000000)
store_id = 640 (0x80020000)
shmIsReadOnly = 0 (0x00000000)
>>>>> 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
FUNCTION-POOL=AQIEXBDATA=DBBS[]
Table reference: 99
TABH+ 0(20) = 705CD43C000000000000000063000000C6000000
TABH+ 20(20) = 3B00000024000000FFFFFFFF048D0000C8090000
TABH+ 40( 😎 = 1B000000C9048000
store = 0x705CD43C
ext1 = 0x00000000
shmId = 0 (0x00000000)
id = 99 (0x63000000)
label = 198 (0xC6000000)
fill = 59 (0x3B000000)
leng = 36 (0x24000000)
loop = -1 (0xFFFFFFFF)
xtyp = TYPE#000035
occu = 27 (0x1B000000)
access = 1 (ItAccessStandard)
idxKind = 1 (ItIndexLinear)
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 = 0xD067DA3C
pghook = 0xE083F63C
idxPtr = 0x380BE73C
refCount = 0 (0x00000000)
tstRefCount = 0 (0x00000000)
lineAdmin = 81 (0x51000000)
lineAlloc = 81 (0x51000000)
store_id = 642 (0x82020000)
shmIsReadOnly = 0 (0x00000000)
>>>>> 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
FUNCTION-POOL=AQIEXBDATA=DBBN[]
Table reference: 104
TABH+ 0(20) = A0B3F73C000000000000000068000000C7000000
TABH+ 20(20) = 2400000019000000FFFFFFFF048D0000700A0000
TABH+ 40( 😎 = 05000000C1048000
store = 0xA0B3F73C
ext1 = 0x00000000
shmId = 0 (0x00000000)
id = 104 (0x68000000)
label = 199 (0xC7000000)
fill = 36 (0x24000000)
leng = 25 (0x19000000)
loop = -1 (0xFFFFFFFF)
xtyp = TYPE#000038
occu = 5 (0x05000000)
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 = 0xE05BD43C
pghook = 0xC08BE63C
idxPtr = 0x00000000
refCount = 0 (0x00000000)
tstRefCount = 0 (0x00000000)
lineAdmin = 527 (0x0F020000)
lineAlloc = 527 (0x0F020000)
store_id = 641 (0x81020000)
shmIsReadOnly = 0 (0x00000000)
>>>>> 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
FUNCTION-POOL=AQIEXBDATA=BGTEXT[]
Table reference: 107
TABH+ 0(20) = F065E63C00000000000000006B000000C8000000
TABH+ 20(20) = 1F0000005D000000FFFFFFFF048D0000880B0000
TABH+ 40( 😎 = 1F000000C1048400
store = 0xF065E63C
ext1 = 0x00000000
shmId = 0 (0x00000000)
id = 107 (0x6B000000)
label = 200 (0xC8000000)
fill = 31 (0x1F000000)
leng = 93 (0x5D000000)
loop = -1 (0xFFFFFFFF)
xtyp = TYPE#000043
occu = 31 (0x1F000000)
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 = 1
sharedWithShmTab = 0
isShmLockId = 0
gcKind = 0
isUsed = 1
>>>>> Shareable Table Header Data <<<<<
tabi = 0x985AE63C
pghook = 0x00000000
idxPtr = 0x00000000
refCount = 1 (0x01000000)
tstRefCount = 0 (0x00000000)
lineAdmin = 31 (0x1F000000)
lineAlloc = 31 (0x1F000000)
store_id = 107 (0x6B000000)
shmIsReadOnly = 0 (0x00000000)
>>>>> 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
PROGRAM=RSAQR3TRDATA=BGTEXT[]
Table reference: 92
TABH+ 0(20) = F065E63C00DDE13C000000005C000000C2000000
TABH+ 20(20) = 1F0000005D000000FFFFFFFF04000000A00C0000
TABH+ 40( 😎 = 1F000000C1048400
store = 0xF065E63C
ext1 = 0x00DDE13C
shmId = 0 (0x00000000)
id = 92 (0x5C000000)
label = 194 (0xC2000000)
fill = 31 (0x1F000000)
leng = 93 (0x5D000000)
loop = -1 (0xFFFFFFFF)
xtyp = TYPE#000048
occu = 31 (0x1F000000)
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 = 1
sharedWithShmTab = 0
isShmLockId = 0
gcKind = 0
isUsed = 1
>>>>> Shareable Table Header Data <<<<<
tabi = 0x985AE63C
pghook = 0x00000000
idxPtr = 0x00000000
refCount = 1 (0x01000000)
tstRefCount = 0 (0x00000000)
lineAdmin = 31 (0x1F000000)
lineAlloc = 31 (0x1F000000)
store_id = 107 (0x6B000000)
shmIsReadOnly = 0 (0x00000000)
>>>>> 1st level extension part <<<<<
regHook = 0x00000000
hsdir = 0x00000000
ext2 = 0x4009E63C
>>>>> 2nd level extension part <<<<<
tabhBack = 0x18D4E13C
delta_head = 000000000000000000000000000000000000000000000000000000000000000000000000
pb_func = 0x00000000
pb_handle = 0x00000000
PROGRAM=RSAQR3TRDATA=DBBG[]
Table reference: 95
TABH+ 0(20) = 6844E63C90D6E13C000000005F000000C3000000
TABH+ 20(20) = 0400000057000000FFFFFFFF04000000380A0000
TABH+ 40( 😎 = 1F000000C9048400
store = 0x6844E63C
ext1 = 0x90D6E13C
shmId = 0 (0x00000000)
id = 95 (0x5F000000)
label = 195 (0xC3000000)
fill = 4 (0x04000000)
leng = 87 (0x57000000)
loop = -1 (0xFFFFFFFF)
xtyp = TYPE#000037
occu = 31 (0x1F000000)
access = 1 (ItAccessStandard)
idxKind = 1 (ItIndexLinear)
uniKind = 2 (ItUniqueNon)
keyKind = 1 (default)
cmpMode = 2 (cmpSingleMcmpR)
occu0 = 0
collHash = 0
groupCntl = 0
rfc = 0
unShareable = 0
mightBeShared = 1
sharedWithShmTab = 0
isShmLockId = 0
gcKind = 0
isUsed = 1
>>>>> Shareable Table Header Data <<<<<
tabi = 0xC839E63C
pghook = 0x00000000
idxPtr = 0xC0B6E63C
refCount = 0 (0x00000000)
tstRefCount = 0 (0x00000000)
lineAdmin = 31 (0x1F000000)
lineAlloc = 31 (0x1F000000)
store_id = 104 (0x68000000)
shmIsReadOnly = 0 (0x00000000)
>>>>> 1st level extension part <<<<<
regHook = 0x00000000
hsdir = 0x00000000
ext2 = 0x8809E63C
>>>>> 2nd level extension part <<<<<
tabhBack = 0x10D6E13C
delta_head = 000000000000000000000000000000000000000000000000000000000000000000000000
pb_func = 0x00000000
pb_handle = 0x00000000
PROGRAM=RSAQR3TRDATA=DBBN[]
Table reference: 100
TABH+ 0(20) = 3057E63C38D7E13C0000000064000000C4000000
TABH+ 20(20) = 0500000019000000FFFFFFFF04000000880B0000
TABH+ 40( 😎 = 24000000C9048400
store = 0x3057E63C
ext1 = 0x38D7E13C
shmId = 0 (0x00000000)
id = 100 (0x64000000)
label = 196 (0xC4000000)
fill = 5 (0x05000000)
leng = 25 (0x19000000)
loop = -1 (0xFFFFFFFF)
xtyp = TYPE#000043
occu = 36 (0x24000000)
access = 1 (ItAccessStandard)
idxKind = 1 (ItIndexLinear)
uniKind = 2 (ItUniqueNon)
keyKind = 1 (default)
cmpMode = 2 (cmpSingleMcmpR)
occu0 = 0
collHash = 0
groupCntl = 0
rfc = 0
unShareable = 0
mightBeShared = 1
sharedWithShmTab = 0
isShmLockId = 0
gcKind = 0
isUsed = 1
>>>>> Shareable Table Header Data <<<<<
tabi = 0x9853E63C
pghook = 0x00000000
idxPtr = 0xF08BE63C
refCount = 0 (0x00000000)
tstRefCount = 0 (0x00000000)
lineAdmin = 36 (0x24000000)
lineAlloc = 36 (0x24000000)
store_id = 106 (0x6A000000)
shmIsReadOnly = 0 (0x00000000)
>>>>> 1st level extension part <<<<<
regHook = 0x00000000
hsdir = 0x00000000
ext2 = 0x8824E63C
>>>>> 2nd level extension part <<<<<
tabhBack = 0x10DCE13C
delta_head = 000000000000000000000000000000000000000000000000000000000000000000000000
pb_func = 0x00000000
pb_handle = 0x00000000
PROGRAM=RSAQR3TRDATA=DBBS[]
Table reference: 91
TABH+ 0(20) = E8ADF73C40D5E13C000000005B000000BF000000
TABH+ 20(20) = 1B00000024000000FFFFFFFF04000000E00A0000
TABH+ 40( 😎 = 1B000000C9048400
store = 0xE8ADF73C
ext1 = 0x40D5E13C
shmId = 0 (0x00000000)
id = 91 (0x5B000000)
label = 191 (0xBF000000)
fill = 27 (0x1B000000)
leng = 36 (0x24000000)
loop = -1 (0xFFFFFFFF)
xtyp = TYPE#000040
occu = 27 (0x1B000000)
access = 1 (ItAccessStandard)
idxKind = 1 (ItIndexLinear)
uniKind = 2 (ItUniqueNon)
keyKind = 1 (default)
cmpMode = 2 (cmpSingleMcmpR)
occu0 = 0
collHash = 0
groupCntl = 0
rfc = 0
unShareable = 0
mightBeShared = 1
sharedWithShmTab = 0
isShmLockId = 0
gcKind = 0
isUsed = 1
>>>>> Shareable Table Header Data <<<<<
tabi = 0x3859D03C
pghook = 0x00000000
idxPtr = 0xC07EF63C
refCount = 0 (0x00000000)
tstRefCount = 0 (0x00000000)
lineAdmin = 27 (0x1B000000)
lineAlloc = 27 (0x1B000000)
store_id = 632 (0x78020000)
shmIsReadOnly = 0 (0x00000000)
>>>>> 1st level extension part <<<<<
regHook = 0x00000000
hsdir = 0x00000000
ext2 = 0xD024E63C
>>>>> 2nd level extension part <<<<<
tabhBack = 0x2826D63C
delta_head = 000000000000000000000000000000000000000000000000000000000000000000000000
pb_func = 0x00000000
pb_handle = 0x00000000
FUNCTION-POOL=AQIEXBDATA=%_ITAB_DELETE_LIST
Table reference: 234
TABH+ 0(20) = 000000000000000000000000EA000000B0030000
TABH+ 20(20) = 0000000004000000FFFFFFFF048D000090250000
TABH+ 40( 😎 = 19000000C1248000
store = 0x00000000
ext1 = 0x00000000
shmId = 0 (0x00000000)
id = 234 (0xEA000000)
label = 944 (0xB0030000)
fill = 0 (0x00000000)
leng = 4 (0x04000000)
loop = -1 (0xFFFFFFFF)
xtyp = TYPE#000162
occu = 25 (0x19000000)
access = 1 (ItAccessStandard)
idxKind = 0 (ItIndexNone)
uniKind = 2 (ItUniqueNon)
keyKind = 1 (default)
cmpMode = 2 (cmpSingleMcmpR)
occu0 = 1
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
PROGRAM=RSAQR3TRDATA=DBVS[]
Table reference: 200
TABH+ 0(20) = 00000000403FE53C00000000C800000071030000
TABH+ 20(20) = 0000000087000000FFFFFFFF04000000702D0000
TABH+ 40( 😎 = 32000000C1048000
store = 0x00000000
ext1 = 0x403FE53C
shmId = 0 (0x00000000)
id = 200 (0xC8000000)
label = 881 (0x71030000)
fill = 0 (0x00000000)
leng = 135 (0x87000000)
loop = -1 (0xFFFFFFFF)
xtyp = TYPE#000198
occu = 50 (0x32000000)
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 = 0xF83EE53C
>>>>> 2nd level extension part <<<<<
tabhBack = 0xB83EE53C
delta_head = 000000000000000000000000000000000000000000000000000000000000000000000000
pb_func = 0x00000000
pb_handle = 0x00000000
PROGRAM=RSAQR3TRDATA=CLOGQU[]
Table reference: 180
TABH+ 0(20) = 806BD03C789CEB3C00000000B40000005F030000
TABH+ 20(20) = 0200000014000000FFFFFFFF0400000008240000
TABH+ 40( 😎 = 02000000C1048400
store = 0x806BD03C
ext1 = 0x789CEB3C
shmId = 0 (0x00000000)
id = 180 (0xB4000000)
label = 863 (0x5F030000)
fill = 2 (0x02000000)
leng = 20 (0x14000000)
loop = -1 (0xFFFFFFFF)
xtyp = TYPE#000155
occu = 2 (0x02000000)
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 = 1
sharedWithShmTab = 0
isShmLockId = 0
gcKind = 0
isUsed = 1
>>>>> Shareable Table Header Data <<<<<
tabi = 0xB85BF13C
pghook = 0x00000000
idxPtr = 0x00000000
refCount = 1 (0x01000000)
tstRefCount = 0 (0x00000000)
lineAdmin = 2 (0x02000000)
lineAlloc = 2 (0x02000000)
store_id = 608 (0x60020000)
shmIsReadOnly = 0 (0x00000000)
>>>>> 1st level extension part <<<<<
regHook = 0x00000000
hsdir = 0x00000000
ext2 = 0x689BEB3C
>>>>> 2nd level extension part <<<<<
tabhBack = 0x280ED33C
delta_head = 000000000000000000000000000000000000000000000000000000000000000000000000
pb_func = 0x00000000
pb_handle = 0x00000000
PROGRAM=RSAQR3TRDATA=STNUM[]
Table reference: 17
TABH+ 0(20) = 38F7D23C00000000000000001100000012000000
TABH+ 20(20) = 010000002B000000FFFFFFFF0400000030360000
TABH+ 40( 😎 = 0A000000C1048000
store = 0x38F7D23C
ext1 = 0x00000000
shmId = 0 (0x00000000)
id = 17 (0x11000000)
label = 18 (0x12000000)
fill = 1 (0x01000000)
leng = 43 (0x2B000000)
loop = -1 (0xFFFFFFFF)
xtyp = TYPE#000238
occu = 10 (0x0A000000)
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 = 0xB819D63C
pghook = 0x00000000
idxPtr = 0x00000000
refCount = 0 (0x00000000)
tstRefCount = 0 (0x00000000)
lineAdmin = 10 (0x0A000000)
lineAlloc = 10 (0x0A000000)
store_id = 16 (0x10000000)
shmIsReadOnly = 0 (0x00000000)
>>>>> 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
-
-
-
-
-
-
-
-
Directory of Application Tables
-
-
-
-
-
-
-
-
Program
Name................ Contents....1........2........3........4........5....+....
-
-
-
-
-
-
-
-
RSAQR3TR
SYST |0000x01000x01000x1700000000000 0
VARI |
AQLDB |
AQTDB |AQDEVK905692 SZCLISEGM
AQLTS | 00000 0000000
AQLTQ | 00000 0000000
AQSLDB |
AQGDB |
AQGDBBG | 00000 00000000 00000000
AQGDBBS | |
AQGDBBN | |
AQSGDB |
VARID |
SSCRFIELDS |
SSCRTEXTS |
RSDBRUNT
RSVUVINT | |
SAPFSDS1
TDCLD |RE DOKU 8R XX XXLIMUDOKUX x1E0XR3TRPROGX |
SAPLSDOD
DOKIL |RERSAQR3TR
CL_GUI_PROPS_CONSUMER=========CP
EUDB |%C000240007A05F8E181954C1DBCA212BEC1EE62C2 0000
SAPLAQIEXS
AQLDB |200AQSGGZCLISEGM
SAPLAQIEXB
AQLDB |200AQBC
AQGDB |
AQGDBBG | 00000 00000000 00000000
AQGDBBS | |
AQGDBBN | |
AQGQCAT | |
AQGTQ | 00000 0000000
AQSGDB |
SAPLAQWS
AQGDB |AQUDADMIN
SAPLAQCK
TRDIR |AQCS==ZCLISEGM SD$ 1S
SAPLAQIEXQ
AQLDB |200AQQUZSD Z_MAPA_VENDAS
AQGDB |TRAQCSZSD=========Z_MAPA_VENDAS=
RSAQSYST
TRDIR |SAPFKCAQ X RKCQ MK
CONTEXT_X_TR_SYS_PARAMS
CONTEXTB |200EBTR_SYS_PARAMS 000005000120051214190000 000
TCONT |TR_SYS_PARAMS 20051007090637|
-
-
-
-
-
-
-
-
Directory of Application Tables (Administrative Information)
-
-
-
-
-
-
-
-
Program
Name.......................... Time.......... Length...
-
-
-
-
-
-
-
-
CONTEXT_X_TR_SYS_PARAMS
SYST 20010612125650 00002404
VARI 00002972
AQLDB 00002960
AQTDB 00002956
AQLTS 00000121
AQLTQ 00000298
AQSLDB 00002968
AQGDB 00002956
AQGDBBG 00000087
AQGDBBS 00000036
AQGDBBN 00000025
AQSGDB 00002964
VARID 00000132
SSCRFIELDS 20000323224119 00000854
SSCRTEXTS 00000371
RSDBRUNT
RSVUVINT 00000047
SAPFSDS1
TDCLD 00000050
SAPLSDOD
DOKIL 00000076
CL_GUI_PROPS_CONSUMER=========CP
EUDB 00003940
SAPLAQIEXS
AQLDB 00002960
SAPLAQIEXB
AQLDB 00002960
AQGDB 00002956
AQGDBBG 00000087
AQGDBBS 00000036
AQGDBBN 00000025
AQGQCAT 00000050
AQGTQ 00000295
AQSGDB 00002964
SAPLAQWS
AQGDB 00002956
SAPLAQCK
TRDIR 00000170
SAPLAQIEXQ
AQLDB 00002960
AQGDB 00002956
RSAQSYST
TRDIR 00000170
CONTEXT_X_TR_SYS_PARAMS
CONTEXTB 00002944
TCONT 00000034
-
-
-
-
-
-
-
-
ABAP control blocks CONT
-
-
-
-
-
-
-
-
Include Line source code
Index Name F1 Co Par01 Par2. Par3. Par4. Tabl
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-- -- -
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
LAQIEXBF01 330 if gl_do_checks = 'X'. "723580
1027 BRAF 02
LAQIEXBF01 331 if l_anz_sysd gt 1. "723580
1028 cmpr 00 CA 0001
1030 BRAF 04
LAQIEXBF01 332 message x001(aq). "723580
1031 CATC 08
1032 MOVL 00 02 003A
1034 mlq1 01 05 0058
1036 MOVL 00 08 0039
1038 CATC 48
1039 CLEA 00
1040 CLEA 00
1041 CLEA 00
1042 CLEA 00
>>>>> MESS 00
LAQIEXBF01 337 sort: dbbg,
1044 SORT 00
LAQIEXBF01 338 dbbs,
1045 SORT 00
LAQIEXBF01 339 dbbn,
1046 SORT 00
LAQIEXBF01 340 bgtext.
1047 SORT 00
LAQIEXBF01 341 if wspace = ws_standard.
1048 cmp1 00 42 0033
1050 BRAF 02
LAQIEXBF01 343 export headbg dbbg dbbs dbbn
1051 EXPO 00 06 001A 00C3 0000
-
-
-
-
-
-
-
-
End of runtime analysis
-
-
-
-
-
-
-
-
2005 Dec 15 6:12 PM
I feel you missed some thing while transporting request may by messages, or some texts....
please can you check it once...
it might be the reason...
transport is not proper i feel..
vijay
2005 Dec 15 6:16 PM
Vijay,
could you please tell me all the steps to make the transport request for the infoset?
its a common transport or it has something specfics?
sorry for so much questions...
2005 Dec 15 6:29 PM
Hi
sorry no problem with request, only problem is
l_anz_sysd > 1.
i don't know which info type you are using,
message x001(aq) is triggering...
if you specify it as X then it will give dump and stop the program...
regards
vijay
2005 Dec 15 6:33 PM
if you can find the reason how gl_do_checks = 'X' ?
but initially while decalring itself they gave values as 'X'. some thing wrong with that...
and keep the break point and see..
l_anz_sysd = l_anz_sysv - l_anz_sysn. #line 329
and see because of l_anz_sysd > 1 message of type X is triggering
Message was edited by: Vijay Babu Dudla
2007 Jan 24 8:29 AM
Hi Vijay..
In the program...
It imports records using this syntax.
import dbbg to l_dbbg
dbbs to l_dbbs
dbbn to l_dbbn
from database aqldb(aq) id bgkey
IGNORING CONVERSION ERRORS.
Now in this line of code,
l_anz_sysd = l_anz_sysv - l_anz_sysn
l_anz_sysn = 87 and l_anz_sysv is 91.
it is becuase there are duplicate records in table
SYSTQV000002 34 IVY 20040412 IVY 20040412
SYSTQV000002 128 GOLD 20061127 GOLD 20061127
SYSTQV000003 129 VIOLET 20061127 VIOLET 20061127
SYSTQV000003 35 BROWN 20040412 BROWN 20040412
SYSTQV000004 36 GREEN 20040412 GREEN 20040412
SYSTQV000004 130 PINK 20061206 PINK 20061206
SYSTQV000005 131 GRAY 20070115 GRAY 20070115
SYSTQV000005 37 BLACK 20040413 BLACK 20040413
Would you know how this scenario occur? the RECORD DUPLICATE?
2005 Dec 15 6:19 PM
if gl_do_checks = 'X'.
if l_anz_sysd gt 1.
message x001(aq).
endif.
endif.
check the message type , this is given as 'X'. it is triggered because the condition is failing...
if message type 'X' automatically dump will trigger..
regards
vijay
2011 Feb 24 6:29 AM
Hello everyone,
Sorry to come back again to this issue as we are facing EXACTLY the same problem. Has anyone got the answer already ? Can anyone please help.
Thanks,
Arief
2013 Aug 28 10:04 AM
I had the same problem, found note 681568 and checked on the version and registration of the files. I had changed my computer and suddenly it had happened. No runtime errors on my previous PC though. Our local IT changed my SAP GUI version and it was fixed.