SAP ABAP Class CL_SATC_FA__UI_VDCT_GRID_BASE (Base class: Model for 'Module Verdict': 'Not Passed')
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-TWB-TST-TCK (Application Component) ATC extensions for Technical Check
     SATC_ABAP_CHECK_SAP_FA_UI (Package) INTERNAL: - *NO* REUSE - User interface for TCK plug-ins
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 20101112
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_SATC_AC__UI_VDCT_MODEL_FA Model class to retrieve 'Module Verdicts' for grid display 20101130
Properties
Class CL_SATC_FA__UI_VDCT_GRID_BASE  
Short Description Base class: Model for 'Module Verdict': 'Not Passed'    
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_SAP_FA_UI   INTERNAL: - *NO* REUSE - User interface for TCK plug-ins 
Created 20101112   SAP 
Last change 20130531   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_FA__UI_VDCT_GRID_BASE has no interface implemented.
Friends
Class CL_SATC_FA__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 20101112
2 F_DISPLAY_ID Instance attribute Protected Type reference (TYPE) SATC_D_ID Unique ID - Hex 16 - in Raw Format 20101112
3 F_EXTRA_INFOS Instance attribute Private Type reference (TYPE) TY_T_EXTRA_INFOS 20101112
4 F_FILTER Instance attribute Private Object reference (TYPE REF TO) IF_SATC_AC__UI_VDCT_FILTER Selection Criteria on Verdicts in UI 20101112
5 F_FILTER_HASH Instance attribute Private Type reference (TYPE) I 20101112
6 F_HEADERS Instance attribute Protected Type reference (TYPE) SATC_T_FA__UI_MESSAGE_HEADERS Verdict Messages in user Interface 20101112
7 F_ICON_COMPLETED Instance attribute Private Type reference (TYPE) STRING 20101112
8 F_ICON_IMPORTED Instance attribute Private Type reference (TYPE) STRING 20101112
9 F_ICON_IN_PROCESS Instance attribute Private Type reference (TYPE) STRING 20101112
10 F_ICON_NATIVE Instance attribute Private Type reference (TYPE) STRING 20101112
11 F_ICON_NOT_PROCESSED Instance attribute Private Type reference (TYPE) STRING 20101112
12 F_ICON_NO_STATE Instance attribute Private Type reference (TYPE) STRING 20101112
13 F_IS_DIRTY Instance attribute Private Type reference (TYPE) ABAP_BOOL 20101112
14 F_MEMENTO_TOOL Instance attribute Private Object reference (TYPE REF TO) CL_SATC_AC_MEMENTO Externalize/Rebuild Object State 20101112
15 F_MODULE_IDS Instance attribute Private Type reference (TYPE) SATC_T_IDS List of IDs 20101112
16 F_R3TR_KEYS Instance attribute Private Type reference (TYPE) SATC_T_R3TR_KEYS Restriction by Object Keys 20101112
Methods
# Method Level Visibility Method type Description Created on
1 INIT Instance method Public Method Initialize State 20101112
2 _APPLY_FULL_RESTRICTIONS Instance method Protected Method Apply full Restrictions After Query was done 20101112
3 _CREATE_IS_IMPORTED_ICON Instance method Protected Method Create Icon for external result 20101112
4 _DB_UPDATE_COMPLETION_STATE Instance method Protected Method Update content of repository if necessary 20101112
5 _GET_CURRENT_PROCESSING_STATE Instance method Protected Method 20101112
6 _GET_EXTRA_INFO Instance method Protected Method Initialize one Header with lazy read data 20101112
7 _IS_MODEL_DIRTY Instance method Protected Method 20101112
8 _MERGE_RESTRICTIONS Instance method Protected Method Merge Restrictions of Filter, Object key + Exemption 20101112
9 _READ_HEADERS Instance method Protected Method Initial Access to Headers 20101112
10 _TRANSFORM_COMPLETION_ICON Instance method Protected Method 20101112
Events
Class CL_SATC_FA__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 20101112 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 See coding 20101112 begin of ty_S_Header_Entry, _Is_Selected type abap_Bool, icon type satc_D_Ui_Tvimage_Sstring, priority type satc_D_Ac_Ui_Vdct_Prio, is_Imported type satc_D_Ui_Tvimage_Sstring, check_Title type satc_D_Ac_Ui_Check_Title, message_Title type satc_D_Ac_Ui_Vdct_Fail_Title, obj_Name type satc_D_Ac_R3tr_Obj_Name, obj_Type type trobjtype, resp1 type satc_D_Ac_Object_Contact, package_Name type satc_D_Ac_Devclass, ip_Class type char10, ip_Message type char40, _Internal_Id type satc_D_Crc32, _Module_Id type satc_D_Ac_Module_Id, _Module_Msg_key type satc_D_Ac_Module_Message_key, _Checksum type satc_D_Crc32, _Exc_Validity type sychar01, _Delta_Info type int1, _Completion_State type satc_D_Ac_Compl_State, _Icon_State type satc_D_Ac_Icon, _Is_Imported type satc_D_Ac_Rslt_Is_Imported, end of ty_S_Header_Entry
3 TY_T_EXTRA_INFOS Protected See coding 20101112 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 20101112 ty_T_Header_Entries type table of ty_S_Header_Entry
5 TY_T_MODULE_ID_RANGE Protected See coding Range of Module IDs 20101112 ty_T_Module_Id_Range type range of satc_D_Id
6 TY_T_OBJ_NAME_RANGE Protected See coding Range of Object Names 20101112 ty_T_Obj_Name_Range type range of sobj_Name
7 TY_T_OBJ_TYPE_RANGE Protected See coding Range of Object Types 20101112 ty_T_Obj_Type_Range type range of trobjtype
8 TY_T_XMPT_RANGE Protected See coding Range of Exemption Validity 20101112 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 20101112
2 Importing I_DISPLAY_ID Call by reference Type reference (TYPE) SATC_D_ID 20101112
3 Importing I_FILTER Call by reference Object reference (TYPE REF TO) IF_SATC_AC__UI_VDCT_FILTER Selection Criteria on Verdicts in UI 20101112

