SAP ABAP Class CL_SATC_AC__SAP_PLNRR_GRID_MDL (SAP skin: 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_SAP_MODEL (Package) INTERNAL: - *NO* REUSE - : SAP Specific Data Model

⤷

⤷

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 | 20091205 |
Properties
Class | CL_SATC_AC__SAP_PLNRR_GRID_MDL | |
Short Description | SAP skin: 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_SAP_MODEL | INTERNAL: - *NO* REUSE - : SAP Specific Data Model |
Created | 20091205 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_SATC_AC__SAP_PLNRR_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 | 20091205 |
Friends
Class CL_SATC_AC__SAP_PLNRR_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 | 20091205 | ||||
2 | ![]() |
Instance attribute | Private | Type reference (TYPE) | SATC_D_ID | 20091205 | |||
3 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | IF_SATC_AC__UI_PLNERR_FILTER | 20091205 | |||
4 | ![]() |
Instance attribute | Private | Type reference (TYPE) | I | 20091205 | |||
5 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TY_T_PLNERR_ENTRIES | 20091205 | |||
6 | ![]() |
Instance attribute | Private | Type reference (TYPE) | IF_SATC_AC__UI_PLNERR_FILTER=>TY_T_PLNERR_MESSAGE_KEYS | 20091205 | |||
7 | ![]() |
Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | 20091205 | |||
8 | ![]() |
Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | 20091205 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Init | 20091205 |
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__SAP_PLNRR_GRID_MDL has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TY_S_PLNERR_ENTRY | Public | See coding | 20091205 | 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,
sys_Id type sysysid,
host type satc_D_Execution_Host,
detail_Exists type abap_Bool,
end of ty_S_Plnerr_Entry
|
||
2 | TY_T_PLNERR_ENTRIES | Public | See coding | 20091205 | 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 | 20091205 | |||
2 | ![]() |
I_FILTER | Call by reference | Object reference (TYPE REF TO) | IF_SATC_AC__UI_PLNERR_FILTER | 20091205 |
Method INIT on class CL_SATC_AC__SAP_PLNRR_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__SAP_PLNRR_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__SAP_PLNRR_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__SAP_PLNRR_GRID_MDL has no exception.
Method _READ_FROM_REPOSITORY Signature
Method _READ_FROM_REPOSITORY on class CL_SATC_AC__SAP_PLNRR_GRID_MDL has no parameter.
Method _READ_FROM_REPOSITORY on class CL_SATC_AC__SAP_PLNRR_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__SAP_PLNRR_GRID_MDL has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 800 |