SAP ABAP Class CL_DB4_ACTION_SQLPLC_DETAILS (DB4: Performance - SQL Plan Cache Details for a record)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DB-DB4 (Application Component) DB2 for AS/400
⤷
STU4 (Package) CCMS / AS/400
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_DB4_ACTION_CONTROLLER | DB4: Abstract Action Controller | 20130710 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_DBA_ACTION_CONTROLLER_ALV | DBA Cockpit: Access to ALV object | 20130710 |
Properties
| Class | CL_DB4_ACTION_SQLPLC_DETAILS | |
| Short Description | DB4: Performance - SQL Plan Cache Details for a record | |
| Super Class | CL_DB4_ACTION_CONTROLLER | DB4: Abstract Action Controller |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | D4 | |
| Program status | ||
| Category | 0 | |
| Package | STU4 | CCMS / AS/400 |
| Created | 20130710 | SAP |
| Last change | 20141121 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 2 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_DBA_ACTION_CONTROLLER_ALV | DBA Cockpit: Access to ALV object | 20130710 |
Friends
Class CL_DB4_ACTION_SQLPLC_DETAILS has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Private | Type reference (TYPE) | I | 7 | DB4: Maximum number of tab page | 20130710 | ||
| 2 | Instance attribute | Private | Type reference (TYPE) | TY_ALVS_TAB | 20130716 | ||||
| 3 | Instance attribute | Private | Type reference (TYPE) | LVC_T_FCAT | Field Catalog for List Viewer Control | 20130717 | |||
| 4 | Instance attribute | Private | Type reference (TYPE) | I | DB4: Host identifier | 20130712 | |||
| 5 | Instance attribute | Private | Type reference (TYPE) | I | DB4: IPL number | 20130712 | |||
| 6 | Instance attribute | Private | Type reference (TYPE) | TY_PLAN_CACHE_RECORDS_TAB | 20130711 | ||||
| 7 | Instance attribute | Private | Type reference (TYPE) | I | DB4: Unique count | 20130712 | |||
| 8 | Instance attribute | Private | Type reference (TYPE) | DBAKEYVAL_TAB | DBA Cockpit: Table of DBAKEYVAL | 20130710 | |||
| 9 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_DB4_VIRTUAL_TABLE_ACCESSOR | DB4: Backend virtual table accessor | 20130710 | |||
| 10 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_DB4_STMT_EDITOR | DB4: SQL Statement Editor | 20130715 | |||
| 11 | Instance attribute | Public | Type reference (TYPE) | DB4_VIEW_SQLPLC_DMP | DB4: View data for SQL Statements overview | 20130710 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | Allocate space for data retrieval | 20130711 | |
| 2 | Instance method | Private | Method | Get the field list for a record type | 20130710 | |
| 3 | Instance method | Private | Method | Fill the list of record types | 20130710 | |
| 4 | Instance method | Private | Method | Get the data to display | 20130710 | |
| 5 | Instance method | Private | Method | Set attributes of the ALV object for each tab page | 20130710 |
Events
Class CL_DB4_ACTION_SQLPLC_DETAILS has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_ALV | Private | See coding | 20130716 | begin of ty_alv ,
name(18) type c ,
alv type ref to cl_db6_alv ,
data type ref to data ,
end of ty_alv
|
||
| 2 | TY_ALVS_TAB | Private | See coding | 20130716 | ty_alvs_tab type standard table of ty_alv with key name
|
||
| 3 | TY_PLAN_CACHE_RECORD | Private | See coding | 20130710 | begin of ty_plan_cache_record,
rid type i,
description type string,
fields_list type string,
fieldcat_tab type lvc_t_fcat,
struct_descr type ref to cl_abap_structdescr,
row_count type i,
has_data type abap_bool,
end of ty_plan_cache_record
|
||
| 4 | TY_PLAN_CACHE_RECORDS_TAB | Private | See coding | 20130710 | ty_plan_cache_records_tab type standard table of ty_plan_cache_record with key rid
|
Method Signatures
Method ALLOCATE_RECORDS Signature
Method ALLOCATE_RECORDS on class CL_DB4_ACTION_SQLPLC_DETAILS has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | DB4: Backend exception class | 20130711 |
Method FIELD_LIST_FOR_RECORD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_RID | Call by reference | Type reference (TYPE) | I | Record ID | 20130710 | |||
| 2 | R_FIELD_LIST | Value transfer | Type reference (TYPE) | STRING | Field list | 20130710 |
Method FIELD_LIST_FOR_RECORD on class CL_DB4_ACTION_SQLPLC_DETAILS has no exception.
Method FILL_RECORDS Signature
Method FILL_RECORDS on class CL_DB4_ACTION_SQLPLC_DETAILS has no parameter.
Method FILL_RECORDS on class CL_DB4_ACTION_SQLPLC_DETAILS has no exception.
Method GET_VIEW_DATA Signature
Method GET_VIEW_DATA on class CL_DB4_ACTION_SQLPLC_DETAILS has no parameter.
Method GET_VIEW_DATA on class CL_DB4_ACTION_SQLPLC_DETAILS has no exception.
Method SET_GRID_ATTRIBUTES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_ALV | Call by reference | Object reference (TYPE REF TO) | CL_DB6_ALV | 20130710 | ||||
| 2 | I_FIELDCAT_TAB | Call by reference | Type reference (TYPE) | LVC_T_FCAT | Field Catalog for List Viewer Control | 20130712 |
Method SET_GRID_ATTRIBUTES on class CL_DB4_ACTION_SQLPLC_DETAILS has no exception.
History
| Last changed by/on | SAP | 20141121 |
| SAP Release Created in | 740 |