Method INIT on class CL_SATC_FA__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_FA__UI_MESSAGE_HEADERS Verdict Messages in user Interface 20101112

Method _APPLY_FULL_RESTRICTIONS on class CL_SATC_FA__UI_VDCT_GRID_BASE has no exception.

Method _CREATE_IS_IMPORTED_ICON Signature

Method _CREATE_IS_IMPORTED_ICON on class CL_SATC_FA__UI_VDCT_GRID_BASE has no parameter.
Method _CREATE_IS_IMPORTED_ICON on class CL_SATC_FA__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 20101112
2 Importing I_HEADER Call by reference Type reference (TYPE) SATC_S_FA__UI_MESSAGE_HEADER 'Module Verdict' message in UI 20101112

Method _DB_UPDATE_COMPLETION_STATE on class CL_SATC_FA__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 20101112
2 Importing I_HEADER Call by reference Type reference (TYPE) SATC_S_FA__UI_MESSAGE_HEADER 'Module Verdict' message in UI 20101112

Method _GET_CURRENT_PROCESSING_STATE on class CL_SATC_FA__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 20101112
2 Returning RESULT Value transfer Type reference (TYPE) TY_S_EXTRA_INFO 20101112

Method _GET_EXTRA_INFO on class CL_SATC_FA__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 20101112
2 Importing I_HEADER Call by reference Type reference (TYPE) SATC_S_FA__UI_MESSAGE_HEADER 'Module Verdict' message in UI 20101112
3 Returning RESULT Value transfer Type reference (TYPE) ABAP_BOOL 20101112

Method _IS_MODEL_DIRTY on class CL_SATC_FA__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 20101112
2 Exporting E_MODULE_RANGE Value transfer Type reference (TYPE) TY_T_MODULE_ID_RANGE Module Restrictions by Filter + Module Limitation 20101112
3 Exporting E_OBJ_NAME_RANGE Value transfer Type reference (TYPE) TY_T_OBJ_NAME_RANGE Object Name Restrictions by Filter + Object Key Limitation 20101112
4 Exporting E_OBJ_TYPE_RANGE Value transfer Type reference (TYPE) TY_T_OBJ_TYPE_RANGE Object Type Restrictions by Filter + Object Key Limitation 20101112
5 Exporting E_XMPT_VALIDITY_RANGE Value transfer Type reference (TYPE) TY_T_XMPT_RANGE Exemption Validty Restriction by Exemption Option 20101112
6 Importing I_MODULE_RANGE Call by reference Type reference (TYPE) TY_T_MODULE_ID_RANGE Module Restrictions by Filter 20101112
7 Importing I_OBJ_NAME_RANGE Call by reference Type reference (TYPE) TY_T_OBJ_NAME_RANGE Object Name Restrictions by Filter 20101112
8 Importing I_OBJ_TYPE_RANGE Call by reference Type reference (TYPE) TY_T_OBJ_TYPE_RANGE Object Type Restrictions by Filter 20101112

Method _MERGE_RESTRICTIONS on class CL_SATC_FA__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 20101112
2 Importing I_FILTER Call by reference Object reference (TYPE REF TO) IF_SATC_AC__UI_VDCT_FILTER Selection Criteria on Verdicts in UI 20101112

Method _READ_HEADERS on class CL_SATC_FA__UI_VDCT_GRID_BASE has no exception.

Method _TRANSFORM_COMPLETION_ICON Signature

Method _TRANSFORM_COMPLETION_ICON on class CL_SATC_FA__UI_VDCT_GRID_BASE has no parameter.
Method _TRANSFORM_COMPLETION_ICON on class CL_SATC_FA__UI_VDCT_GRID_BASE has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 802