cancel
Showing results for 
Search instead for 
Did you mean: 

Dump error comes when executing tcodes DB13, dbacockpit and st04

former_member249929
Participant
0 Kudos

Dear Experts,

Please find a solution for this.

Am giving the full dump error.

As per browsing implemented some notes. No use.

Category ABAP Programming Error

Runtime Errors SYNTAX_ERROR

ABAP Program CL_SYB_SYSTABLES==============CP

Application Component BC-DB-SYB

Date and Time 03.03.2016 11:43:55

----------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------------------

|Short Text |

| Syntax error in program "CL_SYB_SYSTABLES==============CP ". |

----------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------------------

|What happened? |

| Error in the ABAP Application Program |

| |

| The current ABAP program "CL_SYB_DBCON==================CP" had to be |

| terminated because it has |

| come across a statement that unfortunately cannot be executed. |

| In include "CL_SYB_SYSTABLES==============CM012 ", in line 1 of program |

| "CL_SYB_SYSTABLES==============CP ", the following syntax errors |

| have occurred: |

| Method "RESOLVE_OBJECT_NAMES" is not declared or inherited in class "C |

| L_SYB_SYSTABLES". - |

| |

| |

| |

| Author and last person to change the include are: |

| Author SAP |

| Last changed by "SAP " |

----------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------------------

|What can you do? |

| Correct the error by running a syntax check (or extended program check) |

| on program "CL_SYB_SYSTABLES==============CP ". You can also run the |

| syntax check from the ABAP |

| Editor. |

| |

| If the problem persists, proceed as follows: |

| |

----------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------------------

|Error analysis |

| The following syntax error has occurred in program |

| CL_SYB_SYSTABLES==============CP : |

| Method "RESOLVE_OBJECT_NAMES" is not declared or inherited in class "C |

| L_SYB_SYSTABLES". - |

| |

| " " |

----------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------------------

|How to correct the error |

| Probably the only way to eliminate the error is to correct the program. |

| - |

| 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..... 740 |

| SAP Basis level |

| |

| Application server... erpsapqas |

| Network address...... 192.168.100.32 |

| Operating system... Windows NT |

| Release.............. 6.3 |

| Hardware type....... 2x AMD64 Level |

| Character length..... 16 Bits |

| Pointer length........ 64 Bits |

| Work process number... 12 |

| Shortdump setting. full |

| |

| Database server... erpsapqas |

| Database type..... SYBASE |

| Database name..... ECQ |

| Database user ID SAPSR3 |

| |

| Terminal.......... NANDUVAIO |

| |

| Character set C |

| |

| SAP kernel....... 742 |

| Created on....... Jun 29 2015 23:06:06 |

| Created at....... NT 6.1 7601 x86 MS VC++ 16.00 |

| Database version Sybase ASE 15.7.0.1314 |

| Patch level....... 200 |

| Patch text....... |

| |

| Database............. 15.7, 16.0 |

| SAP database version. 742 |

| Operating system... Windows NT 6.0, Windows NT 6.1, Windows NT 6.2, Windows NT |

| 6.3 |

| |

| Memory consumption |

| Roll.... 0 |

| EM...... 11352880 |

| Heap.... 0 |

| Page.... 73728 |

| MM used. 3475664 |

| MM free. 414896 |

----------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------------------

|User and Transaction |

| Client................. 300 |

| User.................. BASIS |

| Language key.......... E |

| Transaction......... ST04 |

| Transaction ID...... 1607E1E50C0EF12680D600155D640C12 |

| |

| EPP whole context ID...... 00155D640C121ED5B8A0DEE5B26340D6 |

| EPP connection ID........ 00000000000000000000000000000000 |

| EPP call counter......... 0 |

| |

| Program.............. CL_SYB_DBCON==================CP |

| Screen.............. SAPLSDBACCMS 0899 |

| Screen line.......... 3 |

| Active debugger..... "none" |

----------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------------------

|Information on where terminated |

| The termination occurred in ABAP program "CL_SYB_DBCON==================CP", |

| in "CONSTRUCTOR". The main program |

| was "RSDB0004". |

| |

| In the source code, the termination point is in line 50 of (Include) |

| program "CL_SYB_DBCON==================CM001". |

----------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------------------

|Source Code Extract |

----------------------------------------------------------------------------------------------------

|Line |SourceCde |

----------------------------------------------------------------------------------------------------

| 20| label = 'Port Number'(002) ). |

| 21| set_mandatory_attribute( name = keyword_syb_object_owner |

| 22| length = 30 |

| 23| label = 'SAP Object Owner'(005) |

| 24| default = object_source_default ). |

| 25| tmp = 'ADBC Connection Timeout in Seconds'(008). |

| 26| set_optional_attribute( name = keyword_syb_contimeout |

| 27| length = 5 |

| 28| label = 'Connection Timeout'(007) |

| 29| default = `10` |

| 30| descr = tmp ). |

| 31| |

| 32| "connection types (optional, default is ASE) |

| 33| ls_dbtype-parmval = 'ASE'. "#EC NOTEXT |

| 34| ls_dbtype-parmdft = abap_true. |

| 35| append ls_dbtype to lt_dbtypes. |

| 36| ls_dbtype-parmval = 'Replication Server'. "#EC NOTEXT |

| 37| ls_dbtype-parmdft = abap_false. |

| 38| append ls_dbtype to lt_dbtypes. |

| 39| set_optional_attribute( name = keyword_syb_contype |

| 40| length = 3 |

| 41| label = 'Connection Type'(006) |

| 42| wdy_type = co_wdy_type_dropdown |

| 43| input_values = lt_dbtypes ). |

| 44| |

| 45| me->is_supported_rz20 = abap_false. |

| 46| me->is_supported_histcoll = abap_false. |

| 47| me->has_offline_mode = abap_true. |

| 48| |

| 49| "reset various (static) caches of DBA Cockpit, and initiate preload to speedup any upcomin|

|>>>>>| cl_syb_systables=>reset_caches( ). |

| 51| |

| 52|endmethod. |

----------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------------------

|Contents of system fields |

----------------------------------------------------------------------------------------------------

|Name |Val. |

----------------------------------------------------------------------------------------------------

|SY-SUBRC|0 |

|SY-INDEX|0 |

|SY-TABIX|6 |

|SY-DBCNT|1 |

|SY-FDPOS|0 |

|SY-LSIND|0 |

|SY-PAGNO|0 |

|SY-LINNO|1 |

|SY-COLNO|1 |

|SY-PFKEY| |

|SY-UCOMM| |

|SY-TITLE| |

|SY-MSGTY| |

|SY-MSGID| |

|SY-MSGNO|000 |

|SY-MSGV1| |

|SY-MSGV2| |

|SY-MSGV3| |

|SY-MSGV4| |

|SY-MODNO|0 |

|SY-DATUM|20160303 |

|SY-UZEIT|114355 |

|SY-XPROG|SAPMSSY1 |

|SY-XFORM|XAB_WFLUSH |

----------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------------------

|Active Calls/Events |

----------------------------------------------------------------------------------------------------

|No. Ty. Program Include Line |

| Name |

----------------------------------------------------------------------------------------------------

| 9 METHOD CL_SYB_DBCON==================CP CL_SYB_DBCON==================CM001 50 |

| CL_SYB_DBCON=>CONSTRUCTOR |

| 8 METHOD CL_DBA_DBCON==================CP CL_DBA_DBCON==================CM01O 12 |

| CL_DBA_DBCON=>GET_LOCAL_ADMIN_REF |

| 7 METHOD CL_DB6_SYS====================CP CL_DB6_SYS====================CM01R 7 |

| CL_DB6_SYS=>SET_LOCAL_ADMIN_CONNECTION |

| 6 METHOD CL_DB6_SYS====================CP CL_DB6_SYS====================CM00A 136 |

| CL_DB6_SYS=>GET_SYS_REF |

| 5 METHOD CL_DB6_TREE_NAVIGATOR=========CP CL_DB6_TREE_NAVIGATOR=========CM004 328 |

| CL_DB6_TREE_NAVIGATOR=>CONSTRUCTOR |

| 4 METHOD CL_DB6_TREE_NAVIGATOR=========CP CL_DB6_TREE_NAVIGATOR=========CM02F 12 |

| CL_DB6_TREE_NAVIGATOR=>CREATE |

| 3 MODULE (PBO) SAPLSDBACCMS LSDBACCMSGLB 23 |

| PREPARE_OUTPUT_0899 |

| 2 FUNCTION SAPLSDBACCMS LSDBACCMSU05 42 |

| DB6_CALL_COCKPIT |

| 1 EVENT RSDB0004 RSDB0004 33 |

| START-OF-SELECTION |

----------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------------------

|Chosen variables |

----------------------------------------------------------------------------------------------------

|Name |

| Val. |

----------------------------------------------------------------------------------------------------

|No. 9 Ty. METHOD |

|Name CL_SYB_DBCON=>CONSTRUCTOR |

----------------------------------------------------------------------------------------------------

|CL_DB6_SYS=>RFCDEST_NONE |

| |

| 22222222222222222222222222222222 |

| 00000000000000000000000000000000 |

| 00000000000000000000000000000000 |

| 00000000000000000000000000000000 |

| 2000200020002000200020002000200020002000200020002000200020002000200020002000200020002000200020|

|LS_DBTYPE-PARMVAL |

| Replication Server |

| 567666676662567767 |

| 250C93149FE0352652 |

| 000000000000000000 |

| 000000000000000000 |

| 5200650070006C00690063006100740069006F006E002000530065007200760065007200 |

|LT_DBTYPES |

| Table IT_2215[2x12] |

| \CLASS=CL_SYB_DBCON\METHOD=CONSTRUCTOR\DATA=LT_DBTYPES |

| Table reference: 107 |

| TABH+ 0(20) = A0AA9E66DA070000000000000000000000000000 |

| TABH+ 20(20) = 0000000000000000000000000200000044040000 |

| TABH+ 40(20) = 0000000000000000000000006B000000A7080000 |

| TABH+ 60(20) = 020000000C000000FFFFFFFF040E010040D50000 |

