Hello Friends ,
We are facing this memory dump from past few days in our Production Environment.
where short text is " No more storage space available for extending an internal table".
Could you please suggest us ways to resolve this dump.
Category | Resource Shortage |
Runtime Errors | TSV_TNEW_PAGE_ALLOC_FAILED |
Date and Time | 13.10.2015 02:23:39 |
----------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------
|Short text | | |
| | No more storage space available for extending an internal table. | | |
----------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------
|What happened? | | |
| | You attempted to extend an internal table, but the required space was | | |
| | not available. | | |
----------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------
|What can you do? | | |
| | Note which actions and input led to the error. | | |
| | | |
| | For further help in handling the problem, contact your SAP administrator | | |
| | . | | |
| | | |
| | You can use the ABAP dump analysis transaction ST22 to view and manage | | |
| | termination messages, in particular for long term reference. | | |
| | | |
| | Try to find out (e.g. by targetted data selection) whether the | | |
| | transaction will run with less main memory. | | |
| | | |
| | If there is a temporary bottleneck, execute the transaction again. | | |
| | - | | |
| | | |
| | If the error persists, ask your system administrator to check the | | |
| | following profile parameters: | | |
| | | |
| | o ztta/roll_area | (1.000.000 - 15.000.000) | | |
| | Classic roll area per user and internal mode | | |
| | usual amount of roll area per user and internal mode | | |
| | o ztta/roll_extension | (10.000.000 - 500.000.000) | | |
| | Amount of memory per user in extended memory (EM) | | |
| | o abap/heap_area_total | (100.000.000 - 1.500.000.000) | | |
| | Amount of memory (malloc) for all users of an application | | |
| | server. If several background processes are running on | | |
| | one server, temporary bottlenecks may occur. | | |
| | Of course, the amount of memory (in bytes) must also be | | |
| | available on the machine (main memory or file system swap). | | |
| | Caution: | | |
| | The operating system must be set up so that there is also | | |
| | enough memory for each process. Usually, the maximum address | | |
| | space is too small. | | |
| | Ask your hardware manufacturer or your competence center | | |
| | about this. | | |
| | In this case, consult your hardware vendor | | |
| | abap/heap_area_dia: | (10.000.000 - 1.000.000.000) | | |
| | Restriction of memory allocated to the heap with malloc | | |
| | for each dialog process. | | |
| | Parameters for background processes: | | |
| | abap/heap_area_nondia: | (10.000.000 - 1.000.000.000) | | |
| | Restriction of memory allocated to the heap with malloc | | |
| | for each background process. | | |
| | Other memory-relevant parameters are: | | |
| | em/initial_size_MB: | (35-1200) | | |
| | Extended memory area from which all users of an | | |
| | application server can satisfy their memory requirement. | | |
----------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------
|Error analysis | | |
| | The internal table "\PROGRAM=SAPF124\DATA=XBSIS[]" could not be further | | |
| | extended. To enable | | |
| | error handling, the table had to be delete before this log was written. | | |
| | As a result, the table is displayed further down or, if you branch to | | |
| | the ABAP Debugger, with 0 rows. | | |
| | | |
| | At the time of the termination, the following data was determined for | | |
| | the relevant internal table: | | |
| | | |
| | Memory location: "Session memory" | | |
| | Row width: 992 | | |
| | Number of rows: 1928636 | | |
| | Allocated rows: 1928636 | | |
| | Newly requested rows: 16 (in 1 blocks) | | |
----------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------
|How to correct the error | | |
| | The amount of storage space (in bytes) filled at termination time was: | | |
| | | |
| | Roll area...................... 2617328 | | |
| | Extended memory (EM)........... 2002763248 | | |
| | Assigned memory (HEAP)......... 2000782304 | | |
| | Short area..................... " " | | |
| | Paging area.................... 32768 | | |
| | Maximum address space.......... " " | | |
| | | |
| | If the error occures in a non-modified SAP program, you may be able to | | |
| | find an interim solution in an SAP Note. | | |
| | If you have access to SAP Notes, carry out a search with the following | | |
| | keywords: | | |
| | | |
| | "TSV_TNEW_PAGE_ALLOC_FAILED" " " | | |
| | "SAPF124" or "F124_MERGE" | | |
| | "XBSIS_XBSISGR_FUELLEN" | | |
| | | |
| | If you cannot solve the problem yourself and want to send an error | | |
| | notification to SAP, include the following information: | | |
| | | |
| | 1. The description of the current problem (short dump) | | |
| | | |
| | To save the description, choose "System->List->Save->Local File | | |
| | (Unconverted)". | | |
| | | |
| | 2. Corresponding system log | | |
| | | |
| | Display the system log by calling transaction SM21. | | |
| | Restrict the time interval to 10 minutes before and five minutes | | |
| | after the short dump. Then choose "System->List->Save->Local File | | |
| | (Unconverted)". | | |
| | | |
| | 3. If the problem occurs in a problem of your own or a modified SAP | | |
| | program: The source code of the program | | |
| | In the editor, choose "Utilities->More | | |
| | Utilities->Upload/Download->Download". | | |
| | | |
| | 4. Details about the conditions under which the error occurred or which | | |
| | actions and input led to the error. | | |
| | | |
----------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------
|System environment | | |
| | SAP Release..... 702 | | |
| | SAP Basis Level. 0011 | | |
| | | |
| | Application server... "CI_hostname" | | |
| | Network address...... "IP_Address" | | |
| | Operating system..... "Windows NT" | | |
| | Release.............. "6.1" | | |
| | Hardware type........ "4x AMD64 Level" | | |
| | Character length.... 8 Bits | | |
| | Pointer length....... 64 Bits | | |
| | Work process number.. 21 | | |
| | Shortdump setting.... "full" | | |
| | | |
| | Database server... "Databasehostname" | | |
| | Database type..... "ORACLE" | | |
| | Database name..... "SID" | | |
| | Database user ID.. "SAPSR3" | | |
| | | |
| | Terminal.......... " " | | |
| | | |
| | Char.set.... "English_United State" | | |
| | | |
| | SAP kernel....... 720 | | |
| | created (date)... "Mar 20 2012 14:51:53" | | |
| | create on........ "NT 5.2 3790 S x86 MS VC++ 14.00" | | |
| | Database version. "OCI_10201_SHARE, 10.2.0.2.0 " | | |
| | | |
| | Patch level. 201 | | |
| | Patch text.. " " | | |
| | | |
| | Database............. "ORACLE 10.1.0.*.*, ORACLE 10.2.0.*.*, ORACLE 11.2.*.*.*" | | |
| | SAP database version. 720 | | |
| | Operating system..... "Windows NT 5.0, Windows NT 5.1, Windows NT 5.2, Windows | | |
| | NT 6.0, Windows NT 6.1, Windows NT 6.2" | | |
| | | |
| | Memory consumption | | |
| | Roll.... 2617328 | | |
| | EM...... 2002763248 | | |
| | Heap.... 2000782304 | | |
| | Page.... 32768 | | |
| | MM Used. 3842156256 | | |
| | MM Free. 149811984 | | |
----------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------
|User and Transaction | | |
| | Client.............. 100 | | |
| | User................ "SAPSYS1" | | |
| | Language key........ "E" | | |
| | Transaction......... " " | | |
| | Transaction ID...... "E84571E51B1DF1C59096005056B87D4B" | | |
| | | |
| | EPP Whole Context ID.... "005056B87D4B1ED59C9BAEB6E6BEF096" | | |
| | EPP Connection ID....... 00000000000000000000000000000000 | | |
| | EPP Caller Counter...... 0 | | |
| | | |
| | Program............. "SAPF124" | | |
| | Screen.............. "SAPMSSY0 1000" | | |
| | Screen Line......... 6 | | |
| | Debugger Active..... "none" | | |
----------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------
|Information on where terminated | | |
| | Termination occurred in the ABAP program "SAPF124" - in | | |
| | "XBSIS_XBSISGR_FUELLEN". | | |
| | The main program was "SAPF124 ". | | |
| | | |
| | In the source code you have the termination point in line 3233 | | |
| | of the (Include) program "F124_MERGE". | | |
| | The program "SAPF124" was started as a background job. | | |
| | Job Name....... "SAPF124" | | |
| | Job Initiator.. "SAPSYS1" | | |
| | Job Number..... 16155500 | | |
----------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------
| 3203| | ENDIF. | "365889 | | |
| 3204|*----- Fuehrende Leerzeichen entfernen, f. Betraege notwendig ---------- | | |
| 3205| | IF NOT xbsis-bedg4 IS INITIAL. | | |
| 3206| | WHILE xbsis-bedg4(01) IS INITIAL. | | |
| 3207| | SHIFT xbsis-bedg4. | | |
| 3208| | SHIFT xbsisgr-bedg4. | | |
| 3209| | ENDWHILE. | | |
| 3210| | ENDIF. | | |
| 3211| ENDIF. | | |
| 3212| | | |
| 3213| IF NOT krit5 IS INITIAL. | | |
| 3214| | xbsisgr-krit5 = krit5. | | |
| 3215| | xbsis-krit5 = krit5. | | |
| 3216| | PERFORM check_betragsfelder USING krit5. | "365889 | | |
| 3217| | IF NOT x_betrag IS INITIAL. | "418389 | | |
| 3218| | MOVE <f5> TO xbsis-bedg5. | "365889 | | |
| 3219| | MOVE <f5> TO xbsisgr-bedg5. | "365889 | | |
| 3220| | ELSE. | "365889 | | |
| 3221| | WRITE <f5> TO xbsis-bedg5. | "333215 | | |
| 3222| | WRITE <f5> TO xbsisgr-bedg5. | "333215 | | |
| 3223| | ENDIF. | "365889 | | |
| 3224|*----- Fuehrende Leerzeichen entfernen, f. Betraege notwendig ---------- | | |
| 3225| | IF NOT xbsis-bedg5 IS INITIAL. | | |
| 3226| | WHILE xbsis-bedg5(01) IS INITIAL. | | |
| 3227| | SHIFT xbsis-bedg5. | | |
| 3228| | SHIFT xbsisgr-bedg5. | | |
| 3229| | ENDWHILE. | | |
| 3230| | ENDIF. | | |
| 3231| ENDIF. | | |
| 3232| | | |
|>>>>>| APPEND xbsis. | | |
| 3234| xbsisgr-ldgrp = xbsis-ldgrp. | | |
| 3235| COLLECT xbsisgr. | | |
| 3236| CHECK NOT pzbsisgr IS INITIAL. | | |
| 3237| zaehler_xbsisgr = zaehler_xbsisgr + 1. | | |
| 3238| IF zaehler_xbsisgr > pzbsisgr. | | |
| 3239| | DESCRIBE TABLE xbsisgr LINES sy-tfill. | | |
| 3240| | IF sy-tfill >= pzbsisgr. | | |
| 3241| | x_exit = 'X'. | | |
| 3242| | ENDIF. | | |
| 3243| ENDIF. | | |
| 3244|ENDFORM. | " XBSIS_XBSISGR_FUELLEN | | |
| 3245|*&---------------------------------------------------------------------* | | |
| 3246|*& | Form FILL_PSWBT | | |
| 3247|*&---------------------------------------------------------------------* | | |
| 3248|* | text | | |
| 3249|*----------------------------------------------------------------------* | | |
| 3250|* | -->P_BSIS_BUKRS text | | |
| 3251|* | -->P_BSIS_WAERS text | | |
| 3252|* | -->P_BSIS_DMBTR text | | |
----------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------
|Contents of system fields | | |
----------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------
|SY-SUBRC|4 | | |
|SY-INDEX|0 | | |
|SY-TABIX|0 | | |
|SY-DBCNT|1993434 | | |
|SY-FDPOS|0 | | |
|SY-LSIND|0 | | |
|SY-PAGNO|0 | | |
|SY-LINNO|1 | | |
|SY-COLNO|1 | | |
|SY-PFKEY| | | |
|SY-UCOMM| | | |
|SY-TITLE|Automatic Clearing | | |
|SY-MSGTY|W | | |
|SY-MSGID|FG | | |
|SY-MSGNO|013 | | |
|SY-MSGV1| | | |
|SY-MSGV2| | | |
|SY-MSGV3| | | |
|SY-MSGV4| | | |
|SY-MODNO|0 | | |
|SY-DATUM|20151013 | | |
|SY-UZEIT|020118 | | |
|SY-XPROG|SAPCNVE | | |
|SY-XFORM|CONVERSION_EXIT | | |
----------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------
|No. Ty. | Program | Include | Line | |
| | Name | | |
----------------------------------------------------------------------------------------------------
| | 6 FORM | SAPF124 | F124_MERGE | 3233 | |
| | XBSIS_XBSISGR_FUELLEN | | |
| | 5 FORM | SAPF124 | F124_MERGE | 2694 | |
| | READ_BSIS | | |
| | 4 FORM | SAPF124 | F124_MERGE | 1723 | |
| | INDEXTABELLEN_FUELLEN | | |
| | 3 FORM | SAPF124 | F124_MERGE | 1443 | |
| | ECHTLAUF | | |
| | 2 FORM | SAPF124 | F124_MERGE | 1313 | |
| | SAKO_VERARBEITEN | | |
| | 1 EVENT | SAPF124 | SAPF124 | 148 | |
| | START-OF-SELECTION | | |
----------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------
|No. | 6 Ty. | FORM | | |
|Name XBSIS_XBSISGR_FUELLEN | | |
----------------------------------------------------------------------------------------------------
|XBSIDGR-BEDG4 | | |
| | | |
| | 222222222222222222222222 | | |
| | 000000000000000000000000 | | |
| | 202020202020202020202020202020202020202020202020 | | |
|<F5> | | |
| | | |
| | 2 | | |
| | 0 | | |
| | 20 | | |
|XBSIS-BEDG5 | | |
| | | |
| | 222222222222222222222222 | | |
| | 000000000000000000000000 | | |
| | 202020202020202020202020202020202020202020202020 | | |
|XBSISGR-BEDG5 | | |
| | | |
| | 222222222222222222222222 | | |
| | 000000000000000000000000 | | |
| | 202020202020202020202020202020202020202020202020 | | |
|%_SSCR | | |
| | WF_WLISTrB##P ####CCHARSCMA_WITEM-WF_WLIST | | |
| | 5455445574005222000044445544455454425455445522222222222222222222222222222222222222222222222222| |
| | 76F7C93422F00000C0003381233D1F7945DD76F7C93400000000000000000000000000000000000000000000000000| |
| | 57465F574C49535472420F00502020200C000000434348415253434D415F574954454D2D57465F574C495354202020| |
|SY-REPID | | |
| | SAPF124 | | |
| | 5454333222222222222222222222222222222222 | | |
| | 3106124000000000000000000000000000000000 | | |
| | 53415046313234202020202020202020202020202020202020202020202020202020202020202020 | | |
|SYST-REPID | | |
| | SAPF124 | | |
| | 5454333222222222222222222222222222222222 | | |
| | 3106124000000000000000000000000000000000 | | |
| | 53415046313234202020202020202020202020202020202020202020202020202020202020202020 | | |
|%_PRINT | | |
| | LOCL001SAPF124__SAP | X X8 :#| |
| | 4444333545433355545222222222222222222222222222222222222222222222222222222222222222222225253230| |
| | CF3C0013106124FF3100000000000000000000000000000000000000000000000000000000000000000000080880A0| |
| | 4C4F434C303031534150463132345F5F53415020202020202020202020202020202020202020202020202020202020| |
|XBSIS-BEDG5+0(1) | | |
| | | |
| | 2 | | |
| | 0 | | |
| | 20 | | |
|SY | | |
| | ########################################Új##########:#######################£#################| |
| | 0000000000000000000000000000000000000000D61000000000300000009000000000000000A00000000000000000| |
| | 0000000000000000000000001000000000000000AAE000001000A00010009000000000000000320000000000000040| |
| | 00000000000000000000000000000000000000000000000001000000000000000000000000000000DA6A1E00000000| |
|%_SPACE | | |
| | | |
| | 2 | | |
| | 0 | | |
| | 20 | | |
|XBSIS[] | | |
| | Table IT_167[0x992] | | |
| | \PROGRAM=SAPF124\DATA=XBSIS[] | | |
| | Table reference: 33 | | |
| | TABH+ 0(20) = 0000000000000000000000000000000000000000 | | |
| | TABH+ 20(20) = 21000000A700000000000000E0030000FFFFFFFF | | |
| | TABH+ 40(16) = 0400000030EE050004000000C130C000 | | |
| | store | = 0x0000000000000000 | | |
| | ext1 | = 0x0000000000000000 | | |
| | shmId | = 0 | (0x00000000) | | |
| | id | = 33 | (0x21000000) | | |
| | label | = 167 (0xA7000000) | | |
| | fill | = 0 | (0x00000000) | | |
| | leng | = 992 (0xE0030000) | | |
| | loop | = -1 | (0xFFFFFFFF) | | |
| | xtyp | = TYPE#000506 | | |
| | occu | = 4 | (0x04000000) | | |
| | accKind | = 1 | (ItAccessStandard) | | |
| | idxKind | = 0 | (ItIndexNone) | | |
| | uniKind | = 2 | (ItUniNo) | | |
| | keyKind | = 1 | (default) | | |
| | cmpMode | = 8 | (cmpManyEq) | | |
| | occu0 | = 1 | | |
| | stMode | = 0 | | |
| | groupCntl | = 0 | | |
| | rfc | = 0 | | |
| | unShareable = 0 | | |
| | mightBeShared = 0 | | |
| | sharedWithShmTab = 0 | | |
| | isShmLockId = 0 | | |
| | isUsed | = 1 | | |
| | isCtfyAble = 1 | | |
| | hasScndKeys = 0 | | |
| | hasRowId | = 0 | | |
| | scndKeysOutdated = 0 | | |
| | scndUniKeysOutdated = 0 | | |
|XBSIS | | |
| | 1000216000000920800000000 | 915381304505450 201507500152233312015091920150919GBP 007| |
| | 3333333333333333333333333222222222233333333333333322233333333333333333333333333333333344522333| |
| | 1000216000000920800000000000000000091538130450545000020150750015223331201509192015091972000007| |
| | 3130303032313630303030303039323038303030303030303020202020202020202020393135333831333034353035| |
|XBSISGR[] | | |
| | Table IT_168[1538731x323] | | |
| | \PROGRAM=SAPF124\DATA=XBSISGR[] | | |
| | Table reference: 32 | | |
| | TABH+ 0(20) = 70511600DF070000A09B1500DF07000000000000 | | |
| | TABH+ 20(20) = 20000000A8000000AB7A170043010000FFFFFFFF | | |
| | TABH+ 40(16) = 040000005800060001000000C110C000 | | |
| | store | = 0x70511600DF070000 | | |
| | ext1 | = 0xA09B1500DF070000 | | |
| | shmId | = 0 | (0x00000000) | | |
| | id | = 32 | (0x20000000) | | |
| | label | = 168 (0xA8000000) | | |
| | fill | = 1538731 (0xAB7A1700) | | |
| | leng | = 323 (0x43010000) | | |
| | loop | = -1 | (0xFFFFFFFF) | | |
| | xtyp | = TYPE#000589 | | |
| | occu | = 1 | (0x01000000) | | |
| | accKind | = 1 | (ItAccessStandard) | | |
| | idxKind | = 0 | (ItIndexNone) | | |
| | uniKind | = 2 | (ItUniNo) | | |
| | keyKind | = 1 | (default) | | |
| | cmpMode | = 8 | (cmpManyEq) | | |
| | occu0 | = 0 | | |
| | stMode | = 0 | | |
| | groupCntl | = 0 | | |
| | rfc | = 0 | | |
| | unShareable = 0 | | |
| | mightBeShared = 0 | | |
| | sharedWithShmTab = 0 | | |
| | isShmLockId = 0 | | |
| | isUsed | = 1 | | |
| | isCtfyAble = 1 | | |
| | hasScndKeys = 0 | | |
| | hasRowId | = 0 | | |
| | scndKeysOutdated = 0 | | |
| | scndUniKeysOutdated = 0 | | |
| | ----- Shareable Table Header Data ----- | | |
| | tabi | = 0xE0EDBF45DF070000 | | |
| | pgHook | = 0x10C515AE00000000 | | |
| | idxPtr | = 0x0000000000000000 | | |
| | id | = 143 (0x8F000000) | | |
| | shmTabhSet = 0x0000000000000000 | | |
| | refCount | = 0 | (0x00000000) | | |
| | tstRefCount = 0 | (0x00000000) | | |
| | lineAdmin | = 1540095 (0xFF7F1700) | | |
| | lineAlloc | = 1538751 (0xBF7A1700) | | |
| | shmVersId | = 0 | (0x00000000) | | |
| | shmRefCount = 1 | (0x01000000) | | |
| | rowId | = 18446744073709551615 | | |
| | scndKeyAdmin = 0x0000000000000000 | | |
| | ----- 1st level extension part -------- | | |
| | regHook | = 0x0000000000000000 | | |
| | collHook | = 0x409E1500DF070000 | | |
| | ext2 | = 0x0000000000000000 | | |
| | | |
| | 0000009208BSIS-ZUONR | | |
| | 3333333333454525544522222222222222222222222222222222222222222222222222222222222222222222222222| |
| | 00000092082393DA5FE200000000000000000000000000000000000000000000000000000000000000000000000000| |
| | 30303030303039323038425349532D5A554F4E52202020202020202020202020202020202020202020202020202020| |
| | | |
| | 0000009208BSIS-ZUONR | | |
| | 3333333333454525544522222222222222222222222222222222222222222222222222222222222222222222222222| |
| | 00000092082393DA5FE200000000000000000000000000000000000000000000000000000000000000000000000000| |
| | 30303030303039323038425349532D5A554F4E52202020202020202020202020202020202020202020202020202020| |
| | | |
| | 0000009208BSIS-ZUONR | | |
| | 3333333333454525544522222222222222222222222222222222222222222222222222222222222222222222222222| |
| | 00000092082393DA5FE200000000000000000000000000000000000000000000000000000000000000000000000000| |
| | 30303030303039323038425349532D5A554F4E52202020202020202020202020202020202020202020202020202020| |
| | | |
| | 0000009208BSIS-ZUONR | | |
| | 3333333333454525544522222222222222222222222222222222222222222222222222222222222222222222222222| |
| | 00000092082393DA5FE200000000000000000000000000000000000000000000000000000000000000000000000000| |
| | 30303030303039323038425349532D5A554F4E52202020202020202020202020202020202020202020202020202020| |
| | | |
| | 0000009208BSIS-ZUONR | | |
| | 3333333333454525544522222222222222222222222222222222222222222222222222222222222222222222222222| |
| | 00000092082393DA5FE200000000000000000000000000000000000000000000000000000000000000000000000000| |
| | 30303030303039323038425349532D5A554F4E52202020202020202020202020202020202020202020202020202020| |
|XBSISGR | | |
| | 0000009208BSIS-ZUONR | | |
| | 3333333333454525544522222222222222222222222222222222222222222222222222222222222222222222222222| |
| | 00000092082393DA5FE200000000000000000000000000000000000000000000000000000000000000000000000000| |
| | 30303030303039323038425349532D5A554F4E52202020202020202020202020202020202020202020202020202020| |
|BSIK-DMBTR | | |
| | ####### | | |
| | 0000000 | | |
| | 000000C | | |
| | 0000000000000C | | |
|PZBSISGR | | |
| | 000000 | | |
| | 333333 | | |
| | 000000 | | |
| | 303030303030 | | |
|%_DUMMY$$ | | |
| | | |
| | 2222 | | |
| | 0000 | | |
| | 20202020 | | |
|NEW_BUKR | | |
| | X | | |
| | 5 | | |
| | 8 | | |
| | 58 | | |
|ZAEHLER_XBSISGR | | |
| | 0 | | |
| | 0000 | | |
| | 0000 | | |
| | 00000000 | | |
|SY-XPROG | | |
| | SAPCNVE | | |
| | 5454454222222222222222222222222222222222 | | |
| | 3103E65000000000000000000000000000000000 | | |
| | 534150434E5645202020202020202020202020202020202020202020202020202020202020202020 | | |
----------------------------------------------------------------------------------------------------
|No. | 5 Ty. | FORM | | |
|Name READ_BSIS | | |
----------------------------------------------------------------------------------------------------
|IBSIS[] | | |
| | Table IT_166[1993434x699] | | |
| | \PROGRAM=SAPF124\DATA=IBSIS[] | | |
| | Table reference: 50 | | |
| | TABH+ 0(20) = F0501600DF070000000000000000000000000000 | | |
| | TABH+ 20(20) = 32000000A6000000DA6A1E00BB020000E0000000 | | |
| | TABH+ 40(16) = 04000000808D050010000000C110C000 | | |
| | store | = 0xF0501600DF070000 | | |
| | ext1 | = 0x0000000000000000 | | |
| | shmId | = 0 | (0x00000000) | | |
| | id | = 50 | (0x32000000) | | |
| | label | = 166 (0xA6000000) | | |
| | fill | = 1993434 (0xDA6A1E00) | | |
| | leng | = 699 (0xBB020000) | | |
| | loop | = 224 (0xE0000000) | | |
| | xtyp | = TYPE#000064 | | |
| | occu | = 16 | (0x10000000) | | |
| | accKind | = 1 | (ItAccessStandard) | | |
| | idxKind | = 0 | (ItIndexNone) | | |
| | uniKind | = 2 | (ItUniNo) | | |
| | keyKind | = 1 | (default) | | |
| | cmpMode | = 8 | (cmpManyEq) | | |
| | occu0 | = 0 | | |
| | stMode | = 0 | | |
| | groupCntl | = 0 | | |
| | rfc | = 0 | | |
| | unShareable = 0 | | |
| | mightBeShared = 0 | | |
| | sharedWithShmTab = 0 | | |
| | isShmLockId = 0 | | |
| | isUsed | = 1 | | |
| | isCtfyAble = 1 | | |
| | hasScndKeys = 0 | | |
| | hasRowId | = 0 | | |
| | scndKeysOutdated = 0 | | |
| | scndUniKeysOutdated = 0 | | |
| | ----- Shareable Table Header Data ----- | | |
| | tabi | = 0x00CB1800DF070000 | | |
| | pgHook | = 0xB0014053DF070000 | | |
| | idxPtr | = 0x0000000000000000 | | |
| | id | = 141 (0x8D000000) | | |
| | shmTabhSet = 0x0000000000000000 | | |
| | refCount | = 0 | (0x00000000) | | |
| | tstRefCount = 0 | (0x00000000) | | |
| | lineAdmin | = 1998848 (0x00801E00) | | |
| | lineAlloc | = 1993440 (0xE06A1E00) | | |
| | shmVersId | = 0 | (0x00000000) | | |
| | shmRefCount = 1 | (0x01000000) | | |
| | rowId | = 18446744073709551615 | | |
| | scndKeyAdmin = 0x0000000000000000 | | |
| | | |
| | 000001000216000000920800000000 | 00000 20130620000094002201311012| |
| | 2222222222333333333333333333333333333333222222222222222222223333322233333333333333333333333333| |
| | 0000000000000001000216000000920800000000000000000000000000000000000020130620000094002201311012| |
| | 2020202020202020202030303030303130303032313630303030303039323038303030303030303020202020202020| |
| | | |
| | 000001000216000000920800000000 | 00000 20130620001187002201311012| |
| | 2222222222333333333333333333333333333333222222222222222222223333322233333333333333333333333333| |
| | 0000000000000001000216000000920800000000000000000000000000000000000020130620001187002201311012| |
| | 2020202020202020202030303030303130303032313630303030303039323038303030303030303020202020202020| |
| | | |
| | 000001000216000000920800000000 | 00000 20130620002519002201311012| |
| | 2222222222333333333333333333333333333333222222222222222222223333322233333333333333333333333333| |
| | 0000000000000001000216000000920800000000000000000000000000000000000020130620002519002201311012| |
| | 2020202020202020202030303030303130303032313630303030303039323038303030303030303020202020202020| |
| | | |
| | 000001000216000000920800000000 | 00000 20130620000000002201311022| |
| | 2222222222333333333333333333333333333333222222222222222222223333322233333333333333333333333333| |
| | 0000000000000001000216000000920800000000000000000000000000000000000020130620000000002201311022| |
| | 2020202020202020202030303030303130303032313630303030303039323038303030303030303020202020202020| |
| | | |
| | 000001000216000000920800000000 | 813401371400380 20130750000000002201311022| |
| | 2222222222333333333333333333333333333333222222222233333333333333322233333333333333333333333333| |
| | 0000000000000001000216000000920800000000000000000081340137140038000020130750000000002201311022| |
| | 2020202020202020202030303030303130303032313630303030303039323038303030303030303020202020202020| |
|IBSIS | | |
| | 000001000216000000920800000000 | 915381304505450 20150750015223331201509192| |
| | 2222222222333333333333333333333333333333222222222233333333333333322233333333333333333333333333| |
| | 0000000000000001000216000000920800000000000000000091538130450545000020150750015223331201509192| |
| | 2020202020202020202030303030303130303032313630303030303039323038303030303030303020202020202020| |
|T030 | | |
| | | |
| | 22222222222222222222222222222222222222222 | | |
| | 00000000000000000000000000000000000000000 | | |
| | 2020202020202020202020202020202020202020202020202020202020202020202020202020202020 | | |
|RSJOBINFO | | |
| | 00000000000000 | #### | | |
| | 222222222222222222222222222222223333333333333322222222222222222222222222222222220000 | | |
| | 000000000000000000000000000000000000000000000000000000000000000000000000000000000000 | | |
| | 2020202020202020202020202020202020202020202020202020202020202020303030303030303030303030303020| |
|IEKBE[] | | |
| | Table[initial] | | |
| | | |
|SY-UZEIT | | |
| | 020118 | | |
| | 333333 | | |
| | 020118 | | |
| | 303230313138 | | |
|BSIS | | |
| | 1000216000000920800000000 | 915381304505450 201507500152233312015091920150919GBP 007| |
| | 3333333333333333333333333222222222233333333333333322233333333333333333333333333333333344522333| |
| | 1000216000000920800000000000000000091538130450545000020150750015223331201509192015091972000007| |
| | 3130303032313630303030303039323038303030303030303020202020202020202020393135333831333034353035| |
|IBSIS-BSIS | | |
| | 1000216000000920800000000 | 915381304505450 201507500152233312015091920150919GBP 007| |
| | 3333333333333333333333333222222222233333333333333322233333333333333333333333333333333344522333| |
| | 1000216000000920800000000000000000091538130450545000020150750015223331201509192015091972000007| |
| | 3130303032313630303030303039323038303030303030303020202020202020202020393135333831333034353035| |
|XBSIK-BEDG3 | | |
| | | |
| | 222222222222222222222222 | | |
| | 000000000000000000000000 | | |
| | 202020202020202020202020202020202020202020202020 | | |
|BSIS-XSTOV | | |
| | | |
| | 2 | | |
| | 0 | | |
| | 20 | | |
|IPROT | | |
| | 000No vendor documents selected | | |
| | 2222222222222222222222222222222222233346276666726667666772766667662222222222222222222222222222| |
| | 00000000000000000000000000000000000000EF065E4F204F35D5E43035C534540000000000000000000000000000| |
| | 20202020202020202020202020202020202020202020202020202020202020202020203030304E6F2076656E646F72| |
|GD_DO_DEL | | |
| | | |
| | 2 | | |
| | 0 | | |
| | 20 | | |
|X_EXIT | | |
| | | |
| | 2 | | |
| | 0 | | |
| | 20 | | |
----------------------------------------------------------------------------------------------------
|No. | 4 Ty. | FORM | | |
|Name INDEXTABELLEN_FUELLEN | | |
----------------------------------------------------------------------------------------------------
|GB_XCOPY | | |
| | | |
| | 2 | | |
| | 0 | | |
| | 20 | | |
|I_KOART | | |
| | S | | |
| | 5 | | |
| | 3 | | |
| | 53 | | |
|TSAKO | | |
| | 02160000009208S | | |
| | 3333333333333352 | | |
| | 0216000000920830 | | |
| | 30323136303030303030393230385320 | | |
|FLG_BKPF_OTHER | | |
| | | |
| | 2 | | |
| | 0 | | |
| | 20 | | |
|SAVE_HKONT | | |
| | 0000009208 | | |
| | 3333333333 | | |
| | 0000009208 | | |
| | 30303030303039323038 | | |
|TSAKO-HKONT | | |
| | 0000009208 | | |
| | 3333333333 | | |
| | 0000009208 | | |
| | 30303030303039323038 | | |
|SYST | | |
| | ########################################Új##########:#######################£#################| |
| | 0000000000000000000000000000000000000000D61000000000300000009000000000000000A00000000000000000| |
| | 0000000000000000000000001000000000000000AAE000001000A00010009000000000000000320000000000000040| |
| | 00000000000000000000000000000000000000000000000001000000000000000000000000000000DA6A1E00000000| |
|I030_WERE | | |
| | 100CAUKWRX0001 | 00000090920000009092 | | |
| | 33344545553333222222233333333333333333333 | | |
| | 100315B7280001000000000000090920000009092 | | |
| | 3130304341554B57525830303031202020202020203030303030303930393230303030303039303932 | | |
|KOART | | |
| | S | | |
| | 5 | | |
| | 3 | | |
| | 53 | | |
|TSAKO-BUKRS | | |
| | 0216 | | |
| | 3333 | | |
| | 0216 | | |
| | 30323136 | | |
|FEHLPROT | | |
| | | |
| | 2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222| |
| | 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000| |
| | 2020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020| |
|BSIS_SUBRC | | |
| | 9 | | |
| | 0000 | | |
| | 9000 | | |
| | 09000000 | | |
|PERCENT | | |
| | ######## | | |
| | 00000000 | | |
| | 0000000C | | |
| | 000000000000000C | | |
|CHA500 | | |
| | | |
| | 2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222| |
| | 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000| |
| | 2020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020| |
|FLG_LISTE | | |
| | 3 | | |
| | 3 | | |
| | 3 | | |
| | 33 | | |
|TSAKO[] | | |
| | Table IT_163[2x16] | | |
| | \PROGRAM=SAPF124\DATA=TSAKO[] | | |
| | Table reference: 48 | | |
| | TABH+ 0(20) = 603E1600DF070000000000000000000000000000 | | |
| | TABH+ 20(20) = 30000000A3000000020000001000000000000000 | | |
| | TABH+ 40(16) = 04000000489B050001000000C104C000 | | |
| | store | = 0x603E1600DF070000 | | |
| | ext1 | = 0x0000000000000000 | | |
| | shmId | = 0 | (0x00000000) | | |
| | id | = 48 | (0x30000000) | | |
| | label | = 163 (0xA3000000) | | |
| | fill | = 2 | (0x02000000) | | |
| | leng | = 16 | (0x10000000) | | |
| | loop | = 0 | (0x00000000) | | |
| | xtyp | = TYPE#000127 | | |
| | occu | = 1 | (0x01000000) | | |
| | accKind | = 1 | (ItAccessStandard) | | |
| | idxKind | = 0 | (ItIndexNone) | | |
| | uniKind | = 2 | (ItUniNo) | | |
| | keyKind | = 1 | (default) | | |
| | cmpMode | = 2 | (cmpSingleMcmpR) | | |
| | occu0 | = 0 | | |
| | stMode | = 0 | | |
| | groupCntl | = 0 | | |
| | rfc | = 0 | | |
| | unShareable = 0 | | |
| | mightBeShared = 0 | | |
| | sharedWithShmTab = 0 | | |
| | isShmLockId = 0 | | |
| | isUsed | = 1 | | |
| | isCtfyAble = 1 | | |
| | hasScndKeys = 0 | | |
| | hasRowId | = 0 | | |
| | scndKeysOutdated = 0 | | |
| | scndUniKeysOutdated = 0 | | |
| | ----- Shareable Table Header Data ----- | | |
| | tabi | = 0x00230900DF070000 | | |
| | pgHook | = 0xE03E1600DF070000 | | |
| | idxPtr | = 0x0000000000000000 | | |
| | id | = 138 (0x8A000000) | | |
| | shmTabhSet = 0x0000000000000000 | | |
| | refCount | = 0 | (0x00000000) | | |
| | tstRefCount = 0 | (0x00000000) | | |
| | lineAdmin | = 511 (0xFF010000) | | |
| | lineAlloc | = 3 | (0x03000000) | | |
| | shmVersId | = 0 | (0x00000000) | | |
| | shmRefCount = 1 | (0x01000000) | | |
| | rowId | = 18446744073709551615 | | |
| | scndKeyAdmin = 0x0000000000000000 | | |
| | | |
| | 02160000009208H | | |
| | 3333333333333342 | | |
| | 0216000000920880 | | |
| | 30323136303030303030393230384820 | | |
| | | |
| | 02160000009208S | | |
| | 3333333333333352 | | |
| | 0216000000920830 | | |
| | 30323136303030303030393230385320 | | |
----------------------------------------------------------------------------------------------------
|No. | 3 Ty. | FORM | | |
|Name ECHTLAUF | | |
----------------------------------------------------------------------------------------------------
|IEKBZ[] | | |
| | Table[initial] | | |
| | | |
|ENQSUBRC | | |
| | 0 | | |
| | 0000 | | |
| | 0000 | | |
| | 00000000 | | |
|AWSYS | | |
| | | |
| | 2222222222 | | |
| | 0000000000 | | |
| | 20202020202020202020 | | |
|SPACE | | |
| | | |
| | 2 | | |
| | 0 | | |
| | 20 | | |
|IEKBZ | | |
| | 0000000000 0000 | 0000 00000000##################### | ####### | | |
| | 2222222222222333333333323333222222222233332333333330000000000000000000002222200000002222222222| |
| | 000000000000000000000000000000000000000000000000000000000C000000C000000C00000000000C0000000000| |
| | 2020202020202020202020202030303030303030303030203030303020202020202020202020303030302030303030| |
|I030_WERE[] | | |
| | Table IT_139[1x41] | | |
| | \PROGRAM=SAPF124\DATA=I030_WERE[] | | |
| | Table reference: 38 | | |
| | TABH+ 0(20) = B0E10000DF070000000000000000000000000000 | | |
| | TABH+ 20(20) = 260000008B0000000100000029000000FFFFFFFF | | |
| | TABH+ 40(16) = 04000000108D05001E000000C104C000 | | |
| | store | = 0xB0E10000DF070000 | | |
| | ext1 | = 0x0000000000000000 | | |
| | shmId | = 0 | (0x00000000) | | |
| | id | = 38 | (0x26000000) | | |
| | label | = 139 (0x8B000000) | | |
| | fill | = 1 | (0x01000000) | | |
| | leng | = 41 | (0x29000000) | | |
| | loop | = -1 | (0xFFFFFFFF) | | |
| | xtyp | = TYPE#000062 | | |
| | occu | = 30 | (0x1E000000) | | |
| | accKind | = 1 | (ItAccessStandard) | | |
| | idxKind | = 0 | (ItIndexNone) | | |
| | uniKind | = 2 | (ItUniNo) | | |
| | keyKind | = 1 | (default) | | |
| | cmpMode | = 2 | (cmpSingleMcmpR) | | |
| | occu0 | = 0 | | |
| | stMode | = 0 | | |
| | groupCntl | = 0 | | |
| | rfc | = 0 | | |
| | unShareable = 0 | | |
| | mightBeShared = 0 | | |
| | sharedWithShmTab = 0 | | |
| | isShmLockId = 0 | | |
| | isUsed | = 1 | | |
| | isCtfyAble = 1 | | |
| | hasScndKeys = 0 | | |
| | hasRowId | = 0 | | |
| | scndKeysOutdated = 0 | | |
| | scndUniKeysOutdated = 0 | | |
| | ----- Shareable Table Header Data ----- | | |
| | tabi | = 0x80AB1600DF070000 | | |
| | pgHook | = 0x0000000000000000 | | |
| | idxPtr | = 0x0000000000000000 | | |
| | id | = 122 (0x7A000000) | | |
| | shmTabhSet = 0x0000000000000000 | | |
| | refCount | = 0 | (0x00000000) | | |
| | tstRefCount = 0 | (0x00000000) | | |
| | lineAdmin | = 30 | (0x1E000000) | | |
| | lineAlloc | = 30 | (0x1E000000) | | |
| | shmVersId | = 0 | (0x00000000) | | |
| | shmRefCount = 1 | (0x01000000) | | |
| | rowId | = 18446744073709551615 | | |
| | scndKeyAdmin = 0x0000000000000000 | | |
| | 100CAUKWRX0001 | 00000090920000009092 | | |
| | 33344545553333222222233333333333333333333 | | |
| | 100315B7280001000000000000090920000009092 | | |
| | 3130304341554B57525830303031202020202020203030303030303930393230303030303039303932 | | |
----------------------------------------------------------------------------------------------------
|No. | 2 Ty. | FORM | | |
|Name SAKO_VERARBEITEN | | |
----------------------------------------------------------------------------------------------------
|IEKBEZ | | |
| | 00000000000 | 0000#####################################################################| |
| | 3333333333322222222223333000000000000000000000000000000000000000000000000000000000000000000000| |
| | 0000000000000000000000000000000C000000C000000C000000C000000C000000C000000C000000C000000C000000| |
| | 303030303030303030303020202020202020202020303030300000000000000C0000000000000C0000000000000C00| |
|FLAG_IF123 | | |
| | X | | |
| | 5 | | |
| | 8 | | |
| | 58 | | |
|CHAR_X | | |
| | X | | |
| | 5 | | |
| | 8 | | |
| | 58 | | |
|X_ECHTL | | |
| | X | | |
| | 5 | | |
| | 8 | | |
| | 58 | | |
|XTOL | | |
| | | |
| | 2 | | |
| | 0 | | |
| | 20 | | |
|IEKBNK[] | | |
| | Table[initial] | | |
| | | |
|IEKBNK | | |
| | 0000000000############## | #############################| |
| | 2222222222333333333300000000000000222222222222222222222222222222200000000000000000000000000000| |
| | 00000000000000000000000000C000000C0000000000000000000000000000000000000C000000C000000C000000C0| |
| | 20202020202020202020303030303030303030300000000000000C0000000000000C20202020202020202020202020| |
|AUGDTTAB-XNOK | | |
| | | |
| | 2 | | |
| | 0 | | |
| | 20 | | |
----------------------------------------------------------------------------------------------------
|No. | 1 Ty. | EVENT | | |
|Name START-OF-SELECTION | | |
----------------------------------------------------------------------------------------------------
|XAUSLW | | |
| | | |
| | 2 | | |
| | 0 | | |
| | 20 | | |
|SCREEN | | |
| | %_17SNS0000100433_%_%_%_%_%_%_ | | |
| | 2533545333333333352525252525252222222222222222222222222222222222222222222222222222222222222222| |
| | 5F173E30000100433F5F5F5F5F5F5F0000000000000000000000000000000000000000000000000000000000000000| |
| | 255F3137534E53303030303130303433335F255F255F255F255F255F255F2020202020202020202020202020202020| |
|BDCDTAB | | |
| | 0000 | | |
| | 2222222222222222222222222222222222222222333322222222222222222222222222222222222222222222222222| |
| | 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000| |
| | 2020202020202020202020202020202020202020202020202020202020202020202020202020202030303030202020| |
|IEKBES[] | | |
| | Table[initial] | | |
| | | |
|IEKBES | | |
| | 0000000#######################################################################################| |
| | 3333333000000000000000000000000000000000000000000000000000000000000000000000000000000000000000| |
| | 0000000000000C000000C000000C000000C000000C000000C000000C000000C000000C000000C000000C000000C000| |
| | 303030303030300000000000000C0000000000000C0000000000000C0000000000000C0000000000000C0000000000| |
|XAUSBEL | | |
| | | |
| | 2 | | |
| | 0 | | |
| | 20 | | |
|XNAUSBEL | | |
| | X | | |
| | 5 | | |
| | 8 | | |
| | 58 | | |
|IEKBEZ[] | | |
| | Table[initial] | | |
| | | |
|SY-BINPT | | |
| | | |
| | 2 | | |
| | 0 | | |
| | 20 | | |
|FAGLBSIS | | |
| | 00000000 | 0000 | 0000000000000000000 | | |
| | 2222222222222222233333333222222222222222222222222222233332222222222333333333333333333322222222| |
| | 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000| |
| | 2020202020202020202020202020202020303030303030303020202020202020202020202020202020202020202020| |
|SY-ONCOM | | |
| | S | | |
| | 5 | | |
| | 3 | | |
| | 53 | | |
|SPACE | | |
| | | |
| | 2 | | |
| | 0 | | |
| | 20 | | |
----------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------
|Internal notes | | |
| | The termination was triggered in function "tsvAllocPages" | | |
| | of the SAP kernel, in line 2773 of the module | | |
| | "//bas/720_REL/src/krn/runt/abtsv.c#8". | | |
| | The internal operation just processed is "TAPP". | | |
| | Internal mode was started at 20151013020117. | | |
----------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------
|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=2000) | | |
|When | : 10/13/2015 2:23:40.691 | | |
|Threads : 2 | | |
|Computer Name | : CI_hostname | | |
|User Name | : SAPServiceSID | | |
|Number of Processors: 4 | | |
|Processor Type: Intel64 Family 6 Model 37 Stepping 1 | | |
|Windows Version | : 6.1 Current Build: 7601 | | |
|State Dump for Thread Id 185c | | |
|000000000202B5B0 0000000141812546 000000000243BC60 disp+work!DumpStacks [ntstcdbg.c (548)] | | |
|000000000202B6B0 000000014026D254 000000007488A000 disp+work!NTDebugProcess [ntstcdbg.c (383)] | | |
|000000000202B6E0 000000014049DFEB 000000007488A000 disp+work!CTrcStack [dptstack.c (183)] | | |
|000000000202B730 00000001404A382B 00000000AE99B5C0 disp+work!rabax_CStackSave [abrabax.c (8656)] |
|000000000202BCA0 0000000140AA9565 00000000001D6DBC disp+work!ab_rabax [abrabax.c (1419)] | | |
|000000000202BD10 0000000140AA9706 0000000000000001 disp+work!tsvAllocPages [abtsv.c (2773)] | | |
|000000000202BD50 0000000140AA9A9A 000007DF0015A2E0 disp+work!tsvAppendBody [abtsv.c (2831)] | | |
|000000000202BD80 0000000140AB3D2A 0005EE3010116602 disp+work!ab_tappNoShareCheck [abtsv.c (4854)] |
|000000000202BF70 0000000140AD1595 000000000202C1E0 disp+work!ab_ItabAppend [abitab.c (1252)] | | |
|000000000202C220 000000014048DA01 0000000000000000 disp+work!ab_jtapp [abtapp.c (160)] | | |
|000000000202C390 00000001404FF65B 0000000000000001 disp+work!ab_extri [abextri.c (676)] | | |
|000000000202C3D0 00000001404FFE66 0000000000000001 disp+work!ab_xevent [abrunt1.c (278)] | | |
|000000000202C460 00000001404DD56B 0000000141C3DE9C disp+work!ab_trigg [abrunt1.c (60)] | | |
|000000000202C4F0 00000001402D9E30 000000000202C5D0 disp+work!ab_run [absubmit.c (511)] | | |
|000000000202C620 00000001402DE94A 000007DF00089360 disp+work!dynpmcal [dymainstp.c (2732)] | | |
|000000000202C6B0 00000001402DDEC7 0000000140000000 disp+work!dynppai0 [dymainstp.c (1225)] | | |
|000000000202C780 00000001402959F6 0000000000000000 disp+work!dynprctl [dymainstp.c (470)] | | |
|000000000202F850 00000001401118A0 00000000106435D8 disp+work!dynpen00 [dymain.c (2025)] | | |
|000000000202FE30 00000001401120B7 FFFFFFFFFFFFFF00 disp+work!TskhLoop [thxxhead.c (4873)] | | |
|000000000202FE80 000000014002F922 0000000002439E4C disp+work!ThStart [thxxhead.c (1195)] | | |
|000000000202FEF0 00000001400010B1 FFFFFFFF00000001 disp+work!DpMain [dpxxdisp.c (1196)] | | |
|000000000202FF20 0000000141B3EA80 0000000002030000 disp+work!nlsui_main [thxxanf.c (80)] | | |
|000000000202FF50 00000000777059ED 0000000000000000 disp+work!__tmainCRTStartup [crtexe.c (597)] |
|000000000202FF80 000000007793C541 0000000000000000 kernel32!BaseThreadInitThunk | | |
|000000000202FFD0 0000000000000000 0000000000000000 ntdll!RtlUserThreadStart | | |
|State Dump for Thread Id 1b94 | | |
|000000000DE8FDE0 000007FEFD813C2F 000000005909FA86 ntdll!NtFsControlFile | | |
|000000000DE8FE50 0000000141A17B2F FFFFFFFFFFFFFFFE KERNELBASE!ConnectNamedPipe | | |
|000000000DE8FEF0 00000000747D37D7 0000000007D010A0 disp+work!SigIMsgFunc [signt.c (717)] | | |
|000000000DE8FF20 00000000747D3894 00000000748895C0 MSVCR80!endthreadex | | |
|000000000DE8FF50 00000000777059ED 0000000000000000 MSVCR80!endthreadex | | |
|000000000DE8FF80 000000007793C541 0000000000000000 kernel32!BaseThreadInitThunk | | |
|000000000DE8FFD0 0000000000000000 0000000000000000 ntdll!RtlUserThreadStart | | |
----------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------
|List of ABAP programs affected | | |
----------------------------------------------------------------------------------------------------
|Index |Typ|Program | |Group |Date | |Time | |Size | |Lang. | | |
----------------------------------------------------------------------------------------------------
| | 0|Prg|SAPF124 | | | 0|26.08.2012|00:45:05| 455680|E | | |
| | 1|Prg|SAPMSSY0 | | | 1|25.08.2012|23:36:17| | 92160|E | | |
| | 2|Prg|SAPMSSYD | | | 1|26.08.2012|00:09:23| | 22528|E | | |
| | 3|Prg|SAPFSYSCALLS | | | 1|09.09.2004|14:18:32| | 7168|E | | |
| | 4|Prg|RSDBRUNT | | | 0|25.08.2012|23:00:55| 273408|E | | |
| | 5|Prg|SAPLSPRI | | | 5|26.08.2012|00:21:17| 357376|E | | |
| | 6|Typ|PRI_PARAMS | | | 0|02.11.1998|09:46:12| | 5120| | | |
| | 7|Typ|ARC_PARAMS | | | 0|28.08.1997|08:36:28| | 4096| | | |
| | 8|Typ|PRI_LAYOUT | | | 0|06.11.2003|20:30:04| | 3072| | | |
| | 9|Typ|PRIPAR_EXT | | | 0|18.05.2004|14:07:03| | 3072| | | |
| | 10|Typ|PRIPAR_EX2 | | | 0|09.11.2000|14:10:39| | 2048| | | |
| | 11|Typ|PRIPAR_EX3 | | | 0|18.05.2004|14:07:03| | 3072| | | |
| | 12|Typ|TPRI_DEF | | | 0|09.11.2000|14:24:28| | 5120| | | |
| | 13|Prg|SAPLSPOO | | | 13|26.08.2012|00:13:58| 160768|E | | |
| | 14|Typ|TSP03 | | | 0|02.11.1998|09:57:05| | 5120| | | |
| | 15|Typ|USR01 | | | 0|26.08.2012|03:07:49| | 4096| | | |
| | 16|Typ|TSP1D | | | 0|15.11.2000|17:58:02| | 5120| | | |
| | 17|Prg|SAPLRSPOLSTDRV | | | 17|17.07.2009|15:59:15| | 57344|E | | |
| | 18|Typ|TSPOPTIONS | | | 0|29.01.1997|19:13:56| | 2048| | | |
| | 19|Typ|TSP0A | | | 0|15.11.2000|17:58:02| | 5120| | | |
| | 20|Typ|TSP03C | | | 0|21.11.2003|11:41:10| | 7168| | | |
| | 21|Typ|TSP03T | | | 0|23.03.1998|18:21:38| | 5120| | | |
| | 22|Prg|SAPCNVE | | | 22|09.09.2004|14:36:10| | 7168|E | | |
| | 23|Prg|SAPLSPOC | | | 23|25.08.2012|20:38:17| 162816|E | | |
| | 24|Typ|TSP03L | | | 0|10.07.1997|00:46:18| | 2048| | | |
| | 25|Typ|RSPOCHECK | | | 0|13.08.1997|12:53:10| | 3072| | | |
| | 26|Prg|SAPLSFES | | | 26|26.08.2012|00:21:19| 283648|E | | |
| | 27|Prg|SAPLSPOR | | | 27|13.01.2010|10:41:52| | 39936|E | | |
| | 28|Prg|SAPLSPOB | | | 28|26.08.2012|00:13:59| | 73728|E | | |
| | 29|Prg|CL_ABAP_CHAR_UTILITIES========CP | | | 29|25.08.2012|22:55:19| | 12288|E | | |
| | 30|Prg|SAPLSDEX | | | 30|09.09.2004|14:20:42| | 22528|E | | |
| | 31|Typ|DD07T | | | 0|12.05.1997|16:45:51| | 3072| | | |
| | 32|Typ|DEVPAR | | | 0|04.12.2000|12:46:11| | 3072| | | |
| | 33|Typ|RSPOATTR | | | 0|10.11.1999|17:44:19| | 2048| | | |
| | 34|Typ|RSSCR | | | 0|30.03.2005|10:21:45| | 5120| | | |
| | 35|Prg|RSDBSPBL | | | 0|25.08.2012|21:36:47| | 69632|E | | |
| | 36|Prg|SAPDB$$S | | | 0|30.03.2005|10:22:01| | 18432|E | | |
| | 37|Typ|VARID | | | 0|12.05.1997|16:51:30| | 4096| | | |
| | 38|Typ|SSCRFIELDS | | | 0|13.05.1997|12:54:26| | 4096| | | |
| | 39|Prg|RSDBSPVA | | | 0|25.08.2012|21:36:48| 140288|E | | |
| | 40|Prg|%_CSYDB0 | | | 0|17.07.2009|11:56:37| | 31744|E | | |
| | 41|Prg|RSDBSPDD | | | 0|25.08.2012|21:36:47| | 37888|E | | |
| | 42|Prg|CONTEXT_X_FREE_SEL_DD_INFO | | | 0|22.03.2010|12:12:27| | 62464|E | | |
| | 43|Typ|TCONT | | | 0|09.09.2004|14:18:43| | 2048| | | |
| | 44|Typ|CONTEXTB | | | 0|09.09.2004|14:15:52| | 6144| | | |
| | 45|Typ|RSCONVERT | | | 0|17.07.2009|11:56:37| | 3072| | | |
| | 46|Prg|SAPLSSELSERVICE | | | 46|17.07.2009|16:58:56| | 22528|E | | |
| | 47|Typ|DFIES | | | 0|16.07.2009|14:28:50| | 9216| | | |
| | 48|Prg|SAPLSVAR | | | 48|26.08.2012|00:14:01| 839680|E | | |
| | 49|Typ|RSVAMEMKEY | | | 0|07.05.1997|13:07:49| | 2048| | | |
| | 50|Prg|RSDBSPMC | | | 0|17.07.2009|11:56:37| | 78848|E | | |
| | 51|Typ|DDSHDESCR | | | 0|03.09.1997|03:05:16| | 3072| | | |
| | 52|Typ|SPPARAMS | | | 0|07.05.1997|13:10:38| | 2048| | | |
| | 53|Prg|SAPLICON | | | 53|17.12.2007|11:19:35| | 27648|E | | |
| | 54|Prg|%_CICON | | | 53|17.12.2007|11:19:33| | 98304|E | | |
| | 55|Typ|ICONT | | | 0|16.08.2006|11:55:57| | 2048| | | |
| | 56|Prg|SAPLSABE | | | 56|10.06.2008|17:01:42| | 12288|E | | |
| | 57|Prg|SAPLSECU | | | 57|26.08.2012|00:13:57| | 96256|E | | |
| | 58|Typ|RSSUBINFO | | | 0|14.10.1999|22:01:03| | 3072| | | |
| | 59|Typ|BHDGD | | | 0|21.12.1999|19:13:17| | 5120| | | |
| | 60|Typ|DD03L | | | 0|25.08.2012|17:57:38| | 6144| | | |
| | 61|Prg|SAPFS003 | | | 0|05.07.2005|13:10:17| | 22528|E | | |
| | 62|Typ|TNAMN | | | 0|20.08.1998|11:08:23| | 3072| | | |
| | 63|Prg|SAPLSDIFRUNTIME | | | 63|25.08.2012|22:56:57| 109568|E | | |
| | 64|Typ|DDFIXVALUE | | | 0|27.08.1999|18:04:56| | 2048| | | |
| | 65|Typ|X031L | | | 0|05.07.2005|13:10:15| | 6144| | | |
| | 66|Prg|SAPLSDNT | | | 66|26.08.2012|00:13:06| 258048|E | | |
| | 67|Prg|SAPLSUGS | | | 67|12.02.2010|13:34:25| | 53248|E | | |
| | 68|Typ|DDFTX | | | 0|05.11.1997|02:52:59| | 4096| | | |
| | 69|Prg|RSDBSPVD | | | 0|25.08.2012|21:36:48| | 89088|E | | |
| | 70|Typ|VARI | | | 0|12.05.1997|15:27:09| | 6144| | | |
| | 71|Typ|RSDSFIELDS | | | 0|20.08.1998|10:57:22| | 2048| | | |
| | 72|Prg|%_CRSDS | | | 0|18.02.2005|14:15:39| | 9216|E | | |
| | 73|Typ|RSDSEXPR | | | 0|20.08.1998|10:57:18| | 2048| | | |
| | 74|Typ|RVARI | | | 0|30.03.1998|09:40:50| | 4096| | | |
| | 75|Typ|RSVARKEY | | | 0|07.05.1997|13:07:54| | 2048| | | |
| | 76|Prg|SAPLSSEL | | | 76|26.08.2012|00:08:59| 1478656|E | | |
| | 77|Prg|RSDBSPDS | | | 0|17.07.2009|11:56:37| | 54272|E | | |
| | 78|Prg|SAPLDSYA | | | 78|25.08.2012|20:37:05| | 47104|E | | |
| | 79|Prg|SAPFSDS1 | | | 78|30.03.2005|10:22:01| | 55296|E | | |
| | 80|Typ|TDCLD | | | 0|02.11.1998|09:51:35| | 5120| | | |
| | 81|Prg|SAPLSDOD | | | 81|17.07.2009|16:58:56| | 46080|E | | |
| | 82|Typ|DOKIL | | | 0|12.05.1997|16:46:17| | 3072| | | |
| | 83|Typ|RSEXFCODE | | | 0|13.08.1997|12:52:57| | 2048| | | |
| | 84|Typ|BSIS | | | 0|26.08.2012|03:59:38| | 15360| | | |
| | 85|Prg|SAPLFAGL_ACTIVATION_SERVICES | | | 85|10.03.2010|17:49:35| | 56320|E | | |
| | 86|Typ|CVERS | | | 0|09.11.2000|14:05:49| | 2048| | | |
| | 87|Prg|SAPLSUG2 | | | 87|11.01.2006|17:43:13| | 49152|E | | |
| | 88|Typ|SVERS | | | 0|30.07.1992|18:39:23| | 2048| | | |
| | 89|Prg|SAPLSTR9 | | | 89|25.08.2012|20:43:11| | 41984|E | | |
| | 90|Prg|CONTEXT_X_TR_SYS_PARAMS | | | 89|22.03.2010|12:12:38| | 43008|E | | |
| | 91|Prg|SAPFSPOR | | | 0|10.06.2008|18:00:40| | 14336|E | | |
| | 92|Typ|RSSELINT | | | 0|04.04.1995|16:12:37| | 2048| | | |
| | 93|Prg|SAPLKGJH | | | 93|13.01.2010|10:49:04| | 10240|E | | |
| | 94|Typ|RSPARINT | | | 0|10.04.1995|09:58:38| | 2048| | | |
| | 95|Prg|SAPLSCNT | | | 95|18.02.2005|14:16:06| | 28672|E | | |
| | 96|Prg|SAPSHDTV | | | 95|25.08.2012|23:01:00| | 32768|E | | |
| | 97|Prg|SAPLSDBT | | | 97|05.07.2005|13:10:14| | 14336|E | | |
| | 98|Typ|DD02L | | | 0|19.11.2001|15:49:25| | 6144| | | |
| | 99|Prg|SAPLSDB1 | | | 99|03.07.2006|10:25:03| | 40960|E | | |
| 100|Prg|SDB1FORA | | | 99|25.08.2012|23:37:24| | 71680|E | | |
| 101|Prg|SDB2FORA | | | 99|26.08.2012|00:09:25| 278528|E | | |
| 102|Prg|SAPLSDSB | | 102|26.08.2012|00:08:49| 193536|E | | |
| 103|Prg|SDB4FORA | | | 99|25.08.2012|21:28:22| | 52224|E | | |
| 104|Prg|CL_SQL_STATEMENT==============CP | | 104|25.08.2012|21:35:47| | 34816|E | | |
| 105|Prg|CL_SQL_CONNECTION=============CP | | 105|25.08.2012|21:35:47| | 21504|E | | |
| 106|Prg|CL_SQL_PARAMETERS=============CP | | 106|25.08.2012|20:50:09| | 18432|E | | |
| 107|Prg|CL_SQL_RESULT_SET=============CP | | 107|25.08.2012|21:35:47| | 34816|E | | |
| 108|Typ|TSECLOG_SETTINGS | | | 0|25.08.2012|17:52:10| | 2048| | | |
| 109|Prg|SAPFGUICNTL | | | 1|18.02.2005|14:15:08| | 24576|E | | |
| 110|Prg|SAPLOLEA | | 110|25.08.2012|23:00:32| | 97280|E | | |
| 111|Prg|SAPLSGUI | | 111|25.08.2012|20:32:56| | 87040|E | | |
| 112|Prg|SAPLSTTM | | 112|17.07.2009|16:58:56| | 71680|E | | |
| 113|Prg|SAPLSBDC | | 113|17.07.2009|16:58:56| | 41984|E | | |
| 114|Prg|SAPLTHFB | | 114|26.08.2012|02:19:42| 417792|E | | |
| 115|Typ|WPINFO | | | 0|26.02.1999|14:49:01| | 5120| | | |
| 116|Prg|SAPLURFC | | 116|26.08.2012|00:19:13| | 24576|E | | |
| 117|Prg|SAPLSPLUGIN | | 117|13.01.2010|11:04:09| | 8192|E | | |
| 118|Typ|SWCBCONT | | | 0|15.11.2000|17:55:11| | 3072| | | |
| 119|Typ|OLE_VERBS | | | 0|04.04.1995|16:02:20| | 2048| | | |
| 120|Typ|OLE_PA | | | 0|04.04.1995|16:02:19| | 2048| | | |
| 121|Typ|SSCRTEXTS | | | 0|03.09.1997|03:12:33| | 3072| | | |
| 122|Typ|RSVUVINT | | | 0|15.01.1996|16:09:23| | 2048| | | |
| 123|Typ|T001 | | | 0|26.08.2012|04:02:53| | 13312| | | |
| 124|Prg|SAPLFAUT | | 124|14.02.2006|17:45:15| | 12288|E | | |
| 125|Typ|T000F | | | 0|28.08.1997|09:30:02| | 2048| | | |
| 126|Prg|SAPLFACS | | 126|26.08.2012|18:42:32| 315392|E | | |
| 127|Typ|BOOLE | | | 0|04.04.1995|15:41:35| | 2048| | | |
| 128|Prg|SAPLFACSCORE | | 128|10.03.2010|16:52:35| | 12288|E | | |
| 129|Typ|T009 | | | 0|01.06.1992|11:17:16| | 2048| | | |
| 130|Prg|CL_FAGL_SWITCH_CHECK==========CP | | 130|26.08.2012|09:20:44| | 14336|E | | |
| 131|Prg|CL_FAGL_YEC_SERVICES==========CP | | 131|10.03.2010|14:58:44| | 11264|E | | |
| 132|Prg|CL_FAGL_R_SPLIT_REORG=========CP | | 132|26.08.2012|18:42:30| 157696|E | | |
| 133|Typ|T001B | | | 0|26.08.2012|03:59:52| | 4096| | | |
| 134|Prg|CL_EXITHANDLER================CP | | 134|25.08.2012|23:51:08| | 25600|E | | |
| 135|Prg|SAPLSEXV | | 135|26.08.2012|00:15:33| 117760|E | | |
| 136|Prg|CL_BADI_FLT_DATA_TRANS_AND_DB=CP | | 136|26.08.2012|00:04:50| | 31744|E | | |
| 137|Typ|SXC_EXIT | | | 0|09.11.2000|14:23:43| | 2048| | | |
| 138|Typ|T030 | | | 0|27.05.1992|17:41:51| | 3072| | | |
| 139|Typ|SCHEDMAN_SELKRIT | | | 0|15.11.2000|17:53:04| | 3072| | | |
| 140|Typ|SCMA_WITEM | | | 0|10.11.1999|17:44:40| | 2048| | | |
| 141|Prg|SAPLMOF2 | | 141|25.08.2012|22:10:38| | 82944|E | | |
| 142|Typ|SMMAIN | | | 0|26.08.2012|04:02:53| | 9216| | | |
| 143|Typ|INDX | | | 0|29.07.1998|18:38:15| | 6144| | | |
| 144|Prg|SAPLSCMA_SERVICES | | 144|25.08.2012|20:21:02| 171008|E | | |
| 145|Prg|SAPLMOF4 | | 145|10.06.2008|17:49:31| 135168|E | | |
| 146|Typ|SCMAPROGRAMS | | | 0|12.04.1999|16:15:02| | 2048| | | |
| 147|Typ|SCMA_TASKS | | | 0|12.04.1999|16:05:18| | 3072| | | |
| 148|Typ|TRDIRT | | | 0|14.02.1998|17:01:07| | 2048| | | |
| 149|Prg|SAPLBDLS | | 149|17.07.2009|16:58:56| 195584|E | | |
| 150|Typ|T000 | | | 0|11.09.1997|10:17:18| | 4096| | | |
| 151|Typ|SMSELKRIT | | | 0|15.11.2000|17:54:17| | 4096| | | |
| 152|Typ|SMPARAM | | | 0|15.11.2000|17:54:17| | 4096| | | |
| 153|Typ|SMBATCH | | | 0|15.11.2000|17:54:09| | 3072| | | |
| 154|Prg|SAPLBTCH | | 154|26.08.2012|02:19:43| 1912832|E | | |
| 155|Typ|BTCJOBEPP | | | 0|25.08.2012|17:27:11| | 4096| | | |
| 156|Typ|BAPIXMSPOOLID | | | 0|03.07.2006|10:21:32| | 8192| | | |
| 157|Typ|TBTCJOB | | | 0|25.08.2012|18:03:15| | 10240| | | |
| 158|Typ|TBTCSTEP | | | 0|15.11.2000|17:56:59| | 11264| | | |
| 159|Typ|TPRI_PAR | | | 0|09.11.2000|14:24:28| | 6144| | | |
| 160|Prg|SAPLBTCHCNTXT | | 160|25.08.2012|21:42:16| | 66560|E | | |
| 161|Typ|SMSCMAID | | | 0|15.11.2000|17:54:17| | 2048| | | |
| 162|Typ|PEPAPPL | | | 0|01.06.1999|12:00:29| | 3072| | | |
| 163|Prg|SAPLMOF3 | | 163|06.11.2003|21:23:56| | 62464|E | | |
| 164|Typ|SMAPPL | | | 0|12.03.1999|15:15:29| | 2048| | | |
| 165|Prg|SAPLSCMA_UPD_LOG | | 165|17.07.2009|17:51:53| | 14336|E | | |
| 166|Typ|SCHEDMAN_KEY | | | 0|01.03.1999|13:32:11| | 2048| | | |
| 167|Prg|SAPLKPEP_WL_SCMAINTF | | 167|23.02.2001|17:13:29| | 9216|E | | |
| 168|Typ|SCHEDMAN_ADD_KEY | | | 0|01.03.1999|13:32:10| | 2048| | | |
| 169|Prg|SAPLSPIAGENTCW | | 169|25.08.2012|20:50:10| | 11264|E | | |
| 170|Prg|SAPLSPILS | | 170|25.08.2012|20:50:10| | 66560|E | | |
| 171|Prg|CL_OS_TRANSACTION_END_NOTIFIERCP | | 171|17.07.2009|16:41:58| | 8192|E | | |
| 172|Prg|CL_SYSTEM_TRANSACTION_STATE===CP | | 172|25.08.2012|20:32:56| 132096|E | | |
| 173|Prg|SAPLF110 | | 173|26.08.2012|00:48:12| 289792|E | | |
| 174|Prg|SAPLAPAR_EBPP_SERVICES | | 174|10.03.2010|16:32:31| 111616|E | | |
| 175|Typ|T042ZEBPP | | | 0|08.01.2002|14:42:24| | 2048| | | |
| 176|Prg|SAPLR3_EXTENSION_SWITCH | | 176|16.04.2010|15:13:39| | 17408|E | | |
| 177|Prg|SAPLPA_PACKAGE_SERVICES | | 177|26.08.2012|00:25:31| 182272|E | | |
| 178|Prg|SAPLITSR | | 178|22.03.2010|12:12:37| 119808|E | | |
| 179|Prg|CONTEXT_X_SP_INFO | | 178|22.03.2010|12:12:37| | 39936|E | | |
| 180|Typ|SKB1 | | | 0|26.08.2012|04:02:53| | 7168| | | |
| 181|Prg|/1BCDWBEN/SAPLFEN0001 | | 181|11.11.1998|22:54:38| 309248|E | | |
| 182|Prg|SAPLSENA | | 182|17.07.2009|16:05:18| | 36864|E | | |
| 183|Prg|SAPLFCUE1 | | 183|06.11.2003|21:21:57| | 17408|E | | |
| 184|Typ|TCURE | | | 0|04.05.1999|11:55:27| | 2048| | | |
| 185|Typ|LVC_S_ROID | | | 0|14.10.1999|21:58:04| | 2048| | | |
| 186|Typ|BSEG | | | 0|25.08.2012|17:56:59| | 51200| | | |
| 187|Typ|BSIK | | | 0|26.08.2012|03:59:38| | 29696| | | |
| 188|Typ|SYST | | | 0|09.09.2004|14:18:12| | 27648| | | |
| 189|Typ|RSJOBINFO | | | 0|25.08.2012|18:01:42| | 3072| | | |
| 190|Typ|FAGLBSIS | | | 0|25.08.2012|17:30:24| | 14336| | | |
----------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------
|ABAP Control Blocks (CONT) | | |
----------------------------------------------------------------------------------------------------
|Index|Name|Fl|PAR0|PAR1|PAR2|PAR3|PAR4|PAR5|PAR6|Source Code | |Line | | |
----------------------------------------------------------------------------------------------------
|20120|0450| | | | | | | | | | | | | | | | | | | | |
|13355|BRAF|05|001B| | | | | | | | | | | | |F124_MERGE | | | 3225| |
|13356|BREL|80|0000| | | | | | | | | | | | |F124_MERGE | | | 3225| |
|13357|WHIL|00|0002|0000|0000|0000|0000|0000|0000|F124_MERGE | | | 3226| |
|13361|WHIL|00|0003|0000|0000|0000|0000|0000|0000|F124_MERGE | | | 3226| |
|13365|BRAN|05|000D| | | | | | | | | | | | |F124_MERGE | | | 3226| |
|13366|CMPS|20|02DB|03A8|03A8| | | | | | | | |F124_MERGE | | | 3226| |
|13368|BRAF|02|000A| | | | | | | | | | | | |F124_MERGE | | | 3226| |
|13369|SHIF|00|0002|03A7|0006|0000|0000|0000|0000|F124_MERGE | | | 3227| |
|13373|SHIF|00|0002|0252|0006|0000|0000|0000|0000|F124_MERGE | | | 3228| |
|13377|BRAX|00|FFF0| | | | | | | | | | | | |F124_MERGE | | | 3229| |
|13378|WHIL|00|0004|0000|0000|0000|0000|0000|0000|F124_MERGE | | | 3229| |
|>>>>>|TAPP|00|02DC|007B|007C| | | | | | | | |F124_MERGE | | | 3233| |
|13384|mvqk|04|0000|4259|2DFF| | | | | | | | |F124_MERGE | | | 3234| |
|13386|TCOL|08|02DC|0087|0088|0000|0384|0000|0000|F124_MERGE | | | 3235| |
|13390|CMPS|20|02DB|016D|016D| | | | | | | | |F124_MERGE | | | 3236| |
|13392|BRAF|05|0018| | | | | | | | | | | | |F124_MERGE | | | 3236| |
|13393|BREL|80|0000| | | | | | | | | | | | |F124_MERGE | | | 3236| |
|13394|ccqi|4B|0000|0000|0004|0001|0000|0000|0004|F124_MERGE | | | 3237| |
|13398|COMP|00|00E0|0032|016D| | | | | | | | |F124_MERGE | | | 3238| |
---------------------------------------------------------------------------------------------------- | |