SAP ABAP Class CL_SATC_AC__UI_PLNERR_GRID_MDL (UI grid model for Plug-in error display)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DWB-TOO-ATF (Application Component) ABAP Test Frameworks ( ATC, CheckMan, Code Inspector)
⤷
SATC_ABAP_CHECK__UI (Package) INTERNAL: - *NO* REUSE - UI "CheckMan" style
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_SATC_AC__UI_PLNERR_GRID_MDL | Model for 'Tool Failure' grid control | 20091029 |
Properties
| Class | CL_SATC_AC__UI_PLNERR_GRID_MDL | |
| Short Description | UI grid model for Plug-in error display | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SATC_ABAP_CHECK__UI | INTERNAL: - *NO* REUSE - UI "CheckMan" style |
| Created | 20091029 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_SATC_AC__UI_PLNERR_GRID_MDL has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_SATC_AC__UI_PLNERR_GRID_MDL | Model for 'Tool Failure' grid control | 20091029 |
Friends
Class CL_SATC_AC__UI_PLNERR_GRID_MDL has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Private | See coding | 20091030 | |||||
| 2 | Instance attribute | Private | Type reference (TYPE) | SATC_D_ID | 20091029 | ||||
| 3 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_SATC_AC__UI_PLNERR_FILTER | 20091029 | ||||
| 4 | Instance attribute | Private | Type reference (TYPE) | I | 20091029 | ||||
| 5 | Instance attribute | Private | Type reference (TYPE) | TY_T_PLNERR_ENTRIES | 20091029 | ||||
| 6 | Instance attribute | Private | Type reference (TYPE) | IF_SATC_AC__UI_PLNERR_FILTER=>TY_T_PLNERR_MESSAGE_KEYS | 20091030 | ||||
| 7 | Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | 20091030 | ||||
| 8 | Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | 20091030 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Init | 20091029 | |
| 2 | Instance method | Protected | Method | Navigate to ST22 | 20091205 | |
| 3 | Instance method | Protected | Method | 20120301 | ||
| 4 | Instance method | Protected | Method | 20120301 | ||
| 5 | Instance method | Protected | Method | Read Plug-in errors from DB | 20091205 | |
| 6 | Instance method | Private | Method | Message key => text | 20091214 |
Events
Class CL_SATC_AC__UI_PLNERR_GRID_MDL has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_S_PLNERR_ENTRY | Protected | See coding | 20120301 | begin of ty_s_plnerr_entry,
message_icon type string,
message_key type satc_d_ac_message_key,
obj_name type tadir-obj_name,
obj_type type tadir-object,
message_text type string,
module_text type string,
module_id type satc_d_ac_module_id,
phase_key type satc_d_ac_phase_key,
started_date type d,
started_time type t,
host type satc_d_execution_host,
sys_id type sysysid,
detail_exists type abap_bool,
end of ty_s_plnerr_entry
|
||
| 2 | TY_T_PLNERR_ENTRIES | Protected | See coding | 20120301 | ty_t_plnerr_entries type table of ty_s_plnerr_entry
|
Method Signatures
Method INIT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_DISPLAY_ID | Call by reference | Type reference (TYPE) | SATC_D_ID | 20091029 | ||||
| 2 | I_FILTER | Call by reference | Object reference (TYPE REF TO) | IF_SATC_AC__UI_PLNERR_FILTER | 20091029 |
Method INIT on class CL_SATC_AC__UI_PLNERR_GRID_MDL has no exception.
Method _DISPATCH_TO_DUMP_ANALYSIS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_INPUT_LINE | Call by reference | Type reference (TYPE) | TY_S_PLNERR_ENTRY | 20091205 |
Method _DISPATCH_TO_DUMP_ANALYSIS on class CL_SATC_AC__UI_PLNERR_GRID_MDL has no exception.
Method _INIT_DETAIL_MODEL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_INPUT_LINE | Call by reference | Type reference (TYPE) | TY_S_PLNERR_ENTRY | 20120301 | ||||
| 2 | I_RABAX_ONLY | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20120301 |
Method _INIT_DETAIL_MODEL on class CL_SATC_AC__UI_PLNERR_GRID_MDL has no exception.
Method _NAVIGATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_INPUT_LINE | Call by reference | Type reference (TYPE) | TY_S_PLNERR_ENTRY | 20120301 |
Method _NAVIGATE on class CL_SATC_AC__UI_PLNERR_GRID_MDL has no exception.
Method _READ_FROM_REPOSITORY Signature
Method _READ_FROM_REPOSITORY on class CL_SATC_AC__UI_PLNERR_GRID_MDL has no parameter.
Method _READ_FROM_REPOSITORY on class CL_SATC_AC__UI_PLNERR_GRID_MDL has no exception.
Method __GET_TEXT_FOR_MESSAGE_KEY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_MESSAGE_KEY | Call by reference | Type reference (TYPE) | SATC_D_AC_MESSAGE_KEY | Key of a message | 20091214 | |||
| 2 | RESULT | Value transfer | Type reference (TYPE) | STRING | 20091214 |
Method __GET_TEXT_FOR_MESSAGE_KEY on class CL_SATC_AC__UI_PLNERR_GRID_MDL has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 800 |