| TABH+ 80( 😎 = 0400000041060000 |

| store = 0xA0AA9E66DA070000 |

| 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 = 107 (0x6B000000) |

| label = 2215 (0xA7080000) |

| fill = 2 (0x02000000) |

| leng = 12 (0x0C000000) |

| loop = -1 (0xFFFFFFFF) |

| xtyp = TYPE#000008 |

| occu = 4 (0x04000000) |

| occu0 = 1 |

| stMode = 0 |

| groupCntl = 0 |

| rfc = 0 |

| unShareable = 0 |

| mightBeShared = 1 |

| sharedWithShmTab = 0 |

| isShmLockId = 0 |

| isUsed = 1 |

| isCtfyAble = 1 |

| hasScndKeys = 0 |

| hasRowId = 0 |

| statScndKeysOutdated = 0 |

| statScndKeysOutdated = 0 |

| rtmSelectNoOrderBy = 0 |

| ----- Shareable Table Header Data (Store) ----- |

| tabi = 0xA0229F66DA070000 |

| pgHook = 0x0000000000000000 |

| uniqueNumber = 1977 (0xB9070000) |

| shmTabhSet = 0x0000000000000000 |

| refCount = 1 (0x01000000) |

| tstRefCount = 0 (0x00000000) |

| lineAdmin = 4 (0x04000000) |

| lineAlloc = 4 (0x04000000) |

| shmVersId = 0 (0x00000000) |

| shmRefCount = 2 (0x02000000) |

| rowId = 18446744073709551615 |

| |

| ##O#X# |

| 104050 |

| 40F080 |

| 000000 |

| 000000 |

| 140000004F00000058000000 |

| |

| ##$耀 # |

| 102020 |

| 404000 |

| 000800 |

| 000000 |

| 140000002400008020000000 |

|LS_DBTYPE |

| ##$耀 # |

| 102020 |

| 404000 |

| 000800 |

| 000000 |

| 140000002400008020000000 |

|SYST |

| ######################################ߴ#########°#############################½#######䵘# u##>|

| 00000000000010000000000000000000000000F000000000B00000000000000000000000000010B000000050270000|

| 000060100000400000001000100010000000004000000000000000000000000000000000000080D000000080050400|

| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000|

| 00000000000000000000000000000000000000700000000000000000000000000000000000000000000000D000000C|

| 0000000000000000060000000100000000000000000000001400000000000000000000000000000001000000000000|

|ME |

| {O:169*\CLASS=CL_SYB_DBCON} |

| 5000A000 |

| 60009000 |

| 56000000A9000000 |

|ME->KEYWORD_SYB_CONTYPE |

| SYBASE_CONTYPE |

| 55445454445554 |

| 392135F3FE4905 |

| 00000000000000 |

| 00000000000000 |

| 5300590042004100530045005F0043004F004E005400590050004500 |

|TEXT-006 |

| Connection Type |

| 4666667666257762222222222222222222222222 |

| 3FEE5349FE049050000000000000000000000000 |

| 0000000000000000000000000000000000000000 |

| 0000000000000000000000000000000000000000 |

| 43006F006E006E0065006300740069006F006E00200054007900700065002000200020002000200020002000200020|

|ME->CO_WDY_TYPE_DROPDOWN |

| DROPDOWN |

| 45454454 |

| 42F04F7E |

| 00000000 |

| 00000000 |

| 440052004F00500044004F0057004E00 |

|%_DUMMY$$ |

| |

| 2222 |

| 0000 |

| 0000 |

| 0000 |

| 2000200020002000 |

|SY-REPID |

| CL_SYB_DBCON==================CP |

| 4455545444443333333333333333334522222222 |

| 3CF392F423FEDDDDDDDDDDDDDDDDDD3000000000 |

| 0000000000000000000000000000000000000000 |

| 0000000000000000000000000000000000000000 |

| 43004C005F005300590042005F004400420043004F004E003D003D003D003D003D003D003D003D003D003D003D003D|

|ME->IS_SUPPORTED_RZ20 |

| |

| 2 |

| 0 |

| 0 |

| 0 |

| 2000 |

|ABAP_FALSE |

| |

| 2 |

| 0 |

| 0 |

| 0 |

| 2000 |

|ME->IS_SUPPORTED_HISTCOLL |

| |

| 2 |

| 0 |

| 0 |

| 0 |

| 2000 |

|ME->HAS_OFFLINE_MODE |

| X |

| 5 |

| 8 |

| 0 |

| 0 |

| 5800 |

|ABAP_TRUE |

| X |

| 5 |

| 8 |

| 0 |

| 0 |

| 5800 |

----------------------------------------------------------------------------------------------------

|No. 8 Ty. METHOD |

|Name CL_DBA_DBCON=>GET_LOCAL_ADMIN_REF |

----------------------------------------------------------------------------------------------------

|CON_REF |

| {O:169*\CLASS=CL_SYB_DBCON} |

| 5000A000 |

| 60009000 |

| 56000000A9000000 |

|%_DUMMY$$ |

| |

| 2222 |

| 0000 |

| 0000 |

| 0000 |

| 2000200020002000 |

|WA_CLASSNAME |

| CL_SYB_DBCON |

| 4455545444442222222222222222222222222222 |

| 3CF392F423FE0000000000000000000000000000 |

| 0000000000000000000000000000000000000000 |

| 0000000000000000000000000000000000000000 |

| 43004C005F005300590042005F004400420043004F004E002000200020002000200020002000200020002000200020|

|SY-DBSYS |

| SYB |

| 554 |

| 392 |

| 000 |

| 000 |

| 530059004200 |

|CON_REF->CON_DATA-DBMS |

| |

| 222 |

| 000 |

| 000 |

| 000 |

| 200020002000 |

|SY-REPID |

| CL_DBA_DBCON==================CP |

| 4454445444443333333333333333334522222222 |

| 3CF421F423FEDDDDDDDDDDDDDDDDDD3000000000 |

| 0000000000000000000000000000000000000000 |

| 0000000000000000000000000000000000000000 |

| 43004C005F004400420041005F004400420043004F004E003D003D003D003D003D003D003D003D003D003D003D003D|

|SCREEN |

| |

| 2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222|

| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|

| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|

| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|

| 2000200020002000200020002000200020002000200020002000200020002000200020002000200020002000200020|

|CON_REF->AUTHORITY |

| {O:initial} |

| F0000000 |

| F0000000 |

| FF00000000000000 |

|CL_DB6_SYS=>RFCDEST_NONE |

| |

| 22222222222222222222222222222222 |

| 00000000000000000000000000000000 |

| 00000000000000000000000000000000 |

| 00000000000000000000000000000000 |

| 2000200020002000200020002000200020002000200020002000200020002000200020002000200020002000200020|

|SYST |

| ######################################ߴ#########°#############################½#######䵘# u##>|

| 00000000000010000000000000000000000000F000000000B00000000000000000000000000010B000000050270000|

| 000060100000400000001000100010000000004000000000000000000000000000000000000080D000000080050400|

| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000|

| 00000000000000000000000000000000000000700000000000000000000000000000000000000000000000D000000C|

| 0000000000000000060000000100000000000000000000001400000000000000000000000000000001000000000000|

|CL_DB6_RC=>X_WRONG_DATABASE |

| 1032 |

| 0000 |

| 8400 |

| 08040000 |

----------------------------------------------------------------------------------------------------

|No. 7 Ty. METHOD |

|Name CL_DB6_SYS=>SET_LOCAL_ADMIN_CONNECTION |

----------------------------------------------------------------------------------------------------

|%_ARCHIVE |

| |

| 2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222|

| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|

| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|

| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|

| 2000200020002000200020002000200020002000200020002000200020002000200020002000200020002000200020|

|SY-REPID |

| CL_DB6_SYS====================CP |

| 4454435555333333333333333333334522222222 |

| 3CF426F393DDDDDDDDDDDDDDDDDDDD3000000000 |

| 0000000000000000000000000000000000000000 |

| 0000000000000000000000000000000000000000 |

| 43004C005F004400420036005F005300590053003D003D003D003D003D003D003D003D003D003D003D003D003D003D|

|%_DUMMY$$ |

| |

| 2222 |

| 0000 |

| 0000 |

| 0000 |

| 2000200020002000 |

|CL_DB6_SYS=>RFCDEST_NONE |

| |

| 22222222222222222222222222222222 |

| 00000000000000000000000000000000 |

| 00000000000000000000000000000000 |

| 00000000000000000000000000000000 |

| 2000200020002000200020002000200020002000200020002000200020002000200020002000200020002000200020|

|ME->CON_REF |

| {O:initial} |

| F0000000 |

| F0000000 |

| FF00000000000000 |

|SY-MSGV4 |

| |

| 22222222222222222222222222222222222222222222222222 |

| 00000000000000000000000000000000000000000000000000 |

| 00000000000000000000000000000000000000000000000000 |

| 00000000000000000000000000000000000000000000000000 |

| 2000200020002000200020002000200020002000200020002000200020002000200020002000200020002000200020|

|ME->SYS_DATA-DBCNAME |

| |

| 222222222222222222222222222222 |

| 000000000000000000000000000000 |

| 000000000000000000000000000000 |

| 000000000000000000000000000000 |

| 2000200020002000200020002000200020002000200020002000200020002000200020002000200020002000200020|

|ME->CON_REF->CON_DATA-CON_NAME |

| ??? |

| ?????? |

| ?????? |

| ???????????? |

|SY-XFORM |

| XAB_WFLUSH |

| 544554455422222222222222222222 |

| 812F76C53800000000000000000000 |

| 000000000000000000000000000000 |

| 000000000000000000000000000000 |

| 5800410042005F00570046004C00550053004800200020002000200020002000200020002000200020002000200020|

|CON_EXCP |

| {O:initial} |

| F0000000 |

| F0000000 |

| FF00000000000000 |

|SY |

| ######################################ߴ#########°#############################½#######䵘# u##>|

| 00000000000010000000000000000000000000F000000000B00000000000000000000000000010B000000050270000|

| 000060100000400000001000100010000000004000000000000000000000000000000000000080D000000080050400|

| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000|

| 00000000000000000000000000000000000000700000000000000000000000000000000000000000000000D000000C|

| 0000000000000000060000000100000000000000000000001400000000000000000000000000000001000000000000|

|%_EXCP |

| {O:initial} |

| F0000000 |

| F0000000 |

| FF00000000000000 |

|CON_EXCP->RC |

| ??? |

| ?????? |

| ?????? |

| ???????????? |

----------------------------------------------------------------------------------------------------

|No. 6 Ty. METHOD |

|Name CL_DB6_SYS=>GET_SYS_REF |

----------------------------------------------------------------------------------------------------

|SYSTEM_ID |

| ECQ |

| 44522222 |

| 53100000 |

| 00000000 |

| 00000000 |

| 45004300510020002000200020002000 |

|SYNCHRONIZE |

| |

| 2 |

| 0 |

| 0 |

| 0 |

| 2000 |

|IGNORE_ERRORS |

| |

| 2 |

| 0 |

| 0 |

| 0 |

| 2000 |

|BYPASS_BUFFER |

| |

| 2 |

| 0 |

| 0 |

| 0 |

| 2000 |

|SYS_REF |

| {O:170*\CLASS=CL_DB6_SYS} |

| 5000A000 |

| 5000A000 |

| 55000000AA000000 |

|SYS_REF->RFC_REF |

| {O:initial} |

| F0000000 |

| F0000000 |

| FF00000000000000 |

|SYS_REF->CON_REF |

| {O:initial} |

| F0000000 |

| F0000000 |

| FF00000000000000 |

|SYS_REF->SYS_DATA-DBCON_VIA_RFC |

| |

| 2 |

| 0 |

| 0 |

| 0 |

| 2000 |

|ABAP_FALSE |

| |

| 2 |

| 0 |

| 0 |

| 0 |

| 2000 |

|%_SPACE |

| |

| 2 |

| 0 |

| 0 |

| 0 |

| 2000 |

|CL_DB6_SYS=>SUPPORTED_WEBDYNPRO_FULL |

| Table IT_45[4x6] |

| \CLASS-POOL=CL_DB6_SYS\DATA=CL_DB6_SYS=>SUPPORTED_WEBDYNPRO_FULL |

| Table reference: 23 |

| TABH+ 0(20) = E0C67A66DA070000000000000000000000000000 |

| TABH+ 20(20) = 0000000000000000000000000400000044010000 |

| TABH+ 40(20) = 000000000000000000000000170000002D000000 |

| TABH+ 60(20) = 0400000006000000FFFFFFFF043A0000F0510200 |

| TABH+ 80( 😎 = 0400000001060000 |

| store = 0xE0C67A66DA070000 |

| 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 = 23 (0x17000000) |

| label = 45 (0x2D000000) |

| fill = 4 (0x04000000) |

| leng = 6 (0x06000000) |

| loop = -1 (0xFFFFFFFF) |

| xtyp = TYPE#000023 |

| 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 |

| statScndKeysOutdated = 0 |

| rtmSelectNoOrderBy = 0 |

| ----- Shareable Table Header Data (Store) ----- |

| tabi = 0xA0C67A66DA070000 |

| pgHook = 0x0000000000000000 |

| uniqueNumber = 34 (0x22000000) |

| shmTabhSet = 0x0000000000000000 |

| refCount = 0 (0x00000000) |

| tstRefCount = 0 (0x00000000) |

| lineAdmin = 4 (0x04000000) |

| lineAlloc = 4 (0x04000000) |

| shmVersId = 0 (0x00000000) |

| shmRefCount = 1 (0x01000000) |

| rowId = 18446744073709551615 |

| |

| DB6 |

| 443 |

| 426 |

| 000 |

| 000 |

| 440042003600 |

| |

| SYB |

| 554 |

| 392 |

| 000 |

| 000 |

| 530059004200 |

| |

| SIQ |

| 545 |

| 391 |

| 000 |

| 000 |

| 530049005100 |

| |

| HDB |

| 444 |

| 842 |

| 000 |

| 000 |

| 480044004200 |

|SYS_REF->SYS_DATA-RFCDEST |

| |

| 22222222222222222222222222222222 |

| 00000000000000000000000000000000 |

| 00000000000000000000000000000000 |

| 00000000000000000000000000000000 |

| 2000200020002000200020002000200020002000200020002000200020002000200020002000200020002000200020|

|CL_DB6_SYS=>RFCDEST_NONE |

| |

| 22222222222222222222222222222222 |

| 00000000000000000000000000000000 |

| 00000000000000000000000000000000 |

| 00000000000000000000000000000000 |

| 2000200020002000200020002000200020002000200020002000200020002000200020002000200020002000200020|

|CL_DB6_SYS=>LOCAL_SYSID |

| ECQ |

| 44522222 |

| 53100000 |

| 00000000 |

| 00000000 |

| 45004300510020002000200020002000 |

|CL_DB6_SYS=>SYS_REF_LIST |

| Table[initial] |

| |

|SYS_REF->SYS_DATA-DBSYS |

| SYB |

| 554 |

| 392 |

| 000 |

| 000 |

| 530059004200 |

|%_##TVREG_002 |

| +++SYBADM |

| 222554444222222222222222222222 |

| BBB39214D000000000000000000000 |

| 000000000000000000000000000000 |

| 000000000000000000000000000000 |

| 2B002B002B00530059004200410044004D002000200020002000200020002000200020002000200020002000200020|

|SY-BATCH |

| |

| 2 |

| 0 |

| 0 |

| 0 |

| 2000 |

|ABAP_TRUE |

| X |

| 5 |

| 8 |

| 0 |

| 0 |

| 5800 |

|CL_DB6_BACKEND=>ID_CALLER |

| CALLER |

| 44444522222222222222222222222222 |

| 31CC5200000000000000000000000000 |

| 00000000000000000000000000000000 |

| 00000000000000000000000000000000 |

| 430041004C004C00450052002000200020002000200020002000200020002000200020002000200020002000200020|

|%_##TVREG_003 |

| |

| 22222222222222222222222222222222 |

| 00000000000000000000000000000000 |

| 00000000000000000000000000000000 |

| 00000000000000000000000000000000 |

| 2000200020002000200020002000200020002000200020002000200020002000200020002000200020002000200020|

|CL_DB6_BACKEND=>VAL_CALLER_COCKPIT |

| COCKPIT |

| 44445452222222222222222222222222 |

| 3F3B0940000000000000000000000000 |

| 00000000000000000000000000000000 |

| 00000000000000000000000000000000 |

| 43004F0043004B00500049005400200020002000200020002000200020002000200020002000200020002000200020|

|CL_DB6_DBCON=>KEYWORD_DB6_DBNAME |

| DB6_DB_NAME |

| 44354454444 |

| 426F42FE1D5 |

| 00000000000 |

| 00000000000 |

| 4400420036005F00440042005F004E0041004D004500 |

----------------------------------------------------------------------------------------------------

|No. 5 Ty. METHOD |

|Name CL_DB6_TREE_NAVIGATOR=>CONSTRUCTOR |

----------------------------------------------------------------------------------------------------

|SYSTEM_ID |

| ECQ |

| 44522222 |

| 53100000 |

| 00000000 |

| 00000000 |

| 45004300510020002000200020002000 |

|ACTION |

| 1 |

| 0000 |

| 1000 |

| 01000000 |

|DBSYS |

| |

| 2222222222 |

| 0000000000 |

| 0000000000 |

| 0000000000 |

| 2000200020002000200020002000200020002000 |

|EXTERNALLY_CALLED |

| X |

| 5 |

| 8 |

| 0 |

| 0 |

| 5800 |

|WEBDYNPRO_CALLED |

| |

| 2 |

| 0 |

| 0 |

| 0 |

| 2000 |

|DYNPRO |

| |

| 2222 |

| 0000 |

| 0000 |

| 0000 |

| 2000200020002000 |

|PROGRAM |

| |

| 2222222222222222222222222222222222222222 |

| 0000000000000000000000000000000000000000 |

| 0000000000000000000000000000000000000000 |

| 0000000000000000000000000000000000000000 |

| 2000200020002000200020002000200020002000200020002000200020002000200020002000200020002000200020|

|ASSIST_REF |

| {O:initial} |

| F0000000 |

| F0000000 |

| FF00000000000000 |

|STUB_ONLY |

| |

| 2 |

| 0 |

| 0 |

| 0 |

| 2000 |

|RUN_MODE |

| 1 |

| 0000 |

| 1000 |

| 01000000 |

|SHOW_LAUNCHPAD |

| |

| 2 |

| 0 |

| 0 |

| 0 |

| 2000 |

|FORCE_LOCK |

| |

| 2 |

| 0 |

| 0 |

| 0 |

| 2000 |

|CALLED_BY_DBOSC |

| |

| 2 |

| 0 |

| 0 |

| 0 |

| 2000 |

|CL_DBA_ACTION=>DBAACT_COCKPIT_CFG |

| 9001 |

| 2200 |

| 9300 |

| 29230000 |

|%_DUMMY$$ |

| |

| 2222 |

| 0000 |

| 0000 |

| 0000 |

| 2000200020002000 |

|ME |

| {O:9*\CLASS=CL_DB6_TREE_NAVIGATOR} |

| F0000000 |

| 60009000 |

| F600000009000000 |

|CL_DBA_CORE_CONSTANTS=>CO_PARTITION_ALL |

| -1 |

| FFFF |

| FFFF |

| FFFFFFFF |

|SY-XPROG |

| SAPMSSY1 |

| 5454555322222222222222222222222222222222 |

| 310D339100000000000000000000000000000000 |

| 0000000000000000000000000000000000000000 |

| 0000000000000000000000000000000000000000 |

| 5300410050004D00530053005900310020002000200020002000200020002000200020002000200020002000200020|

|CL_DB6_TREE_NAVIGATOR=>CO_RUNMODE_DIALOG |

| 1 |

| 0000 |

| 1000 |

| 01000000 |

|ABAP_FALSE |

| |

| 2 |

| 0 |

| 0 |

| 0 |

| 2000 |

|NEW_SYSTEM |

| {O:initial} |

| F0000000 |

| F0000000 |

| FF00000000000000 |

|CL_ADA_ACTION=>SDB_DBMGUI |

| 152 |

| 9000 |

| 8000 |

| 98000000 |

|CL_DBA_ACTION=>FTYPE_URL |

| 8 |

| 0000 |

| 8000 |

| 08000000 |

|CL_ADA_ACTION=>SDB_KERN_HISTORIE |

| 149 |

| 9000 |

| 5000 |

| 95000000 |

|SYS_EXCP |

| {O:initial} |

| F0000000 |

| F0000000 |

| FF00000000000000 |

----------------------------------------------------------------------------------------------------

|No. 4 Ty. METHOD |

|Name CL_DB6_TREE_NAVIGATOR=>CREATE |

----------------------------------------------------------------------------------------------------

|SYSTEM_ID |

| ECQ |

| 44522222 |

| 53100000 |

| 00000000 |

| 00000000 |

| 45004300510020002000200020002000 |

|ACTION |

| 1 |

| 0000 |

| 1000 |

| 01000000 |

|DBSYS |

| |

| 2222222222 |

| 0000000000 |

| 0000000000 |

| 0000000000 |

| 2000200020002000200020002000200020002000 |

|EXTERNALLY_CALLED |

| X |

| 5 |

| 8 |

| 0 |

| 0 |

| 5800 |

|WEBDYNPRO_CALLED |

| |

| 2 |

| 0 |

| 0 |

| 0 |

| 2000 |

|DYNPRO |

| |

| 2222 |

| 0000 |

| 0000 |

| 0000 |

| 2000200020002000 |

|PROGRAM |

| |

| 2222222222222222222222222222222222222222 |

| 0000000000000000000000000000000000000000 |

| 0000000000000000000000000000000000000000 |

| 0000000000000000000000000000000000000000 |

| 2000200020002000200020002000200020002000200020002000200020002000200020002000200020002000200020|

|ASSIST_REF |

| {O:initial} |

| F0000000 |

| F0000000 |

| FF00000000000000 |

|RUN_MODE |

| 1 |

| 0000 |

| 1000 |

| 01000000 |

|SHOW_LAUNCHPAD |

| |

| 2 |

| 0 |

| 0 |

| 0 |

| 2000 |

|FORCE_LOCK |

| |

| 2 |

| 0 |

| 0 |

| 0 |

| 2000 |

|CALLED_BY_DBOSC |

| |

| 2 |

| 0 |

| 0 |

| 0 |

| 2000 |

|NAV_REF |

| {O:initial} |

| F0000000 |

| F0000000 |

| FF00000000000000 |

|CL_DB6_BACKEND=>VAL_CALLER_COCKPIT |

| COCKPIT |

| 44445452222222222222222222222222 |

| 3F3B0940000000000000000000000000 |

| 00000000000000000000000000000000 |

| 00000000000000000000000000000000 |

| 43004F0043004B00500049005400200020002000200020002000200020002000200020002000200020002000200020|

|CL_DB6_TREE_NAVIGATOR=>NAVIGATOR |

| {O:9*\CLASS=CL_DB6_TREE_NAVIGATOR} |

| F0000000 |

| 60009000 |

| F600000009000000 |

|%_ARCHIVE |

| |

| 2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222|

| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|

| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|

| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|

| 2000200020002000200020002000200020002000200020002000200020002000200020002000200020002000200020|

----------------------------------------------------------------------------------------------------

|No. 3 Ty. MODULE (PBO) |

|Name PREPARE_OUTPUT_0899 |

----------------------------------------------------------------------------------------------------

|NAVIGATOR |

| {O:initial} |

| F0000000 |

| F0000000 |

| FF00000000000000 |

|CX_TRUE |

| X |

| 5 |

| 8 |

| 0 |

| 0 |

| 5800 |

|%_ARCHIVE |

| |

| 2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222|

| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|

| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|

| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|

| 2000200020002000200020002000200020002000200020002000200020002000200020002000200020002000200020|

|%_DUMMY$$ |

| |

| 2222 |

| 0000 |

| 0000 |

| 0000 |

| 2000200020002000 |

|SY-XFORM |

| XAB_WFLUSH |

| 544554455422222222222222222222 |

| 812F76C53800000000000000000000 |

| 000000000000000000000000000000 |

| 000000000000000000000000000000 |

| 5800410042005F00570046004C00550053004800200020002000200020002000200020002000200020002000200020|

|EXTERNAL-SYSTEM_ID |

| ECQ |

| 44522222 |

| 53100000 |

| 00000000 |

| 00000000 |

| 45004300510020002000200020002000 |

|EXTERNAL-ACTION |

| 1 |

| 0000 |

| 1000 |

| 01000000 |

|ABAP_TRUE |

| X |

| 5 |

| 8 |

| 0 |

| 0 |

| 5800 |

|EXTERNAL-SHOW_LAUNCHPAD |

| |

| 2 |

| 0 |

| 0 |

| 0 |

| 2000 |

|EXTERNAL-FORCE_LOCK |

| |

| 2 |

| 0 |

| 0 |

| 0 |

| 2000 |

|DYN_GAL |

| ######## |

| 000000FF |

| 000000FF |

| 000000FF |

| 000000FF |

| 000000000000000000000000FFFFFFFF |

|NAVIGATOR->CONTROLLER->CTRL-REFRESH |

| ??? |

| ?????? |

| ?????? |

| ???????????? |

|DYN_PWD |

| |

| 22222222222222222222222222222222222222222222222222222222222222 |

| 00000000000000000000000000000000000000000000000000000000000000 |

| 00000000000000000000000000000000000000000000000000000000000000 |

| 00000000000000000000000000000000000000000000000000000000000000 |

| 2000200020002000200020002000200020002000200020002000200020002000200020002000200020002000200020|

|GJV_D0200_XSTTIM |

| |

| 2 |

| 0 |

| 0 |

| 0 |

| 2000 |

|EXTERNAL-AS_POPUP |

| |

| 2 |

| 0 |

| 0 |

| 0 |

| 2000 |

----------------------------------------------------------------------------------------------------

|No. 2 Ty. FUNCTION |

|Name DB6_CALL_COCKPIT |

----------------------------------------------------------------------------------------------------

|ACTION |

| 1 |

| 0000 |

| 1000 |

| 01000000 |

|AS_POPUP |

| |

| 2 |

| 0 |

| 0 |

| 0 |

| 2000 |

|DATA |

| |

| 2222 |

| 0000 |

| 0000 |

| 0000 |

| 2000200020002000 |

|FORCE_LOCK |

| |

| 2 |

| 0 |

| 0 |

| 0 |

| 2000 |

|REQUESTED_COMMAND |

| |

| 2222222222222222222222222222222222222222222222222222222222222222222222 |

| 0000000000000000000000000000000000000000000000000000000000000000000000 |

| 0000000000000000000000000000000000000000000000000000000000000000000000 |

| 0000000000000000000000000000000000000000000000000000000000000000000000 |

| 2000200020002000200020002000200020002000200020002000200020002000200020002000200020002000200020|

|SHOW_LAUNCHPAD |

| |

| 2 |

| 0 |

| 0 |

| 0 |

| 2000 |

|SYSTEM_ID |

| ECQ |

| 44522222 |

| 53100000 |

| 00000000 |

| 00000000 |

| 45004300510020002000200020002000 |

|EXTERNAL-DATA |

| {A:initial} |

| C0000000 |

| F0000000 |

| CF00000000000000 |

|SY |

| ######################################ߴ#########°#############################½#######䵘# u##>|

| 00000000000010000000000000000000000000F000000000B00000000000000000000000000010B000000050270000|

| 000060100000400000001000100010000000004000000000000000000000000000000000000080D000000080050400|

| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000|

| 00000000000000000000000000000000000000700000000000000000000000000000000000000000000000D000000C|

| 0000000000000000060000000100000000000000000000001400000000000000000000000000000001000000000000|

|<DATA> |

| ??? |

| ?????? |

| ?????? |

| ???????????? |

|SPACE |

| |

| 2 |

| 0 |

| 0 |

| 0 |

| 2000 |

|DYN_ERR_RFC |

| |

| 2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222|

| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|

| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|

| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|

| 2000200020002000200020002000200020002000200020002000200020002000200020002000200020002000200020|

|%_FL2*SQL |

| <initial> |

| <initial> |

| <initial> |

| <<iinniittiiaall>> |

----------------------------------------------------------------------------------------------------

|No. 1 Ty. EVENT |

|Name START-OF-SELECTION |

----------------------------------------------------------------------------------------------------

|SY-REPID |

| RSDB0004 |

| 5544333322222222222222222222222222222222 |

| 2342000400000000000000000000000000000000 |

| 0000000000000000000000000000000000000000 |

| 0000000000000000000000000000000000000000 |

| 5200530044004200300030003000340020002000200020002000200020002000200020002000200020002000200020|

|CL_DBA_ACTION=>FTYPE_FUNCTION_UNIT |

| 1 |

| 0000 |

| 1000 |

| 01000000 |

|SY-DBSYS |

| SYB |

| 554 |

| 392 |

| 000 |

| 000 |

| 530059004200 |

|SY-SYSID |

| ECQ |

| 44522222 |

| 53100000 |

| 00000000 |

| 00000000 |

| 45004300510020002000200020002000 |

|%_ARCHIVE |

| |

| 2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222|

| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|

| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|

| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|

| 2000200020002000200020002000200020002000200020002000200020002000200020002000200020002000200020|

|SY-XFORM |

| XAB_WFLUSH |

| 544554455422222222222222222222 |

| 812F76C53800000000000000000000 |

| 000000000000000000000000000000 |

| 000000000000000000000000000000 |

| 5800410042005F00570046004C00550053004800200020002000200020002000200020002000200020002000200020|

|CL_SYB_ACTION=>SYBACT_PROCESSES |

| 1 |

| 0000 |

| 1000 |

| 01000000 |

|CL_DBA_ACTION=>LOCK_OFF |

| 0 |

| 0000 |

| 0000 |

| 00000000 |

|SY-XPROG |

| SAPMSSY1 |

| 5454555322222222222222222222222222222222 |

| 310D339100000000000000000000000000000000 |

| 0000000000000000000000000000000000000000 |

| 0000000000000000000000000000000000000000 |

| 5300410050004D00530053005900310020002000200020002000200020002000200020002000200020002000200020|

|%_DUMMY$$ |

| |

| 2222 |

| 0000 |

| 0000 |

| 0000 |

| 2000200020002000 |

|CL_DBA_ACTION=>TREETYPE_DETAIL |

| 2 |

| 0000 |

| 2000 |

| 02000000 |

|%_SSCR[] |

| Table IT_0[0x492] |

| \PROGRAM=RSDB0004\DATA=%_SSCR[] |

| Table reference: 0 |

| TABH+ 0(20) = 0000000000000000000000000000000000000000 |

| TABH+ 20(20) = 0000000000000000000000000000000044040000 |

| TABH+ 40(20) = 0000000000000000000000000000000000000000 |

| TABH+ 60(20) = 00000000EC010000FFFFFFFF04000000F0360000 |

| TABH+ 80( 😎 = 0400000000060000 |

| store = 0x0000000000000000 |

| 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 = 0 (0x00000000) |

| label = 0 (0x00000000) |

| fill = 0 (0x00000000) |

| leng = 492 (0xEC010000) |

| loop = -1 (0xFFFFFFFF) |

| xtyp = TYPE#000005 |

| occu = 4 (0x04000000) |

| occu0 = 0 |

| stMode = 0 |

| groupCntl = 0 |

| rfc = 0 |

| unShareable = 0 |

| mightBeShared = 0 |

| sharedWithShmTab = 0 |

| isShmLockId = 0 |

| isUsed = 1 |

| isCtfyAble = 1 |

| hasScndKeys = 0 |

| hasRowId = 0 |

| statScndKeysOutdated = 0 |

| statScndKeysOutdated = 0 |

| rtmSelectNoOrderBy = 0 |

----------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------------------

|Internal notes |

| The termination was triggered in function "ab_genprog" of the SAP kernel, in |

| line 1868 of module "//bas/742_REL/src/krn/abap/runt/abgen.c#4". |

| The internal operation just processed is "clcm". |

| Internal mode started at 20160303114354. |

----------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------------------

|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=5332) |

|When : 3/3/2016 11:43:55.875 |

|Threads : 2 |

|Computer Name : ERPSAPQAS |

|User Name : SAPServiceECQ |

|Number of Processors: 2 |

|Processor Type: Intel64 Family 6 Model 63 Stepping 2 |

|Windows Version : 6.2 Current Build: 9600 |

|State Dump for Thread Id 1b20 |

|0000000002B52DC0 00007FF771497D05 0000000000000000 disp+work!DumpStacks [ntstcdbg.c (557)] |

|0000000002B530D0 00007FF76FBE25AC 00000000533226B0 disp+work!NTDebugProcess [ntstcdbg.c (391)] |

|0000000002B53100 00007FF76FEBF4B2 00000000533226B0 disp+work!CTrcStack2 [dptstack.c (296)] |

|0000000002B53150 00007FF76FEAE9D9 0000000000000032 disp+work!rabax_CStackSave [abrabax.c (9245)] |

|0000000002B53AB0 00007FF76FE4C484 0000000000000001 disp+work!ab_rabax [abrabax.c (1534)] |

|0000000002B56910 00007FF7701A984C 0000000002B56C60 disp+work!ab_genprog [abgen.c (1868)] |

|0000000002B56B10 00007FF7701A891A 0000000002B56C60 disp+work!newload [abload1.c (338)] |

|0000000002B56C20 00007FF77020006C 0000000000000110 disp+work!ab_LoadProgOrTrfo [abload1.c (152)] |

|0000000002B56D10 00007FF77020103A 0000000000000010 disp+work!LoadGlobalClass [abobject.c (987)] |

|0000000002B56D60 00007FF77023A9E1 00007FFF9EBB5E4C disp+work!ab_FillCfix [abobject.c (1704)] |

|0000000002B577F0 00007FF76FE632CE 00007FFF9EBB5E4C disp+work!ab_jclcm [abmethod.c (7171)] |

|0000000002B57C20 00007FF76FF14BF3 0000000000000000 disp+work!ab_extri [abextri.c (2118)] |

|0000000002B57D20 00007FF76FE054E8 000000000000005F disp+work!ab_xevent [abrunt1.c (279)] |

|0000000002B57E80 00007FF76FC55FD1 0000000000000000 disp+work!ab_dstep [abdynpro.c (661)] |

|0000000002B58360 00007FF76FC524C3 000000000D240061 disp+work!dynpmcal [dymainstp.c (2915)] |

|0000000002B583F0 00007FF76FC51A4E 000007DA66847870 disp+work!dynppbo0 [dymainstp.c (687)] |

|0000000002B58530 00007FF76FC29626 000007DA66847870 disp+work!dynprctl [dymainstp.c (501)] |

|0000000002B5F840 00007FF76FB39FC9 0000000000000001 disp+work!dynpen00 [dymain.c (2280)] |

|0000000002B5F9B0 00007FF76F9CC4C0 0000000000000000 disp+work!ThrtCallAbapVm [thxxdynp.c (1535)] |

|0000000002B5FAE0 00007FF76F9CD4D1 00007FF776170680 disp+work!ThHandleRequest [thxxhead.c (1900)] |

|0000000002B5FB50 00007FF76F9C9E17 0000000000000001 disp+work!TskhLoop [thxxhead.c (2219)] |

|0000000002B5FBD0 00007FF76F8E415B 0000000000000000 disp+work!ThStart [thxxhead.c (867)] |

|0000000002B5FC40 00007FF76F8D28D6 FFFFFFFFFFFFFFFE disp+work!DpMain [dpinit.c (477)] |

|0000000002B5FC70 00007FF7718C9AF6 0000000000000001 disp+work!nlsui_main [thxxanf.c (79)] |

|0000000002B5FCA0 00007FFBCE4C13D2 00007FF76F8D28F0 disp+work!__tmainCRTStartup [crtexe.c (552)] |

|0000000002B5FCD0 00007FFBCE8A5444 00007FFBCE4C13B0 KERNEL32!BaseThreadInitThunk |

|0000000002B5FD20 0000000000000000 0000000000000000 ntdll!RtlUserThreadStart |

|State Dump for Thread Id 16b8 |

|000000000A01F640 00007FFBCBB1F265 0000000000000002 ntdll!ZwFsControlFile |

|000000000A01F6B0 00007FF7716B867F FFFFFFFFFFFFFFFE KERNELBASE!ConnectNamedPipe |

|000000000A01F750 0000000053291D9F 00000000037AFED0 disp+work!SigIMsgFunc [signt.c (723)] |

|000000000A01F780 0000000053291E3B 0000000053322AC0 MSVCR100!endthreadex |

|000000000A01F7B0 00007FFBCE4C13D2 0000000000000000 MSVCR100!endthreadex |

|000000000A01F7E0 00007FFBCE8A5444 00007FFBCE4C13B0 KERNEL32!BaseThreadInitThunk |

|000000000A01F830 0000000000000000 0000000000000000 ntdll!RtlUserThreadStart |

----------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------------------

|List of ABAP programs affected |

----------------------------------------------------------------------------------------------------

|Index |Ty.|Program |Group |Date |Time |Size |Lang. |

----------------------------------------------------------------------------------------------------

| 0|Prg|RSDB0004 | 0|27.11.2015|18:49:00| 19456|E |

| 1|Prg|SAPMSSY0 | 1|27.11.2015|18:53:48| 108544|E |

| 2|Prg|SAPMSSYD | 1|27.11.2015|18:53:48| 29696|E |

| 3|Prg|SAPFSYSCALLS | 1|10.10.2014|18:27:31| 7168|E |

| 4|Prg|RSDBRUNT | 0|10.10.2014|19:05:13| 308224|E |

| 5|Typ|RSSCR | 0|31.05.2013|08:11:11| 6144| |

| 6|Prg|RSDBSPBL | 0|10.10.2014|18:27:48| 82944|E |

| 7|Prg|SAPDBD$S | 0|10.10.2014|18:27:31| 20480|E |

| 8|Prg|RSDBSPMC | 0|10.10.2014|18:27:48| 92160|E |

| 9|Typ|DDSHDESCR | 0|03.09.1997|03:05:16| 4096| |

| 10|Typ|SPPARAMS | 0|07.05.1997|13:10:38| 2048| |

| 11|Prg|SAPLSABE | 11|10.10.2014|18:27:31| 14336|E |

| 12|Prg|SAPLSECU | 12|27.11.2015|18:53:12| 115712|E |

| 13|Typ|RSSUBINFO | 0|31.05.2013|08:11:14| 3072| |

| 14|Prg|SAPFSPOR | 1|10.10.2014|18:27:31| 15360|E |

| 15|Prg|SAPLSCNT | 15|10.10.2014|18:27:31| 30720|E |

| 16|Typ|DYCBOX | 0|20.08.1998|11:16:53| 3072| |

| 17|Prg|SAPLSVSM | 17|10.10.2014|19:05:13| 31744|E |

| 18|Prg|SAPLSGUI | 18|13.08.2015|15:56:45| 100352|E |

| 19|Prg|SAPLSTTM | 19|15.08.2015|01:38:35| 79872|E |

| 20|Prg|SAPLSBDC | 20|10.10.2014|19:05:13| 56320|E |

| 21|Prg|CL_DATAPROVIDER===============CP | 21|10.10.2014|18:56:05| 52224|E |

| 22|Prg|SAPSHDTV | 15|10.10.2014|18:27:32| 63488|E |

| 23|Prg|SAPFS_SECLOG | 1|15.08.2015|01:17:29| 23552|E |

| 24|Typ|INDX | 0|29.07.1998|18:38:15| 7168| |

| 25|Prg|SDYNPRAL | 1|10.10.2014|18:49:55| 7168|E |

| 26|Prg|SAPLSDYNPRAL | 26|15.08.2015|01:27:44| 16384|E |

| 27|Typ|DYNP_RAL_ID | 0|27.11.2013|14:25:51| 3072| |

| 28|Typ|DYNP_RAL_SCREEN | 0|31.05.2013|08:00:52| 2048| |

| 29|Prg|CL_DYNP_RAL_API===============CP | 29|27.11.2015|18:46:17| 117760|E |

| 30|Prg|CL_SRAL_RECORDER_FACTORY_DYNP=CP | 30|27.11.2015|18:53:14| 19456|E |

| 31|Prg|SRAL_DYNP_ADAPTER | 29|27.11.2015|18:53:13| 26624|E |

| 32|Prg|CL_SRAL_FACTORY_DYNP==========CP | 32|27.11.2015|18:48:54| 31744|E |

| 33|Prg|CL_SRAL_SWITCH_CLIENT=========CP | 33|10.10.2014|18:27:31| 10240|E |

| 34|Prg|RADSHPBOPREFLIGHT | 1|10.10.2014|19:05:13| 17408|E |

| 35|Prg|RADSHPBOSTATUS | 1|10.10.2014|19:05:13| 19456|E |

| 36|Prg|RADSHPBOSWITCH | 1|10.10.2014|19:05:13| 19456|E |

| 37|Prg|RADSHUPGRADE | 1|27.11.2015|18:53:44| 21504|E |

| 38|Prg|RADSHPBO | 1|15.08.2015|01:44:29| 57344|E |

| 39|Prg|CL_DSH_SCREEN_ASSIGNMENT======CP | 39|15.08.2015|01:36:16| 40960|E |

| 40|Prg|CL_ABAP_MESSAGE_DIGEST========CP | 40|13.08.2015|15:56:28| 29696|E |

| 41|Prg|SAPLSUGS | 41|27.11.2015|18:35:03| 160768|E |

| 42|Prg|SAPFGUICNTL | 1|10.10.2014|18:27:31| 26624|E |

| 43|Prg|SAPLOLEA | 43|27.11.2015|18:53:26| 116736|E |

| 44|Prg|SAPLSFES | 44|27.11.2015|18:53:34| 304128|E |

| 45|Prg|SAPLSPLUGIN | 45|10.10.2014|18:48:17| 8192|E |

| 46|Typ|ARFCRDATA | 0|08.09.2011|14:25:38| 7168| |

| 47|Prg|SAPLGRFC | 47|10.10.2014|18:27:31| 15360|E |

| 48|Typ|SWCBCONT | 0|08.09.2011|14:24:16| 4096| |

| 49|Typ|OLE_VERBS | 0|04.04.1995|16:02:20| 3072| |

| 50|Typ|OLE_PA | 0|04.04.1995|16:02:19| 3072| |

| 51|Prg|SAPLSDBACCMS | 51|13.01.2016|18:35:44| 251904|E |

| 52|Prg|CL_SYB_ACTION=================CP | 52|18.01.2016|18:53:35| 113664|E |

| 53|Prg|CL_DBA_ACTION=================CP | 53|13.01.2016|18:35:38| 138240|E |

| 54|Prg|CL_DB6_RC=====================CP | 54|10.10.2014|18:27:31| 39936|E |

| 55|Prg|CL_DB6_TREE_NAVIGATOR=========CP | 55|13.01.2016|18:35:38| 269312|E |

| 56|Prg|CL_DB6_EVENT_RECEIVER_BASE====CP | 56|10.10.2014|18:27:31| 9216|E |

| 57|Prg|CL_DB6_BACKEND================CP | 57|10.10.2014|18:27:31| 9216|E |

| 58|Prg|CL_DB6_SYS====================CP | 58|13.01.2016|18:35:38| 197632|E |

| 59|Prg|CL_DBA_SYS====================CP | 59|10.10.2014|19:05:13| 9216|E |

| 60|Prg|CL_SIQ_CONSTANTS==============CP | 60|10.10.2014|18:53:42| 9216|E |

| 61|Prg|CL_DBA_DBCON==================CP | 61|13.01.2016|18:35:38| 136192|E |

| 62|Prg|CL_DO_UI_RUNTIME_ENGINE=======CP | 62|27.11.2015|18:52:49| 92160|E |

| 63|Typ|DB6ADMSYS | 0|13.08.2015|14:59:44| 11264| |

| 64|Prg|CL_SQL_CONNECTION=============CP | 64|15.08.2015|01:33:24| 24576|E |

| 65|Typ|DBCON | 0|10.10.2014|18:26:33| 4096| |

| 66|Prg|CL_DBA_CX_FACTORY=============CP | 66|13.01.2016|18:35:38| 64512|E |

| 67|Prg|CX_DBA_ROOT===================CP | 67|13.01.2016|18:35:43| 49152|E |

| 68|Prg|CX_STATIC_CHECK===============CP | 68|13.08.2015|15:56:42| 9216|E |

| 69|Prg|CX_ROOT=======================CP | 69|13.08.2015|15:56:41| 11264|E |

| 70|Prg|SAPLSYUT | 70|13.08.2015|15:56:46| 20480|E |

| 71|Typ|ABAP_CALLSTACK_LINE | 0|31.05.2013|07:56:50| 3072| |

| 72|Prg|CX_DB6_CON====================CP | 72|10.10.2014|19:05:13| 19456|E |

| 73|Prg|CX_DB6_ROOT===================CP | 73|10.10.2014|19:05:13| 17408|E |

| 74|Prg|CX_NO_CHECK===================CP | 74|13.08.2015|15:56:41| 9216|E |

| 75|Prg|CL_GUI_RESOURCES==============CP | 75|10.10.2014|19:05:13| 62464|E |

| 76|Prg|CL_GUI_OBJECT=================CP | 76|10.10.2014|19:05:13| 446464|E |

| 77|Prg|CL_GUI_CFW====================CP | 77|15.08.2015|01:42:56| 185344|E |

| 78|Prg|CL_GUI_PROPS_CONSUMER=========CP | 78|10.10.2014|18:27:31| 32768|E |

| 79|Prg|SAPLTHFB | 79|15.08.2015|01:41:06| 497664|E |

| 80|Typ|EUDB | 0|31.05.2013|08:02:19| 9216| |

| 81|Prg|%_CCNTL | 78|10.10.2014|18:27:30| 16384|E |

| 82|Prg|CL_DYNAMIC_GUI_EXTENSIONS=====CP | 82|10.10.2014|18:27:31| 40960|E |

| 83|Typ|OBJ_RECORD | 0|14.02.1998|08:30:43| 3072| |

| 84|Typ|TOLE | 0|29.07.1998|19:56:01| 3072| |

| 85|Prg|%_COLE2 | 43|10.10.2014|18:27:30| 11264|E |

| 86|Prg|SAPLSCP2 | 86|27.11.2015|18:53:28| 183296|E |

| 87|Typ|SWCONT | 0|08.09.2011|14:24:14| 3072| |

| 88|Prg|CL_DBA_MSG_WINDOW=============CP | 88|13.01.2016|18:35:39| 197632|E |

| 89|Prg|CL_DBA_MSG_WINDOW_BASE========CP | 89|13.01.2016|18:35:39| 31744|E |

| 90|Prg|CL_DBA_GUI_TOOLS==============CP | 90|13.01.2016|18:35:38| 29696|E |

| 91|Prg|SAPLICON | 91|10.10.2014|18:27:31| 39936|E |

| 92|Prg|%_CICON | 91|10.10.2014|18:27:30| 116736|E |

| 93|Typ|ICONT | 0|31.05.2013|08:04:28| 3072| |

| 94|Prg|CL_GUI_DOCKING_CONTAINER======CP | 94|10.10.2014|18:56:40| 51200|E |

| 95|Prg|CL_GUI_CONTAINER==============CP | 95|10.10.2014|18:44:43| 59392|E |

| 96|Prg|CL_GUI_CONTROL================CP | 96|10.10.2014|18:44:43| 121856|E |

| 97|Prg|SAPLCNTH | 97|10.10.2014|18:27:31| 30720|E |

| 98|Prg|CL_GUI_DYNPRO_COMPANION=======CP | 98|10.10.2014|18:27:31| 18432|E |

| 99|Prg|CL_ABAP_TYPEDESCR=============CP | 99|13.08.2015|15:56:29| 31744|E |

| 100|Prg|CL_ABAP_ELEMDESCR=============CP | 100|15.08.2015|01:41:53| 39936|E |

| 101|Prg|CL_ABAP_DATADESCR=============CP | 101|10.10.2014|19:05:13| 20480|E |

| 102|Prg|CL_ABAP_REFDESCR==============CP | 102|13.08.2015|15:56:29| 32768|E |

| 103|Prg|CL_ABAP_STRUCTDESCR===========CP | 103|15.08.2015|01:41:53| 51200|E |

| 104|Prg|CL_ABAP_COMPLEXDESCR==========CP | 104|10.10.2014|19:05:13| 18432|E |

| 105|Prg|CL_ABAP_TABLEDESCR============CP | 105|13.08.2015|15:56:29| 35840|E |

| 106|Prg|CL_ABAP_CLASSDESCR============CP | 106|10.10.2014|19:05:13| 32768|E |

| 107|Prg|CL_ABAP_OBJECTDESCR===========CP | 107|10.10.2014|19:05:13| 36864|E |

| 108|Prg|CL_ABAP_INTFDESCR=============CP | 108|10.10.2014|19:05:13| 26624|E |

| 109|Prg|CL_ABAP_SOFT_REFERENCE========CP | 109|10.10.2014|18:48:16| 9216|E |

| 110|Prg|CL_ABAP_REFERENCE=============CP | 110|10.10.2014|18:27:31| 7168|E |

| 111|Prg|CL_GUI_ALV_GRID===============CP | 111|27.11.2015|18:53:14| 845824|E |

| 112|Prg|CL_GUI_ALV_GRID_BASE==========CP | 112|27.11.2015|18:51:05| 250880|E |

| 113|Prg|CL_GUI_DATAPONDEMAND==========CP | 113|10.10.2014|19:05:13| 67584|E |

| 114|Prg|CL_DATAPTABLECACHE============CP | 114|13.08.2015|15:56:30| 60416|E |

| 115|Prg|CL_GUI_FRONTEND_SERVICES======CP | 115|27.11.2015|18:48:24| 147456|E |

| 116|Prg|CL_ALV_TRACE==================CP | 116|27.11.2015|18:50:58| 300032|E |

| 117|Prg|CL_ALV_VARIANT================CP | 117|27.11.2015|18:50:58| 173056|E |

| 118|Typ|LVC_S_TOTO | 0|31.05.2013|08:05:54| 5120| |

| 119|Prg|CL_ALV_BDS====================CP | 119|27.11.2015|18:50:58| 161792|E |

| 120|Prg|CL_BDS_DOCUMENT_SET===========CP | 120|10.10.2014|18:27:31| 121856|E |

| 121|Prg|CL_CTMENU=====================CP | 121|10.10.2014|18:27:31| 40960|E |

| 122|Prg|CL_ALV_EVENT_TOOLBAR_SET======CP | 122|10.10.2014|18:27:31| 8192|E |

| 123|Prg|CL_ALV_Z_PARAMS===============CP | 123|13.08.2015|15:56:29| 81920|E |

| 124|Prg|CL_SALV_CSQ_PARAMS_DB=========CP | 124|12.08.2015|22:54:38| 72704|E |

| 125|Prg|CL_SALV_BOQ_PARAMS============CP | 125|10.10.2014|19:05:13| 29696|E |

| 126|Prg|CL_SALV_GZT_ADMIN=============CP | 126|10.10.2014|19:05:13| 15360|E |

| 127|Prg|CL_SRAL_RECORDER_FACTORY_ALV==CP | 127|27.11.2015|18:53:14| 14336|E |

| 128|Typ|DYSTRUCT | 0|31.05.2013|08:00:52| 3072| |

| 129|Typ|CFW_LINK | 0|31.05.2013|07:59:12| 3072| |

| 130|Typ|STB_BUTTON | 0|25.01.1999|13:03:41| 3072| |

| 131|Typ|DISVARIANT | 0|29.07.1998|18:25:39| 3072| |

| 132|Typ|LVC_S_PRNT | 0|10.10.2014|18:26:55| 11264| |

| 133|Prg|CL_SALV_VERI_RUN==============CP | 133|15.08.2015|01:16:49| 79872|E |

| 134|Prg|CL_SALV_CALLER_SERVICES=======CP | 134|15.08.2015|01:16:48| 57344|E |

| 135|Typ|LVC_S_BDS | 0|31.05.2013|08:05:53| 26624| |

| 136|Typ|DB6PMMSGWIN | 0|31.05.2013|08:00:21| 5120| |

| 137|Prg|SAPLKKBL | 137|27.11.2015|18:53:24| 1665024|E |

| 138|Prg|SAPLSLVC | 138|27.11.2015|18:53:15| 496640|E |

| 139|Prg|SAPLSKBB | 139|13.08.2015|15:56:45| 71680|E |

| 140|Prg|SAPLSKBH | 140|27.11.2015|18:51:59| 945152|E |

| 141|Prg|SAPLSSN1 | 141|15.08.2015|01:17:30| 30720|E |

| 142|Prg|SAPLSDIFRUNTIME | 142|27.11.2015|18:53:48| 134144|E |

| 143|Typ|DDFIXVALUE | 0|27.08.1999|18:04:56| 3072| |

| 144|Typ|X031L | 0|08.09.2011|14:25:34| 7168| |

| 145|Typ|DFIES | 0|10.10.2014|18:26:37| 11264| |

| 146|Prg|SAPLSDNT | 146|15.08.2015|01:38:59| 337920|E |

| 147|Prg|%_CSLIS | 141|10.10.2014|18:27:30| 95232|E |

| 148|Prg|%_CKKBLO | 140|10.10.2014|18:27:30| 148480|E |

| 149|Typ|DBA_DBH_TEMPLATE | 0|10.10.2014|18:26:33| 6144| |

| 150|Typ|DBA_SCREEN_FIELD_ATTRIBUTE | 0|08.09.2011|14:18:17| 4096| |

| 151|Typ|DBA_HEADER_SCREEN_FIELDS | 0|08.09.2011|14:18:17| 29696| |

| 152|Typ|DBA_RESET_SCREEN_FIELDS | 0|08.09.2011|14:26:04| 8192| |

| 153|Typ|DBA_ACTION_CTRL | 0|31.05.2013|08:00:24| 3072| |

| 154|Typ|DBA_XCHG_XPL | 0|28.05.2013|07:57:49| 2048| |

| 155|Typ|DBA_XCHG_DBCON_DETAIL | 0|31.05.2013|08:00:26| 3072| |

| 156|Typ|DB6_ALV_DESCR | 0|10.10.2014|18:26:32| 29696| |

| 157|Typ|LVC_S_LAYO | 0|31.05.2013|08:05:54| 16384| |

| 158|Typ|LVC_S_DD01 | 0|18.05.2004|14:06:56| 3072| |

| 159|Typ|LVC_S_STBL | 0|30.11.1998|15:53:11| 2048| |

| 160|Typ|LVC_S_ROW | 0|02.11.1998|09:45:47| 2048| |

| 161|Typ|LVC_S_COL | 0|21.12.1999|19:15:32| 2048| |

| 162|Typ|DB6NAVSYST | 0|13.08.2015|15:00:42| 9216| |

| 163|Typ|SDBSYSTEMS | 0|31.05.2013|08:12:18| 4096| |

| 164|Prg|%_CABAP | 111|10.10.2014|19:05:12| 35840|E |

| 165|Typ|DTC_S_LAYO | 0|31.05.2013|08:00:51| 7168| |

| 166|Typ|ALV_S_PCTL | 0|10.10.2014|18:26:23| 9216| |

| 167|Typ|PRI_PARAMS | 0|31.05.2013|08:08:32| 6144| |

| 168|Typ|ARC_PARAMS | 0|10.10.2014|18:26:25| 6144| |

| 169|Typ|LVC_S_RPRP | 0|04.12.2000|12:48:05| 3072| |

| 170|Typ|LVC_S_FCAT | 0|10.10.2014|18:26:55| 20480| |

| 171|Typ|EUINFO | 0|31.05.2013|08:02:19| 7168| |

| 172|Prg|CL_I18N_BIDI==================CP | 172|15.08.2015|01:36:16| 52224|E |

| 173|Prg|CL_ABAP_CHAR_UTILITIES========CP | 173|15.08.2015|01:36:16| 13312|E |

| 174|Prg|CL_ABAP_CONV_IN_CE============CP | 174|15.08.2015|01:36:16| 23552|E |

| 175|Prg|CL_SALV_BS_RUNTIME_INFO=======CP | 175|13.08.2015|15:56:35| 61440|E |

| 176|Prg|CX_SALV_BS_SC_RUNTIME_INFO====CP | 176|13.08.2015|15:56:41| 12288|E |

| 177|Prg|CX_SALV_BS_SC_MSG=============CP | 177|13.08.2015|15:56:41| 11264|E |

| 178|Prg|CX_SALV_BS_SC=================CP | 178|13.08.2015|15:56:41| 10240|E |

| 179|Prg|%_CSCTX | 121|10.10.2014|18:27:30| 10240|E |

| 180|Prg|SAPLSLVX | 180|10.10.2014|18:27:32| 40960|E |

| 181|Typ|LVC_S_ADDI | 0|04.12.2000|12:47:40| 3072| |

| 182|Typ|LVC_S_SELF | 0|04.12.2000|12:48:07| 3072| |

| 183|Prg|CL_ABAP_LIST_UTILITIES========CP | 183|10.10.2014|19:05:13| 21504|E |

| 184|Typ|LVC_S_LAYL | 0|09.11.2000|14:09:15| 3072| |

| 185|Typ|LVC_S_INFO | 0|15.08.2015|01:16:49| 7168| |

| 186|Prg|SAPLCNDP | 186|10.10.2014|19:05:13| 228352|E |

| 187|Typ|RFC_FIELDS | 0|20.08.1998|10:56:34| 3072| |

| 188|Prg|CX_SY_MOVE_CAST_ERROR=========CP | 188|13.08.2015|15:56:42| 10240|E |

| 189|Prg|CX_DYNAMIC_CHECK==============CP | 189|13.08.2015|15:56:41| 9216|E |

| 190|Rty|type000000000000 | 0|03.03.2016|11:43:54| 0| |

| 191|Prg|SAPLCNTL | 191|10.10.2014|18:43:50| 354304|E |

| 192|Typ|DPPROPS | 0|09.07.1997|23:53:23| 2048| |

| 193|Prg|SAPLURFC | 193|10.10.2014|19:05:13| 28672|E |

| 194|Prg|SAPLSRFC | 194|13.08.2015|15:00:11| 45056|E |

| 195|Prg|SAPLSYST | 195|13.08.2015|15:56:46| 43008|E |

| 196|Prg|CL_SYSTEM_UUID================CP | 196|13.08.2015|15:56:38| 34816|E |

| 197|Prg|SAPMSSY1 | 186|27.11.2015|18:49:10| 52224|E |

| 198|Prg|SAPLCNT0 | 198|10.10.2014|18:27:31| 41984|E |

| 199|Rty|type000000000001 | 0|03.03.2016|11:43:54| 0| |

| 200|Typ|LVC_S_CO01 | 0|21.12.1999|19:15:32| 2048| |

| 201|Prg|IF_DATAPONDEMAND==============IP | 113|10.10.2014|18:27:31| 5120|E |

| 202|Typ|LVC_S_COL2 | 0|21.12.1999|19:15:32| 2048| |

| 203|Typ|LVC_S_DATA | 0|31.05.2013|08:05:53| 5120| |

| 204|Rty|type000000000002 | 0|03.03.2016|11:43:54| 0| |

| 205|Typ|LVC_S_ROID | 0|14.10.1999|21:58:04| 2048| |

| 206|Prg|CL_DB6_GUI_UTILS==============CP | 206|13.01.2016|18:35:38| 11264|E |

| 207|Typ|ARFCSDATA | 0|08.09.2011|14:17:09| 6144| |

| 208|Prg|CL_GUI_DATAMANAGER============CP | 208|10.10.2014|19:05:13| 86016|E |

| 209|Prg|IF_DATAPTABLECACHE_MODIFY=====IP | 113|10.10.2014|18:27:31| 6144|E |

| 210|Prg|IF_DATAPTABLECACHE_MODIFY2====IP | 208|10.10.2014|18:27:31| 6144|E |

| 211|Prg|%_CCNDP | 208|10.10.2014|18:27:30| 15360|E |

| 212|Prg|IF_CACHED_PROP================IP | 208|10.10.2014|18:27:31| 5120|E |

| 213|Prg|IF_GUI_DYNAMIC_DATA===========IP | 208|10.10.2014|18:27:31| 5120|E |

| 214|Prg|SAPFGUICNTL_CFW | 1|10.10.2014|18:43:50| 15360|E |

| 215|Prg|CL_DBA_NAV_HISTORY============CP | 215|13.01.2016|18:35:39| 21504|E |

| 216|Prg|SAPLSDBADIAG | 216|13.01.2016|18:35:44| 38912|E |

| 217|Prg|CL_DBA_CORE_CONSTANTS=========CP | 217|13.01.2016|18:35:38| 17408|E |

| 218|Prg|CL_DBA_COCKPIT_AUTHORITY======CP | 218|13.01.2016|18:35:38| 19456|E |

| 219|Prg|CL_IGS_DATA===================CP | 219|07.02.2006|10:20:16| 38912|E |

| 220|Typ|W3MIME | 0|29.01.1997|19:03:54| 2048| |

| 221|Typ|PIGDESCR | 0|09.11.2000|14:10:30| 3072| |

| 222|Prg|CL_GUI_TIMER==================CP | 222|10.10.2014|18:44:43| 35840|E |

| 223|Prg|CL_DBA_USER_SESSION===========CP | 223|13.01.2016|18:35:39| 51200|E |

| 224|Prg|CL_PERS_ADMIN=================CP | 224|15.08.2015|01:59:57| 48128|E |

| 225|Prg|CL_PERS_DEFAULT_ACCESS========CP | 225|10.10.2014|19:05:13| 50176|E |

| 226|Prg|CL_PERS_DEFAULT_TABLE=========CP | 226|10.10.2014|19:05:13| 23552|E |

| 227|Typ|SPERS_REG | 0|31.05.2013|08:12:46| 5120| |

| 228|Prg|CL_PERS_OBJECT_DATA===========CP | 228|13.08.2015|15:56:34| 67584|E |

| 229|Typ|DD07V | 0|10.10.2014|18:27:48| 4096| |

| 230|Prg|SAPLSDEX | 230|10.10.2014|18:27:48| 39936|E |

| 231|Typ|DD07L | 0|10.10.2014|18:26:35| 3072| |

| 232|Prg|CL_ABAP_SYST==================CP | 232|10.10.2014|18:48:16| 12288|E |

| 233|Prg|CL_PERS_OBJECT_DATA_BUFFER====CP | 233|10.10.2014|18:56:57| 57344|E |

| 234|Prg|CL_PERS_OBJECT_TYPE===========CP | 234|10.10.2014|19:05:13| 9216|E |

| 235|Prg|CL_PERS_DIALOG================CP | 235|10.10.2014|18:27:31| 9216|E |

| 236|Typ|DBAUSERPROF | 0|06.05.2008|14:15:18| 2048| |

| 237|Prg|IF_ABAP_DATA_TYPE_HANDLE======IP | 106|10.10.2014|18:27:31| 5120|E |

| 238|Typ|SPERS_OBJ | 0|31.05.2013|08:12:46| 4096| |

| 239|Prg|CL_DBA_CONFIG=================CP | 239|13.01.2016|18:35:38| 86016|E |

| 240|Prg|CL_DBA_GUI_NAVIGATOR==========CP | 240|13.01.2016|18:35:38| 27648|E |

| 241|Prg|CL_GUI_SPLITTER_CONTAINER=====CP | 241|10.10.2014|18:56:41| 69632|E |

| 242|Prg|CL_GUI_SIMPLE_CONTAINER=======CP | 242|10.10.2014|18:44:43| 44032|E |

| 243|Prg|CL_DBA_GUI_SYSTEMS_TB=========CP | 243|13.01.2016|18:35:38| 52224|E |

| 244|Prg|CL_GUI_TOOLBAR================CP | 244|10.10.2014|19:05:13| 62464|E |

| 245|Prg|CL_CTXMNU_MGR=================CP | 245|10.10.2014|18:43:50| 19456|E |

| 246|Typ|STB_BTNMNU | 0|04.12.2000|12:53:55| 2048| |

| 247|Prg|CL_DBA_GUI_SYSTEM_LANDSCAPE===CP | 247|13.01.2016|18:35:38| 34816|E |

| 248|Prg|CL_DBA_GUI_SELECTOR===========CP | 248|13.01.2016|18:35:38| 37888|E |

| 249|Prg|CL_DB6_BUTTON_MENU============CP | 249|13.01.2016|18:35:37| 22528|E |

| 250|Prg|CL_DBA_GUI_LAUNCHPAD==========CP | 250|13.01.2016|18:35:38| 40960|E |

| 251|Prg|CL_GUI_COLUMN_TREE============CP | 251|10.10.2014|19:05:13| 183296|E |

| 252|Prg|CL_ITEM_TREE_CONTROL==========CP | 252|10.10.2014|19:05:13| 124928|E |

| 253|Prg|CL_TREE_CONTROL_BASE==========CP | 253|10.10.2014|19:05:13| 133120|E |

| 254|Typ|DBA_BUTTON_MENU_ENTRY | 0|28.05.2013|07:57:48| 3072| |

| 255|Prg|CL_ALL_DB_ACTION==============CP | 255|27.11.2015|18:45:16| 36864|E |

| 256|Typ|DBA_ACTION_DESCR | 0|04.08.2014|15:41:54| 7168| |

| 257|Typ|DB6ADMACTREF | 0|10.10.2014|18:26:31| 2048| |

| 258|Typ|DBA_NAV_ACTION_ASSIGNMENT | 0|10.08.2011|11:28:10| 3072| |

| 259|Typ|TREEV_NODE | 0|31.05.2013|08:15:48| 4096| |

| 260|Typ|DB6NAVTREE | 0|14.02.2002|14:03:44| 5120| |

| 261|Typ|TREEV_ITEM | 0|14.02.2002|14:05:11| 5120| |

| 262|Typ|TREEMBITEM | 0|14.02.2002|14:05:09| 3072| |

| 263|Typ|TREEVBITEM | 0|14.02.1998|14:16:44| 2048| |

| 264|Rty|type000000000003 | 0|03.03.2016|11:43:55| 0| |

| 265|Prg|CL_DBA_GUI_SYSTEM_DATA========CP | 265|13.01.2016|18:35:38| 38912|E |

| 266|Prg|CL_DBA_GUI_SUBSCREEN==========CP | 266|13.01.2016|18:35:38| 24576|E |

| 267|Prg|CL_DBA_GUI_RESET_DATA=========CP | 267|13.01.2016|18:35:38| 16384|E |

| 268|Prg|CL_DBA_SELECTION_TIMEFRAME====CP | 268|13.01.2016|18:35:39| 34816|E |

| 269|Prg|CL_DBA_GUI_SYSCHK_STATUS======CP | 269|13.01.2016|18:35:38| 37888|E |

| 270|Prg|CL_SYB_DBCON==================CP | 270|02.02.2016|12:16:34| 60416|E |

| 271|Typ|DBA_DBCON_ATTRIBUTE | 0|10.10.2014|18:26:32| 5120| |

| 272|Typ|DBA_SOLMAN_WDY_PARAM_INPUT | 0|15.07.2009|11:06:17| 2048| |

| 273|Prg|%_CSYDB0 | 0|10.10.2014|18:27:48| 40960|E |

| 274|Typ|RSVAMEMKEY | 0|07.05.1997|13:07:49| 3072| |

| 275|Prg|%_CRSDS | 0|10.10.2014|18:27:30| 11264|E |

| 276|Typ|CAT_SVARS | 0|08.09.2011|14:17:48| 3072| |

| 277|Typ|DBA_VIEW_SQL_EDITOR | 0|10.10.2014|18:26:33| 4096| |

| 278|Typ|DB6NAVCTRL | 0|13.08.2015|14:59:46| 12288| |

| 279|Typ|DBA_VIEW_SYSTEM_LIST | 0|13.08.2015|14:59:50| 9216| |

| 280|Typ|DBA_VIEW_MISSING_TABIDX | 0|31.05.2013|08:00:26| 13312| |

| 281|Typ|DBA_VIEW_DB_CONNECTIONS | 0|31.05.2013|08:00:26| 5120| |

| 282|Typ|DBA_VIEW_DB_CONNECTION_DETAIL | 0|10.10.2014|18:26:33| 11264| |

| 283|Typ|DBA_VIEW_SLD_IMPORT | 0|13.08.2015|14:59:50| 14336| |

| 284|Typ|DBA_VIEW_SYSTEM_INTEGRATE | 0|17.06.2009|13:32:15| 2048| |

| 285|Typ|DBA_VIEW_GLOBAL_ALERTS | 0|08.09.2011|14:18:18| 3072| |

| 286|Typ|DB6_VIEW_SCRIPT_LIST | 0|31.05.2013|08:00:23| 3072| |

| 287|Typ|DB6_VIEW_SCRIPT_DETAIL | 0|08.09.2011|14:18:16| 3072| |

| 288|Typ|DBA_VIEW_DBH_COLLECTORS | 0|10.10.2014|18:26:33| 14336| |

| 289|Typ|DBA_VIEW_DBH_COLLS_DETAIL | 0|27.11.2015|18:37:02| 19456| |

| 290|Typ|DBA_CHK_VIEW_DATA | 0|31.05.2013|08:00:24| 9216| |

| 291|Typ|DBA_CHK_UI_DETAIL | 0|31.05.2013|08:00:24| 5120| |

| 292|Typ|DBA_CHK_LS_VIEW_DATA | 0|10.10.2014|18:26:32| 4096| |

| 293|Typ|DB6TSTAMP_STRUCT | 0|31.05.2013|08:00:22| 2048| |

| 294|Typ|DBA_WD_TIMESLIDER | 0|10.10.2014|18:26:33| 4096| |

| 295|Typ|DBA_WD_JOBACTION | 0|21.01.2014|10:05:00| 3072| |

| 296|Typ|DBA_VIEW_SYSTEM_DETAIL | 0|13.08.2015|14:59:50| 16384| |

| 297|Typ|DBA_VIEW_AUDIT_LOG | 0|31.05.2013|08:00:26| 5120| |

| 298|Typ|DBA_VIEW_CLP_COMMAND | 0|04.08.2014|15:41:54| 4096| |

| 299|Typ|LVC_S_MSG | 0|31.05.2013|08:05:54| 6144| |

| 300|Typ|SYST | 0|10.10.2014|18:27:32| 32768| |

| 301|Typ|DB6ADMINT | 0|31.05.2013|08:00:20| 3072| |

| 302|Prg|CL_DB6_DBCON==================CP | 302|13.01.2016|18:35:37| 74752|E |

| 303|Prg|CL_ADA_ACTION=================CP | 303|13.01.2016|18:35:35| 95232|E |

| 304|Prg|IF_DB6_ACTION_CONTROLLER======IP | 51|13.01.2016|18:35:43| 17408|E |

----------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------------------

|Directory of Application Tables |

----------------------------------------------------------------------------------------------------

|Name Date Time Lngth |

| Val. |

----------------------------------------------------------------------------------------------------

|Program RSDB0004 |

----------------------------------------------------------------------------------------------------

|SYST 10.10.2014 18:27:32 00004612 |

| \0\0\0\0\x0006\0\x0001\0\0\0\0\0\x0014\0\0\0\0\0\0\0\x0001 |

|SY . . : : 00004612 |

| \0\0\0\0\x0006\0\x0001\0\0\0\0\0\x0014\0\0\0\0\0\0\0\x0001 |

----------------------------------------------------------------------------------------------------

|Program SAPFS_SECLOG |

----------------------------------------------------------------------------------------------------

|INDX . . : : 00003104 |

| 300%L%_SeclogExcludedCaller\0\0\0 00000000 |

----------------------------------------------------------------------------------------------------

|Program SAPLOLEA |

----------------------------------------------------------------------------------------------------

|TOLE . . : : 00000394 |

| SAP.DATAPROVIDER.1 {799104C5-04C5-11D0- |

----------------------------------------------------------------------------------------------------

|Program CL_GUI_PROPS_CONSUMER=========CP |

----------------------------------------------------------------------------------------------------

|EUDB . . : : 00004068 |

| %C00155D640C121ED5B8A0DEE5B26320D6 \0\0\0 |

----------------------------------------------------------------------------------------------------

|Program SAPLICON |

----------------------------------------------------------------------------------------------------

|ICONT . . : : 00000130 |

| |

----------------------------------------------------------------------------------------------------

|Program CL_GUI_FRONTEND_SERVICES======CP |

----------------------------------------------------------------------------------------------------

|EUDB . . : : 00004068 |

| FE00155D640C121ED5B8A0DEE5B26320D6 \0\0\0 |

----------------------------------------------------------------------------------------------------

|Program SAPLSLVC |

----------------------------------------------------------------------------------------------------

|EUINFO . . : : 00003184 |

| %FDB6PMMSGWINE LONGTXT \0\0\0 |

----------------------------------------------------------------------------------------------------

|Program SAPLCNDP |

----------------------------------------------------------------------------------------------------

|EUDB . . : : 00004068 |

| DPDB6NAVTREE \0\0\0 |

----------------------------------------------------------------------------------------------------

|Program SAPLSDEX |

----------------------------------------------------------------------------------------------------

|DD07L . . : : 00000120 |

| SPERS_TYPE A00030000 |

----------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------------------

|ABAP Control Blocks (CONT) |

----------------------------------------------------------------------------------------------------

|Index|Name|Fl|PAR0|PAR1|PAR2|PAR3|PAR4|PAR5|PAR6|Source Code |Line |

----------------------------------------------------------------------------------------------------

|20160|2163| | | | | | | | | | |

| 116|PAR1|00|4006| | | | | | |CL_SYB_DBCON==================CM001 | 39|

| 117|PAR1|00|0000| | | | | | |CL_SYB_DBCON==================CM001 | 39|

| 118|PAR1|00|0000| | | | | | |CL_SYB_DBCON==================CM001 | 39|

| 119|PAR1|00|0000| | | | | | |CL_SYB_DBCON==================CM001 | 39|

| 120|PAR1|00|0000| | | | | | |CL_SYB_DBCON==================CM001 | 39|

| 121|PAR1|01|C00D| | | | | | |CL_SYB_DBCON==================CM001 | 39|

| 122|PAR1|01|C002| | | | | | |CL_SYB_DBCON==================CM001 | 39|

| 123|PAR2|00|0000|0001|0000| | | | |CL_SYB_DBCON==================CM001 | 39|

| 125|move|FF|0002|C00E|001C| | | | |CL_SYB_DBCON==================CM001 | 45|

| 127|move|FF|0002|C00F|001C| | | | |CL_SYB_DBCON==================CM001 | 46|

| 129|move|FF|0002|C010|0019| | | | |CL_SYB_DBCON==================CM001 | 47|

|>>>>>|clcm|00|0002|0005|0001|0000|0000|0000|0000|CL_SYB_DBCON==================CM001 | 50|

| 135|PAR1|00|0000| | | | | | |CL_SYB_DBCON==================CM001 | 50|

| 136|PAR1|00|0000| | | | | | |CL_SYB_DBCON==================CM001 | 50|

| 137|PAR2|00|0000|0001|0000| | | | |CL_SYB_DBCON==================CM001 | 50|

| 139|METH|01|0000|0000|0000|0000|0000|0000|0000|CL_SYB_DBCON==================CM001 | 52|

| 143|----|00|0000| | | | | | |CL_SYB_DBCON==================CM001 | 52|

| 144|CPOP|00|0000| | | | | | |CL_SYB_DBCON==================CM001 | 1|

| 145|PAR2|13|0000|0008|0000| | | | |CL_SYB_DBCON==================CM001 | 1|

----------------------------------------------------------------------------------------------------

Accepted Solutions (1)

Accepted Solutions (1)

former_member249929
Participant
0 Kudos

Dear all,

Sorry for the late reply guys.

Sap suggested to update the sap SAP_BASIS sp lvl 10 to 12 and thank god it worked well for me.

Regards,

John

former_member584175
Discoverer
0 Kudos

Dear John,

Many thanks for sharing the information.

Lucky you, issue solved.

Unfortunately we are at SAP_BASIS 731 and SP 12, but problem still exist.

Probably we will have to raise it with SAP.

Best Regards,

Vamsee

Answers (2)

Answers (2)

Former Member
0 Kudos

Hallo,

there are quite a few notes if you search for

CL_SYB_SYSTABLES ase

Have you reviewed them?

Regards

Thomas

former_member249929
Participant
0 Kudos

Dear Thomas,

I have gone through so many noted ans disccussion and implemeted some notes and some of them show as cannot be implemented.

Thats why, i started the discussion.

Pls help me.

Regards,

John.

Former Member
0 Kudos

Thanks John.

I would probably start with 1882376 - SYB: DBA Cockpit Correction Collection SAP Basis 7.40.

It contains a list of notes which I would load into SNOTE to identify which ones apply and go from there.

Regards

Thomas.

panchodeguate
Explorer
0 Kudos

I have the same problem with sap_basis 740 SP10, do you still have the problem?

former_member249929
Participant
0 Kudos

Yes, Raised an OSS to sap .

They are working with this issue.

panchodeguate
Explorer
0 Kudos

John, i have good news, i proceed to update the sap_basis 740 to SP13 and the dbacockpit work again, please check the SNOTEs 1843157 y2023690

and set the parameter icm/host_name_full

former_member584175
Discoverer
0 Kudos

Dear John,

I am also facing the same issue, do you have any updates from SAP.

Please share us the outcome maybe they might have issued new correction....etc.

Many thanks in advance!!

Regards,

Vamsee

S_Sriram
Active Contributor
0 Kudos

Hi John.

Could you share the SAP Basis sp level? and also refer the SAP Note

1882376 - SYB: DBA Cockpit Correction Collection SAP Basis 7.40


Regards

SS

former_member249929
Participant
0 Kudos

Hi Sriram,

I was gone through this note and implemented this according to the note says, but still facing the problem.

My SAP_BASIS 740 sp lvl 10.

Regards

John

S_Sriram
Active Contributor
0 Kudos

Hi John.

Could you share the DB13 & dbacockpit dumps as attachment?

Regards

SS

former_member249929
Participant
0 Kudos

Hi Sriram,

Pls find the attached file in two formats.

S_Sriram
Active Contributor
0 Kudos

Hi John.

Thanks for your information. I think you have to raise the ticket to SAP support.

Regards

SS

former_member249929
Participant
0 Kudos

Hi.

So there is no solution na ??

Anyway thanks all for your time.

Regards

S_Sriram
Active Contributor
0 Kudos

Hi John.

In your system you are already applied SAP Basis SP level 10. SAP Notes are pointing basis sp level 4 or 5. this may be a program bug, If your are raise the support ticket to SAP. they will provide the solution.

Regards

SS