cancel
Showing results for 
Search instead for 
Did you mean: 

Internal Kernel Error

Former Member
0 Kudos

Post Ehp7 upgrade we are facing issue when executing any db related tcodes.

Eg:

When executing DB02 we are getting the below error message and the workprocess are getting restarted.

XXX: SAP System Message:
Work process restarted; session terminated

In ST22 we are getting the below dump:

Category Internal Kernel Error
Runtime Errors SYSTEM_CORE_DUMPED
Date and Time 04/14/2014 23:59:21
----------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------------------
|Short Text |
| Process terminated by signal " ". |
----------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------------------
|What happened? |
| Error in the SAP kernel |
| |
| The current ABAP program "CL_GUI_HTML_VIEWER============CP" had to be |
| terminated because the ABAP |
| processor detected a system error. |
----------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------------------
|What can you 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. |
----------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------------------
|Error analysis |
| A process in the SAP system has been terminated by a signal in the |
| operating system. |
| |
| Possible causes are: |
| 1) An internal error in the SAP system |
| 2) Process terminated externally (by the system administrator) with a |
| signal. |
| Last error logged in SAP kernel |
| |
| Component............ Taskhandler |
| Location.......... SAP-Server sap-xxx1_XXX_00 on host sap-xxx1 (wp 4) |
| Version.............. 1 |
| Error code............ 16789511 |
| Error text............ ThSigHandler: Signal |
| Description............ |
| System call.......... |
| Module.............. /bas/740_REL/src/krn/si/th/thxxhead.c |
| Line................ 2343 |
| The error reported by the operating system is: Error number..... |
| Error text....... " " |
----------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------------------
|How to correct the error |
| The SAP system work directory (/usr/sap/c11/D00/work for example) often |
| contains a file called 'core'. |
| |
| Save this file under another name. |
| 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..... |
| SAP Basis level |
| |
| Application server... |
| Network address...... |
| Operating system... |
| Release.............. |
| Hardware type....... |
| Character length..... " " Bits |
| Pointer length........ " " Bits |
| Work process number... |
| Shortdump setting. |
| |
| Database server... |
| Database type..... |
| Database name..... |
| Database user ID |
| |
| Terminal.......... |
| |
| Character set |
| |
| SAP kernel....... |
| Created on....... |
| Created at....... |
| Database version |
| Patch level....... |
| Patch text....... |
| |
| Database............. |
| SAP database version. |
| Operating system... |
| |
| Memory consumption |
| Roll.... 0 |
| EM...... 12288800 |
| Heap.... 0 |
| Page.... 49152 |
| MM used. 6609472 |
| MM free. 1262576 |
----------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------------------
|User and Transaction |
| Client................. |
| User.................. |
| Language key.......... |
| Transaction......... DB6SPACE |
| Transaction ID...... 534C070ABAB10BB0E1008000A7EEAE18 |
| |
| EPP whole context ID...... 534C069FBAB10BB0E1008000A7EEAE18 |
| EPP connection ID........ 00000000000000000000000000000000 |
| EPP call counter......... 0 |
| |
| Program.............. CL_GUI_HTML_VIEWER============CP |
| Screen.............. SAPLSDBACCMS 0042 |
| Screen line.......... 3 |
| Active debugger..... " " |
----------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------------------
|Information on where terminated |
| The termination occurred in ABAP program "CL_GUI_HTML_VIEWER============CP", |
| in "ENABLE_SAPSSO". The main program |
| was "SAPLSDB6CCMS2 ". |
| |
| In the source code, the termination point is in line 52 of (Include) |
| program "CL_GUI_HTML_VIEWER============CM015". |
----------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------------------
|Source Code Extract |
----------------------------------------------------------------------------------------------------
|Line |SourceCde |
----------------------------------------------------------------------------------------------------
| 22| cl_http_server=>get_location( |
| 23| exporting |
| 24| application = '/sap/public/myssocntl' " #EC NOTEXT constant key if required in conf|
| 25| importing |
| 26| host = host |
| 27| port = service |
| 28| out_protocol = protocol ). |
| 29| m_http_host = host. |
| 30| m_http_service = service. |
| 31| |
| 32|else. |
| 33|*if optional parameter in_protocol is set, we are passing the same to get_location method. |
| 34| cl_http_server=>get_location( |
| 35| exporting |
| 36| application = '/sap/public/myssocntl' " #EC NOTEXT constant key if required in conf|
| 37| protocol = in_protocol |
| 38| importing |
| 39| host = host |
| 40| port = service |
| 41| out_protocol = protocol ). |
| 42| m_http_host = host. |
| 43| m_http_service = service. |
| 44|endif. |
| 45| |
| 46| |
| 47| |
| 48| concatenate protocol '://' m_http_host ':' m_http_service " #EC NOTEXT |
| 49| '/sap/public/myssocntl?sap-client=' sy-mandt into url. " #EC NOTEXT |
| 50| |
| 51| |
|>>>>>| call 'Reentrance_Ticket' id 'OPCODE' field 'C' |
| 53| id 'RETICKET' field sso_ticket. |
| 54|* SY-SUBRC = 0 : everything o.k. (ticket obtained) |
| 55|* -1 : illegal/unknown opcode/parameter (should not occur) |
| 56|* -2 : illegal caller (ABAP callstack) (should not occur) |
| 57|* 1 : login/accept_sso2_ticket = 0 (customizing setting!) |
| 58|* 2 : ticket cannot be created (use note 495911 to analyse) |
| 59| case sy-subrc. |
| 60| when 0. "resume |
| 61| when 1 or 2. message i146(00) raising cntl_error. |
| 62| clear sso_ticket. |
| 63|* RAISE SAPSSO_CONFIG_ERROR. |
| 64| when others. message e191(00) raising cntl_error. |
| 65| endcase. |
| 66| |
| 67| if enabled is not initial and sso_ticket is not initial. |
| 68| i_enabled = 1. |
| 69| endif. |
| 70| |
| 71| call method call_method |
----------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------------------
|Active Calls/Events |
----------------------------------------------------------------------------------------------------
|No. Ty. Program Include Line |
| Name |
----------------------------------------------------------------------------------------------------
| 5 METHOD CL_DBA_ACTION_WD_DBA_COCKPIT==CP CL_DBA_ACTION_WD_DBA_COCKPIT==CM003 21 |
| CL_DBA_ACTION_WD_DBA_COCKPIT=>IF_DB6_ACTION_CONTROLLER~INIT |
| 4 MODULE (PBO) SAPLSDBACCMS RSDB6NAV 106 |
| HANDLE_PBO |
| 3 FUNCTION SAPLSDBACCMS LSDBACCMSU01 12 |
| DBA_CCMS_CALL_SCREEN |
| 2 METHOD CL_DB6_TREE_NAVIGATOR=========CP CL_DB6_TREE_NAVIGATOR=========CM003 476 |
| CL_DB6_TREE_NAVIGATOR=>CALL_ACTION |
| 1 MODULE (PBO) SAPLSDB6CCMS2 RSDB6NAV 429 |
| PREPARE_OUTPUT_0900 |
----------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------------------
|Chosen variables |
----------------------------------------------------------------------------------------------------
|Name |
| Val. |
----------------------------------------------------------------------------------------------------
|No. ??? Ty. ??? |
|Name ??? |
----------------------------------------------------------------------------------------------------
|PROTOCOL |
| |
| 8000 |
| 3333 |
| 8000 |
| 38303030 |
| |
| http |
| 6777 |
| 8440 |
| 68747470 |
|%_DUMMY$$ |
| |
| 2222 |
| 0000 |
| 20202020 |
|ME->M_HTTP_HOST |
| sap-xxx1 |
| 7672767322222222222222222222222222222222222222222222222222222222222222222222222222222222222222|
| 310D318100000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 7361702D73617831202020202020202020202020202020202020202020202020202020202020202020202020202020|
|ME->M_HTTP_SERVICE |
| 8000 |
| 33332222222222222222222222222222 |
| 80000000000000000000000000000000 |
| 3830303020202020202020202020202020202020202020202020202020202020 |
|URL |
| http://sap-xxx1:8000/sap/public/myssocntl?sap-client=100 |
| 67773227672767333333276727766662677766676376726666673333 |
| 8440AFF310D3181A8000F310F052C93FD933F3E4CF310D3C95E4D100 |
| 687474703A2F2F7361702D736178313A383030302F7361702F7075626C69632F6D7973736F636E746C3F7361702D63|
|SY-MANDT |
| 100 |
| 333 |
| 100 |
| 313030 |
|SSO_TICKET |
| 100#py³0############pwê######### MON_GET_RTS_RQST M_RSRC######################################|
| 333077B300000000000077E00001000024445445555555555245555400000000000000000000000000000000000000|
| 1000093000000000A01007A0000200000DFEF754F243F21340DF232300060000000000000003000000000000000000|
| 313030007079B33000000000000000000A0001007077EA000000001200000000204D4F4E5F4745545F5254535F5251|
|SY-SUBRC |
| 0 |
| 0000 |
| 0000 |
| 00000000 |
|SY-REPID |
| CL_GUI_HTML_VIEWER============CP |
| 4454545454455445453333333333334522222222 |
| 3CF759F84DCF695752DDDDDDDDDDDD3000000000 |
| 434C5F4755495F48544D4C5F5649455745523D3D3D3D3D3D3D3D3D3D3D3D43502020202020202020 |
|SYST-REPID |
| CL_GUI_HTML_VIEWER============CP |
| 4454545454455445453333333333334522222222 |
| 3CF759F84DCF695752DDDDDDDDDDDD3000000000 |
| 434C5F4755495F48544D4C5F5649455745523D3D3D3D3D3D3D3D3D3D3D3D43502020202020202020 |
----------------------------------------------------------------------------------------------------
|No. 5 Ty. METHOD |
|Name CL_DBA_ACTION_WD_DBA_COCKPIT=>IF_DB6_ACTION_CONTROLLER~INIT |
----------------------------------------------------------------------------------------------------
|%_DUMMY$$ |
| |
| 2222 |
| 0000 |
| 20202020 |
|ME->HTML_CONTAINER |
| {O:1007*\CLASS=CL_GUI_CUSTOM_CONTAINER} |
| 1000000E |
| 0000003F |
| 10000000000003EF |
|ME->HTML_PANEL |
| {O:1006*\CLASS=CL_GUI_HTML_VIEWER} |
| 1000000E |
| 1000003E |
| 11000000000003EE |
|%_SPACE |
| |
| 2 |
| 0 |
| 20 |
|SPACE |
| |
| 2 |
| 0 |
| 20 |
|SY-REPID |
| CL_DBA_ACTION_WD_DBA_COCKPIT==CP |
| 4454445445444554544454444545334522222222 |
| 3CF421F1349FEF74F421F3F3B094DD3000000000 |
| 434C5F4442415F414354494F4E5F57445F4442415F434F434B5049543D3D43502020202020202020 |
|ABAP_TRUE |
| X |
| 5 |
| 8 |
| 58 |
|SY |
| ###############################################################################¸##############|
| 0000000000010000000000000001000000000000000000000000000000000000000000000000000B00000000000000|
| 0000000000020001000000000004000000000000000100060001000000010000000000000000000800000000000000|
| 0000000000000000000000120000000100000000000000000000001400000000000000000000000000000001000000|
|EVENT-EVENTID |
| 0 |
| 0000 |
| 0000 |
| 00000000 |
|CL_GUI_HTML_VIEWER=>M_ID_SAPEVENT |
| 1 |
| 0000 |
| 0001 |
| 00000001 |
|CL_GUI_HTML_VIEWER=>WB_CMDID_PRINT |
| 6 |
| 0000 |
| 0006 |
| 00000006 |
|EVENTS |
| Table[initial] |
| |
|EVENT |
| #### ### |
| 00002000 |
| 00000000 |
| 0000000020000000 |
----------------------------------------------------------------------------------------------------
|No. 4 Ty. MODULE (PBO) |
|Name HANDLE_PBO |
----------------------------------------------------------------------------------------------------
|%_DUMMY$$ |
| |
| 2222 |
| 0000 |
| 20202020 |
|NAVIGATOR |
| {O:1*\CLASS=CL_DB6_TREE_NAVIGATOR} |
| F0000000 |
| E0000001 |
| FE00000000000001 |
|%_FL1*TS_COLL_TPL_DETAIL_TAB |
| <initial> |
| <initial> |
| <initial> |
| <<iinniittiiaall>> |
|%_##TVREG_002 |
| |
| 2 |
| 0 |
| 20 |
|ABAP_TRUE |
| X |
| 5 |
| 8 |
| 58 |
|%_ARCHIVE |
| |
| 2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 2020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020|
|CANCEL_CODES |
| Table[initial] |
| |
|SQL |
| <initial> |
| <initial> |
| <initial> |
| <<iinniittiiaall>> |
|CTRL_GLOBAL |
| 00000000 ######## #######c#######] XXX 740 09.07.0007 |
| 2333333332220000000022229000000680000005222222222222222254522222333233233233332222222222222222|
| 000000000000000000000000C00000732000007D000000000000000031800000740009E07E00070000000000000000|
| 2030303030303030302020200000000000000000202020209C00000000000763820000000000075D20202020202020|
|NAVIGATOR->CONTROLLER->CTRL-INIT |
| X |
| 5 |
| 8 |
| 58 |
|SPACE |
| |
| 2 |
| 0 |
| 20 |
|CTRL_GLOBAL-CURRSYST-SYSID |
| XXX |
| 54522222 |
| 31800000 |
| 5341582020202020 |
|NAVIGATOR->CONTROLLER->CTRL-SYSTEM_ID |
| |
| 22222222 |
| 00000000 |
| 2020202020202020 |
|%_##TVREG_001 |
| 1 |
| 0000 |
| 0001 |
| 00000001 |
|SY-REPID |
| SAPLSDBACCMS |
| 5454544444452222222222222222222222222222 |
| 310C342133D30000000000000000000000000000 |
| 5341504C5344424143434D5320202020202020202020202020202020202020202020202020202020 |
|NAVIGATOR->ACTION_REF |
| {O:243*\CLASS=CL_DB6_ACTION} |
| 0000000F |
| C0000003 |
| 0C000000000000F3 |
|%_CX_TABSTRIP_VERSION |
| 0 |
| 3 |
| 0 |
| 30 |
----------------------------------------------------------------------------------------------------
|No. 3 Ty. FUNCTION |
|Name DBA_CCMS_CALL_SCREEN |
----------------------------------------------------------------------------------------------------
|SCREEN |
| 0042 |
| 3333 |
| 0042 |
| 30303432 |
|X_COORD |
| 0 |
| 0000 |
| 0000 |
| 00000000 |
|Y_COORD |
| 0 |
| 0000 |
| 0000 |
| 00000000 |
|DYN_VIEW_SQL |
| ####ÿÿÿÿ |
| 0000FFFF22222222222222222222222222222222222222222222222222222222222222222222222222222222222222|
| 0000FFFF00000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 00000000FFFFFFFF202020202020202020202020202020202020202020202020202020202020202020202020202020|
|NAVIGATOR->CONTROLLER->CTRL-PARTITNC |
| |
| 2222 |
| 0000 |
| 20202020 |
|SYST-REPID |
| SAPLSDBACCMS |
| 5454544444452222222222222222222222222222 |
| 310C342133D30000000000000000000000000000 |
| 5341504C5344424143434D5320202020202020202020202020202020202020202020202020202020 |
----------------------------------------------------------------------------------------------------
|No. 2 Ty. METHOD |
|Name CL_DB6_TREE_NAVIGATOR=>CALL_ACTION |
----------------------------------------------------------------------------------------------------
|SCREEN-GROUP3 |
| |
| 222 |
| 000 |
| 202020 |
|ACTION_DESCR-FUNCTION_TYPE |
| 5 |
| 0000 |
| 0005 |
| 00000005 |
|CL_DBA_ACTION=>FTYPE_FRAMEWORK_CONTROLLED |
| 5 |
| 0000 |
| 0005 |
| 00000005 |
|CL_DBA_ACTION=>FTYPE_URL |
| 8 |
| 0000 |
| 0008 |
| 00000008 |
|SY-REPID |
| CL_DB6_TREE_NAVIGATOR=========CP |
| 4454435554454454445453333333334522222222 |
| 3CF426F4255FE169714F2DDDDDDDDD3000000000 |
| 434C5F4442365F545245455F4E4156494741544F523D3D3D3D3D3D3D3D3D43502020202020202020 |
|ACTION-AS_POPUP |
| |
| 2 |
| 0 |
| 20 |
|ABAP_TRUE |
| X |
| 5 |
| 8 |
| 58 |
|%_ARCHIVE |
| |
| 2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222|
| 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000|
| 2020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020|
|ACTION_DESCR-SCREEN_CALLER |
| DBA_CCMS_CALL_SCREEN |
| 4445444554444554544422222222222222222222 |
| 421F33D3F31CCF33255E00000000000000000000 |
| 4442415F43434D535F43414C4C5F53435245454E2020202020202020202020202020202020202020 |
|ACTION_DESCR-SCREEN |
| 0042 |
| 3333 |
| 0042 |
| 30303432 |
|%_DUMMY$$ |
| |
| 2222 |
| 0000 |
| 20202020 |
|ME |
| {O:1*\CLASS=CL_DB6_TREE_NAVIGATOR} |
| F0000000 |
| E0000001 |
| FE00000000000001 |
|%_SPACE |
| |
| 2 |
| 0 |
| 20 |
|%_##TVREG_005 |
| 0 |
| 0000 |
| 0000 |
| 00000000 |
|ME->EVENT_ACTION_CHANGED |
| 3 |
| 0000 |
| 0003 |
| 00000003 |
|SYST-REPID |
| CL_DB6_TREE_NAVIGATOR=========CP |
| 4454435554454454445453333333334522222222 |
| 3CF426F4255FE169714F2DDDDDDDDD3000000000 |
| 434C5F4442365F545245455F4E4156494741544F523D3D3D3D3D3D3D3D3D43502020202020202020 |
|ME->CONTROLLER->LIFETIME |
| 0 |
| 0000 |
| 0000 |
| 00000000 |
|ME->CONTROLLER->LIFETIME_ACTION |
| 2 |
| 0000 |
| 0002 |
| 00000002 |
|CL_DBA_ACTION=>DBATASK_UNDEFINED |
| 0 |
| 0000 |
| 0000 |
| 00000000 |
----------------------------------------------------------------------------------------------------
|No. 1 Ty. MODULE (PBO) |
|Name PREPARE_OUTPUT_0900 |
----------------------------------------------------------------------------------------------------
|NAVIGATOR |
| {O:1*\CLASS=CL_DB6_TREE_NAVIGATOR} |
| F0000000 |
| E0000001 |
| FE00000000000001 |
|SY |
| ###############################################################################¸##############|
| 0000000000010000000000000001000000000000000000000000000000000000000000000000000B00000000000000|
| 0000000000020001000000000004000000000000000100060001000000010000000000000000000800000000000000|
| 0000000000000000000000120000000100000000000000000000001400000000000000000000000000000001000000|
|%_DUMMY$$ |
| |
| 2222 |
| 0000 |
| 20202020 |
----------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------------------
|Internal notes |
| The termination was triggered in function "ab_CoreInfo" of the SAP kernel, in |
| line 8849 of module "//bas/740_REL/src/krn/abap/runt/abrabax.c#2". |
| The internal operation just processed is "CALY". |
| Internal mode started at 20140414235918. |
| Stack trace of 'core'. |
----------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------------------
|Active Calls in SAP Kernel |
----------------------------------------------------------------------------------------------------
|Lines of C Stack in Kernel (Structure Differs on Each Platform) |
----------------------------------------------------------------------------------------------------
|=> 64 bit R/3 Kernel |
|=> 64 bit AIX Kernel |
|=> Heap limit = unlimited |
|=> Stack limit = unlimited |
|=> Core limit = 10240000 |
|=> File size limit = unlimited |
|=> Heap address = 0x1148ec240 |
|=> Stack address = 0xfffffffffff9970 |
|=> Stack low = 0xfffffffffff5df0 |
|=> Stack high = 0xffffffffffff100 |
|=> Stack Trace: |
| Unknown at 0x9000000052ab084 |
| Unknown at 0x9000000052ac544 |
| Unknown at 0x9000000054d4718 |
| Unknown at 0x9000000054aadf0 |
| SsfLibSign() at 0x10147483c |
| HMskiMakeTicketSignature() at 0x101f5d5a4 |
| MskiCreateTicket() at 0x101f5f1c4 |
| mySAPWrapTicket() at 0x101f57ab4 |
| create_AuthenticationAssertionTicket() at 0x1013d645c |
| Reentrance_Ticket() at 0x1013ae324 |
| ab_jcaly__Fv() at 0x1004d5370 |
| ab_extri__Fv() at 0x100914684 |
| ab_xevent__FPCc() at 0x1015a1624 |
| ab_dstep() at 0x100e097bc |
| dynpmcal__FP8DINFDUMYP8STPDUMMY() at 0x101625dd8 |
| dynppbo0__FP8DINFDUMY() at 0x101621c30 |
| dynprctl__FP8DINFDUMY() at 0x101624748 |
| dynpen00() at 0x10133c138 |
| ThrtCallAbapVm() at 0x100263f64 |
| handleRequest__10GuiHandlerFP11REQUEST_BUFb() at 0x10222716c |
| ThHandleRequest__FP11REQUEST_BUFUc() at 0x10025e494 |
| TskhLoop__Fv() at 0x1002549a4 |
| ThStart__Fv() at 0x100252bbc |
| DpMain() at 0x100022e78 |
| nlsui_main() at 0x1000008f4 |
|=> CPU Registers: |
| msr = 0xa00000000000d032 iar = 0x09000000052ab084 |
| ctr = 0x0900000000042d20 lr = 0x09000000052aaff4 |
| xer = 0x000000000000000b cr = 0x0000000028c22828 |
| r00 = 0x0000000000000008 r01 = 0x0fffffffffff9970 |
| r02 = 0x09001000a24492c8 r03 = 0x0000000000000018 |
| r04 = 0x0000000000000028 r05 = 0x0000000000000000 |
| r06 = 0x0000000000000000 r07 = 0x0000000000000040 |
| r08 = 0x000000000000003a r09 = 0x0000000000000000 |
| r10 = 0x0000000000000000 r11 = 0x0000000000000078 |
| r12 = 0x09000000052aaff4 r13 = 0x0000000112de81a0 |
| r14 = 0x00000001134dd790 r15 = 0x000000000000001b |
| r16 = 0x0000000000000018 r17 = 0x09001000a244e4f8 |
| r18 = 0x09001000a23a08b0 r19 = 0x0000000000000001 |
| r20 = 0x09001000a23a08a0 r21 = 0x09001000a23a08d8 |
| r22 = 0x09001000a23a0868 r23 = 0x0000000000000000 |
| r24 = 0x0000000000000004 r25 = 0x00000001134dd330 |
| r26 = 0x0000000000000000 r27 = 0x0000000000000000 |
| r28 = 0x0000000000000000 r29 = 0x0fffffffffff9a50 |
| r30 = 0x09001000a23a13b8 r31 = 0x0000000000000000 |
----------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------------------
|List of ABAP programs affected |
----------------------------------------------------------------------------------------------------
|Index |Ty.|Program |Group |Date |Time |Size |Lang. |
----------------------------------------------------------------------------------------------------
| 0|Prg|SAPLSDB6CCMS2 | 0|04/08/2014|17:35:09| 143360|E |
| 1|Prg|SAPMSSYD | 0|04/08/2014|17:35:10| 21504|E |
| 2|Prg|SAPFSYSCALLS | 0|09/09/2004|14:18:32| 5120|E |
| 3|Prg|CL_DB6_TREE_NAVIGATOR=========CP | 3|04/08/2014|17:29:45| 215040|E |
| 4|Prg|CL_DB6_EVENT_RECEIVER_BASE====CP | 4|04/08/2014|06:44:07| 7168|E |
| 5|Prg|CL_DB6_BACKEND================CP | 5|04/08/2014|08:47:12| 7168|E |
| 6|Typ|DBA_SCREEN_FIELD_ATTRIBUTE | 0|04/07/2014|19:54:09| 3072| |
| 7|Typ|DBA_HEADER_SCREEN_FIELDS | 0|04/07/2014|19:54:08| 23552| |
| 8|Typ|DBA_RESET_SCREEN_FIELDS | 0|04/07/2014|19:54:09| 6144| |
| 9|Prg|CL_DB6_RC=====================CP | 9|04/08/2014|08:47:55| 30720|E |
| 10|Prg|CL_DB6_SYS====================CP | 10|04/08/2014|14:34:28| 143360|E |
| 11|Prg|CL_DBA_SYS====================CP | 11|04/08/2014|08:49:12| 7168|E |
| 12|Prg|CL_DBA_DBCON==================CP | 12|04/08/2014|17:29:45| 117760|E |
| 13|Typ|DB6ADMSYS | 0|04/07/2014|19:54:02| 9216| |
| 14|Prg|CL_SQL_CONNECTION=============CP | 14|04/08/2014|09:06:57| 20480|E |
| 15|Typ|DBCON | 0|04/07/2014|19:54:10| 3072| |
| 16|Prg|CL_DBA_CX_FACTORY=============CP | 16|04/08/2014|08:48:38| 57344|E |
| 17|Prg|CX_DBA_ROOT===================CP | 17|04/08/2014|14:35:44| 41984|E |
| 18|Prg|CX_STATIC_CHECK===============CP | 18|07/05/2005|13:10:16| 7168|E |
| 19|Prg|CX_ROOT=======================CP | 19|04/08/2014|07:20:50| 9216|E |
| 20|Prg|SAPLSYUT | 20|04/08/2014|14:49:15| 16384|E |
| 21|Typ|ABAP_CALLSTACK_LINE | 0|04/07/2014|19:48:53| 2048| |
| 22|Prg|CX_DB6_CON====================CP | 22|04/08/2014|09:10:13| 16384|E |
| 23|Prg|CX_DB6_ROOT===================CP | 23|04/08/2014|09:10:15| 14336|E |
| 24|Prg|CX_NO_CHECK===================CP | 24|07/05/2005|13:10:16| 7168|E |
| 25|Prg|SAPLSFES | 25|04/08/2014|08:44:06| 266240|E |
| 26|Prg|CL_GUI_RESOURCES==============CP | 26|04/08/2014|08:45:22| 55296|E |
| 27|Prg|CL_GUI_OBJECT=================CP | 27|04/08/2014|08:45:21| 440320|E |
| 28|Prg|CL_GUI_CFW====================CP | 28|04/08/2014|08:44:44| 165888|E |
| 29|Prg|CL_GUI_PROPS_CONSUMER=========CP | 29|04/08/2014|08:45:22| 28672|E |
| 30|Prg|SAPLTHFB | 30|04/08/2014|08:58:11| 410624|E |
| 31|Typ|EUDB | 0|04/07/2014|19:56:52| 8192| |
| 32|Prg|%_CCNTL | 29|02/18/2005|14:15:08| 13312|E |
| 33|Prg|SAPLSPLUGIN | 33|04/08/2014|06:44:25| 6144|E |
| 34|Prg|SAPLSTTM | 34|04/08/2014|06:49:35| 69632|E |
| 35|Prg|SAPLSBDC | 35|12/17/2007|11:00:11| 43008|E |
| 36|Prg|CL_DYNAMIC_GUI_EXTENSIONS=====CP | 36|02/18/2005|14:15:28| 35840|E |
| 37|Prg|SAPLSGUI | 37|09/22/2011|03:45:19| 75776|E |
| 38|Prg|SAPLOLEA | 38|04/08/2014|08:36:26| 96256|E |
| 39|Typ|OBJ_RECORD | 0|02/14/1998|08:30:43| 2048| |
| 40|Typ|TOLE | 0|07/29/1998|19:56:01| 3072| |
| 41|Prg|%_COLE2 | 38|02/18/2005|14:15:28| 8192|E |
| 42|Typ|OLE_PA | 0|04/04/1995|16:02:19| 2048| |
| 43|Prg|SAPLSCP2 | 43|04/08/2014|14:41:37| 162816|E |
| 44|Typ|SWCONT | 0|04/07/2014|20:21:27| 2048| |
| 45|Typ|SWCBCONT | 0|04/07/2014|20:21:22| 3072| |
| 46|Prg|CL_ABAP_CHAR_UTILITIES========CP | 46|07/05/2005|13:10:15| 10240|E |
| 47|Prg|CL_ABAP_TYPEDESCR=============CP | 47|04/08/2014|14:34:11| 26624|E |
| 48|Prg|CL_ABAP_ELEMDESCR=============CP | 48|04/08/2014|08:36:31| 33792|E |
| 49|Prg|CL_ABAP_DATADESCR=============CP | 49|04/08/2014|14:34:09| 16384|E |
| 50|Prg|CL_ABAP_REFDESCR==============CP | 50|04/08/2014|08:36:41| 27648|E |
| 51|Prg|CL_ABAP_STRUCTDESCR===========CP | 51|04/08/2014|14:34:10| 44032|E |
| 52|Prg|CL_ABAP_COMPLEXDESCR==========CP | 52|04/08/2014|08:36:19| 14336|E |
| 53|Prg|CL_ABAP_TABLEDESCR============CP | 53|04/08/2014|08:36:45| 29696|E |
| 54|Prg|CL_ABAP_CLASSDESCR============CP | 54|04/08/2014|08:36:14| 27648|E |
| 55|Prg|CL_ABAP_OBJECTDESCR===========CP | 55|04/08/2014|08:36:34| 30720|E |
| 56|Prg|CL_ABAP_INTFDESCR=============CP | 56|04/08/2014|08:36:32| 21504|E |
| 57|Prg|CL_ABAP_SOFT_REFERENCE========CP | 57|07/05/2005|13:10:15| 7168|E |
| 58|Prg|CL_ABAP_REFERENCE=============CP | 58|09/09/2004|14:18:16| 5120|E |
| 59|Prg|SAPLCNTL | 59|04/08/2014|06:28:58| 342016|E |
| 60|Prg|CL_GUI_FRONTEND_SERVICES======CP | 60|04/08/2014|17:11:35| 126976|E |
| 61|Prg|SAPFGUICNTL | 38|02/18/2005|14:15:08| 22528|E |
| 62|Typ|ARFCRDATA | 0|04/07/2014|19:49:28| 6144| |
| 63|Prg|SAPLGRFC | 63|04/08/2014|04:43:55| 12288|E |
| 64|Typ|OLE_VERBS | 0|04/04/1995|16:02:20| 2048| |
| 65|Prg|CL_GUI_DATAMANAGER============CP | 65|06/10/2008|17:22:14| 78848|E |
| 66|Prg|CL_DBA_MSG_WINDOW=============CP | 66|04/08/2014|08:48:54| 156672|E |
| 67|Prg|CL_DBA_MSG_WINDOW_BASE========CP | 67|04/08/2014|08:48:55| 28672|E |
| 68|Prg|CL_DBA_GUI_TOOLS==============CP | 68|04/08/2014|14:34:30| 24576|E |
| 69|Prg|SAPLICON | 69|12/17/2007|11:19:35| 35840|E |
| 70|Prg|%_CICON | 69|04/08/2014|17:27:15| 87040|E |
| 71|Typ|ICONT | 0|04/07/2014|20:02:26| 2048| |
| 72|Prg|CL_GUI_DOCKING_CONTAINER======CP | 72|04/08/2014|08:44:50| 43008|E |
| 73|Prg|CL_GUI_CONTAINER==============CP | 73|04/08/2014|08:44:47| 51200|E |
| 74|Prg|CL_GUI_CONTROL================CP | 74|04/08/2014|08:44:48| 111616|E |
| 75|Prg|SAPLCNTH | 75|02/18/2005|14:15:08| 25600|E |
| 76|Prg|CL_GUI_DYNPRO_COMPANION=======CP | 76|02/18/2005|14:15:08| 15360|E |
| 77|Prg|CL_GUI_ALV_GRID===============CP | 77|04/08/2014|17:29:49| 737280|E |
| 78|Prg|CL_GUI_ALV_GRID_BASE==========CP | 78|04/08/2014|06:37:47| 219136|E |
| 79|Prg|CL_GUI_DATAPONDEMAND==========CP | 79|04/08/2014|06:37:54| 60416|E |
| 80|Prg|CL_DATAPTABLECACHE============CP | 80|07/05/2005|13:10:15| 53248|E |
| 81|Prg|CL_ALV_TRACE==================CP | 81|04/08/2014|04:41:55| 231424|E |
| 82|Prg|CL_ALV_VARIANT================CP | 82|04/08/2014|08:38:09| 132096|E |
| 83|Typ|LVC_S_TOTO | 0|04/07/2014|20:06:25| 5120| |
| 84|Prg|CL_ALV_BDS====================CP | 84|04/08/2014|08:37:58| 133120|E |
| 85|Prg|CL_BDS_DOCUMENT_SET===========CP | 85|04/08/2014|06:33:34| 110592|E |
| 86|Prg|CL_CTMENU=====================CP | 86|04/08/2014|06:39:51| 36864|E |
| 87|Prg|CL_ALV_EVENT_TOOLBAR_SET======CP | 87|06/10/2008|17:17:55| 6144|E |
| 88|Prg|CL_ALV_Z_PARAMS===============CP | 88|04/08/2014|08:38:11| 49152|E |
| 89|Prg|CL_SALV_CSQ_PARAMS_DB=========CP | 89|04/08/2014|08:58:34| 48128|E |
| 90|Prg|CL_SALV_BOQ_PARAMS============CP | 90|04/08/2014|06:53:11| 19456|E |
| 91|Prg|CL_SALV_GZT_ADMIN=============CP | 91|04/08/2014|08:58:52| 11264|E |
| 92|Prg|SAPFS_SECLOG | 77|04/08/2014|17:35:08| 18432|E |
| 93|Typ|INDX | 0|07/29/1998|18:38:15| 6144| |
| 94|Prg|CL_DYNP_RAL_API===============CP | 94|04/08/2014|17:37:36| 51200|E |
| 95|Typ|DYSTRUCT | 0|04/07/2014|19:54:49| 2048| |
| 96|Prg|CL_SRAL_FACTORY_DYNP==========CP | 96|04/08/2014|17:39:25| 19456|E |
| 97|Prg|CL_SRAL_SWITCH_CLIENT=========CP | 97|04/08/2014|17:29:57| 8192|E |
| 98|Typ|STB_BUTTON | 0|04/07/2014|20:21:09| 3072| |
| 99|Typ|DISVARIANT | 0|07/29/1998|18:25:39| 3072| |
| 100|Typ|LVC_S_PRNT | 0|04/07/2014|20:06:25| 9216| |
| 101|Prg|CL_SALV_VERI_RUN==============CP | 101|04/08/2014|06:55:44| 60416|E |
| 102|Prg|CL_SALV_CALLER_SERVICES=======CP | 102|12/17/2008|06:44:56| 47104|E |
| 103|Typ|LVC_S_BDS | 0|04/07/2014|20:06:24| 16384| |
| 104|Typ|DB6PMMSGWIN | 0|04/07/2014|19:54:03| 4096| |
| 105|Prg|SAPLKKBL | 105|04/08/2014|08:41:08| 1274880|E |
| 106|Prg|SAPLSLVC | 106|04/08/2014|08:49:07| 449536|E |
| 107|Prg|SAPLSKBB | 107|04/08/2014|06:39:01| 60416|E |
| 108|Prg|SAPLSKBH | 108|04/08/2014|08:48:05| 788480|E |
| 109|Prg|SAPLSSN1 | 109|08/28/2007|11:24:54| 25600|E |
| 110|Prg|SAPLSDIFRUNTIME | 110|04/08/2014|08:49:15| 107520|E |
| 111|Typ|DDFIXVALUE | 0|08/27/1999|18:04:56| 2048| |
| 112|Typ|X031L | 0|04/07/2014|20:31:28| 6144| |
| 113|Typ|DFIES | 0|04/07/2014|19:54:20| 9216| |
| 114|Prg|SAPLSDNT | 114|04/08/2014|08:49:19| 266240|E |
| 115|Prg|SAPLSUGS | 115|04/04/2014|21:36:33| 133120|E |
| 116|Prg|%_CSLIS | 109|04/08/2014|05:09:39| 73728|E |
| 117|Prg|%_CKKBLO | 108|08/28/2007|12:40:55| 115712|E |
| 118|Typ|DTC_S_LAYO | 0|04/07/2014|19:54:45| 6144| |
| 119|Typ|ALV_S_PCTL | 0|04/07/2014|19:49:21| 7168| |
| 120|Typ|PRI_PARAMS | 0|04/07/2014|20:11:52| 5120| |
| 121|Typ|ARC_PARAMS | 0|04/07/2014|19:49:27| 5120| |
| 122|Typ|LVC_S_LAYO | 0|04/07/2014|20:06:24| 14336| |
| 123|Typ|LVC_S_RPRP | 0|12/04/2000|12:48:05| 3072| |
| 124|Typ|LVC_S_FCAT | 0|04/07/2014|20:06:24| 18432| |
| 125|Typ|EUINFO | 0|04/07/2014|19:56:53| 6144| |
| 126|Typ|LVC_S_COL | 0|12/21/1999|19:15:32| 2048| |
| 127|Prg|CL_I18N_BIDI==================CP | 127|04/08/2014|06:39:50| 44032|E |
| 128|Prg|CL_ABAP_CONV_IN_CE============CP | 128|07/05/2005|13:10:15| 20480|E |
| 129|Prg|CX_SY_CONVERSION_CODEPAGE=====CP | 129|04/08/2014|09:11:16| 8192|E |
| 130|Prg|CX_SY_CONVERSION_ERROR========CP | 130|07/05/2005|13:10:16| 7168|E |
| 131|Prg|CX_DYNAMIC_CHECK==============CP | 131|07/05/2005|13:10:16| 7168|E |
| 132|Prg|CL_SALV_BS_RUNTIME_INFO=======CP | 132|09/22/2011|01:22:00| 48128|E |
| 133|Prg|CX_SALV_BS_SC_RUNTIME_INFO====CP | 133|08/28/2007|12:00:12| 10240|E |
| 134|Prg|CX_SALV_BS_SC_MSG=============CP | 134|08/28/2007|12:00:12| 9216|E |
| 135|Prg|CX_SALV_BS_SC=================CP | 135|08/28/2007|12:00:12| 7168|E |
| 136|Prg|%_CSCTX | 86|09/09/2004|14:18:14| 8192|E |
| 137|Prg|SAPLSLVX | 137|08/28/2007|12:40:55| 31744|E |
| 138|Typ|LVC_S_STBL | 0|11/30/1998|15:53:11| 2048| |
| 139|Typ|LVC_S_ADDI | 0|12/04/2000|12:47:40| 2048| |
| 140|Typ|LVC_S_SELF | 0|12/04/2000|12:48:07| 3072| |
| 141|Typ|LVC_S_LAYL | 0|11/09/2000|14:09:15| 2048| |
| 142|Typ|LVC_S_INFO | 0|04/07/2014|20:06:24| 5120| |
| 143|Prg|SAPLCNDP | 143|04/08/2014|08:37:12| 203776|E |
| 144|Typ|RFC_FIELDS | 0|08/20/1998|10:56:34| 2048| |
| 145|Typ|DPPROPS | 0|07/09/1997|23:53:23| 2048| |
| 146|Prg|SAPLURFC | 146|04/08/2014|08:59:35| 23552|E |
| 147|Prg|SAPLSRFC | 147|04/08/2014|08:52:40| 39936|E |
| 148|Prg|SAPLSYST | 148|04/08/2014|14:49:14| 35840|E |
| 149|Prg|CL_SYSTEM_UUID================CP | 149|04/08/2014|06:55:06| 28672|E |
| 150|Prg|SAPMSSY1 | 143|04/08/2014|14:41:38| 30720|E |
| 151|Prg|SAPLCNT0 | 151|02/18/2005|14:15:08| 34816|E |
| 152|Typ|LVC_S_CO01 | 0|12/21/1999|19:15:32| 2048| |
| 153|Prg|IF_DATAPONDEMAND==============IP | 79|02/18/2005|14:12:59| 3072|E |
| 154|Typ|LVC_S_COL2 | 0|12/21/1999|19:15:32| 2048| |
| 155|Typ|LVC_S_DATA | 0|04/07/2014|20:06:24| 4096| |
| 156|Typ|LVC_S_ROID | 0|10/14/1999|21:58:04| 2048| |
| 157|Prg|CL_DB6_GUI_UTILS==============CP | 157|04/08/2014|06:44:12| 8192|E |
| 158|Typ|ARFCSDATA | 0|04/07/2014|19:49:36| 6144| |
| 159|Prg|IF_DATAPTABLECACHE_MODIFY=====IP | 79|02/18/2005|14:15:28| 4096|E |
| 160|Prg|IF_DATAPTABLECACHE_MODIFY2====IP | 65|02/18/2005|14:12:59| 4096|E |
| 161|Prg|%_CCNDP | 65|02/18/2005|14:15:28| 11264|E |
| 162|Prg|IF_CACHED_PROP================IP | 65|02/18/2005|14:12:55| 3072|E |
| 163|Prg|IF_GUI_DYNAMIC_DATA===========IP | 65|02/18/2005|14:13:18| 3072|E |
| 164|Prg|SAPFGUICNTL_CFW | 38|06/10/2008|17:22:14| 12288|E |
| 165|Prg|CL_DBA_NAV_HISTORY============CP | 165|04/08/2014|08:48:55| 18432|E |
| 166|Prg|SAPLSDBADIAG | 166|04/08/2014|08:48:13| 30720|E |
| 167|Prg|CL_DBA_CORE_CONSTANTS=========CP | 167|04/08/2014|14:34:30| 13312|E |
| 168|Prg|CL_DBA_COCKPIT_AUTHORITY======CP | 168|04/08/2014|08:48:35| 16384|E |
| 169|Prg|CL_DBA_ACTION=================CP | 169|04/08/2014|17:29:45| 117760|E |
| 170|Prg|CL_DBA_USER_SESSION===========CP | 170|04/08/2014|14:34:31| 43008|E |
| 171|Prg|CL_PERS_ADMIN=================CP | 171|04/08/2014|08:53:35| 41984|E |
| 172|Prg|CL_PERS_DEFAULT_ACCESS========CP | 172|04/08/2014|06:49:07| 39936|E |
| 173|Prg|CL_PERS_DEFAULT_TABLE=========CP | 173|04/08/2014|06:49:07| 19456|E |
| 174|Typ|SPERS_REG | 0|04/07/2014|20:20:21| 4096| |
| 175|Prg|CL_PERS_OBJECT_DATA===========CP | 175|04/08/2014|08:53:35| 57344|E |
| 176|Typ|DD07V | 0|04/08/2014|22:33:42| 3072| |
| 177|Prg|SAPLSDEX | 177|09/09/2004|14:20:42| 31744|E |
| 178|Typ|DD07L | 0|04/07/2014|19:54:14| 2048| |
| 179|Prg|CL_ABAP_SYST==================CP | 179|04/08/2014|08:36:45| 10240|E |
| 180|Prg|CL_PERS_OBJECT_DATA_BUFFER====CP | 180|04/08/2014|06:49:10| 41984|E |
| 181|Prg|CL_PERS_OBJECT_TYPE===========CP | 181|04/08/2014|06:49:11| 7168|E |
| 182|Prg|CL_PERS_DIALOG================CP | 182|04/08/2014|06:49:08| 7168|E |
| 183|Prg|%_CABAP | 54|04/08/2014|14:58:33| 30720|E |
| 184|Prg|CL_DBA_WD_NAV_ASSISTANCE======CP | 184|04/08/2014|14:34:31| 48128|E |
| 185|Prg|CL_WD_COMPONENT_ASSISTANCE====CP | 185|04/08/2014|09:06:21| 16384|E |
| 186|Typ|DBAUSERPROF | 0|04/25/2008|14:00:23| 2048| |
| 187|Prg|IF_ABAP_DATA_TYPE_HANDLE======IP | 54|04/08/2014|14:50:48| 3072|E |
| 188|Prg|SAPLSPERS_REMOTE | 188|04/08/2014|06:43:57| 36864|E |
| 189|Typ|SPERS_OBJ | 0|04/07/2014|20:20:21| 3072| |
| 190|Typ|SPERS_SEL | 0|04/07/2014|20:20:21| 2048| |
| 191|Prg|/1BCDWBEN/SAPLSEN0005 | 191|04/04/2014|18:03:33| 290816|E |
| 192|Prg|SAPLSENA | 192|04/08/2014|04:51:22| 34816|E |
| 193|Prg|/1BCDWBEN/SAPLSEN0004 | 193|01/05/2006|12:35:05| 282624|E |
| 194|Prg|SAPLSYDB | 194|04/08/2014|14:49:11| 54272|E |
| 195|Prg|CL_DBA_GUI_NAVIGATOR==========CP | 195|04/08/2014|08:48:49| 22528|E |
| 196|Prg|CL_GUI_SPLITTER_CONTAINER=====CP | 196|04/08/2014|08:45:24| 60416|E |
| 197|Prg|CL_GUI_SIMPLE_CONTAINER=======CP | 197|02/28/2005|21:00:47| 35840|E |
| 198|Prg|CL_DBA_GUI_SYSTEMS_TB=========CP | 198|04/08/2014|08:48:50| 41984|E |
| 199|Prg|CL_GUI_TOOLBAR================CP | 199|04/08/2014|08:45:32| 53248|E |
| 200|Prg|CL_CTXMNU_MGR=================CP | 200|06/10/2008|17:17:58| 16384|E |
| 201|Typ|STB_BTNMNU | 0|12/04/2000|12:53:55| 2048| |
| 202|Prg|CL_DBA_GUI_SYSTEM_LANDSCAPE===CP | 202|04/08/2014|08:48:51| 28672|E |
| 203|Prg|CL_DBA_GUI_SELECTOR===========CP | 203|04/08/2014|08:48:50| 30720|E |
| 204|Prg|CL_DB6_BUTTON_MENU============CP | 204|04/08/2014|08:47:12| 19456|E |
| 205|Prg|CL_DBA_GUI_LAUNCHPAD==========CP | 205|04/08/2014|08:48:48| 33792|E |
| 206|Prg|CL_GUI_COLUMN_TREE============CP | 206|04/08/2014|08:44:46| 160768|E |
| 207|Prg|CL_ITEM_TREE_CONTROL==========CP | 207|04/08/2014|08:48:14| 107520|E |
| 208|Prg|CL_TREE_CONTROL_BASE==========CP | 208|04/08/2014|09:00:11| 116736|E |
| 209|Typ|DBA_BUTTON_MENU_ENTRY | 0|04/07/2014|19:54:08| 2048| |
| 210|Prg|CL_ALL_DB_ACTION==============CP | 210|04/08/2014|06:29:36| 28672|E |
| 211|Typ|DBA_ACTION_DESCR | 0|04/07/2014|19:54:07| 6144| |
| 212|Prg|CL_DBA_CONFIG=================CP | 212|04/08/2014|14:34:30| 67584|E |
| 213|Typ|DB6ADMACTREF | 0|04/07/2014|19:54:01| 2048| |
| 214|Typ|DBA_NAV_ACTION_ASSIGNMENT | 0|04/07/2014|19:54:09| 2048| |
| 215|Typ|TREEV_NODE | 0|04/07/2014|20:25:23| 4096| |
| 216|Typ|DB6NAVTREE | 0|02/14/2002|14:03:44| 5120| |
| 217|Prg|CL_DBA_GUI_SYSTEM_DATA========CP | 217|04/08/2014|08:48:50| 32768|E |
| 218|Prg|CL_DBA_GUI_SUBSCREEN==========CP | 218|04/08/2014|06:45:30| 20480|E |
| 219|Prg|CL_DBA_GUI_RESET_DATA=========CP | 219|04/08/2014|06:45:29| 13312|E |
| 220|Prg|CL_DBA_SELECTION_TIMEFRAME====CP | 220|04/08/2014|08:49:09| 14336|E |
| 221|Prg|CL_DB6_DBCON==================CP | 221|04/08/2014|14:34:27| 62464|E |
| 222|Typ|DBA_DBCON_ATTRIBUTE | 0|04/07/2014|19:54:08| 4096| |
| 223|Typ|DBA_PARAM_VALUE | 0|04/07/2014|19:54:09| 2048| |
| 224|Prg|CL_DBA_DBCON_AUTHORITY========CP | 224|04/08/2014|08:48:42| 16384|E |
| 225|Prg|CL_DB6_DBCON_AUTHORITY========CP | 225|04/08/2014|06:43:56| 7168|E |
| 226|Prg|IF_DBA_AUTHORITY==============IP | 224|04/08/2014|07:30:18| 4096|E |
| 227|Prg|CL_DBA_SYSTEM_AUTHORITY=======CP | 227|04/08/2014|06:45:48| 14336|E |
| 228|Prg|CX_SY_CREATE_OBJECT_ERROR=====CP | 228|04/08/2014|09:11:16| 8192|E |
| 229|Prg|CX_SY_CREATE_ERROR============CP | 229|07/05/2005|13:10:16| 7168|E |
| 230|Prg|CL_DB6_ACTION=================CP | 230|04/08/2014|17:29:43| 142336|E |
| 231|Prg|CL_DBA_SOLMAN=================CP | 231|04/08/2014|14:34:31| 34816|E |
| 232|Prg|CL_WD_UTILITIES===============CP | 232|04/08/2014|17:29:12| 19456|E |
| 233|Prg|WDR_TASK======================CP | 233|04/08/2014|09:12:33| 7168|E |
| 234|Prg|CL_WDR_UTILITIES==============CP | 234|04/08/2014|14:32:55| 107520|E |
| 235|Prg|CL_HTTP_SERVER================CP | 235|04/08/2014|14:34:52| 209920|E |
| 236|Prg|IF_HTTP_SERVER================IP | 235|04/08/2014|14:52:26| 12288|E |
| 237|Prg|CL_HTTP_UTILITY===============CP | 237|04/08/2014|08:47:16| 32768|E |
| 238|Prg|SAPLTHFB2 | 238|04/08/2014|14:49:51| 323584|E |
| 239|Prg|SAPLSHTTP | 239|04/08/2014|08:45:48| 248832|E |
| 240|Prg|CL_ICF_TREE===================CP | 240|04/08/2014|14:34:53| 371712|E |
| 241|Typ|ICFALIAS | 0|04/07/2014|19:25:55| 15360| |
| 242|Prg|SAPLSUSE | 242|04/08/2014|08:57:29| 144384|E |
| 243|Typ|DBA_XCHG_DBA_COCKPIT | 0|04/07/2014|19:54:10| 2048| |
| 244|Prg|SAPLSDBI_DBCON | 244|04/08/2014|14:55:27| 17408|E |
| 245|Prg|SAPLSECSTORE | 245|04/08/2014|08:49:59| 70656|E |
| 246|Typ|BAPIRET2 | 0|04/07/2014|19:50:08| 4096| |
| 247|Prg|SAPLBFRT | 247|09/09/2004|14:18:33| 15360|E |
| 248|Prg|SAPLBDLS | 248|04/08/2014|08:35:49| 293888|E |
| 249|Typ|T000 | 0|04/07/2014|20:21:59| 4096| |
| 250|Prg|CL_DB6_CON====================CP | 250|04/08/2014|08:47:19| 15360|E |
| 251|Typ|DBA_MSG | 0|04/07/2014|19:54:08| 2048| |
| 252|Prg|CL_DB6_ADVISOR================CP | 252|04/08/2014|08:47:03| 69632|E |
| 253|Prg|CL_DB6_CALENDAR_TOOL==========CP | 253|04/08/2014|14:34:27| 46080|E |
| 254|Prg|CL_DBA_FORMAT=================CP | 254|04/08/2014|17:29:45| 36864|E |
| 255|Typ|LVC_S_QINF | 0|02/14/2002|14:03:56| 3072| |
| 256|Typ|SRFC_SMETH | 0|11/06/2003|20:31:19| 2048| |
| 257|Prg|SAPMSSY0 | 257|04/08/2014|09:26:55| 86016|E |
| 258|Prg|SAPLSPIAGENTCW | 258|04/08/2014|06:44:14| 10240|E |
| 259|Prg|SAPLSPILS | 259|04/08/2014|06:44:19| 58368|E |
| 260|Prg|CL_OS_TRANSACTION_END_NOTIFIERCP | 260|07/05/2005|13:05:25| 6144|E |
| 261|Prg|CL_SYSTEM_TRANSACTION_STATE===CP | 261|04/08/2014|14:35:34| 112640|E |
| 262|Prg|CL_DB6_RDI====================CP | 262|04/08/2014|08:47:55| 565248|E |
| 263|Prg|CL_DB6_SQLMON=================CP | 263|04/08/2014|17:29:45| 78848|E |
| 264|Prg|CL_DB6_SAPTOOLS_SETUP=========CP | 264|04/08/2014|08:48:02| 17408|E |
| 265|Prg|CL_DB6_DEADLOCK_EVMON=========CP | 265|04/08/2014|06:44:06| 69632|E |
| 266|Prg|%_CDB6CC | 262|04/08/2014|09:23:46| 269312|E |
| 267|Prg|CL_DB6_SYSCAT=================CP | 267|04/08/2014|08:48:06| 139264|E |
| 268|Prg|CL_SQL_STATEMENT==============CP | 268|04/08/2014|09:07:00| 34816|E |
| 269|Prg|CL_SQL_PARAMETERS=============CP | 269|04/08/2014|09:06:59| 17408|E |
| 270|Prg|CL_SQL_RESULT_SET=============CP | 270|04/08/2014|14:35:19| 32768|E |
| 271|Prg|CL_DB6_RDI_QUERY==============CP | 271|04/08/2014|14:34:28| 146432|E |
| 272|Prg|CL_DBA_RDI_QUERY==============CP | 272|04/08/2014|17:29:46| 326656|E |
| 273|Prg|CL_DB6_WLM====================CP | 273|04/08/2014|08:48:13| 100352|E |
| 274|Prg|RSDB6CALC | 262|04/08/2014|17:35:02| 93184|E |
| 275|Typ|DB6TSTAMP_STRUCT | 0|04/07/2014|19:54:04| 2048| |
| 276|Typ|DB6PMSD | 0|04/07/2014|19:54:03| 28672| |
| 277|Typ|DB6TABFIELD | 0|08/28/2007|12:25:42| 2048| |
| 278|Prg|CX_SY_CONVERSION_NO_NUMBER====CP | 278|06/06/2001|13:11:16| 8192|E |
| 279|Prg|CX_SY_DYN_CALL_ILLEGAL_METHOD=CP | 279|07/05/2005|13:10:16| 9216|E |
| 280|Prg|CX_SY_DYN_CALL_ERROR==========CP | 280|07/05/2005|13:10:16| 8192|E |
| 281|Prg|CL_DB6_TOOL===================CP | 281|04/08/2014|08:48:09| 23552|E |
| 282|Prg|CL_DBA_DATABASE===============CP | 282|04/08/2014|08:48:39| 25600|E |
| 283|Prg|CL_DB6_DATABASE===============CP | 283|04/08/2014|14:34:27| 58368|E |
| 284|Prg|CL_DBA_DISTRIBUTED_DATABASE===CP | 284|04/08/2014|08:48:46| 12288|E |
| 285|Prg|IF_DBA_DATABASE===============IP | 282|04/08/2014|09:15:05| 7168|E |
| 286|Prg|CL_DBA_IMAGE==================CP | 286|04/08/2014|08:48:51| 67584|E |
| 287|Prg|CL_DBA_DATABASE_AUTHORITY=====CP | 287|04/08/2014|06:45:17| 11264|E |
| 288|Prg|CL_DB6_DATABASE_AUTHORITY=====CP | 288|04/08/2014|08:47:21| 15360|E |
| 289|Typ|DB6PMCM_PAR | 0|04/07/2014|19:54:03| 3072| |
| 290|Typ|DB6PARAM_DESCR | 0|08/28/2007|12:25:41| 2048| |
| 291|Typ|DB6MONELEM | 0|04/07/2014|19:54:02| 2048| |
| 292|Typ|DBA_NODE | 0|04/07/2014|19:54:09| 3072| |
| 293|Typ|DBADBREF | 0|04/07/2014|19:54:07| 2048| |
| 294|Typ|DB6PMCD_PAR | 0|04/07/2014|19:54:02| 3072| |
| 295|Typ|DB6PMCN | 0|04/07/2014|19:54:02| 3072| |
| 296|Prg|RSDB6IMAGE | 283|04/08/2014|09:25:24| 88064|E |
| 297|Prg|CL_DB6_IMAGE==================CP | 297|04/08/2014|08:47:47| 18432|E |
| 298|Prg|CL_DB6_RDI_META===============CP | 298|04/08/2014|17:29:44| 1403904|E |
| 299|Prg|CL_DBA_RDI_META===============CP | 299|04/08/2014|14:34:30| 252928|E |
| 300|Prg|CL_SQL_METADATA_DB6===========CP | 300|04/08/2014|07:09:47| 29696|E |
| 301|Prg|CL_SQL_METADATA===============CP | 301|08/28/2007|11:28:52| 23552|E |
| 302|Prg|%_CADBC | 47|04/08/2014|07:29:19| 11264|E |
| 303|Prg|CL_DBA_DBH_SETUP==============CP | 303|04/08/2014|08:48:44| 44032|E |
| 304|Prg|CL_DB6_DBH_SETUP==============CP | 304|04/08/2014|08:47:35| 51200|E |
| 305|Prg|CL_DB6_CONFIG=================CP | 305|04/08/2014|14:34:27| 24576|E |
| 306|Prg|CL_DBA_RDI====================CP | 306|04/08/2014|14:34:30| 9216|E |
| 307|Prg|CL_DBA_RDI_DESCRIBE===========CP | 307|04/08/2014|14:34:30| 27648|E |
| 308|Prg|CL_DB6_RDI_DESCRIBE===========CP | 308|04/08/2014|08:47:59| 17408|E |
| 309|Typ|DBA_RDI_META_STATISTICS | 0|04/07/2014|19:54:09| 2048| |
| 310|Typ|DBA_RDI_COLL_CLASS | 0|04/07/2014|19:54:09| 3072| |
| 311|Typ|DBA_RDI_META_UIDESCR_FIELD | 0|04/07/2014|19:54:09| 2048| |
| 312|Typ|DBA_RDI_VIEW | 0|04/07/2014|19:54:09| 3072| |
| 313|Prg|CL_DB6_DBH_DATABASE===========CP | 313|04/08/2014|08:47:27| 23552|E |
| 314|Prg|CL_DB6_DBH_COLLECTOR==========CP | 314|04/08/2014|14:34:27| 187392|E |
| 315|Prg|CL_DB6_DBH_EXTRACTOR==========CP | 315|04/08/2014|08:47:30| 26624|E |
| 316|Prg|CL_DBA_DBH_EXTRACTOR==========CP | 316|04/08/2014|08:48:43| 33792|E |
| 317|Prg|IF_DBA_DBH_COLLECTOR==========IP | 299|04/08/2014|09:15:06| 14336|E |
| 318|Prg|IF_DBA_DBH_EXTRACTOR==========IP | 54|04/08/2014|07:30:18| 10240|E |
| 319|Prg|CL_DBA_RDI_DBO================CP | 319|04/08/2014|08:49:02| 13312|E |
| 320|Typ|DBA_RDI_DBO_EXISTS | 0|04/07/2014|19:54:09| 2048| |
| 321|Typ|DB6_DBH_MANAGED_TABLE | 0|04/07/2014|19:54:04| 2048| |
| 322|Prg|CL_DB6_DBH_WLM_STATISTICS=====CP | 322|04/08/2014|08:47:39| 207872|E |
| 323|Prg|CL_DB6_DBH_COLLECTOR_EVMON====CP | 323|04/08/2014|08:47:26| 44032|E |
| 324|Prg|CL_DB6_SAPEVENTMON_SETUP======CP | 324|04/08/2014|08:48:02| 24576|E |
| 325|Prg|CL_DB6_WLM_EVMONS=============CP | 325|04/08/2014|06:44:41| 58368|E |
| 326|Typ|DBA_RDI_VIEW_DEP | 0|04/07/2014|19:54:09| 2048| |
| 327|Prg|CL_DB6_TASK_SCHEDULER_NATIVE==CP | 327|04/08/2014|14:34:29| 52224|E |
| 328|Prg|CL_DB6_TASK_SCHEDULER=========CP | 328|04/08/2014|14:34:29| 13312|E |
| 329|Prg|CL_DBA_TASK_SCHEDULER=========CP | 329|04/08/2014|08:49:14| 11264|E |
| 330|Prg|CL_DB6_TASK_SCHEDULER_EXTERNALCP | 330|04/08/2014|08:48:08| 51200|E |
| 331|Prg|CL_DB6_DBH_DIAG_LOG_ERRMSG====CP | 331|04/08/2014|08:47:29| 56320|E |
| 332|Prg|CL_DB6_DBH_DIAG_LOG===========CP | 332|04/08/2014|14:34:28| 272384|E |
| 333|Typ|DBA_DBH_DBCOLL_OPTION | 0|04/07/2014|19:54:08| 4096| |
| 334|Typ|DBAKEYVAL | 0|08/28/2007|12:25:43| 2048| |
| 335|Typ|DB6_DBH_TABLE | 0|04/07/2014|19:54:04| 3072| |
| 336|Typ|DB6_DBH_INDEX | 0|04/07/2014|19:54:04| 2048| |
| 337|Typ|DB6_DBH_TABLE_ATTRIBUTE | 0|04/07/2014|19:54:05| 2048| |
| 338|Typ|DB6_DBH_ROUTINE | 0|04/07/2014|19:54:04| 4096| |
| 339|Prg|CL_DBA_WD_GC_ASSISTANT========CP | 339|04/08/2014|17:29:46| 16384|E |
| 340|Typ|DBA_RDI_META_SRC_FIELD | 0|04/07/2014|19:54:09| 8192| |
| 341|Typ|DBA_RDI_META_SRC | 0|04/07/2014|19:54:09| 2048| |
| 342|Typ|DBA_RDI_VARIABLE | 0|04/07/2014|19:54:09| 3072| |
| 343|Typ|DBA_RDI_META_SRC_PARAM | 0|04/07/2014|19:54:09| 4096| |
| 344|Typ|DBA_RDI_META_COLL_SRC | 0|04/07/2014|19:54:09| 3072| |
| 345|Prg|CL_ABAP_MATCHER===============CP | 345|04/08/2014|06:28:13| 26624|E |
| 346|Prg|CL_ABAP_REGEX=================CP | 346|04/08/2014|06:28:17| 10240|E |
| 347|Typ|DB6_DBH_STMT | 0|04/07/2014|19:54:05| 2048| |
| 348|Typ|DB6_DBH_COLLECTOR | 0|04/07/2014|19:54:04| 6144| |
| 349|Typ|DB6NAVSYST | 0|04/07/2014|19:17:52| 8192| |
| 350|Typ|DBA_RDI_META_FIELDDESCR | 0|04/07/2014|19:54:09| 2048| |
| 351|Prg|CL_DB6_DBH_BUFFERPOOLS========CP | 351|04/08/2014|08:47:23| 23552|E |
| 352|Prg|CL_DB6_DBH_CLUSTER_FACILITY===CP | 352|04/08/2014|14:34:27| 24576|E |
| 353|Prg|CL_DB6_DBH_CONFIGURATION======CP | 353|04/08/2014|08:47:27| 28672|E |
| 354|Prg|CL_DB6_DBH_COMPRESSION========CP | 354|04/08/2014|14:34:28| 63488|E |
| 355|Prg|CL_DB6_DBH_CONTAINERS=========CP | 355|04/08/2014|08:47:27| 23552|E |
| 356|Prg|CL_DB6_DBH_HADR===============CP | 356|04/08/2014|14:45:01| 23552|E |
| 357|Prg|CL_DB6_DBH_INDEXES_PERF=======CP | 357|04/08/2014|14:34:28| 28672|E |
| 358|Prg|CL_DB6_DBH_INDEXES============CP | 358|04/08/2014|08:47:31| 108544|E |
| 359|Prg|CL_DB6_DBH_LATCH_WAIT=========CP | 359|04/08/2014|14:34:28| 24576|E |
| 360|Prg|CL_DB6_DBH_MEMORY=============CP | 360|04/08/2014|08:47:32| 23552|E |
| 361|Prg|CL_DB6_DBH_PKG_CACHE==========CP | 361|04/08/2014|08:47:33| 118784|E |
| 362|Prg|CL_DB6_DBH_RESOURCES==========CP | 362|04/08/2014|08:47:34| 23552|E |
| 363|Prg|CL_DB6_DBH_TABLES_PERF========CP | 363|04/08/2014|14:34:28| 28672|E |
| 364|Prg|CL_DB6_DBH_TABLES=============CP | 364|04/08/2014|08:47:36| 110592|E |
| 365|Typ|DBA_DBH_TOP_METRIC | 0|04/07/2014|19:54:08| 2048| |
| 366|Prg|CL_DB6_DBH_TABLESPACES========CP | 366|04/08/2014|08:47:36| 31744|E |
| 367|Prg|CL_DB6_DBH_TABLESPACES_STOR===CP | 367|04/08/2014|14:34:28| 27648|E |
| 368|Prg|CL_DB6_DBH_WLM_METRICS========CP | 368|04/08/2014|06:44:04| 31744|E |
| 369|Prg|CL_DB6_DBH_WLM_THRVIOLATIONS==CP | 369|04/08/2014|08:47:40| 43008|E |
| 370|Prg|CL_ABAP_STRING_UTILITIES======CP | 370|04/08/2014|08:36:42| 7168|E |
| 371|Prg|CL_SYB_RDI_META===============CP | 371|04/08/2014|17:30:01| 647168|E |
| 372|Typ|DBA_RDI_META_DDIC_SRC | 0|04/07/2014|19:54:09| 3072| |
| 373|Typ|DBA_RDI_META_DDIC_STMT | 0|04/07/2014|19:54:09| 3072| |
| 374|Typ|DBA_RDI_META_PARAM | 0|04/07/2014|19:54:09| 2048| |
| 375|Prg|CL_DBA_RDI_SETUP==============CP | 375|04/08/2014|17:29:46| 43008|E |
| 376|Prg|CL_DB6_RDI_SETUP==============CP | 376|04/08/2014|08:48:01| 36864|E |
| 377|Prg|CL_DB6_RDI_DBO_ROUTINE========CP | 377|04/08/2014|08:47:58| 35840|E |
| 378|Prg|CL_DB6_RDI_DBO================CP | 378|04/08/2014|08:47:57| 14336|E |
| 379|Prg|IF_DBA_RDI_DBO================IP | 319|04/08/2014|17:40:24| 4096|E |
| 380|Typ|DBA_RDI_DBO | 0|04/07/2014|19:54:09| 2048| |
| 381|Prg|CL_DB6_RDI_DBO_TABLE==========CP | 381|04/08/2014|08:47:59| 41984|E |
| 382|Prg|CL_DB6_RDI_DBO_INDEX==========CP | 382|04/08/2014|08:47:58| 31744|E |
| 383|Prg|CL_DB6_RDI_DBO_VIEW===========CP | 383|04/08/2014|08:47:59| 24576|E |
| 384|Prg|IF_DBA_RDI_QUERY==============IP | 272|04/08/2014|17:40:25| 18432|E |
| 385|Prg|CL_DBA_ALERTING===============CP | 385|04/08/2014|14:45:08| 37888|E |
| 386|Prg|CL_DB6_ALERTING===============CP | 386|04/08/2014|14:45:00| 13312|E |
| 387|Prg|CL_DBA_ALERTING_EVALUATOR=====CP | 387|04/08/2014|14:45:08| 15360|E |
| 388|Prg|CL_DB6_ALERTING_EXTRACTOR=====CP | 388|04/08/2014|17:29:44| 69632|E |
| 389|Prg|CL_DBA_ALERTING_EXTRACTOR=====CP | 389|04/08/2014|17:29:45| 59392|E |
| 390|Prg|CX_DBA_DBH_SETUP==============CP | 390|04/08/2014|09:10:19| 20480|E |
| 391|Prg|CL_RSDB6_MDC_ADVISOR==========CP | 391|04/08/2014|15:03:55| 226304|E |
| 392|Prg|IF_DB6_MDC_ADVISOR============IP | 230|04/08/2014|07:30:15| 5120|E |
| 393|Prg|CL_RSDB6_BW_HEALTH_CHECK======CP | 393|04/08/2014|10:01:05| 68608|E |
| 394|Prg|IF_DB6_BW_HEALTH_CHECK========IP | 230|04/08/2014|07:30:13| 3072|E |
| 395|Prg|CL_RSDB6_DBACOCKPIT_RECLUSTER=CP | 395|04/08/2014|10:01:06| 55296|E |
| 396|Prg|IF_DB6_RECLUSTERING===========IP | 230|04/08/2014|07:30:15| 5120|E |
| 397|Prg|CL_RSDB6_RECLUSTERING_WIZARD==CP | 397|04/08/2014|10:01:12| 86016|E |
| 398|Prg|IF_DB6_RECLUSTERING_WIZARD====IP | 230|04/08/2014|07:30:15| 7168|E |
| 399|Prg|IF_DB6_BW_NLS_CONFIG==========IP | 169|04/08/2014|07:30:13| 5120|E |
| 400|Prg|CL_RSDA_DB6_CONFIGURATOR======CP | 400|04/08/2014|10:00:47| 28672|E |
| 401|Prg|IF_DB6_BW_NLS_OBJECTS=========IP | 169|04/08/2014|07:30:13| 5120|E |
| 402|Prg|CL_RSDA_DB6_OBJECTS_VIEWER====CP | 402|04/08/2014|10:00:51| 59392|E |
| 403|Prg|IF_DB6_BW_NLS_SYNC============IP | 169|04/08/2014|07:30:13| 6144|E |
| 404|Prg|CL_RSDA_DB6_SYNC_CHECKER======CP | 404|04/08/2014|10:00:52| 61440|E |
| 405|Prg|CL_DBA_ACTION_WD_DBA_COCKPIT==CP | 405|04/08/2014|08:48:30| 29696|E |
| 406|Prg|CL_DBA_ACTION_CONTROLLER======CP | 406|04/08/2014|14:34:29| 44032|E |
| 407|Prg|IF_DB6_ACTION_CONTROLLER======IP | 3|04/08/2014|17:40:24| 13312|E |
| 408|Prg|IF_DBA_SELECTION_TIMEFRAME====IP | 3|04/08/2014|14:51:34| 5120|E |
| 409|Prg|CX_SY_MOVE_CAST_ERROR=========CP | 409|07/05/2005|13:10:16| 8192|E |
| 410|Prg|IF_DB6_SELECTION_MEMBER=======IP | 3|04/08/2014|07:30:16| 3072|E |
| 411|Prg|IF_DBA_DBH_STATUS=============IP | 3|04/08/2014|14:51:33| 3072|E |
| 412|Prg|IF_DB6_SELECTION_DRILLDOWN====IP | 3|04/08/2014|09:15:05| 3072|E |
| 413|Prg|IF_DB6_ACTION_CONTROLLER_RANGEIP | 3|04/08/2014|07:30:12| 5120|E |
| 414|Prg|SAPLSDBACCMS | 414|04/08/2014|14:41:37| 172032|E |
| 415|Typ|DB6NAVCTRL | 0|04/07/2014|19:54:02| 10240| |
| 416|Prg|IF_DBA_DISTRIBUTED_DATABASE===IP | 3|04/08/2014|09:15:06| 5120|E |
| 417|Prg|CL_DBA_GUI_SCREEN_CONTROL=====CP | 417|04/08/2014|08:48:49| 12288|E |
| 418|Prg|CL_GUI_EASY_SPLITTER_CONTAINERCP | 418|04/08/2014|08:44:50| 33792|E |
| 419|Prg|CL_GUI_TEXTEDIT===============CP | 419|04/08/2014|08:45:30| 138240|E |
| 420|Typ|TEXTPOOL | 0|07/10/1997|00:11:35| 2048| |
| 421|Prg|%_CTXTED | 47|02/18/2005|14:16:07| 4096|E |
| 422|Prg|CL_GUI_CUSTOM_CONTAINER=======CP | 422|04/08/2014|08:44:49| 37888|E |
| 423|Prg|CL_GUI_HTML_VIEWER============CP | 423|04/08/2014|08:45:18| 120832|E |
| 424|Prg|SAPLSYGU | 424|04/08/2014|08:55:34| 18432|E |
| 425|Prg|%_CCNHT | 47|02/18/2005|14:15:17| 6144|E |
| 426|Prg|SSO2GETPARAM | 423|11/06/2003|20:57:30| 16384|E |
| 427|Prg|SAPLSSFG | 427|04/08/2014|08:53:29| 150528|E |
| 428|Typ|SSFARGS | 0|04/07/2014|20:21:02| 4096| |
| 429|Typ|PARMVALUES | 0|01/03/1996|15:26:26| 2048| |
| 430|Prg|SAPLSPFC | 430|04/08/2014|14:41:37| 260096|E |
| 431|Prg|CL_SPFL_PROFILE_PARAMETER=====CP | 431|04/08/2014|14:46:27| 68608|E |
| 432|Typ|SYST | 0|04/07/2014|20:22:02| 28672| |
| 433|Typ|DBA_ACTION_CTRL | 0|04/07/2014|19:54:08| 3072| |
| 434|Typ|SCREEN | 0|05/18/2004|14:07:14| 4096| |
| 435|Prg|CL_ADA_ACTION=================CP | 435|04/08/2014|08:37:01| 79872|E |
----------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------------------
|Directory of Application Tables |
----------------------------------------------------------------------------------------------------
|Name Date Time Lngth |
| Val. |
----------------------------------------------------------------------------------------------------
|Program SAPLSDB6CCMS2 |
----------------------------------------------------------------------------------------------------
|SYST / / : : 00002408 |
| \0\0\0\0\0\0\0\0\0\0\0\x12\0\0\0\x01\0\0\0\0\0\0\0\0\0\0\0 |
|SY / / : : 00002408 |
| \0\0\0\0\0\0\0\0\0\0\0\x12\0\0\0\x01\0\0\0\0\0\0\0\0\0\0\0 |
----------------------------------------------------------------------------------------------------
|Program CL_GUI_PROPS_CONSUMER=========CP |
----------------------------------------------------------------------------------------------------
|EUDB / / : : 00003940 |
| %C534C05FFD5611CB0E1008000A7EEAE18 \0\0\0\0 |
----------------------------------------------------------------------------------------------------
|Program SAPLOLEA |
----------------------------------------------------------------------------------------------------
|TOLE / / : : 00000197 |
| SAP.DATAPROVIDER.1 {799104C5-04C5-11D0- |
----------------------------------------------------------------------------------------------------
|Program CL_GUI_FRONTEND_SERVICES======CP |
----------------------------------------------------------------------------------------------------
|EUDB / / : : 00003940 |
| FE534C05FFD5611CB0E1008000A7EEAE18 \0\0\0\0 |
----------------------------------------------------------------------------------------------------
|Program SAPLICON |
----------------------------------------------------------------------------------------------------
|ICONT / / : : 00000065 |
| |
----------------------------------------------------------------------------------------------------
|Program SAPFS_SECLOG |
----------------------------------------------------------------------------------------------------
|INDX / / : : 00003000 |
| 100%L%_SeclogActiveFlag_% \0\0\0\0 00000000 |
----------------------------------------------------------------------------------------------------
|Program SAPLSLVC |
----------------------------------------------------------------------------------------------------
|EUINFO / / : : 00003096 |
| %FDB6PMMSGWINE LONGTXT \0\0\0\0 |
----------------------------------------------------------------------------------------------------
|Program SAPLCNDP |
----------------------------------------------------------------------------------------------------
|EUDB / / : : 00003940 |
| DPDB6NAVTREE \0\0\0\0 |
----------------------------------------------------------------------------------------------------
|Program SAPLSDEX |
----------------------------------------------------------------------------------------------------
|DD07L / / : : 00000060 |
| SPERS_TYPE A00030000 |
----------------------------------------------------------------------------------------------------
|Program SAPLBDLS |
----------------------------------------------------------------------------------------------------
|T000 / / : : 00000107 |
| 100Master PRD client Rancho Cordova USD |
----------------------------------------------------------------------------------------------------
|Program SAPLSSFG |
----------------------------------------------------------------------------------------------------
|SSFARGS / / : : 00000867 |
| |
----------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------------------
|ABAP Control Blocks (CONT) |
----------------------------------------------------------------------------------------------------
|Index|Name|Fl|PAR0|PAR1|PAR2|PAR3|PAR4|PAR5|PAR6|Source Code |Line |
----------------------------------------------------------------------------------------------------
|20140|8451| | | | | | | | | | |
| 4291|MOVE|FF|0015|C00A|C003| | | | |CL_GUI_HTML_VIEWER============CM015 | 43|
| 4293|COND|23|C006| | | | | | |CL_GUI_HTML_VIEWER============CM015 | 48|
| 4294|PAR1|82|0000| | | | | | |CL_GUI_HTML_VIEWER============CM015 | 48|
| 4295|PAR1|82|C004| | | | | | |CL_GUI_HTML_VIEWER============CM015 | 48|
| 4296|PAR1|82|0096| | | | | | |CL_GUI_HTML_VIEWER============CM015 | 48|
| 4297|PAR1|82|C009| | | | | | |CL_GUI_HTML_VIEWER============CM015 | 48|
| 4298|PAR1|82|003A| | | | | | |CL_GUI_HTML_VIEWER============CM015 | 48|
| 4299|PAR1|82|C00A| | | | | | |CL_GUI_HTML_VIEWER============CM015 | 48|
| 4300|PAR1|82|0097| | | | | | |CL_GUI_HTML_VIEWER============CM015 | 48|
| 4301|PAR1|83|0098| | | | | | |CL_GUI_HTML_VIEWER============CM015 | 48|
| 4302|CALY|00|01ED|0099|0013|0005|009A|0000|0000|CL_GUI_HTML_VIEWER============CM015 | 52|
|>>>>>|CALY|02|0000|009B|009C|0000|0000|0000|0000|CL_GUI_HTML_VIEWER============CM015 | 52|
| 4310|CALY|02|0000|009D|C005|0000|0000|0000|0000|CL_GUI_HTML_VIEWER============CM015 | 52|
| 4314|BREL|04|0000| | | | | | |CL_GUI_HTML_VIEWER============CM015 | 59|
| 4315|cmpr|00|00EA|001F|0000| | | | |CL_GUI_HTML_VIEWER============CM015 | 60|
| 4317|BRAN|02|0002| | | | | | |CL_GUI_HTML_VIEWER============CM015 | 60|
| 4318|BRAX|00|0003| | | | | | |CL_GUI_HTML_VIEWER============CM015 | 60|
| 4319|BREL|80|0000| | | | | | |CL_GUI_HTML_VIEWER============CM015 | 60|
| 4320|BRAX|00|0023| | | | | | |CL_GUI_HTML_VIEWER============CM015 | 61|
----------------------------------------------------------------------------------------------------

Accepted Solutions (1)

Accepted Solutions (1)

Reagan
Advisor
Advisor
0 Kudos

What OS and DB are you using ?

Check whether you are using a supported OS and DB for kernel 740.

https://service.sap.com/sap/support/pam?hash=s%3D%26filter%3D%26o%3Dmost_viewed%257Cdesc%26st%3Dl%26...

Have you tried updating the kernel to the latest patch level ? you may try that.

Regards

RB

Former Member
0 Kudos

Hi RB,

Thanks for the response!!

OS- AIX 7.1 and DB - 9.7 but the kernel release is 720 and we have not yet updated the kernel.

Regards,

PB


Former Member
0 Kudos

RB,

Sorry for the Typo error, Kernel release is 740 sp level is 27

Reagan
Advisor
Advisor
0 Kudos

Update the kernel to the latest patch level.

I see kernel 741 is compatible as well.

If possible you may use that.

Regards

RB

Answers (2)

Answers (2)

former_member182657
Active Contributor
0 Kudos

Hi,

Try to go for latest kernel patch level as already mentioned by RB.

Thanks,

Gaurav

nicholas_chang
Active Contributor
0 Kudos

Hi,

it could be the sso issue. please ensure

login/accept_sso2_ticket = 1

login/create_sso2_ticket = 2

Restart server after changed and retry.

Is problem persist, kindly ensure

1) post upgrade steps are performed

2) no issue with secstore and strustsso2

3) update kernel to latest level

Hope it helps,

Nicholas Chang

Former Member
0 Kudos

Nicholas,

No issue found in parameter, secstore and strustsso2, will try to update kernel to the latest level.

Thanks for your reply,

Preetha