SAP ABAP Class CL_SATC_AC__UI_VDCT_GRID_BASE (Grid model: base class with common operations)
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 | Inheritance (c INHERITING FROM c_ref) | CL_SATC_AC__UI_VDCT_GRID_MODEL | Grid model: root class with filter operations | 20081117 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_SATC_AC__SAP_GRID_MODEL | SAP skin: Grid model | 20081128 |
| 2 | Inheritance (c INHERITING FROM c_ref) | CL_SATC_AC__UI_VDCT_MODEL_STD | Grid model: with repository access | 20081117 |
Properties
| Class | CL_SATC_AC__UI_VDCT_GRID_BASE | |
| Short Description | Grid model: base class with common operations | |
| Super Class | CL_SATC_AC__UI_VDCT_GRID_MODEL | Grid model: root class with filter operations |
| 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 | 20081117 | SAP |
| Last change | 20140121 | SAP |
| 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) |
Interfaces
Class CL_SATC_AC__UI_VDCT_GRID_BASE has no interface implemented.
Friends
Class CL_SATC_AC__UI_VDCT_GRID_BASE has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_SATC_AC__UI_VDCT_DELTA_INFO | Information for delta comparison | 20081117 | |||
| 2 | Instance attribute | Protected | Type reference (TYPE) | SATC_D_ID | 20081117 | ||||
| 3 | Instance attribute | Private | Type reference (TYPE) | TY_T_EXTRA_INFOS | 20081117 | ||||
| 4 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_SATC_AC__UI_VDCT_FILTER | Selection criteria findings | 20081117 | |||
| 5 | Instance attribute | Private | Type reference (TYPE) | I | 20081117 | ||||
| 6 | Instance attribute | Private | Type reference (TYPE) | SATC_T_AC__UI_MESSAGE_HEADERS | Findings | 20081117 | |||
| 7 | Instance attribute | Private | Type reference (TYPE) | STRING | 20090715 | ||||
| 8 | Instance attribute | Private | Type reference (TYPE) | STRING | 20100423 | ||||
| 9 | Instance attribute | Private | Type reference (TYPE) | STRING | 20090715 | ||||
| 10 | Instance attribute | Private | Type reference (TYPE) | STRING | 20100428 | ||||
| 11 | Instance attribute | Private | Type reference (TYPE) | STRING | 20090717 | ||||
| 12 | Instance attribute | Private | Type reference (TYPE) | STRING | 20090717 | ||||
| 13 | Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | Is dirty | 20090724 | |||
| 14 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_SATC_AC_MEMENTO | Externalize / rebuild state | 20081117 | |||
| 15 | Instance attribute | Private | Type reference (TYPE) | SATC_T_IDS | List of IDs | 20081117 | |||
| 16 | Instance attribute | Private | Type reference (TYPE) | SATC_T_R3TR_KEYS | Restriction by 'Object Keys' | 20081117 |
Methods
Events
Class CL_SATC_AC__UI_VDCT_GRID_BASE has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_S_EXTRA_INFO | Protected | See coding | 20081117 | begin of ty_S_Extra_Info,
internal_Id type i,
navigator type ref to if_Satc_Ac_Navigator,
description type ref to if_Satc_Ac_Text_Handle,
check_Info type ref to if_Satc_Ac_Documentation,
sysid type sysysid,
mandt type symandt,
host type satc_D_Execution_Host,
changed_On type timestamp,
since type timestamp,
end of ty_S_Extra_Info
|
||
| 2 | TY_S_HEADER_ENTRY | Public | Type reference (TYPE) | SATC_S_AC__UI_MESSAGE_HEADER | 20101027 | |
|
| 3 | TY_T_EXTRA_INFOS | Protected | See coding | 20081117 | ty_T_Extra_Infos type hashed table of ty_S_Extra_Info
with unique key internal_Id
|
||
| 4 | TY_T_HEADER_ENTRIES | Public | See coding | 20101027 | ty_T_Header_Entries type table of ty_S_Header_Entry
|
||
| 5 | TY_T_MODULE_ID_RANGE | Protected | See coding | Range of Module IDs | 20081117 | ty_T_Module_Id_Range type range of satc_D_Id
|
|
| 6 | TY_T_OBJ_NAME_RANGE | Protected | See coding | Range of Object Names | 20081117 | ty_T_Obj_Name_Range type range of sobj_Name
|
|
| 7 | TY_T_OBJ_TYPE_RANGE | Protected | See coding | Range of Object Types | 20081117 | ty_T_Obj_Type_Range type range of trobjtype
|
|
| 8 | TY_T_XMPT_RANGE | Protected | See coding | Range of Exemption Validity | 20081117 | ty_T_Xmpt_Range type range of satc_D_Ac_Rslt_Xmpt_Validity
|
Method Signatures
Method INIT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_DELTA_INFO | Call by reference | Object reference (TYPE REF TO) | IF_SATC_AC__UI_VDCT_DELTA_INFO | Information for Delta Comparison | 20081117 | |||
| 2 | I_DISPLAY_ID | Call by reference | Type reference (TYPE) | SATC_D_ID | 20081117 | ||||
| 3 | I_FILTER | Call by reference | Object reference (TYPE REF TO) | IF_SATC_AC__UI_VDCT_FILTER | Selection Criteria on Verdicts in UI | 20081117 |
Method INIT on class CL_SATC_AC__UI_VDCT_GRID_BASE has no exception.
Method _APPLY_FULL_RESTRICTIONS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_HEADERS | Call by reference | Type reference (TYPE) | SATC_T_AC__UI_MESSAGE_HEADERS | Verdict Messages in user Interface | 20081117 |
Method _APPLY_FULL_RESTRICTIONS on class CL_SATC_AC__UI_VDCT_GRID_BASE has no exception.
Method _CREATE_IS_IMPORTED_ICON Signature
Method _CREATE_IS_IMPORTED_ICON on class CL_SATC_AC__UI_VDCT_GRID_BASE has no parameter.
Method _CREATE_IS_IMPORTED_ICON on class CL_SATC_AC__UI_VDCT_GRID_BASE has no exception.
Method _DB_UPDATE_COMPLETION_STATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_CHANGED | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20091106 | ||||
| 2 | I_HEADER | Call by reference | Type reference (TYPE) | SATC_S_AC__UI_MESSAGE_HEADER | 20090715 |
Method _DB_UPDATE_COMPLETION_STATE on class CL_SATC_AC__UI_VDCT_GRID_BASE has no exception.
Method _GET_CURRENT_PROCESSING_STATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_RESULT | Call by reference | Type reference (TYPE) | SATC_S_AC__UI_MESSAGE_DETAIL | 20090825 | ||||
| 2 | I_HEADER | Call by reference | Type reference (TYPE) | SATC_S_AC__UI_MESSAGE_HEADER | 20090825 |
Method _GET_CURRENT_PROCESSING_STATE on class CL_SATC_AC__UI_VDCT_GRID_BASE has no exception.
Method _GET_EXTRA_INFO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_INTERNAL_ID | Call by reference | Type reference (TYPE) | I | 20081117 | ||||
| 2 | RESULT | Value transfer | Type reference (TYPE) | TY_S_EXTRA_INFO | 20081117 |
Method _GET_EXTRA_INFO on class CL_SATC_AC__UI_VDCT_GRID_BASE has no exception.
Method _GET_PACKAGE_INFOS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_RESULT | Call by reference | Type reference (TYPE) | SATC_S_AC__UI_MESSAGE_DETAIL | 20110304 |
Method _GET_PACKAGE_INFOS on class CL_SATC_AC__UI_VDCT_GRID_BASE has no exception.
Method _IS_MODEL_DIRTY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_FILTER | Call by reference | Object reference (TYPE REF TO) | IF_SATC_AC__UI_VDCT_FILTER | 20090724 | ||||
| 2 | I_HEADER | Call by reference | Type reference (TYPE) | SATC_S_AC__UI_MESSAGE_HEADER | 20090724 | ||||
| 3 | RESULT | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20090724 |
Method _IS_MODEL_DIRTY on class CL_SATC_AC__UI_VDCT_GRID_BASE has no exception.
Method _MERGE_RESTRICTIONS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_EMPTY_RESULT_SET | Value transfer | Type reference (TYPE) | ABAP_BOOL | Merged Restrictions conflict | 20081117 | |||
| 2 | E_MODULE_RANGE | Value transfer | Type reference (TYPE) | TY_T_MODULE_ID_RANGE | Module Restrictions by Filter + Module Limitation | 20081117 | |||
| 3 | E_OBJ_NAME_RANGE | Value transfer | Type reference (TYPE) | TY_T_OBJ_NAME_RANGE | Object Name Restrictions by Filter + Object Key Limitation | 20081117 | |||
| 4 | E_OBJ_TYPE_RANGE | Value transfer | Type reference (TYPE) | TY_T_OBJ_TYPE_RANGE | Object Type Restrictions by Filter + Object Key Limitation | 20081117 | |||
| 5 | E_XMPT_VALIDITY_RANGE | Value transfer | Type reference (TYPE) | TY_T_XMPT_RANGE | Exemption Validty Restriction by Exemption Option | 20081117 | |||
| 6 | I_MODULE_RANGE | Call by reference | Type reference (TYPE) | TY_T_MODULE_ID_RANGE | Module Restrictions by Filter | 20081117 | |||
| 7 | I_OBJ_NAME_RANGE | Call by reference | Type reference (TYPE) | TY_T_OBJ_NAME_RANGE | Object Name Restrictions by Filter | 20081117 | |||
| 8 | I_OBJ_TYPE_RANGE | Call by reference | Type reference (TYPE) | TY_T_OBJ_TYPE_RANGE | Object Type Restrictions by Filter | 20081117 |
Method _MERGE_RESTRICTIONS on class CL_SATC_AC__UI_VDCT_GRID_BASE has no exception.
Method _READ_HEADERS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_DATA | Call by reference | Type reference (TYPE) | DATA | 20110107 | ||||
| 2 | I_FILTER | Call by reference | Object reference (TYPE REF TO) | IF_SATC_AC__UI_VDCT_FILTER | Selection Criteria on Verdicts in UI | 20081117 |
Method _READ_HEADERS on class CL_SATC_AC__UI_VDCT_GRID_BASE has no exception.
Method _TRANSFORM_COMPLETION_ICON Signature
Method _TRANSFORM_COMPLETION_ICON on class CL_SATC_AC__UI_VDCT_GRID_BASE has no parameter.
Method _TRANSFORM_COMPLETION_ICON on class CL_SATC_AC__UI_VDCT_GRID_BASE has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 720 |