Zpurn Dump
Zpurn Dump
-----------------------------------------------------------------------------------
-----------------
|Short Text
|
| Function module "ZZ_ITEM_LEVEL_TAX_CALCULATE" not found.
|
-----------------------------------------------------------------------------------
-----------------
-----------------------------------------------------------------------------------
-----------------
|What happened?
|
| An attempt was made to call function module "ZZ_ITEM_LEVEL_TAX_CALCULATE".
|
| This cannot be found in the library though.
|
|
|
-----------------------------------------------------------------------------------
-----------------
-----------------------------------------------------------------------------------
-----------------
|What can I do?
|
| Note which actions and entries caused the error to occur.
|
|
|
| Consult your SAP administrator.
|
|
|
| Using transaction ST22 for ABAP dump analysis, you can view, manage,
|
| and retain termination messages for longer periods.
|
| Using Transaction ST22 for ABAP Dump Analysis, you can look
|
| at and manage termination messages, and you can also
|
| keep them for a long time.
|
-----------------------------------------------------------------------------------
-----------------
-----------------------------------------------------------------------------------
-----------------
|Error analysis
|
| An exception has occurred which is explained in more detail below. The
|
| exception, which is assigned to class 'CX_SY_DYN_CALL_ILLEGAL_FUNC' was not
|
| caught and
|
| therefore caused a runtime error. The reason for the exception is:
|
| An attempt was made to execute the CALL FUNCTION statement in program
|
| "ZMM_PO_REG_GST". The name of the function module to be called is
|
| "ZZ_ITEM_LEVEL_TAX_CALCULATE".
|
|
|
| No function module can be found named "ZZ_ITEM_LEVEL_TAX_CALCULATE" however.
|
| All function
|
| modules are listed in the Function Library (SE37).
|
|
|
| Possible causes:
|
| a) Wrong name specified. Pay particular attention to upper/lower case
|
| and to underscores ("_").
|
| or
|
| b) Transport error
|
| c) If the module is an enqueue/dequeue module, the lock object might
|
| not have been activated (Data Dictionary).
|
-----------------------------------------------------------------------------------
-----------------
-----------------------------------------------------------------------------------
-----------------
|How to correct the error
|
| Check the most recent transports to the SAP System.
|
| Is a change currently being made to program "ZMM_PO_REG_GST"? If the module is
|
| an
|
| enqueue/dequeue module:
|
| Has the lock object not been activated in the Data Dictionary?
|
|
|
| Function modules with names similar to "ZZ_ITEM_LEVEL_TAX_CALCULATE"::
|
| ZZ_ITEM_LEVEL_TAX_CALCULATE_N
|
| If you cannot solve the problem yourself, please send the following
|
| information to SAP:
|
|
|
| 1. This description of the problem (short dump)
|
| To do this, choose System -> List -> Save -> Local File (unconverted)
|
| on the screen you are in now.
|
|
|
| 2. A suitable system log
|
| To do this, call the system log in transaction SM21. Restrict the time
|
| interval to ten minutes before the short dump and five minutes after
|
| it. In the display, choose System -> List -> Save -> Local File
|
| (unconverted).
|
|
|
| 3. If these are programs of your own, or modified SAP programs: Source
|
| code of these programs
|
| To do this, choose More Utilities -> Upload/Download -> Download in
|
| the Editor.
|
|
|
| 4. Details regarding the conditions under which the error occurred or
|
| which actions and input caused the error.
|
-----------------------------------------------------------------------------------
-----------------
-----------------------------------------------------------------------------------
-----------------
|System environment
|
| SAP Release..... 750
|
| SAP Basis level
|
|
|
| Application server... sles215
|
| Network address...... 10.90.255.15
|
| Operating system... Linux
|
| Release.............. 3.0.101-94-default
|
| Hardware type....... x86_64
|
| Character length..... 16 Bits
|
| Pointer length........ 64 Bits
|
| Work process number... 1
|
| Shortdump setting. full
|
|
|
| Database server... sles215
|
| Database type..... DB6
|
| Database name..... Q23
|
| Database user ID SAPSR3
|
|
|
| Terminal.......... DEWEH1S0011
|
|
|
| Character set C
|
|
|
| SAP kernel....... 745
|
| Created on....... May 12 2017 20:52:28
|
| Created at....... Linux GNU SLES-11 x86_64 cc4.3.4 use-pr170512
|
| Database version DB6_81
|
| Patch level....... 500
|
| Patch text.......
|
|
|
| Database............. DB6 09.07.*, DB6 10.*, DB6 11.*
|
| SAP database version. 745
|
| Operating system... Linux
|
|
|
| Memory consumption
|
| Roll.... 0
|
| EM...... 7796048
|
| Heap.... 0
|
| Page.... 73728
|
| MM used. 2593416
|
| MM free. 1292792
|
-----------------------------------------------------------------------------------
-----------------
-----------------------------------------------------------------------------------
-----------------
|User and Transaction
|
| Client................. 100
|
| User.................. TMNU
|
| Language key.......... E
|
| Transaction......... ZPURN_GST
|
| Transaction ID...... 59D39FAE093D4808E10000000A5AFF0F
|
|
|
| EPP whole context ID...... 005056A519001EE7AAAFFDAE68806C49
|
| EPP connection ID........ 00000000000000000000000000000000
|
| EPP call counter......... 0
|
|
|
| Program.............. ZMM_PO_REG_GST
|
| Screen.............. SAPMSSY0 1000
|
| Screen line.......... 6
|
| Active debugger..... "none"
|
-----------------------------------------------------------------------------------
-----------------
-----------------------------------------------------------------------------------
-----------------
|Information on where terminated
|
| The termination occurred in ABAP program or include "ZMM_PO_REG_GST", in
|
| "END-OF-SELECTION". The
|
| main program was "ZMM_PO_REG_GST".
|
|
|
| In the source code, the termination point is in line 1349 of program or
|
| include "ZMM_PO_REG_GST".
|
-----------------------------------------------------------------------------------
-----------------
-----------------------------------------------------------------------------------
-----------------
|Source Code Extract
|
-----------------------------------------------------------------------------------
-----------------
|Line |SourceCde
|
-----------------------------------------------------------------------------------
-----------------
| 1319|
|
| 1320| IF itab_final1[] IS NOT INITIAL.
|
| 1321| SELECT * FROM ekko INTO TABLE it_ekko
|
| 1322| FOR ALL ENTRIES IN itab_final1
|
| 1323| WHERE ebeln = itab_final1-ebeln .
|
| 1324|
|
| 1325| SELECT * FROM ekpo INTO TABLE it_ekpo FOR ALL ENTRIES IN
|
| 1326| itab_final1 WHERE ebeln = itab_final1-ebeln
|
| 1327| AND ebelp = itab_final1-ebelp.
|
| 1328|
|
| 1329| SELECT ebeln ebelp menge meins wrbtr FROM rseg INTO TABLE it_rseg FOR
ALL ENTRIES IN |
| 1330| itab_final1 WHERE ebeln = itab_final1-ebeln
|
| 1331| AND ebelp = itab_final1-ebelp.
|
| 1332|
|
| 1333| IF it_ekko[] IS NOT INITIAL.
|
| 1334| SELECT * FROM lfa1 INTO TABLE it_lfa1 FOR ALL ENTRIES IN
|
| 1335| it_ekko WHERE lifnr = it_ekko-lifnr .
|
| 1336| ENDIF.
|
| 1337| ENDIF.
|
| 1338|*BREAK tapas.
|
| 1339| LOOP AT it_ekpo INTO wa_ekpo.
|
| 1340|
|
| 1341| READ TABLE it_ekko WITH KEY ebeln = wa_ekpo-ebeln.
|
| 1342| IF sy-subrc = 0.
|
| 1343| READ TABLE it_lfa1 INTO wa_lfa1 WITH KEY lifnr = it_ekko-lifnr.
|
| 1344| READ TABLE it_rseg INTO wa_rseg WITH KEY ebeln = wa_ekpo-ebeln
|
| 1345| ebelp = wa_ekpo-ebelp.
|
| 1346| MOVE-CORRESPONDING wa_rseg TO wa_rseg1.
|
| 1347| IF sy-subrc = 0.
|
| 1348|
|
|>>>>>| CALL FUNCTION 'ZZ_ITEM_LEVEL_TAX_CALCULATE'
|
| 1350| EXPORTING
|
| 1351| i_ekko = it_ekko
|
| 1352| i_ekpo = wa_ekpo
|
| 1353| i_lfa1 = wa_lfa1
|
| 1354| i_rseg = wa_rseg1
|
| 1355| TABLES
|
| 1356| t_komv = it_komv1.
|
| 1357|
|
| 1358|* CALL FUNCTION 'ZZ_ITEM_LEVEL_TAX_CALCULATE'
|
| 1359|* EXPORTING
|
| 1360|* i_ekko = it_ekko
|
| 1361|* i_ekpo = wa_ekpo
|
| 1362|* i_lfa1 = wa_lfa1 "fs_lfa11
|
| 1363|* TABLES
|
| 1364|* t_komv = it_komv1. "t_komv1.
|
| 1365|
|
| 1366| IF sy-subrc = 0.
|
| 1367| w_kposn = wa_ekpo-ebelp.
|
| 1368| LOOP AT it_komv1 INTO wa_komv1 WHERE kposn = wa_ekpo-ebelp.
|
-----------------------------------------------------------------------------------
-----------------
-----------------------------------------------------------------------------------
-----------------
|Contents of system fields
|
-----------------------------------------------------------------------------------
-----------------
|Name |Val.
|
-----------------------------------------------------------------------------------
-----------------
|SY-SUBRC|0
|
|SY-INDEX|0
|
|SY-TABIX|1
|
|SY-DBCNT|2
|
|SY-FDPOS|0
|
|SY-LSIND|0
|
|SY-PAGNO|0
|
|SY-LINNO|1
|
|SY-COLNO|1
|
|SY-PFKEY|
|
|SY-UCOMM|
|
|SY-TITLE|PP: ZDEPP15 - open Confirmations, reservations from manufactured produ
|
|SY-MSGTY|
|
|SY-MSGID|
|
|SY-MSGNO|000
|
|SY-MSGV1|
|
|SY-MSGV2|
|
|SY-MSGV3|
|
|SY-MSGV4|
|
|SY-MODNO|0
|
|SY-DATUM|20171005
|
|SY-UZEIT|054911
|
|SY-XPROG|SAPMSSY0
|
|SY-XFORM|NEW-LINE
|
-----------------------------------------------------------------------------------
-----------------
-----------------------------------------------------------------------------------
-----------------
|Active Calls/Events
|
-----------------------------------------------------------------------------------
-----------------
|No. Ty. Program Include
Line |
| Name
|
-----------------------------------------------------------------------------------
-----------------
| 1 EVENT ZMM_PO_REG_GST ZMM_PO_REG_GST
1349 |
| END-OF-SELECTION
|
-----------------------------------------------------------------------------------
-----------------
-----------------------------------------------------------------------------------
-----------------
|Chosen Variables
|
-----------------------------------------------------------------------------------
-----------------
|Name
|
| Val.
|
-----------------------------------------------------------------------------------
-----------------
|No. 1 Ty. EVENT
|
|Name END-OF-SELECTION
|
-----------------------------------------------------------------------------------
-----------------
|IT_EKKO-LIFNR
|
| 0000107250
|
| 3333333333
|
| 0000107250
|
| 0000000000
|
| 0000000000
|
| 3000300030003000310030003700320035003000
|
|IT_RSEG[]
|
| Table IT_450[2x52]
|
| \PROGRAM=ZMM_PO_REG_GST\DATA=IT_RSEG[]
|
| Table reference: 125
|
| TABH+ 0(20) = 98F34461FE7F0000000000000000000000000000
|
| TABH+20(20) = 0000000000000000000000000200000044040000
|
| TABH+40(20) = 000000007D000000C20100000200000034000000
|
| TABH+60(20) = FFFFFFFF0400000020F002000400018602000000
|
| store = 0x98F34461FE7F0000
|
| statScndKeyAdmin = 0x0000000000000000
|
| ext1 = 0x0000000000000000
|
| ----- Primary Key -----
|
| idxPtr = 0x0000000000000000
|
| idxKind = 0 (ItIndexNone)
|
| accKind = 1 (ItAccStandard)
|
| uniKind = 2 (ItUniNo)
|
| keyKind (from pbag) = 1 (default)
|
| cmpMode = 8 (cmpManyEq)
|
| shmId = 0 (0x00000000)
|
| id = 125 (0x7D000000)
|
| label = 450 (0xC2010000)
|
| fill = 2 (0x02000000)
|
| leng = 52 (0x34000000)
|
| loop = -1 (0xFFFFFFFF)
|
| xtyp = TYPE#000296
|
| occu = 4 (0x04000000)
|
| occu0 = 1
|
| stMode = 0
|
| groupCntl = 0
|
| rfc = 0
|
| unShareable = 0
|
| mightBeShared = 0
|
| sharedWithShmTab = 0
|
| isShmLockId = 0
|
| isUsed = 1
|
| isCtfyAble = 1
|
| hasScndKeys = 0
|
| hasRowId = 0
|
| statScndKeysOutdated = 0
|
| statScndUniKeysOutdated = 0
|
| primKeyIsEmpty = ItPrimKeyIsEmptyNo
|
| rtmSelectNoOrderBy = 1
|
| ----- Shareable Table Header Data (Store) -----
|
| tabi = 0xF8F34461FE7F0000
|
| pgHook = 0x0000000000000000
|
| uniqueNumber = 403 (0x93010000)
|
| shmTabhSet = 0x0000000000000000
|
| refCount = 0 (0x00000000)
|
| tstRefCount = 0 (0x00000000)
|
| lineAdmin = 4 (0x04000000)
|
| lineAlloc = 4 (0x04000000)
|
| shmVersId = 0 (0x00000000)
|
| shmRefCount = 1 (0x01000000)
|
| rowId = 18446744073709551615
|
|
|
| 450014328000010####EA ####
|
| 33333333333333300004420000
|
| 450014328000010001C510000C
|
| 00000000000000000000000000
|
| 00000000000000000000000100
|
|
3400350030003000310034003300320038003000300030003000310030000000000001000C004500410
02000000000|
|
|
| 450014327700010####EA ####
|
| 33333333333333300104420000
|
| 450014327700010000C510000C
|
| 00000000000000000000000100
|
| 00000000000000000000000000
|
|
3400350030003000310034003300320037003700300030003000310030000000000010000C004500410
02000000000|
|WA_RSEG
|
| 450014328000010####EA ####
|
| 33333333333333300004420000
|
| 450014328000010001C510000C
|
| 00000000000000000000000000
|
| 00000000000000000000000100
|
|
3400350030003000310034003300320038003000300030003000310030000000000001000C004500410
02000000000|
|SY-REPID
|
| ZMM_PO_REG_GST
|
| 5445545544545522222222222222222222222222
|
| ADDF0FF257F73400000000000000000000000000
|
| 0000000000000000000000000000000000000000
|
| 0000000000000000000000000000000000000000
|
|
5A004D004D005F0050004F005F005200450047005F00470053005400200020002000200020002000200
02000200020|
|WA_EKPO-EBELN
|
| 4500143280
|
| 3333333333
|
| 4500143280
|
| 0000000000
|
| 0000000000
|
| 3400350030003000310034003300320038003000
|
|WA_EKPO-EBELP
|
| 00010
|
| 33333
|
| 00010
|
| 00000
|
| 00000
|
| 30003000300031003000
|
|SY-SUBRC
|
| 0
|
| 0000
|
| 0000
|
| 00000000
|
|ITAB_MAKTX
|
|
|
| 2222222222222222222222222222222222222222222222222222222222
|
| 0000000000000000000000000000000000000000000000000000000000
|
| 0000000000000000000000000000000000000000000000000000000000
|
| 0000000000000000000000000000000000000000000000000000000000
|
|
20002000200020002000200020002000200020002000200020002000200020002000200020002000200
02000200020|
|WA_KONV
|
| 000000 ####
|
| 2222222222333333222222220000
|
| 000000000000000000000000000C
|
| 0000000000000000000000000000
|
| 0000000000000000000000000000
|
|
20002000200020002000200020002000200020003000300030003000300030002000200020002000200
02000200020|
|IT_EKKO
|
| 1004500143280IN11FNB 920171003HPAH
00010000200000107250EBW30######IN00IN3INR ### 20|
|
33333333333334433444222233333333345442222222233333333333333333333445330000004433443
44522000233|
|
10045001432809E116E2000092017100380180000000000010000200000107250527303000C09E009E3
9E20000C020|
|
00000000000000000000000000000000000000000000000000000000000000000000000000000000000
00000000000|
|
0000000000000000000000000000000000000000000000000000000000000000000000CCC00C0000000
00000100000|
|
310030003000340035003000300031003400330032003800300049004E003100310046004E004200200
02000200020|
|ITAB_KONV
|
| 000000 ####
|
| 2222222222333333222222220000
|
| 000000000000000000000000000C
|
| 0000000000000000000000000000
|
| 0000000000000000000000000000
|
|
20002000200020002000200020002000200020003000300030003000300030002000200020002000200
02000200020|
|WA_EKPO
|
| 100450014328000010 20171003CHAIN Sprocket 50PX31RDX18TX13.5TH
(316)IN89MR19425S20 IN89MR19|
|
33333333333333333322333333334444425776666723355335453355332354223332443345333335332
22244334533|
|
10045001432800001000201710033819E0302F3B540500831248184813E5480831699E89D2194253200
0009E89D219|
|
00000000000000000000000000000000000000000000000000000000000000000000000000000000000
00000000000|
|
00000000000000000000000000000000000000000000000000000000000000000000000000000000000
00000000000|
|
31003000300034003500300030003100340033003200380030003000300030003100300020002000320
03000310037|
|ITAB_KONV[]
|
| Table IT_444[9x56]
|
| \PROGRAM=ZMM_PO_REG_GST\DATA=ITAB_KONV[]
|
| Table reference: 122
|
| TABH+ 0(20) = 10EE4461FE7F0000000000000000000000000000
|
| TABH+20(20) = 0000000000000000000000000900000044010000
|
| TABH+40(20) = 000000007A000000BC0100000900000038000000
|
| TABH+60(20) = FFFFFFFF0400000080D802000400018602000000
|
| store = 0x10EE4461FE7F0000
|
| statScndKeyAdmin = 0x0000000000000000
|
| ext1 = 0x0000000000000000
|
| ----- Primary Key -----
|
| idxPtr = 0x0000000000000000
|
| idxKind = 0 (ItIndexNone)
|
| accKind = 1 (ItAccStandard)
|
| uniKind = 2 (ItUniNo)
|
| keyKind (from pbag) = 1 (default)
|
| cmpMode = 2 (cmpSingleMcmpR)
|
| shmId = 0 (0x00000000)
|
| id = 122 (0x7A000000)
|
| label = 444 (0xBC010000)
|
| fill = 9 (0x09000000)
|
| leng = 56 (0x38000000)
|
| loop = -1 (0xFFFFFFFF)
|
| xtyp = TYPE#000170
|
| occu = 4 (0x04000000)
|
| occu0 = 1
|
| stMode = 0
|
| groupCntl = 0
|
| rfc = 0
|
| unShareable = 0
|
| mightBeShared = 0
|
| sharedWithShmTab = 0
|
| isShmLockId = 0
|
| isUsed = 1
|
| isCtfyAble = 1
|
| hasScndKeys = 0
|
| hasRowId = 0
|
| statScndKeysOutdated = 0
|
| statScndUniKeysOutdated = 0
|
| primKeyIsEmpty = ItPrimKeyIsEmptyNo
|
| rtmSelectNoOrderBy = 1
|
| ----- Shareable Table Header Data (Store) -----
|
| tabi = 0x70EE4461FE7F0000
|
| pgHook = 0x68EF4461FE7F0000
|
| uniqueNumber = 400 (0x90010000)
|
| shmTabhSet = 0x0000000000000000
|
| refCount = 0 (0x00000000)
|
| tstRefCount = 0 (0x00000000)
|
| lineAdmin = 252 (0xFC000000)
|
| lineAlloc = 12 (0x0C000000)
|
| shmVersId = 0 (0x00000000)
|
| shmRefCount = 1 (0x01000000)
|
| rowId = 18446744073709551615
|
|
|
| 1000144593000010PBXX ####
|
| 3333333333333333545522220000
|
| 100014459300001002880000000C
|
| 0000000000000000000000000100
|
| 0000000000000000000000000000
|
|
31003000300030003100340034003500390033003000300030003000310030005000420058005800200
02000200020|
|
|
| 1000144593000010NAVS ####
|
| 3333333333333333445522220000
|
| 1000144593000010E1630000000C
|
| 0000000000000000000000000000
|
| 0000000000000000000000000000
|
|
31003000300030003100340034003500390033003000300030003000310030004E00410056005300200
02000200020|
|
|
| 1000144593000010JEXS ####
|
| 3333333333333333445522220000
|
| 1000144593000010A5830000000C
|
| 0000000000000000000000000000
|
| 0000000000000000000000000000
|
|
31003000300030003100340034003500390033003000300030003000310030004A00450058005300200
02000200020|
|
|
| 1000144596000010PBXX ####
|
| 3333333333333333545522220000
|
| 100014459600001002880000000C
|
| 0000000000000000000000000000
|
| 0000000000000000000000000100
|
|
31003000300030003100340034003500390036003000300030003000310030005000420058005800200
02000200020|
|
|
| 1000144596000010NAVS ####
|
| 3333333333333333445522220000
|
| 1000144596000010E1630000000C
|
| 0000000000000000000000000000
|
| 0000000000000000000000000000
|
|
31003000300030003100340034003500390036003000300030003000310030004E00410056005300200
02000200020|
|WA_LFA1
|
| 1000000107250IN Jaycon Engineering
|
|
33333333333334424676662466666676662222222222222222222222222222222222222222222222222
22222222222|
|
10000001072509E0A193FE05E79E5529E70000000000000000000000000000000000000000000000000
00000000000|
|
00000000000000000000000000000000000000000000000000000000000000000000000000000000000
00000000000|
|
00000000000000000000000000000000000000000000000000000000000000000000000000000000000
00000000000|
|
310030003000300030003000300031003000370032003500300049004E0020004A006100790063006F0
06E00200045|
|WA_COND
|
|
|
| 22222222222222222222
|
| 00000000000000000000
|
| 00000000000000000000
|
| 00000000000000000000
|
|
20002000200020002000200020002000200020002000200020002000200020002000200020002000
|
|WA_RSEG1
|
| 000000000045001432800001000
#### |
|
22222222222223333333333333333333333333332222222222222222222222222222222222222222000
02222222222|
|
00000000000000000000000450014328000010000000000000000000000000000000000000000000000
C0000000000|
|
00000000000000000000000000000000000000000000000000000000000000000000000000000000000
00000000000|
|
00000000000000000000000000000000000000000000000000000000000000000000000000000000010
00000000000|
|
20002000200020002000200020002000200020002000200020003000300030003000300030003000300
03000300034|
|SYST-REPID
|
| ZMM_PO_REG_GST
|
| 5445545544545522222222222222222222222222
|
| ADDF0FF257F73400000000000000000000000000
|
| 0000000000000000000000000000000000000000
|
| 0000000000000000000000000000000000000000
|
|
5A004D004D005F0050004F005F005200450047005F00470053005400200020002000200020002000200
02000200020|
|W_KPOSN
|
| 000000
|
| 333333
|
| 000000
|
| 000000
|
| 000000
|
| 300030003000300030003000
|
|IT_KOMV1
|
| Table[initial]
|
|
|
|ITAB_ADRC[]
|
| Table[initial]
|
|
|
|P_LIFNR
|
|
|
| 22222222222222222222222
|
| 00000000000000000000000
|
| 00000000000000000000000
|
| 00000000000000000000000
|
|
20002000200020002000200020002000200020002000200020002000200020002000200020002000200
020002000 |
|<%_L008>
|
| ???
|
| ??????
|
| ??????
|
| ????????????
|
-----------------------------------------------------------------------------------
-----------------
-----------------------------------------------------------------------------------
-----------------
|Internal notes
|
| The termination was triggered in function "ab_jfunc" of the SAP kernel, in
|
| line 780 of module "//bas/745_STACK/src/krn/abap/runt/abfunc.c#5".
|
| The internal operation just processed is "FUNC".
|
| Internal mode started at 20171005054808.
|
-----------------------------------------------------------------------------------
-----------------
-----------------------------------------------------------------------------------
-----------------
|Active Calls in SAP Kernel
|
-----------------------------------------------------------------------------------
-----------------
|Lines of C sStack in kernel (structure different on each platform)
|
-----------------------------------------------------------------------------------
-----------------
|dw.sapQ23_DVEBMGS02[S](LinStackBacktrace+0x8c)[0x66a1d9]
|
|dw.sapQ23_DVEBMGS02[S](LinStack+0x35)[0x66e228]
|
|dw.sapQ23_DVEBMGS02[S](CTrcStack2+0x4e)[0x669f97]
|
|dw.sapQ23_DVEBMGS02[S](rabax_CStackSave()+0xcf)[0x850ec5]
|
|dw.sapQ23_DVEBMGS02[S](ab_rabax+0x55bd)[0x85b6b7]
|
|dw.sapQ23_DVEBMGS02[S](ab_jfunc()+0x11ff)[0x1c0a75f]
|
|dw.sapQ23_DVEBMGS02[S](ab_extri()+0x197)[0x1be9627]
|
|dw.sapQ23_DVEBMGS02[S](ab_xevent(char16_t const*)+0x26f)[0x1c2916f]
|
|dw.sapQ23_DVEBMGS02[S](ab_trigg()+0x161)[0x1ed1a91]
|
|dw.sapQ23_DVEBMGS02[S](ab_run+0x119)[0x1ef7a69]
|
|dw.sapQ23_DVEBMGS02[S](dynpmcal(DINFDUMY*, STPDUMMY*)+0x514)[0x1e38b24]
|
|dw.sapQ23_DVEBMGS02[S](dynppai0(DINFDUMY*)+0x1c1)[0x1e39371]
|
|dw.sapQ23_DVEBMGS02[S](dynprctl(DINFDUMY*)+0x204)[0x1e3af64]
|
|dw.sapQ23_DVEBMGS02[S](dynpen00+0x4bb)[0x1e2bcdb]
|
|dw.sapQ23_DVEBMGS02[S](ThrtCallAbapVm+0xc0)[0x1e0d330]
|
|dw.sapQ23_DVEBMGS02[S](GuiHandler::handleRequest(REQUEST_BUF*, bool)+0x189)
[0x644c61] |
|dw.sapQ23_DVEBMGS02[S](ThHandleRequest(REQUEST_BUF*, unsigned char, unsigned char)
+0x1a7)[0x1dd234|
|dw.sapQ23_DVEBMGS02[S](TskhLoop()+0xa2)[0x1bd4672]
|
|dw.sapQ23_DVEBMGS02[S](ThStart()+0x26e)[0x4eeb50]
|
|dw.sapQ23_DVEBMGS02[S](DpMain+0x36c)[0x1d6aa7c]
|
|libc.so.6[S](__libc_start_main+0xe6)[0x7ffff1413c36]
|
-----------------------------------------------------------------------------------
-----------------
-----------------------------------------------------------------------------------
-----------------
|List of ABAP programs affected
|
-----------------------------------------------------------------------------------
-----------------
|Index |Ty.|Program |Group |Date |Time |
Size |Lang. |
-----------------------------------------------------------------------------------
-----------------
| 0|Prg|ZMM_PO_REG_GST | 0|04.10.2017|17:13:26|
271360|E |
| 1|Prg|SAPMSSY0 | 1|28.06.2017|22:38:23|
111616|E |
| 2|Prg|SAPMSSYD | 1|09.06.2015|11:15:34|
31744|E |
| 3|Prg|SAPFSYSCALLS | 1|01.06.2015|12:30:31|
7168|E |
| 4|Prg|RSDBRUNT | 0|09.06.2015|11:15:30|
307200|E |
| 5|Typ|RSSCR | 0|31.05.2013|08:11:11|
6144| |
| 6|Prg|RSDBSPBL | 0|09.06.2015|11:03:50|
81920|E |
| 7|Prg|SAPDB__S | 0|01.06.2015|12:30:31|
20480|E |
| 8|Typ|VARID | 0|12.05.1997|16:51:30|
5120| |
| 9|Typ|SSCRFIELDS | 0|31.05.2013|08:13:14|
5120| |
| 10|Prg|RSDBSPVA | 0|28.06.2017|22:38:20|
164864|E |
| 11|Prg|%_CSYDB0 | 0|01.06.2015|12:30:30|
39936|E |
| 12|Typ|RSVAMEMKEY | 0|07.05.1997|13:07:49|
3072| |
| 13|Prg|RSDBSPMC | 0|01.06.2015|12:30:31|
91136|E |
| 14|Typ|DDSHDESCR | 0|03.09.1997|03:05:16|
4096| |
| 15|Typ|SPPARAMS | 0|07.05.1997|13:10:38|
2048| |
| 16|Typ|RSSELINT | 0|04.04.1995|16:12:37|
3072| |
| 17|Typ|RSPARINT | 0|10.04.1995|09:58:38|
2048| |
| 18|Prg|SAPLICON | 18|01.06.2015|12:30:31|
37888|E |
| 19|Prg|%_CICON | 18|01.06.2015|12:37:18|
116736|E |
| 20|Typ|ICONT | 0|31.05.2013|08:04:28|
3072| |
| 21|Prg|SAPLSABE | 21|01.06.2015|12:30:31|
13312|E |
| 22|Prg|SAPLSECU | 22|28.06.2017|22:20:28|
133120|E |
| 23|Typ|RSSUBINFO | 0|31.05.2013|08:11:14|
3072| |
| 24|Typ|DISVARIANT | 0|29.07.1998|18:25:39|
3072| |
| 25|Prg|SAPLSALV | 25|09.06.2015|16:19:03|
287744|E |
| 26|Prg|SAPLSKBS | 26|20.11.2015|10:30:36|
454656|E |
| 27|Prg|%_CKKBLO | 26|01.06.2015|12:30:30|
148480|E |
| 28|Typ|DTC_S_LAYO | 0|31.05.2013|08:00:51|
7168| |
| 29|Typ|ALV_S_PCTL | 0|10.10.2014|18:26:23|
9216| |
| 30|Typ|PRI_PARAMS | 0|31.05.2013|08:08:32|
6144| |
| 31|Typ|ARC_PARAMS | 0|10.10.2014|18:26:25|
6144| |
| 32|Typ|LTVARIANT | 0|31.05.2013|08:05:52|
5120| |
| 33|Typ|LVC_S_RNGS | 0|10.11.1999|17:41:05|
3072| |
| 34|Typ|V_LTDX | 0|09.11.2000|14:27:10|
5120| |
| 35|Prg|SAPLDSYA | 35|20.11.2015|10:25:10|
57344|E |
| 36|Prg|SAPFSDS1 | 35|01.06.2015|12:30:31|
62464|E |
| 37|Typ|TDCLD | 0|02.11.1998|09:51:35|
6144| |
| 38|Prg|SAPLSDOD | 38|09.06.2015|16:18:47|
91136|E |
| 39|Typ|DOKIL | 0|12.05.1997|16:46:17|
3072| |
| 40|Prg|SAPCNVE | 40|01.06.2015|12:30:31|
7168|E |
| 41|Prg|SAPLLANG | 41|24.06.2015|11:12:28|
13312|E |
| 42|Typ|T002 | 0|21.01.2014|10:06:21|
2048| |
| 43|Typ|RSEXFCODE | 0|13.08.1997|12:52:57|
2048| |
| 44|Prg|SAPFSPOR | 0|01.06.2015|15:06:49|
15360|E |
| 45|Prg|SAPLKGJH | 45|10.10.2014|19:05:13|
10240|E |
| 46|Prg|SAPLSCNT | 46|01.06.2015|12:30:31|
30720|E |
| 47|Typ|DYCBOX | 0|20.08.1998|11:16:53|
3072| |
| 48|Prg|SAPLSVSM | 48|01.06.2015|12:37:17|
31744|E |
| 49|Prg|SAPLSGUI | 49|09.06.2015|11:15:38|
100352|E |
| 50|Prg|SAPLSTTM | 50|01.06.2015|12:37:17|
78848|E |
| 51|Prg|SAPLSBDC | 51|20.11.2015|10:28:26|
56320|E |
| 52|Prg|CL_DATAPROVIDER===============CP | 52|01.06.2015|12:37:17|
52224|E |
| 53|Prg|SAPSHDTV | 46|01.06.2015|12:30:31|
59392|E |
| 54|Typ|SHDSTU | 0|14.12.1998|23:15:34|
2048| |
| 55|Typ|SHDSTCIU | 0|14.12.1998|23:15:34|
2048| |
| 56|Prg|SAPFS_SECLOG | 1|28.06.2017|23:46:31|
23552|E |
| 57|Typ|INDX | 0|29.07.1998|18:38:15|
7168| |
| 58|Prg|SDYNPRAL | 1|01.06.2015|12:30:31|
7168|E |
| 59|Prg|SAPLSDYNPRAL | 59|09.06.2015|11:12:08|
15360|E |
| 60|Typ|DYNP_RAL_ID | 0|27.11.2013|14:25:51|
3072| |
| 61|Typ|DYNP_RAL_SCREEN | 0|31.05.2013|08:00:52|
2048| |
| 62|Prg|CL_DYNP_RAL_API===============CP | 62|09.06.2015|11:14:15|
117760|E |
| 63|Prg|CL_SRAL_RECORDER_FACTORY_DYNP=CP | 63|24.06.2015|11:12:28|
19456|E |
| 64|Prg|SRAL_DYNP_ADAPTER | 62|01.06.2015|12:37:17|
26624|E |
| 65|Prg|CL_SRAL_FACTORY_DYNP==========CP | 65|20.11.2015|10:33:49|
44032|E |
| 66|Prg|CL_SRAL_SWITCH_CLIENT=========CP | 66|20.11.2015|10:33:49|
9216|E |
| 67|Prg|CL_SRAL_DB_PARAMS=============CP | 67|20.11.2015|10:33:49|
17408|E |
| 68|Prg|RADSHPBOPREFLIGHT | 1|01.06.2015|12:37:17|
17408|E |
| 69|Prg|RADSHPBOSTATUS | 1|01.06.2015|12:37:17|
19456|E |
| 70|Prg|RADSHPBOSWITCH | 1|01.06.2015|12:37:17|
19456|E |
| 71|Prg|RADSHUPGRADE | 1|01.06.2015|12:37:17|
21504|E |
| 72|Prg|RADSHPBO | 1|24.06.2015|11:12:28|
56320|E |
| 73|Prg|CL_DSH_SCREEN_ASSIGNMENT======CP | 73|20.11.2015|10:26:41|
40960|E |
| 74|Prg|CL_ABAP_MESSAGE_DIGEST========CP | 74|01.06.2015|12:37:16|
29696|E |
| 75|Typ|DSH_INDX_TA_DYNPRO | 0|04.08.2014|15:41:54|
6144| |
| 76|Prg|CL_DSH_DDIC_ASSIGNMENT========CP | 76|24.06.2015|11:12:28|
44032|E |
| 77|Prg|SAPLSDIFRUNTIME | 77|07.07.2015|08:22:57|
136192|E |
| 78|Typ|DFIES | 0|25.02.2015|23:57:18|
11264| |
| 79|Typ|X031L | 0|26.02.2015|00:15:45|
7168| |
| 80|Prg|SAPLSDNT | 80|27.07.2015|12:01:47|
335872|E |
| 81|Prg|SAPLSUGS | 81|28.06.2017|22:07:47|
151552|E |
| 82|Typ|SDSH_V_FIELD_TA1 | 0|10.10.2014|18:27:52|
4096| |
| 83|Typ|SDSH_V_DOMAIN_FX | 0|10.10.2014|18:27:52|
3072| |
| 84|Typ|SDSH_V_ENTITYTAB | 0|10.10.2014|18:27:52|
3072| |
| 85|Typ|DSH_INDX_TA_DDIC | 0|04.08.2014|15:41:54|
6144| |
| 86|Prg|IF_DSH_VALUE_HELP_PROCESSOR===IP | 1|01.06.2015|12:30:31|
16384|E |
| 87|Prg|CL_DSH_DYNPRO_PROPERTIES======CP | 87|01.06.2015|12:37:16|
30720|E |
| 88|Prg|CL_DSH_CONFIG_HANDLER=========CP | 88|24.06.2015|11:12:28|
13312|E |
| 89|Prg|CL_DYNPRO=====================CP | 89|01.06.2015|12:30:30|
41984|E |
| 90|Typ|DYNPVALUE | 0|26.02.2001|12:00:36|
2048| |
| 91|Typ|DYNP_EL_ID | 0|18.05.2004|14:07:47|
2048| |
| 92|Prg|SAPFGUICNTL | 1|01.06.2015|16:05:35|
26624|E |
| 93|Prg|SAPLOLEA | 93|01.06.2015|16:04:21|
109568|E |
| 94|Prg|SAPLSFES | 94|20.11.2015|10:26:41|
304128|E |
| 95|Prg|SAPLSPLUGIN | 95|01.06.2015|12:30:31|
8192|E |
| 96|Typ|ARFCRDATA | 0|08.09.2011|14:25:38|
7168| |
| 97|Prg|SAPLGRFC | 97|01.06.2015|12:30:31|
15360|E |
| 98|Typ|SWCBCONT | 0|08.09.2011|14:24:16|
4096| |
| 99|Typ|OLE_VERBS | 0|04.04.1995|16:02:20|
3072| |
| 100|Typ|OLE_PA | 0|04.04.1995|16:02:19|
3072| |
| 101|Prg|CL_GUI_DATAMANAGER============CP | 101|01.06.2015|12:37:17|
86016|E |
| 102|Prg|CL_ABAP_CHAR_UTILITIES========CP | 102|20.11.2015|10:26:41|
13312|E |
| 103|Prg|CL_IXML_MINI==================CP | 103|18.02.2005|14:15:20|
9216|E |
| 104|Prg|CL_IXML_MINI_DOM==============CP | 104|18.02.2005|14:13:24|
18432|E |
| 105|Prg|IF_IXML_MINI_NODE=============IP | 104|09.09.2004|14:18:21|
8192|E |
| 106|Typ|IXMLTDOM | 0|18.05.2004|14:07:00|
3072| |
| 107|Prg|CL_IXML_MINI_NODE=============CP | 107|18.02.2005|14:13:24|
21504|E |
| 108|Prg|CL_IXML_MINI_RENDERER=========CP | 108|18.02.2005|14:13:24|
12288|E |
| 109|Typ|SSCRTEXTS | 0|03.09.1997|03:12:33|
4096| |
| 110|Prg|RSDBSPF4 | 0|01.06.2015|12:30:31|
87040|E |
| 111|Prg|SAPMSHLP | 111|01.06.2015|12:30:31|
51200|E |
| 112|Prg|SAPLSDTB | 112|27.07.2015|12:01:48|
562176|E |
| 113|Typ|DDCACHE | 0|30.03.1995|13:12:06|
2048| |
| 114|Typ|DD05M | 0|25.02.2015|23:57:15|
4096| |
| 115|Typ|DD08V | 0|20.08.1998|11:35:49|
4096| |
| 116|Prg|RADBTDDO | 112|09.06.2015|16:19:03|
50176|E |
| 117|Prg|RADBTDDF | 112|07.07.2015|08:22:20|
602112|E |
| 118|Typ|DD08L | 0|05.11.1997|02:52:51|
4096| |
| 119|Typ|DDSTATE | 0|07.05.1997|12:49:07|
2048| |
| 120|Typ|DD03K | 0|26.02.2015|01:22:09|
3072| |
| 121|Typ|PHELP | 0|26.02.2015|00:07:28|
11264| |
| 122|Typ|PHELP_PBAG | 0|26.02.2001|12:00:48|
2048| |
| 123|Prg|CL_DSH_SAPGUI_TYPE_AHEAD======CP | 123|24.06.2015|11:12:28|
59392|E |
| 124|Typ|DYNPREAD | 0|31.05.2013|08:00:52|
3072| |
| 125|Prg|SAPLSHL2 | 125|20.11.2015|10:25:10|
826368|E |
| 126|Typ|DYNPRO_ID | 0|09.11.2000|14:07:21|
2048| |
| 127|Typ|DPOV610 | 0|18.12.2001|16:52:52|
3072| |
| 128|Prg|CL_GUI_PROPS_CONSUMER=========CP | 128|01.06.2015|12:30:30|
32768|E |
| 129|Prg|SAPLTHFB | 129|20.11.2015|10:28:50|
491520|E |
| 130|Typ|EUDB | 0|31.05.2013|08:02:19|
9216| |
| 131|Prg|%_CCNTL | 128|01.06.2015|12:30:30|
16384|E |
| 132|Prg|CL_DYNAMIC_GUI_EXTENSIONS=====CP | 132|01.06.2015|12:30:30|
40960|E |
| 133|Typ|HELP_INFO | 0|26.02.2015|00:00:22|
11264| |
| 134|Typ|RSMDY | 0|14.02.1998|09:39:27|
4096| |
| 135|Prg|SAPLSDSD | 135|29.06.2017|01:42:06|
420864|E |
| 136|Typ|SHLP_DESCR | 0|26.02.2015|00:11:10|
15360| |
| 137|Typ|DDSHOFFLD | 0|18.05.2004|14:07:58|
6144| |
| 138|Typ|DDFIXVALUE | 0|27.08.1999|18:04:56|
3072| |
| 139|Prg|SAPLSDDO | 139|07.07.2015|08:22:44|
314368|E |
| 140|Typ|DD04T | 0|12.05.1997|16:45:50|
4096| |
| 141|Typ|DD01L | 0|25.02.2015|23:57:14|
7168| |
| 142|Typ|DD04L | 0|25.02.2015|23:57:15|
8192| |
| 143|Typ|TPARA | 0|10.07.1997|00:45:24|
2048| |
| 144|Typ|DDSETSTATE | 0|31.05.2013|08:00:33|
3072| |
| 145|Typ|DCDTELGET | 0|30.03.1995|13:13:18|
2048| |
| 146|Typ|SHLP_INTDS | 0|21.01.2014|10:06:03|
5120| |
| 147|Typ|DDSHIFACE | 0|20.08.1998|10:51:59|
4096| |
| 148|Typ|DDSHFPROP | 0|08.09.2011|14:26:09|
3072| |
| 149|Typ|DDSHSELOPT | 0|20.08.1998|10:52:01|
3072| |
| 150|Typ|DDSHTEXTSEARCH | 0|21.01.2014|10:05:05|
3072| |
| 151|Typ|DDF4LBBUF1 | 0|18.05.2004|14:08:00|
6144| |
| 152|Prg|SAPLSDH4 | 152|28.06.2017|22:39:17|
404480|E |
| 153|Prg|RADBTNA1 | 135|09.06.2015|16:19:22|
58368|E |
| 154|Prg|CL_F4_SRAL_SETTINGS_DIALOG====CP | 154|28.06.2017|22:39:36|
38912|E |
| 155|Prg|WDR_TASK======================CP | 155|08.06.2015|15:49:38|
9216|E |
| 156|Prg|SDSH_BADI_HANDLER | 135|24.06.2015|11:12:28|
37888|E |
| 157|Prg|SDSH_SEARCH_HELP_METADATA=====CP | 157|01.12.2015|14:49:18|
14336|E |
| 158|Prg|CL_BADI_BASE==================CP | 158|01.06.2015|16:04:21|
17408|E |
| 159|Prg|CL_CV_SEARCH_HELP_FILTER======CP | 159|07.08.2015|16:18:03|
22528|E |
| 160|Prg|IF_BADI_INTERFACE=============IP | 135|01.06.2015|12:30:31|
5120|E |
| 161|Prg|IF_DSH_EX_SEARCH_HELP_METADATAIP | 135|01.06.2015|12:30:31|
9216|E |
| 162|Prg|CL_F4CUSTOM===================CP | 162|01.06.2015|12:30:30|
89088|E |
| 163|Typ|DDF4PSALLS | 0|18.05.2004|14:08:00|
3072| |
| 164|Typ|SEAHLPRES | 0|21.01.2014|10:06:00|
4096| |
| 165|Prg|SDSH_SEARCH_HELP_RESULTS======CP | 165|01.12.2015|14:49:18|
15360|E |
| 166|Prg|CL_CV_SEARCH_HELP_AUTH========CP | 166|29.06.2017|00:33:27|
35840|E |
| 167|Prg|CL_SACF=======================CP | 167|09.06.2015|11:14:35|
44032|E |
| 168|Typ|TOBJ_CHK_CTRL_RH | 0|10.10.2014|18:27:35|
3072| |
| 169|Prg|CL_COS_UTILITIES==============CP | 169|20.11.2015|10:26:19|
29696|E |
| 170|Prg|CL_AUTH_ZDM===================CP | 170|01.06.2015|12:37:16|
9216|E |
| 171|Prg|SAPLSUNI | 171|24.06.2015|11:12:28|
224256|E |
| 172|Typ|TFDIR | 0|01.06.2015|10:51:55|
4096| |
| 173|Prg|SAPLSUGZ | 173|28.06.2017|22:20:42|
62464|E |
| 174|Prg|/1BCDWBEN/SAPLSEN4 | 174|01.06.2015|12:30:30|
82944|E |
| 175|Prg|SAPLSENA | 175|27.07.2015|12:03:22|
49152|E |
| 176|Prg|CL_RLFW_SERVER_GROUP==========CP | 176|24.06.2015|11:12:28|
30720|E |
| 177|Prg|CL_SU2X_TOOLS=================CP | 177|28.06.2017|23:45:14|
338944|E |
| 178|Typ|SUSX_S_MODIF | 0|08.09.2011|14:23:36|
2048| |
| 179|Typ|SACF_ALERT | 0|10.10.2014|18:27:17|
3072| |
| 180|Prg|IF_DSH_EX_SEARCH_HELP_RESULTS=IP | 135|01.06.2015|12:24:42|
11264|E |
| 181|Prg|SAPLSHLC | 181|01.12.2015|14:49:34|
86016|E |
| 182|Prg|CALENDAR_DEFINITION===========CP | 182|01.12.2015|14:49:34|
15360|E |
| 183|Prg|CL_BADI_CACHE_HANDLER=========CP | 183|01.06.2015|12:37:16|
15360|E |
| 184|Typ|DDSHF4CTRL | 0|31.05.2013|08:00:33|
5120| |
| 185|Typ|F4SETTING | 0|14.02.1998|07:17:23|
3072| |
| 186|Prg|SAPLSF4U | 186|01.06.2015|12:37:17|
118784|E |
| 187|Prg|SAPLAWRT | 187|20.11.2015|10:26:41|
185344|E |
| 188|Prg|CL_ABAP_DATFM=================CP | 188|20.11.2015|10:29:05|
82944|E |
| 189|Prg|CL_I18N_SYSTEM_SETTINGS=======CP | 189|20.11.2015|10:29:44|
49152|E |
| 190|Prg|CL_ISO_CALENDAR_DEFINITION====CP | 190|01.06.2015|12:30:30|
8192|E |
| 191|Prg|IF_CALENDAR_DEFINITION========IP | 190|01.06.2015|12:30:31|
6144|E |
| 192|Prg|SAPLSCAC | 192|01.12.2015|14:49:34|
48128|E |
| 193|Prg|SAPLSCON | 193|01.06.2015|12:30:31|
26624|E |
| 194|Prg|CL_GUI_CUSTOM_CONTAINER=======CP | 194|01.06.2015|12:37:17|
45056|E |
| 195|Prg|CL_GUI_CONTAINER==============CP | 195|01.06.2015|12:37:17|
59392|E |
| 196|Prg|CL_GUI_CONTROL================CP | 196|08.06.2015|15:46:35|
121856|E |
| 197|Prg|CL_GUI_OBJECT=================CP | 197|08.06.2015|15:46:36|
446464|E |
| 198|Prg|CL_GUI_CFW====================CP | 198|09.06.2015|11:14:27|
185344|E |
| 199|Typ|OBJ_RECORD | 0|14.02.1998|08:30:43|
3072| |
| 200|Typ|TOLE | 0|29.07.1998|19:56:01|
3072| |
| 201|Prg|%_COLE2 | 93|01.06.2015|12:30:30|
11264|E |
| 202|Prg|SAPLSCP2 | 202|20.11.2015|10:26:41|
180224|E |
| 203|Typ|SWCONT | 0|08.09.2011|14:24:14|
3072| |
| 204|Prg|SAPLCNTH | 204|01.06.2015|12:30:31|
30720|E |
| 205|Prg|CL_ABAP_TYPEDESCR=============CP | 205|09.06.2015|11:13:27|
31744|E |
| 206|Prg|CL_ABAP_ELEMDESCR=============CP | 206|09.06.2015|11:13:27|
41984|E |
| 207|Prg|CL_ABAP_DATADESCR=============CP | 207|01.06.2015|16:04:21|
20480|E |
| 208|Prg|CL_ABAP_REFDESCR==============CP | 208|09.06.2015|11:11:54|
32768|E |
| 209|Prg|CL_ABAP_STRUCTDESCR===========CP | 209|09.06.2015|11:11:54|
51200|E |
| 210|Prg|CL_ABAP_COMPLEXDESCR==========CP | 210|01.06.2015|16:04:21|
18432|E |
| 211|Prg|CL_ABAP_TABLEDESCR============CP | 211|09.06.2015|11:11:54|
35840|E |
| 212|Prg|CL_ABAP_CLASSDESCR============CP | 212|01.06.2015|16:04:21|
32768|E |
| 213|Prg|CL_ABAP_OBJECTDESCR===========CP | 213|01.06.2015|16:04:21|
36864|E |
| 214|Prg|CL_ABAP_INTFDESCR=============CP | 214|01.06.2015|16:04:21|
26624|E |
| 215|Prg|CL_ABAP_SOFT_REFERENCE========CP | 215|01.06.2015|12:30:30|
9216|E |
| 216|Prg|CL_ABAP_REFERENCE=============CP | 216|01.06.2015|12:30:30|
7168|E |
| 217|Prg|CL_GUI_CALENDAR===============CP | 217|01.06.2015|11:34:06|
80896|E |
| 218|Typ|USDEF | 0|08.09.2011|14:25:06|
4096| |
| 219|Prg|SAPLSUSE | 219|09.06.2015|16:22:09|
188416|E |
| 220|Typ|DD07V | 0|10.10.2014|18:27:48|
4096| |
| 221|Prg|SAPLSDEX | 221|01.06.2015|12:30:31|
41984|E |
| 222|Typ|DD07L | 0|10.10.2014|18:26:35|
3072| |
| 223|Typ|DD07T | 0|10.10.2014|18:26:35|
4096| |
| 224|Typ|T246 | 0|31.05.2013|08:13:48|
3072| |
| 225|Prg|SAPLSCA5 | 225|01.12.2015|14:49:34|
73728|E |
| 226|Prg|CL_GUI_FRONTEND_SERVICES======CP | 226|01.06.2015|16:05:11|
148480|E |
| 227|Prg|SAPLCNDP | 227|09.06.2015|11:11:54|
227328|E |
| 228|Typ|RFC_FIELDS | 0|20.08.1998|10:56:34|
3072| |
| 229|Prg|%_CABAP | 211|01.06.2015|12:37:17|
35840|E |
| 230|Prg|CX_SY_MOVE_CAST_ERROR=========CP | 230|01.06.2015|12:37:16|
10240|E |
| 231|Prg|CX_DYNAMIC_CHECK==============CP | 231|01.06.2015|12:37:16|
9216|E |
| 232|Prg|CX_ROOT=======================CP | 232|01.06.2015|12:37:16|
11264|E |
| 233|Prg|CX_NO_CHECK===================CP | 233|01.06.2015|12:37:16|
9216|E |
| 234|Rty|type000000000000 | 0|05.10.2017|05:48:46|
0| |
| 235|Prg|SAPLCNTL | 235|01.06.2015|12:37:17|
354304|E |
| 236|Typ|DPPROPS | 0|09.07.1997|23:53:23|
2048| |
| 237|Prg|SAPLURFC | 237|09.06.2015|16:18:47|
28672|E |
| 238|Prg|SAPLSRFC | 238|09.06.2015|16:18:47|
45056|E |
| 239|Prg|SAPLSYST | 239|08.06.2015|15:45:35|
41984|E |
| 240|Prg|CL_SYSTEM_UUID================CP | 240|01.06.2015|12:37:16|
34816|E |
| 241|Prg|SAPMSSY1 | 227|28.06.2017|22:38:23|
52224|E |
| 242|Prg|SAPLCNT0 | 242|01.06.2015|12:30:31|
41984|E |
| 243|Typ|T247 | 0|31.05.2013|08:13:48|
2048| |
| 244|Prg|%_CCNCA | 205|01.06.2015|12:37:17|
11264|E |
| 245|Typ|ARFCSDATA | 0|08.09.2011|14:17:09|
6144| |
| 246|Prg|IF_CACHED_PROP================IP | 101|01.06.2015|12:30:31|
5120|E |
| 247|Prg|SAPFGUICNTL_CFW | 1|01.06.2015|12:37:17|
15360|E |
| 248|Typ|ISCAL_DAY | 0|04.05.1995|18:46:23|
3072| |
| 249|Typ|CASDAYATTR | 0|04.05.1995|18:45:23|
4096| |
| 250|Prg|SAPLSCAL | 250|01.06.2015|12:30:31|
38912|E |
| 251|Prg|SAPLSCA1 | 251|01.06.2015|12:37:17|
38912|E |
| 252|Typ|BAPIDEFAUL | 0|08.09.2011|14:18:40|
4096| |
| 253|Prg|CL_SUID_USER_RUNTIME==========CP | 253|01.06.2015|12:12:01|
14336|E |
| 254|Prg|CL_ABAP_SYST==================CP | 254|01.06.2015|12:30:30|
12288|E |
| 255|Typ|USDEFAULTS | 0|08.09.2011|14:25:04|
4096| |
| 256|Typ|USR01 | 0|08.09.2011|14:25:08|
5120| |
| 257|Prg|CL_GUI_EVENT==================CP | 257|01.06.2015|12:37:17|
11264|E |
| 258|Prg|CL_GUI_DYNPRO_COMPANION=======CP | 258|01.06.2015|12:30:30|
17408|E |
| 259|Prg|SAPLSDF4 | 259|09.06.2015|16:19:03|
88064|E |
| 260|Prg|SAPLSDDT | 260|23.09.2015|14:25:15|
158720|E |
| 261|Typ|RSVUVINT | 0|15.01.1996|16:09:23|
2048| |
| 262|Prg|RSDBSPVD | 0|01.06.2015|12:30:31|
102400|E |
| 263|Typ|RVARI | 0|30.03.1998|09:40:50|
5120| |
| 264|Typ|RSVARIVDAT | 0|04.04.1995|16:12:54|
3072| |
| 265|Typ|ADRC | 0|28.06.2017|20:23:21|
21504| |
| 266|Prg|SAPLOMCV | 266|01.12.2015|14:45:19|
39936|E |
| 267|Prg|SAPLMGV_NUMBER_CONVERSION | 267|26.02.2015|06:54:57|
129024|E |
| 268|Prg|/PLMB/CL_RFC_CONNECTOR========CP | 268|31.05.2013|12:26:05|
20480|E |
| 269|Prg|SAPLSDIF | 269|09.06.2015|16:19:23|
348160|E |
| 270|Typ|DD01V | 0|26.02.2015|01:22:09|
7168| |
| 271|Typ|DCDOMAGET | 0|30.03.1995|13:11:13|
2048| |
| 272|Typ|DDDOSTATE | 0|31.05.2013|08:00:31|
3072| |
| 273|Prg|CL_EXITHANDLER================CP | 273|28.06.2017|22:52:17|
45056|E |
| 274|Prg|SAPLSEXV | 274|08.06.2015|15:52:21|
142336|E |
| 275|Prg|CL_BADI_FLT_DATA_TRANS_AND_DB=CP | 275|09.06.2015|16:19:03|
43008|E |
| 276|Typ|SXC_EXIT | 0|09.11.2000|14:23:43|
3072| |
| 277|Prg|CL_EX_BADI_MATN1==============CP | 277|01.06.2015|16:06:48|
21504|E |
| 278|Prg|IF_EX_BADI_MATN1==============IP | 273|01.06.2015|16:06:49|
5120|E |
| 279|Prg|MDG_BS_MAT_LAMA===============CP | 279|01.12.2015|14:28:51|
14336|E |
| 280|Typ|MATERIALID | 0|08.02.2006|09:51:51|
4096| |
| 281|Prg|SAPLOMCV_DIMP | 281|26.02.2015|06:54:58|
25600|E |
| 282|Typ|TMCNV | 0|29.06.2017|12:56:35|
5120| |
| 283|Prg|SAPLMPN01 | 283|26.02.2015|06:54:56|
75776|E |
| 284|Typ|MPNCNV | 0|01.03.2005|10:59:14|
3072| |
| 285|Typ|EKKO | 0|28.06.2017|20:38:32|
31744| |
| 286|Prg|SAPLALFA | 286|01.06.2015|12:30:31|
8192|E |
| 287|Typ|KOMV | 0|28.06.2017|20:40:24|
19456| |
| 288|Prg|CX_SY_DYN_CALL_ILLEGAL_FUNC===CP | 288|01.06.2015|12:37:16|
11264|E |
| 289|Prg|CX_SY_DYN_CALL_ERROR==========CP | 289|01.06.2015|12:37:16|
11264|E |
| 290|Typ|EKPO | 0|29.06.2017|09:40:25|
59392| |
| 291|Typ|SYST | 0|10.10.2014|18:27:32|
32768| |
-----------------------------------------------------------------------------------
-----------------
-----------------------------------------------------------------------------------
-----------------
|Directory of Application Tables
|
-----------------------------------------------------------------------------------
-----------------
|Name Date Time Lngth
|
| Val.
|
-----------------------------------------------------------------------------------
-----------------
|Program 20171005054808
|
-----------------------------------------------------------------------------------
-----------------
-----------------------------------------------------------------------------------
-----------------
|Program ZMM_PO_REG_GST
|
-----------------------------------------------------------------------------------
-----------------
|SYST 10.10.2014 18:27:32 00004612
|
| \0\0\0\0\x0001\0\x0002\0\0\0\0\0\0\0\0\0\0\0\0\0\x0002\0\0
|
|SY . . : : 00004612
|
| \0\0\0\0\x0001\0\x0002\0\0\0\0\0\0\0\0\0\0\0\0\0\x0002\0\0
|
|EKKO . . : : 00002142
|
| 1004500143280IN11FNB 920171003HPAH 0001000020000
|
|ADRC . . : : 00002990
|
| 100000005932400010101 99991231 Jaycon Engineering
|
|SSCRFIELDS 31.05.2013 08:13:14 00001708
|
|
|
|SSCRTEXTS . . : : 00000742
|
|
|
-----------------------------------------------------------------------------------
-----------------
|Program RSDBRUNT
|
-----------------------------------------------------------------------------------
-----------------
|RSVUVINT . . : : 00000094
|
| |
|
|VARID . . : : 00000252
|
|
|
-----------------------------------------------------------------------------------
-----------------
|Program SAPLICON
|
-----------------------------------------------------------------------------------
-----------------
|ICONT . . : : 00000130
|
|
|
-----------------------------------------------------------------------------------
-----------------
|Program SAPFSDS1
|
-----------------------------------------------------------------------------------
-----------------
|TDCLD . . : : 00000098
|
| RE DOKU 40R XX XXLIMUDOCUX (XR3TRPROGX X|
|
-----------------------------------------------------------------------------------
-----------------
|Program SAPLSDOD
|
-----------------------------------------------------------------------------------
-----------------
|DOKIL . . : : 00000152
|
|
|
-----------------------------------------------------------------------------------
-----------------
|Program SAPLLANG
|
-----------------------------------------------------------------------------------
-----------------
|T002 . . : : 00000010
|
| ES1EN|
|
-----------------------------------------------------------------------------------
-----------------
|Program SAPSHDTV
|
-----------------------------------------------------------------------------------
-----------------
|SHDSTU . . : : 00000106
|
| |
|
|SHDSTCIU . . : : 00000100
|
| |
|
-----------------------------------------------------------------------------------
-----------------
|Program SAPFS_SECLOG
|
-----------------------------------------------------------------------------------
-----------------
|INDX . . : : 00003104
|
| 100%L%_SeclogExcludedCaller\0\0\0 00000000
|
-----------------------------------------------------------------------------------
-----------------
|Program CL_DSH_SCREEN_ASSIGNMENT======CP
|
-----------------------------------------------------------------------------------
-----------------
|DSH_INDX_TA_DYNPRO . . : : 00003064
|
| YYSAPLSCAC 0100\0\0
|
-----------------------------------------------------------------------------------
-----------------
|Program CL_DSH_DDIC_ASSIGNMENT========CP
|
-----------------------------------------------------------------------------------
-----------------
|DSH_INDX_TA_DDIC . . : : 00003044
|
| YYRSEG WERKS
|
-----------------------------------------------------------------------------------
-----------------
|Program SAPLOLEA
|
-----------------------------------------------------------------------------------
-----------------
|TOLE . . : : 00000394
|
| SAP.DATAPROVIDER.1 {799104C5-04C5-11D0-
|
-----------------------------------------------------------------------------------
-----------------
|Program SAPMSHLP
|
-----------------------------------------------------------------------------------
-----------------
|PHELP 01.06.2015 10:54:25 00003212
|
| RSSYSTDB 1000RBKP
|
|HELP_INFO . . : : 00003320
|
| VFRSSYSTDB 1000RBKP
|
|RSMDY . . : : 00000810
|
|
|
-----------------------------------------------------------------------------------
-----------------
|Program CL_GUI_PROPS_CONSUMER=========CP
|
-----------------------------------------------------------------------------------
-----------------
|EUDB . . : : 00004068
|
| %C005056A519001EE7AAAFFDAE68804C49 \0\0\0
|
-----------------------------------------------------------------------------------
-----------------
|Program SAPLSDSD
|
-----------------------------------------------------------------------------------
-----------------
|DDSHOFFLD . . : : 00003020
|
| SHCALENDAR CA
|
|DDF4LBBUF1 . . : : 00002968
|
| \0\0\0\0\0\0\0\0\0\0
|
-----------------------------------------------------------------------------------
-----------------
|Program SAPLSUNI
|
-----------------------------------------------------------------------------------
-----------------
|TFDIR . . : : 00000268
|
| CONVERSION_EXIT_MATN2_OUTPUT SAPLMGV_NUMBER_CONVERSION
|
-----------------------------------------------------------------------------------
-----------------
|Program SAPLSDEX
|
-----------------------------------------------------------------------------------
-----------------
|DD07L . . : : 00000120
|
| XUDATFM A00120000C
|
-----------------------------------------------------------------------------------
-----------------
|Program CL_GUI_FRONTEND_SERVICES======CP
|
-----------------------------------------------------------------------------------
-----------------
|EUDB . . : : 00004068
|
| FE005056A519001EE7AAAFFDAE68804C49 \0\0\0
|
-----------------------------------------------------------------------------------
-----------------
|Program SAPLOMCV_DIMP
|
-----------------------------------------------------------------------------------
-----------------
|TMCNV . . : : 00000206
|
| 100MATCONV \x0012\0\0\0\x0012
|
-----------------------------------------------------------------------------------
-----------------
|Program SAPLMPN01
|
-----------------------------------------------------------------------------------
-----------------
|MPNCNV . . : : 00000026
|
| 100X 000018: |
|
-----------------------------------------------------------------------------------
-----------------
-----------------------------------------------------------------------------------
-----------------
|ABAP Control Blocks (CONT)
|
-----------------------------------------------------------------------------------
-----------------
|Index|Name|Fl|PAR0|PAR1|PAR2|PAR3|PAR4|PAR5|PAR6|Source Code
|Line |
-----------------------------------------------------------------------------------
-----------------
| 1450|mvqk|06|0000|8906|87F6| | | | |ZMM_PO_REG_GST
| 1346|
| 1452|mvqk|07|0000|88B0|87FC| | | | |ZMM_PO_REG_GST
| 1346|
| 1454|MVCO|01|0000| | | | | | |ZMM_PO_REG_GST
| 1346|
| 1455|cmpr|04|00F2|00D7|0000| | | | |ZMM_PO_REG_GST
| 1347|
| 1457|BRAF|02|0047| | | | | | |ZMM_PO_REG_GST
| 1347|
| 1458|BREL|80|0000| | | | | | |ZMM_PO_REG_GST
| 1347|
| 1459|FUNC|00|1BFD| | | | | | |ZMM_PO_REG_GST
| 1349|
| 1460|FUNC|00|0161| | | | | | |ZMM_PO_REG_GST
| 1349|
| 1461|PAR2|02|0000|0068|006D| | | | |ZMM_PO_REG_GST
| 1349|
| 1463|PAR2|02|0000|0067|006B| | | | |ZMM_PO_REG_GST
| 1349|
| 1465|PAR2|02|0000|0066|0076| | | | |ZMM_PO_REG_GST
| 1349|
| 1467|PAR2|02|0000|0065|007A| | | | |ZMM_PO_REG_GST
| 1349|
|>>>>>|FUNC|10|0003| | | | | | |ZMM_PO_REG_GST
| 1349|
| 1470|PAR2|07|0000|0069|0071| | | | |ZMM_PO_REG_GST
| 1349|
| 1472|FUNC|FF|0000| | | | | | |ZMM_PO_REG_GST
| 1349|
| 1473|cmpr|04|00F2|00D7|0000| | | | |ZMM_PO_REG_GST
| 1366|
| 1475|BRAF|02|0035| | | | | | |ZMM_PO_REG_GST
| 1366|
| 1476|BREL|80|0000| | | | | | |ZMM_PO_REG_GST
| 1366|
| 1477|MOVE|FF|00B6|0069|0160| | | | |ZMM_PO_REG_GST
| 1367|
| 1479|STCK|04|0000| | | | | | |ZMM_PO_REG_GST
| 1368|
-----------------------------------------------------------------------------------
-----------------