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 ABAP 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 F_DELTA_INFO Instance attribute Private Object reference (TYPE REF TO) IF_SATC_AC__UI_VDCT_DELTA_INFO Information for delta comparison 20081117
2 F_DISPLAY_ID Instance attribute Protected Type reference (TYPE) SATC_D_ID 20081117
3 F_EXTRA_INFOS Instance attribute Private Type reference (TYPE) TY_T_EXTRA_INFOS 20081117
4 F_FILTER Instance attribute Private Object reference (TYPE REF TO) IF_SATC_AC__UI_VDCT_FILTER Selection criteria findings 20081117
5 F_FILTER_HASH Instance attribute Private Type reference (TYPE) I 20081117
6 F_HEADERS Instance attribute Private Type reference (TYPE) SATC_T_AC__UI_MESSAGE_HEADERS Findings 20081117
7 F_ICON_COMPLETED Instance attribute Private Type reference (TYPE) STRING 20090715
8 F_ICON_IMPORTED Instance attribute Private Type reference (TYPE) STRING 20100423
9 F_ICON_IN_PROCESS Instance attribute Private Type reference (TYPE) STRING 20090715
10 F_ICON_NATIVE Instance attribute Private Type reference (TYPE) STRING 20100428
11 F_ICON_NOT_PROCESSED Instance attribute Private Type reference (TYPE) STRING 20090717
12 F_ICON_NO_STATE Instance attribute Private Type reference (TYPE) STRING 20090717
13 F_IS_DIRTY Instance attribute Private Type reference (TYPE) ABAP_BOOL Is dirty 20090724
14 F_MEMENTO_TOOL Instance attribute Private Object reference (TYPE REF TO) CL_SATC_AC_MEMENTO Externalize / rebuild state 20081117
15 F_MODULE_IDS Instance attribute Private Type reference (TYPE) SATC_T_IDS List of IDs 20081117
16 F_R3TR_KEYS Instance attribute Private Type reference (TYPE) SATC_T_R3TR_KEYS Restriction by 'Object Keys' 20081117
Methods
# Method Level Visibility Method type Description Created on
1 INIT Instance method Public Method Initialize state 20081117
2 _APPLY_FULL_RESTRICTIONS Instance method Protected Method Apply full restrictions after query was done 20081117
3 _CREATE_IS_IMPORTED_ICON Instance method Protected Method Create icon for external result 20100423
4 _DB_UPDATE_COMPLETION_STATE Instance method Protected Method Update content of repository if necessary 20090715
5 _GET_CURRENT_PROCESSING_STATE Instance method Protected Method 20090825
6 _GET_EXTRA_INFO Instance method Protected Method Initialize one header with lazy read data 20081117
7 _GET_PACKAGE_INFOS Instance method Protected Method Get package informations 20110304
8 _IS_MODEL_DIRTY Instance method Protected Method 20090724
9 _MERGE_RESTRICTIONS Instance method Protected Method Merge restrictions of filter, object key + exemption 20081117
10 _READ_HEADERS Instance method Protected Method Initial access to headers 20081117
11 _TRANSFORM_COMPLETION_ICON Instance method Protected Method 20090715
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 Importing I_DELTA_INFO Call by reference Object reference (TYPE REF TO) IF_SATC_AC__UI_VDCT_DELTA_INFO Information for Delta Comparison 20081117
2 Importing I_DISPLAY_ID Call by reference Type reference (TYPE) SATC_D_ID 20081117
3 Importing 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 Changing 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 Exporting E_CHANGED Call by reference Type reference (TYPE) ABAP_BOOL 20091106
2 Importing 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 Changing C_RESULT Call by reference Type reference (TYPE) SATC_S_AC__UI_MESSAGE_DETAIL 20090825
2 Importing 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 Importing I_INTERNAL_ID Call by reference Type reference (TYPE) I 20081117
2 Returning 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 Changing 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 Importing I_FILTER Call by reference Object reference (TYPE REF TO) IF_SATC_AC__UI_VDCT_FILTER 20090724
2 Importing I_HEADER Call by reference Type reference (TYPE) SATC_S_AC__UI_MESSAGE_HEADER 20090724
3 Returning 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 Exporting E_EMPTY_RESULT_SET Value transfer Type reference (TYPE) ABAP_BOOL Merged Restrictions conflict 20081117
2 Exporting E_MODULE_RANGE Value transfer Type reference (TYPE) TY_T_MODULE_ID_RANGE Module Restrictions by Filter + Module Limitation 20081117
3 Exporting E_OBJ_NAME_RANGE Value transfer Type reference (TYPE) TY_T_OBJ_NAME_RANGE Object Name Restrictions by Filter + Object Key Limitation 20081117
4 Exporting E_OBJ_TYPE_RANGE Value transfer Type reference (TYPE) TY_T_OBJ_TYPE_RANGE Object Type Restrictions by Filter + Object Key Limitation 20081117
5 Exporting E_XMPT_VALIDITY_RANGE Value transfer Type reference (TYPE) TY_T_XMPT_RANGE Exemption Validty Restriction by Exemption Option 20081117
6 Importing I_MODULE_RANGE Call by reference Type reference (TYPE) TY_T_MODULE_ID_RANGE Module Restrictions by Filter 20081117
7 Importing I_OBJ_NAME_RANGE Call by reference Type reference (TYPE) TY_T_OBJ_NAME_RANGE Object Name Restrictions by Filter 20081117
8 Importing 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 Exporting E_DATA Call by reference Type reference (TYPE) DATA 20110107
2 Importing 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