Sie sind auf Seite 1von 31

Runtime Errors TSV_TNEW_PAGE_ALLOC_FAILED

Date and Time 24.12.2010 14:50:10


--------------------------------------------------------------------------------
--------------------
--------------------------------------------------------------------------------
--------------------
|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=ZCS_SRVSHEET_1\DATA=IT_MSEG1[]" 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: 2166
|
| Number of rows: 1627368
|
| Allocated rows: 1627368
|
| Newly requested rows: 4 (in 1 blocks)
|
--------------------------------------------------------------------------------
--------------------
--------------------------------------------------------------------------------
--------------------
|How to correct the error
|
| The amount of storage space (in bytes) filled at termination time was:
|
|
|
| Roll area...................... 6221152
|
| Extended memory (EM)........... 2002743520
|
| Assigned memory (HEAP)......... 2000054432
|
| Short area..................... " "
|
| Paging area.................... 16384
|
| 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" " "
|
| "ZCS_SRVSHEET_1" or "ZCS_SRVSHEET_1"
|
| "START-OF-SELECTION"
|
|
|
| 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 700
|
|
|
| Application server... "SAPPRD"
|
| Network address...... "192.168.0.253"
|
| Operating system..... "Windows NT"
|
| Release.............. "5.2"
|
| Hardware type........ "8x AMD64 Level"
|
| Character length.... 16 Bits
|
| Pointer length....... 64 Bits
|
| Work process number.. 0
|
| Shortdump setting.... "full"
|
|
|
| Database server... "SAPPRD"
|
| Database type..... "MSSQL"
|
| Database name..... "PRD"
|
| Database user ID.. "prd"
|
|
|
| Char.set.... "C"
|
|
|
| SAP kernel....... 700
|
| created (date)... "Feb 4 2008 00:38:16"
|
| create on........ "NT 5.2 3790 Service Pack 1 x86 MS VC++ 14.00"
|
| Database version. "SQL_Server_8.00 "
|
|
|
| Patch level. 146
|
| Patch text.. " "
|
|
|
| Database............. "MSSQL 7.00.699 or higher, MSSQL 8.00.194"
|
| SAP database version. 700
|
| Operating system..... "Windows NT 5.0, Windows NT 5.1, Windows NT 5.2, Wind
ows |
| NT 6.0"
|
|
|
| Memory consumption
|
| Roll.... 6221152
|
| EM...... 2002743520
|
| Heap.... 2000054432
|
| Page.... 16384
|
| MM Used. 3916519792
|
| MM Free. 82418848
|
--------------------------------------------------------------------------------
--------------------
--------------------------------------------------------------------------------
--------------------
|User and Transaction
|
|
|
| Client.............. 500
|
| User................ "SERVICE12"
|
| Language key........ "E"
|
| Transaction......... "ZSRSHT "
|
| Transactions ID..... "DF3B0FE04190F12BA78500304861D23B"
|
|
|
| Program............. "ZCS_SRVSHEET_1"
|
| Screen.............. "SAPMSSY0 1000"
|
| Screen line......... 6
|
--------------------------------------------------------------------------------
--------------------
--------------------------------------------------------------------------------
--------------------
|Information on where terminated
|
| Termination occurred in the ABAP program "ZCS_SRVSHEET_1" - in
|
| "START-OF-SELECTION".
|
| The main program was "ZCS_SRVSHEET_1 ".
|
|
|
| In the source code you have the termination point in line 228
|
| of the (Include) program "ZCS_SRVSHEET_1".
|
--------------------------------------------------------------------------------
--------------------
--------------------------------------------------------------------------------
--------------------
|Source Code Extract
|
--------------------------------------------------------------------------------
--------------------
|Line |SourceCde
|
--------------------------------------------------------------------------------
--------------------
| 198|***************************FOR WARRANTY...THE 1ST QMNUM
|
| 199|
|
| 200|ELSEIF itab-s_no = 0 AND ITAB-ABCKZ1 = 'W'.
|
| 201|SELECT * FROM VIQMEL INTO table it_viqmel where equnr = itab-equnr and
strmn < ITAB-GWLEN |
| 202|and strmn > ITAB-GWLDT and QMNUM <= ITAB-QMNUM.
|
| 203| refresh IT_MSEG.
|
| 204| refresh IT_MSEG1.
|
| 205| refresh IT_MAKT.
|
| 206| refresh IT_VIQMEL.
|
| 207| ENDIF.
|
| 208|
|
| 209| ENDLOOP.
|
| 210|
|
| 211|************************ SELECTING MATERIALS FOR AMC OR WARRANTY ********
************ |
| 212|
|
| 213|DATA : DD TYPE I.
|
| 214|DATA : DD1 TYPE I.
|
| 215| clear DD.
|
| 216| CLEAR DD1.
|
| 217|data: begin of it_final occurs 0,
|
| 218| matnr like mseg-matnr ,
|
| 219| menge like mseg-menge ,
|
| 220| meins like mseg-meins ,
|
| 221| end of it_final.
|
| 222|refresh it_final.
|
| 223|
|
| 224|IF itab-s_no NE 0 AND ( ITAB-ABCKZ = 'A' ). "OR ITAB-ABCKZ1 = 'W' ).
|
| 225|
|
| 226|***************** CONDITION FOR MSEG-AUFNR IS NOT THERE *****************
***** |
| 227|
|
|>>>>>|SELECT * FROM MSEG INTO TABLE it_MSEG1 " when AUFNR IS 0 IN
MSEG |
| 229| for all entries in it_viqmel
|
| 230| WHERE AUFNR = it_viqmel-AUFNR .
|
| 231|
|
| 232|* if sy-subrc = 0.
|
| 233|LOOP AT it_MSEG1.
|
| 234|if it_MSEG1-aufnr is not initial.
|
| 235|DD = 1.
|
| 236|ENDIF.
|
| 237|ENDLOOP.
|
| 238|***********************
|
| 239|
|
| 240|IF DD = 1.
|
| 241|
|
| 242|
|
| 243| SELECT * FROM MSEG INTO TABLE it_MSEG
|
| 244| for all entries in it_viqmel
|
| 245| WHERE AUFNR = it_viqmel-AUFNR and bwart in ('261' ,'262') .
|
| 246|
|
| 247|
|
--------------------------------------------------------------------------------
--------------------
--------------------------------------------------------------------------------
--------------------
|Contents of system fields
|
--------------------------------------------------------------------------------
--------------------
|Name |Val.
|
--------------------------------------------------------------------------------
--------------------
|SY-SUBRC|0
|
|SY-INDEX|0
|
|SY-TABIX|1
|
|SY-DBCNT|107797
|
|SY-FDPOS|40
|
|SY-LSIND|0
|
|SY-PAGNO|0
|
|SY-LINNO|1
|
|SY-COLNO|1
|
|SY-PFKEY|
|
|SY-UCOMM|PRNT
|
|SY-TITLE|SERVICE SHEET
|
|SY-MSGTY|I
|
|SY-MSGID|PO
|
|SY-MSGNO|782
|
|SY-MSGV1|
|
|SY-MSGV2|
|
|SY-MSGV3|
|
|SY-MSGV4|
|
|SY-MODNO|4
|
|SY-DATUM|20101224
|
|SY-UZEIT|142752
|
|SY-XPROG|SAPFGUICNTL
|
|SY-XFORM|%_CONTROL_EXIT_DYNPRO
|
--------------------------------------------------------------------------------
--------------------
--------------------------------------------------------------------------------
--------------------
|Active Calls/Events
|
--------------------------------------------------------------------------------
--------------------
|No. Ty. Program Include
Line |
| Name
|
--------------------------------------------------------------------------------
--------------------
| 1 EVENT ZCS_SRVSHEET_1 ZCS_SRVSHEET_1
228 |
| START-OF-SELECTION
|
--------------------------------------------------------------------------------
--------------------
--------------------------------------------------------------------------------
--------------------
|Chosen variables
|
--------------------------------------------------------------------------------
--------------------
|Name
|
| Val.
|
--------------------------------------------------------------------------------
--------------------
|No. 1 Ty. EVENT
|
|Name START-OF-SELECTION
|
--------------------------------------------------------------------------------
--------------------
|DD
|
| 0
|
| 0000
|
| 0000
|
|DD1
|
| 0
|
| 0000
|
| 0000
|
|IT_FINAL[]
|
| Table[initial]
|
|ITAB-KURZTEXT
|
|
|
| 2222222222222222222222222222222222222222
|
| 0000000000000000000000000000000000000000
|
| 0000000000000000000000000000000000000000
|
| 0000000000000000000000000000000000000000
|
|ITAB-S_NO
|
| 01
|
| 33
|
| 01
|
| 00
|
| 00
|
|SYST-REPID
|
| ZCS_SRVSHEET_1
|
| 5455555544455322222222222222222222222222
|
| A33F32638554F100000000000000000000000000
|
| 0000000000000000000000000000000000000000
|
| 0000000000000000000000000000000000000000
|
|ITAB-ABCKZ
|
| A
|
| 4
|
| 1
|
| 0
|
| 0
|
|QMNUM-SIGN
|
| I
|
| 4
|
| 9
|
| 0
|
| 0
|
|IT_MSEG
|
| 0000000000000000000000
|
| 222222222222233333333333333333333332222222222222222222222222222222222222222
2222222222222222222|
| 000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000|
| 000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000|
| 000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000|
|<%_TABLE_MSEG>
|
| ???
|
| ??????
|
| ??????
|
|IT_VIQMEL[]
|
| Table IT_117[107797x3424]
|
| \PROGRAM=ZCS_SRVSHEET_1\DATA=IT_VIQMEL[]
|
| Table reference: 30
|
| TABH+ 0(20) = A0A71D57FE070000000000000000000000000000
|
| TABH+ 20(20) = 1E0000007500000015A50100600D0000FFFFFFFF
|
| TABH+ 40(16) = 04000000B009000004000000C1308401
|
| store = 0xA0A71D57FE070000
|
| ext1 = 0x0000000000000000
|
| shmId = 0 (0x00000000)
|
| id = 30 (0x1E000000)
|
| label = 117 (0x75000000)
|
| fill = 107797 (0x15A50100)
|
| leng = 3424 (0x600D0000)
|
| loop = -1 (0xFFFFFFFF)
|
| xtyp = TYPE#000037
|
| occu = 4 (0x04000000)
|
| access = 1 (ItAccessStandard)
|
| idxKind = 0 (ItIndexNone)
|
| uniKind = 2 (ItUniqueNon)
|
| keyKind = 1 (default)
|
| cmpMode = 8 (cmpManyEq)
|
| occu0 = 1
|
| groupCntl = 0
|
| rfc = 0
|
| unShareable = 0
|
| mightBeShared = 1
|
| sharedWithShmTab = 0
|
| isShmLockId = 0
|
| gcKind = 0
|
| isUsed = 1
|
| isCtfyAble = 1
|
| >>>>> Shareable Table Header Data <<<<<
|
| tabi = 0x20F32B57FE070000
|
| pgHook = 0x704A5A6BFE070000
|
| idxPtr = 0x0000000000000000
|
| shmTabhSet = 0x0000000000000000
|
| id = 74 (0x4A000000)
|
| refCount = 1 (0x01000000)
|
| tstRefCount = 0 (0x00000000)
|
| lineAdmin = 114688 (0x00C00100)
|
| lineAlloc = 107800 (0x18A50100)
|
| shmVersId = 0 (0x00000000)
|
| shmRefCount = 2 (0x02000000)
|
| >>>>> 1st level extension part <<<<<
|
| regHook = Not allocated
|
| collHook = Not allocated
|
| ext2 = Not allocated
|
| >>>>> 2nd level extension part <<<<<
|
| tabhBack = Not allocated
|
| delta_head = Not allocated
|
| pb_func = Not allocated
|
| pb_handle = Not allocated
|
|IT_MSEG1[]
|
| Table IT_119[0x2166]
|
| \PROGRAM=ZCS_SRVSHEET_1\DATA=IT_MSEG1[]
|
| Table reference: 35
|
| TABH+ 0(20) = 0000000000000000000000000000000000000000
|
| TABH+ 20(20) = 23000000770000000000000076080000FFFFFFFF
|
| TABH+ 40(16) = 040000002009000004000000C1308001
|
| store = 0x0000000000000000
|
| ext1 = 0x0000000000000000
|
| shmId = 0 (0x00000000)
|
| id = 35 (0x23000000)
|
| label = 119 (0x77000000)
|
| fill = 0 (0x00000000)
|
| leng = 2166 (0x76080000)
|
| loop = -1 (0xFFFFFFFF)
|
| xtyp = TYPE#000034
|
| occu = 4 (0x04000000)
|
| access = 1 (ItAccessStandard)
|
| idxKind = 0 (ItIndexNone)
|
| uniKind = 2 (ItUniqueNon)
|
| keyKind = 1 (default)
|
| cmpMode = 8 (cmpManyEq)
|
| occu0 = 1
|
| groupCntl = 0
|
| rfc = 0
|
| unShareable = 0
|
| mightBeShared = 0
|
| sharedWithShmTab = 0
|
| isShmLockId = 0
|
| gcKind = 0
|
| isUsed = 1
|
| isCtfyAble = 1
|
| >>>>> Shareable Table Header Data <<<<<
|
| tabi = Not allocated
|
| pghook = Not allocated
|
| idxPtr = Not allocated
|
| shmTabhSet = Not allocated
|
| id = Not allocated
|
| refCount = Not allocated
|
| tstRefCount = Not allocated
|
| lineAdmin = Not allocated
|
| lineAlloc = Not allocated
|
| shmVersId = Not allocated
|
| shmRefCount = Not allocated
|
| shmIsReadOnly = Not allocated
|
| >>>>> 1st level extension part <<<<<
|
| regHook = Not allocated
|
| collHook = Not allocated
|
| ext2 = Not allocated
|
| >>>>> 2nd level extension part <<<<<
|
| tabhBack = Not allocated
|
| delta_head = Not allocated
|
| pb_func = Not allocated
|
| pb_handle = Not allocated
|
|ADR6
|
| 00000000000
|
| 222222222222222222222223333333333322222222222222222222222222222222222222222
2222222222222222222|
| 000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000|
| 000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000|
| 000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000|
|%_SSCR[]
|
| Table IT_0[3x492]
|
| \PROGRAM=ZCS_SRVSHEET_1\DATA=%_SSCR[]
|
| Table reference: 0
|
| TABH+ 0(20) = 501D1457FE070000000000000000000000000000
|
| TABH+ 20(20) = 000000000000000003000000EC010000FFFFFFFF
|
| TABH+ 40(16) = 04000000E003000003000000C1108401
|
| store = 0x501D1457FE070000
|
| ext1 = 0x0000000000000000
|
| shmId = 0 (0x00000000)
|
| id = 0 (0x00000000)
|
| label = 0 (0x00000000)
|
| fill = 3 (0x03000000)
|
| leng = 492 (0xEC010000)
|
| loop = -1 (0xFFFFFFFF)
|
| xtyp = TYPE#000006
|
| occu = 3 (0x03000000)
|
| access = 1 (ItAccessStandard)
|
| idxKind = 0 (ItIndexNone)
|
| uniKind = 2 (ItUniqueNon)
|
| keyKind = 1 (default)
|
| cmpMode = 8 (cmpManyEq)
|
| occu0 = 0
|
| groupCntl = 0
|
| rfc = 0
|
| unShareable = 0
|
| mightBeShared = 1
|
| sharedWithShmTab = 0
|
| isShmLockId = 0
|
| gcKind = 0
|
| isUsed = 1
|
| isCtfyAble = 1
|
| >>>>> Shareable Table Header Data <<<<<
|
| tabi = 0x60171457FE070000
|
| pgHook = 0x0000000000000000
|
| idxPtr = 0x0000000000000000
|
| shmTabhSet = 0x0000000000000000
|
| id = 2 (0x02000000)
|
| refCount = 2 (0x02000000)
|
| tstRefCount = 0 (0x00000000)
|
| lineAdmin = 3 (0x03000000)
|
| lineAlloc = 3 (0x03000000)
|
| shmVersId = 0 (0x00000000)
|
| shmRefCount = 3 (0x03000000)
|
| >>>>> 1st level extension part <<<<<
|
| regHook = Not allocated
|
| collHook = Not allocated
|
| ext2 = Not allocated
|
| >>>>> 2nd level extension part <<<<<
|
| tabhBack = Not allocated
|
| delta_head = Not allocated
|
| pb_func = Not allocated
|
| pb_handle = Not allocated
|
|T052U
|
| 00
|
| 222222223322222222222222222222222222222222222222222222222222
|
| 000000000000000000000000000000000000000000000000000000000000
|
| 000000000000000000000000000000000000000000000000000000000000
|
| 000000000000000000000000000000000000000000000000000000000000
|
|IT_MSEG1
|
| 0000000000000000000000
|
| 222222222222233333333333333333333332222222222222222222222222222222222222222
2222222222222222222|
| 000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000|
| 000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000|
| 000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000|
|IT_MSEG1-AUFNR
|
|
|
| 222222222222
|
| 000000000000
|
| 000000000000
|
| 000000000000
|
|ITAB-VLAUEZ
|
|
|
| 2
|
| 0
|
| 0
|
| 0
|
--------------------------------------------------------------------------------
--------------------
--------------------------------------------------------------------------------
--------------------
|Internal notes
|
| The termination was triggered in function "tsvAllocPages"
|
| of the SAP kernel, in line 1805 of the module
|
| "//bas/700_REL/src/krn/runt/abtsv.c#9".
|
| The internal operation just processed is "SQLS".
|
| Internal mode was started at 20101224142749.
|
--------------------------------------------------------------------------------
--------------------
--------------------------------------------------------------------------------
--------------------
|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=2396)
|
|When : 12/24/2010 14:50:10.812
|
|Threads : 2
|
|Computer Name : SAPPRD
|
|User Name : SAPServicePRD
|
|Number of Processors: 8
|
|Processor Type: EM64T Family 6 Model 23 Stepping 6
|
|Windows Version : 5.2 Current Build: 3790
|
|State Dump for Thread Id f58
|
|FramePtr ReturnAd Param#1 Function Name
|
|0000000007d9b0a0 0000000077d704ff 000000004948b4d0 ntdll!ZwWaitForSingleObject
|
|0000000007d9b140 000000000172a741 00000000000001dc kernel32!WaitForSingleObject
Ex |
|0000000007d9b390 0000000000613405 0000000000000001 disp+work!NTDebugProcess [nt
stcdbg.c (501)] |
|0000000007d9b3c0 0000000000afeb9c 0000000000000001 disp+work!CTrcStack [dptstac
k.c (182)] |
|0000000007d9b410 0000000000b03dc0 0000000000000001 disp+work!rabax_CStackSave [
abrabax.c (7091)] |
|0000000007d9bdf0 00000000007a07e9 0000000001a27440 disp+work!ab_rabax [abrabax.
c (1231)] |
|0000000007d9be80 00000000007a09f0 0000000000000000 disp+work!tsvAllocPages [abt
sv.c (1805)] |
|0000000007d9bed0 00000000007a183f 000007fe57235c20 disp+work!tsvAppendBody [abt
sv.c (1869)] |
|0000000007d9bf40 000000000119a939 0000000003ca7c48 disp+work!ab_tnewNoIdxUpd [a
btsv.c (3031)] |
|0000000007d9bf80 000000018737b98d 0000000017650040 disp+work!dbsl_bulk_tab_out
[dbtran.c (8225)] |
|0000000007d9c040 00000001873824a1 0000000017650001 dbmssslib!CDbSl::GetNextRows
Normal [sloledb.cpp|
|0000000007d9c0e0 0000000187353d7f 0000000003ca7ba0 dbmssslib!CDbSl::DbSlExeRead
[sloledb.cpp (5713|
|0000000007d9c120 00000000011a5d1c 0000000003ca7ba0 dbmssslib!DbSlExeRead96 [dbs
loledb.cpp (1438)] |
|0000000007d9c170 00000000011a81e0 0000000003ca7ba0 disp+work!dbsl_exec_fetch [d
btran.c (7199)] |
|0000000007d9c1a0 00000000011b2073 000007fe57219bd0 disp+work!fetch_cursor [dbtr
an.c (3818)] |
|0000000007d9c210 0000000001124759 0000000003c7f368 disp+work!db_tran94 [dbtran.
c (2396)] |
|0000000007d9c250 0000000001127974 0000000003c7f368 disp+work!call_tran [dbrsql.
c (12440)] |
|0000000007d9c290 00000000011287e3 0000000003c7f1b0 disp+work!fetch_cursor [dbrs
ql.c (4774)] |
|0000000007d9c300 000000000112b91b 0000000003c7f1b0 disp+work!fetch_otab [dbrsql
.c (6895)] |
|0000000007d9c3c0 000000000112cf75 000007fe57216ff0 disp+work!iotab_access [dbrs
ql.c (4066)] |
|0000000007d9c490 00000000009e2173 000007fe57216ff0 disp+work!db_rsql1994 [dbrsq
l.c (2672)] |
|0000000007d9c520 00000000009e85fb 00000e8000026502 disp+work!CallRsql94 [absaps
ql.c (7171)] |
|0000000007d9c570 00000000009eb6ff 0000000000000000 disp+work!SqlsFetchAll [absa
psql.c (7893)] |
|0000000007d9c760 00000000009fc413 000000000000003b disp+work!SqlsExecuteCall [a
bsapsql.c (7498)] |
|0000000007d9c810 0000000000833e52 0000000000000000 disp+work!ab_jsqls [absapsql
.c (1414)] |
|0000000007d9c990 0000000000a15827 0000000000000000 disp+work!ab_extri [abextri.
c (554)] |
|0000000007d9c9e0 0000000000a161c4 0000000000000000 disp+work!ab_xevent [abrunt1
.c (281)] |
|0000000007d9ca80 0000000000b7f15c 0000000000000000 disp+work!ab_trigg [abrunt1.
c (68)] |
|0000000007d9cb20 0000000000671bdd 000007fe5720450c disp+work!ab_run [absubmit.c
(408)] |
|0000000007d9cca0 000000000067624a 000007fe5720450c disp+work!dynpmcal [dymainst
p.c (2284)] |
|0000000007d9cd40 00000000006757ca 0000000000000000 disp+work!dynppai0 [dymainst
p.c (1004)] |
|0000000007d9cdf0 0000000000634135 0000000000000000 disp+work!dynprctl [dymainst
p.c (360)] |
|0000000007d9fc30 00000000004d868d 0000000000000002 disp+work!dynpen00 [dymain.c
(1629)] |
|0000000007d9feb0 000000000042d6f6 000000000a665080 disp+work!TskhLoop [thxxhead
.c (4525)] |
|0000000007d9fee0 000000000040108d ffffffff00000003 disp+work!DpMain [dpxxdisp.c
(1122)] |
|0000000007d9ff10 00000000019d40e1 0000000000000000 disp+work!nlsui_main [thxxan
f.c (84)] |
|0000000007d9ff70 0000000077d596ac 0000000000000000 disp+work!wmainCRTStartup [c
rtexe.c (498)] |
|0000000007d9ffa0 0000000000000000 00000000019d3f70 kernel32!BaseProcessStart
|
|State Dump for Thread Id e4c
|
|FramePtr ReturnAd Param#1 Function Name
|
|000000000f07fe40 0000000077d5f6f1 0000000000000000 ntdll!NtFsControlFile
|
|000000000f07feb0 00000000018ba2ff fffffffffffffffe kernel32!ConnectNamedPipe
|
|000000000f07ff40 000007ff7fc411c4 0000000000000000 disp+work!SigIMsgFunc [signt
.c (679)] |
|000000000f07ff70 0000000077d6b71a 0000000077d6b6e0 msvcrt!endthreadex
|
|000000000f07ffa0 0000000000000000 0000000000000000 kernel32!BaseThreadStart
|
--------------------------------------------------------------------------------
--------------------
--------------------------------------------------------------------------------
--------------------
|List of ABAP programs affected
|
--------------------------------------------------------------------------------
--------------------
|Index |Typ|Program |Group |Date |Time |
Size |Lang. |
--------------------------------------------------------------------------------
--------------------
| 0|Prg|ZCS_SRVSHEET_1 | 0|24.07.2008|12:12:13|
51200|E |
| 1|Prg|SAPMSSY0 | 1|05.03.2008|16:56:40|
92160|E |
| 2|Prg|SAPMSSYD | 1|12.09.2006|11:33:31|
21504|E |
| 3|Prg|SAPFSYSCALLS | 1|09.09.2004|14:18:32|
8192|E |
| 4|Prg|RSDBRUNT | 0|12.09.2006|11:33:23|
254976|E |
| 5|Typ|RSSCR | 0|30.03.2005|10:21:45|
5120| |
| 6|Prg|RSDBSPBL | 0|30.03.2005|10:21:58|
72704|E |
| 7|Prg|SAPDB__S | 0|30.03.2005|10:22:01|
114688|E |
| 8|Typ|VARID | 0|12.05.1997|16:51:30|
5120| |
| 9|Typ|SSCRFIELDS | 0|13.05.1997|12:54:26|
5120| |
| 10|Prg|%_CSYDB0 | 0|30.03.2005|10:21:45|
36864|E |
| 11|Prg|RSDBSPVA | 0|05.03.2008|16:43:13|
133120|E |
| 12|Typ|RSVAMEMKEY | 0|07.05.1997|13:07:49|
2048| |
| 13|Prg|RSDBSPMC | 0|12.09.2006|11:25:01|
5120|E |
| 14|Typ|DDSHDESCR | 0|03.09.1997|03:05:16|
4096| |
| 15|Typ|SPPARAMS | 0|07.05.1997|13:10:38|
3072| |
| 16|Prg|SAPLICON | 16|12.09.2006|11:25:01|
27648|E |
| 17|Prg|%_CICON | 16|07.02.2006|10:40:00|
40960|E |
| 18|Typ|ICONT | 0|12.09.2006|11:25:01|
2048| |
| 19|Prg|SAPLSABE | 19|09.09.2004|14:18:36|
8192|E |
| 20|Prg|SAPLSECU | 20|05.03.2008|16:40:35|
87040|E |
| 21|Typ|RSSUBINFO | 0|14.10.1999|22:01:03|
3072| |
| 22|Prg|SAPLDSYA | 22|29.01.2008|11:47:52|
45056|E |
| 23|Prg|SAPFSDS1 | 22|30.03.2005|10:22:01|
2048|E |
| 24|Typ|TDCLD | 0|02.11.1998|09:51:35|
5120| |
| 25|Prg|SAPLSDOD | 25|15.06.2005|11:39:01|
3072|E |
| 26|Typ|DOKIL | 0|12.05.1997|16:46:17|
3072| |
| 27|Prg|SAPCNVE | 27|09.09.2004|14:36:10|
8192|E |
| 28|Prg|SAPLLANG | 28|29.01.2008|11:41:08|
6144|E |
| 29|Typ|T002 | 0|29.01.2008|11:39:52|
2048| |
| 30|Typ|RSEXFCODE | 0|13.08.1997|12:52:57|
144384| |
| 31|Prg|SAPFSPOR | 0|09.09.2004|14:18:32|
15360|E |
| 32|Typ|RSSELINT | 0|04.04.1995|16:12:37|
3072| |
| 33|Prg|SAPLSCNT | 33|18.02.2005|14:16:06|
31744|E |
| 34|Typ|DYCBOX | 0|20.08.1998|11:16:53|
3072| |
| 35|Prg|SAPLSVSM | 35|18.02.2005|14:16:06|
28672|E |
| 36|Prg|SAPLSGUI | 36|05.03.2008|16:43:47|
83968|E |
| 37|Prg|SAPLSTTM | 37|05.07.2005|13:10:18|
69632|E |
| 38|Prg|SAPLSBDC | 38|05.07.2005|13:10:18|
3072|E |
| 39|Prg|CL_DATAPROVIDER===============CP | 39|28.02.2005|21:00:46|
50176|E |
| 40|Prg|%_CCNTL | 39|18.02.2005|14:15:08|
15360|E |
| 41|Typ|OBJ_RECORD | 0|14.02.1998|08:30:43|
2048| |
| 42|Prg|SAPLSTUP | 42|08.03.2005|19:04:31|
74752|E |
| 43|Prg|SAPLCNDP | 43|05.03.2008|16:39:50|
195584|E |
| 44|Prg|SAPSHDTV | 33|05.01.2005|16:26:16|
0|E |
| 45|Typ|SHDSTU | 0|14.12.1998|23:15:34|
2048| |
| 46|Typ|SHDSTCIU | 0|14.12.1998|23:15:34|
2048| |
| 47|Prg|SAPFGUICNTL | 1|18.02.2005|14:15:08|
24576|E |
| 48|Prg|SAPLOLEA | 48|29.01.2008|12:05:56|
96256|E |
| 49|Prg|SAPLSFES | 49|05.03.2008|16:43:47|
260096|E |
| 50|Prg|SAPLSPLUGIN | 50|09.09.2004|14:18:36|
11264|E |
| 51|Typ|ARFCRDATA | 0|13.02.2005|18:20:24|
335872| |
| 52|Prg|SAPLGRFC | 52|13.02.2005|18:20:25|
16384|E |
| 53|Typ|SWCBCONT | 0|15.11.2000|17:55:11|
3072| |
| 54|Typ|OLE_VERBS | 0|04.04.1995|16:02:20|
2048| |
| 55|Typ|OLE_PA | 0|04.04.1995|16:02:19|
2048| |
| 56|Typ|SSCRTEXTS | 0|03.09.1997|03:12:33|
3072| |
| 57|Prg|CL_GUI_PROPS_CONSUMER=========CP | 57|18.02.2005|14:15:08|
30720|E |
| 58|Prg|SAPLTHFB | 58|05.03.2008|16:43:48|
394240|E |
| 59|Typ|EUDB | 0|06.11.2003|20:28:08|
8192| |
| 60|Prg|CL_DYNAMIC_GUI_EXTENSIONS=====CP | 60|18.02.2005|14:15:28|
37888|E |
| 61|Prg|CL_GUI_DATAMANAGER============CP | 61|05.07.2005|13:10:15|
49152|E |
| 62|Prg|CL_ABAP_CHAR_UTILITIES========CP | 62|05.07.2005|13:10:15|
13312|E |
| 63|Typ|RSVUVINT | 0|15.01.1996|16:09:23|
3072| |
| 64|Prg|RSDBSPVD | 0|29.01.2008|11:51:03|
1024|E |
| 65|Typ|RVARI | 0|30.03.1998|09:40:50|
2048| |
| 66|Typ|RSVARIVDAT | 0|04.04.1995|16:12:54|
2048| |
| 67|Prg|SAPLSTXBE | 67|19.07.2004|10:49:41|
64512|E |
| 68|Typ|SSFCOMPOP | 0|21.11.2003|11:41:06|
14336| |
| 69|Typ|SSFCOMPIN | 0|18.05.2004|10:31:05|
22528| |
| 70|Prg|SAPLSTXBC | 70|05.03.2008|16:42:34|
928768|E |
| 71|Prg|SAPLSTXBR | 71|05.03.2008|16:42:34|
34816|E |
| 72|Prg|CL_I18N_SYSTEM_SETTINGS=======CP | 72|29.01.2008|12:07:30|
20480|E |
| 73|Typ|TCP0I | 0|08.12.2004|18:00:37|
3072| |
| 74|Typ|SSFPP | 0|21.11.2003|11:41:06|
14336| |
| 75|Typ|SSFCSTAT | 0|04.12.2000|14:54:29|
4096| |
| 76|Typ|SSFCRESCL | 0|18.05.2004|14:08:19|
9216| |
| 77|Typ|TSP03 | 0|02.11.1998|09:57:05|
6144| |
| 78|Typ|TSP08 | 0|14.07.1993|02:24:21|
4096| |
| 79|Typ|TSP09 | 0|19.07.1995|15:54:39|
2048| |
| 80|Typ|TSP0A | 0|15.11.2000|17:58:02|
6144| |
| 81|Typ|SFSY | 0|09.09.2004|14:17:55|
6144| |
| 82|Typ|INTSFSY | 0|29.03.2001|16:07:43|
3072| |
| 83|Typ|SSFCRESOP | 0|21.11.2003|11:41:06|
11264| |
| 84|Prg|SAPLSTXBCT | 84|05.03.2008|16:37:59|
6144|E |
| 85|Typ|STXTRCUSR | 0|09.09.2004|14:18:03|
0| |
| 86|Typ|SSFXSFP | 0|29.03.2001|16:08:24|
2048| |
| 87|Typ|SSFXSFOO | 0|19.11.2001|15:48:13|
0| |
| 88|Typ|SSFCSSOO | 0|19.11.2001|15:48:13|
2048| |
| 89|Typ|SSFXDFOP | 0|09.11.2000|14:13:27|
4096| |
| 90|Typ|SSFXDF2OP | 0|09.01.2003|17:10:29|
2048| |
| 91|Typ|USR01 | 0|14.02.1998|15:22:01|
4096| |
| 92|Prg|SAPLRSPOPOSS | 92|05.03.2008|16:50:37|
128000|E |
| 93|Typ|POSS_OPTIONINFO | 0|05.03.2008|15:56:33|
13312| |
| 94|Typ|TSP06 | 0|08.03.1992|00:10:34|
3072| |
| 95|Prg|SAPLLPRF | 95|05.03.2008|16:40:36|
145408|E |
| 96|Typ|FRPRLIST | 0|26.02.1999|14:47:26|
13312| |
| 97|Typ|TSP03C | 0|21.11.2003|11:41:10|
8192| |
| 98|Prg|SAPLSPOC | 98|05.03.2008|16:12:17|
136192|E |
| 99|Typ|TSP03L | 0|10.07.1997|00:46:18|
2048| |
| 100|Prg|SAPLSDSD | 100|05.03.2008|16:42:26|
462848|E |
| 101|Prg|%_CVRM | 100|18.02.2005|14:16:06|
8192|E |
| 102|Typ|SHLP_DESCR | 0|28.12.2004|17:07:09|
4096| |
| 103|Typ|DDSHOFFLD | 0|18.05.2004|14:07:58|
6144| |
| 104|Typ|SHLP_INTDS | 0|18.05.2004|14:08:03|
4096| |
| 105|Typ|DDSHIFACE | 0|20.08.1998|10:51:59|
4096| |
| 106|Typ|DFIES | 0|28.12.2004|17:06:45|
10240| |
| 107|Typ|DDSHFPROP | 0|20.08.1998|10:51:57|
4096| |
| 108|Typ|DDSHSELOPT | 0|20.08.1998|10:52:01|
1024| |
| 109|Prg|SAPLSDIFRUNTIME | 109|05.07.2005|13:11:53|
96256|E |
| 110|Typ|X031L | 0|05.07.2005|13:10:15|
6144| |
| 111|Prg|SAPLSDNT | 111|05.03.2008|16:39:48|
415744|E |
| 112|Prg|SAPLSUGS | 112|31.03.2006|11:23:11|
5120|E |
| 113|Typ|DDF4LBBUF1 | 0|18.05.2004|14:08:00|
6144| |
| 114|Typ|SSFXMLOUT | 0|18.05.2004|14:07:34|
6144| |
| 115|Prg|%_CSHLP | 100|07.02.2006|10:32:09|
13312|E |
| 116|Prg|SAPLSDH4 | 116|05.03.2008|16:42:26|
330752|E |
| 117|Typ|DDSHPVAL50 | 0|09.11.2000|14:19:32|
0| |
| 118|Prg|SAPLSDTO | 118|03.07.2006|10:38:10|
29696|E |
| 119|Typ|DD07L | 0|09.09.2004|14:19:32|
3072| |
| 120|Typ|DD07T | 0|12.05.1997|16:45:51|
3072| |
| 121|Typ|DD07V | 0|09.09.2004|14:20:41|
4096| |
| 122|Prg|SAPLSDF4 | 122|05.07.2005|13:10:18|
55296|E |
| 123|Typ|DVAL | 0|04.04.1995|15:48:07|
2048| |
| 124|Typ|SEAHLPRES | 0|09.11.2000|14:12:33|
4096| |
| 125|Prg|RADBTNA1 | 122|07.02.2006|10:14:35|
48128|E |
| 126|Prg|SAPLSDDT | 126|05.03.2008|16:39:46|
84992|E |
| 127|Prg|SAPLSECH | 127|05.07.2005|13:10:18|
26624|E |
| 128|Prg|SAPLSPRI | 128|05.03.2008|16:42:32|
342016|E |
| 129|Typ|TSP03A | 0|10.07.1997|00:46:15|
3072| |
| 130|Prg|SAPLSPOR | 130|05.03.2008|16:12:17|
39936|E |
| 131|Prg|CL_GUI_DYNPRO_COMPANION=======CP | 131|18.02.2005|14:15:08|
16384|E |
| 132|Prg|SAPLSCP5 | 132|29.01.2008|11:41:13|
23552|E |
| 133|Typ|SSFFORMHD | 0|06.11.2003|20:31:28|
6144| |
| 134|Typ|SSFTABDEF | 0|19.11.2001|15:48:13|
9216| |
| 135|Typ|SSFPATTERN | 0|03.09.1999|09:48:33|
2048| |
| 136|Prg|SAPLSTXG | 136|05.03.2008|16:43:26|
122880|E |
| 137|Typ|SSFDOCOUT | 0|04.12.2000|13:20:03|
4096| |
| 138|Typ|SSFJOBOUT | 0|04.12.2000|13:21:20|
4096| |
| 139|Typ|ITCOO | 0|19.07.1995|15:52:42|
2048| |
| 140|Prg|SAPLSTXU | 140|05.03.2008|16:43:26|
129024|E |
| 141|Prg|SAPMSSCO | 140|05.03.2008|16:43:26|
292864|E |
| 142|Prg|SAPLSTXBITMAPS | 142|11.04.2005|09:25:45|
370688|E |
| 143|Typ|VIQMEL | 0|25.08.2005|22:07:44|
38912| |
| 144|Typ|MSEG | 0|25.08.2005|22:02:20|
31744| |
| 145|Typ|MAKT | 0|28.08.1997|08:52:19|
3072| |
| 146|Typ|ZCS_SERVICE | 0|12.07.2008|23:55:23|
12288| |
| 147|Typ|EQUI | 0|06.03.2008|10:30:07|
14336| |
| 148|Typ|BGMKOBJ | 0|12.04.1999|16:12:08|
4096| |
| 149|Typ|ADR6 | 0|07.02.2006|10:07:05|
5120| |
| 150|Typ|T052U | 0|28.08.1997|09:04:32|
2048| |
--------------------------------------------------------------------------------
--------------------
--------------------------------------------------------------------------------
--------------------
|Directory of Application Tables
|
--------------------------------------------------------------------------------
--------------------
|Name Date Time Lngth
|
| Val.
|
--------------------------------------------------------------------------------
--------------------
|Program ZCS_SRVSHEET_1
|
--------------------------------------------------------------------------------
--------------------
|SYST 09.09.2004 14:18:12 00004612
|
| \0\0\0\0\x0001\0\x0001\0\0\0\0\0\0\0\0\0\0\0\0\0\xA515
|
|ADR6 . . : : 00000660
|
| 00000000000
|
|T052U . . : : 00000120
|
| 00
|
|SSCRFIELDS 09.09.2004 14:18:02 00001708
|
|
|
|SSCRTEXTS . . : : 00000742
|
|
|
--------------------------------------------------------------------------------
--------------------
|Program RSDBRUNT
|
--------------------------------------------------------------------------------
--------------------
|RSVUVINT . . : : 00000094
|
| |
|
|VARID . . : : 00000252
|
|
|
--------------------------------------------------------------------------------
--------------------
|Program SAPLICON
|
--------------------------------------------------------------------------------
--------------------
|ICONT . . : : 00000130
|
|
|
--------------------------------------------------------------------------------
--------------------
|Program SAPFSDS1
|
--------------------------------------------------------------------------------
--------------------
|TDCLD . . : : 00000098
|
| RE DOKU 8R XX XXLIMUDOKUX \x001EXR3TRPROGX |
|
--------------------------------------------------------------------------------
--------------------
|Program SAPLSDOD
|
--------------------------------------------------------------------------------
--------------------
|DOKIL . . : : 00000152
|
|
|
--------------------------------------------------------------------------------
--------------------
|Program SAPLLANG
|
--------------------------------------------------------------------------------
--------------------
|T002 . . : : 00000010
|
| ES1EN|
|
--------------------------------------------------------------------------------
--------------------
|Program SAPSHDTV
|
--------------------------------------------------------------------------------
--------------------
|SHDSTU . . : : 00000106
|
| |
|
|SHDSTCIU . . : : 00000100
|
| |
|
--------------------------------------------------------------------------------
--------------------
|Program CL_GUI_PROPS_CONSUMER=========CP
|
--------------------------------------------------------------------------------
--------------------
|EUDB . . : : 00004068
|
| %C00030004A73B0FE05CE8F128A78500304861D23B \0\0\0
|
--------------------------------------------------------------------------------
--------------------
|Program SAPLSTXBC
|
--------------------------------------------------------------------------------
--------------------
|SSFPP 09.09.2004 14:18:02 00001212
|
| PRINTER \0\0 00000SWIN
|
|TSP03 09.11.2000 14:15:48 00000460
|
| PRN SWIN F\0 \0
|
|TSP08 . . : : 00000046
|
| 00000 00000 |
|
|TSP09 . . : : 00000070
|
| |
|
|TSP0A . . : : 00000388
|
| SWIN XSWIN00427Windows printing via SAPlpd 1134113411
|
--------------------------------------------------------------------------------
--------------------
|Program SAPLSTXBCT
|
--------------------------------------------------------------------------------
--------------------
|STXTRCUSR . . : : 00000172
|
| SERVICE12 20101224 052
|
--------------------------------------------------------------------------------
--------------------
|Program SAPLLPRF
|
--------------------------------------------------------------------------------
--------------------
|TSP03C . . : : 00000352
|
| PRN \0 \0\0\0\0 \0\0 _default
|
|TSP03 . . : : 00000460
|
| PRN SWIN F\0 \0
|
--------------------------------------------------------------------------------
--------------------
|Program SAPLSPOC
|
--------------------------------------------------------------------------------
--------------------
|TSP03L . . : : 00000068
|
| lp01 PRN |
|
--------------------------------------------------------------------------------
--------------------
|Program SAPLSDSD
|
--------------------------------------------------------------------------------
--------------------
|DDSHOFFLD . . : : 00003020
|
| SHSYPRSAP FV
|
|DDF4LBBUF1 . . : : 00002968
|
| \0\0\0\0\0\0\0\0\0\0
|
--------------------------------------------------------------------------------
--------------------
|Program SAPLSPOR
|
--------------------------------------------------------------------------------
--------------------
|TSP03 . . : : 00000460
|
| PRN SWIN F\0 \0
|
|TSP03L . . : : 00000068
|
| lp01 PRN |
|
--------------------------------------------------------------------------------
--------------------
|Program SAPLSTXG
|
--------------------------------------------------------------------------------
--------------------
|TSP0A . . : : 00000388
|
| SWIN XSWIN00427Windows printing via SAPlpd 1134113411
|
--------------------------------------------------------------------------------
--------------------
|Program SAPMSSCO
|
--------------------------------------------------------------------------------
--------------------
|TSP03C . . : : 00000352
|
| \0 \0\0\0\0 \0\0
|
--------------------------------------------------------------------------------
--------------------
--------------------------------------------------------------------------------
--------------------
|ABAP Control Blocks (CONT)
|
--------------------------------------------------------------------------------
--------------------
|Index|Name|Fl|PAR0|PAR1|PAR2|PAR3|PAR4|PAR5|PAR6|Source Code
|Line |
--------------------------------------------------------------------------------
--------------------
| 532|SQLS|06|0038| | | | | | |ZCS_SRVSHEET_1
| 228|
| 533|PAR1|00|0066| | | | | | |ZCS_SRVSHEET_1
| 228|
| 534|WHER|26|0000|003B|0039| | | | |ZCS_SRVSHEET_1
| 228|
| 536|SQLS|24|0005| | | | | | |ZCS_SRVSHEET_1
| 228|
| 537|PAR1|00|0003| | | | | | |ZCS_SRVSHEET_1
| 228|
| 538|PAR1|00|0024| | | | | | |ZCS_SRVSHEET_1
| 228|
| 539|WHER|28|0002|0000|0000| | | | |ZCS_SRVSHEET_1
| 228|
| 541|WHER|00|0000|0000|001A| | | | |ZCS_SRVSHEET_1
| 228|
| 543|WHER|01|0000|0038|0028| | | | |ZCS_SRVSHEET_1
| 228|
| 545|PAR1|85|031C| | | | | | |ZCS_SRVSHEET_1
| 228|
| 546|SQLS|39|0013| | | | | | |ZCS_SRVSHEET_1
| 228|
| 547|SQLS|3B|0000| | | | | | |ZCS_SRVSHEET_1
| 228|
|>>>>>|SQLS|0C|0039| | | | | | |ZCS_SRVSHEET_1
| 228|
| 549|LOOP|03|0243|0039|003A|0000|0000|0000|0000|ZCS_SRVSHEET_1
| 233|
| 553|LOOP|05|0000|0039|003A|0000|0000|0000|0000|ZCS_SRVSHEET_1
| 233|
| 557|BRAN|05|0007| | | | | | |ZCS_SRVSHEET_1
| 233|
| 558|CMPS|20|0242|0067|0067| | | | |ZCS_SRVSHEET_1
| 234|
| 560|BRAF|05|0003| | | | | | |ZCS_SRVSHEET_1
| 234|
| 561|mvqs|04|0000|3434|0001| | | | |ZCS_SRVSHEET_1
| 235|
| 563|BRAX|01|FFF6| | | | | | |ZCS_SRVSHEET_1
| 237|
--------------------------------------------------------------------------------
--------------------

Das könnte Ihnen auch gefallen