SAP ABAP Interface IF_SATC_AC__UI_VDCT_GRID_MODEL (Findings grid model)
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 - Used By
# Relationship type Used by Short Description Created on
1 Interface composition (i COMPRISING i_ref)  IF_SATC_CI__UI_VDCT_GRID_MODEL Module Verdicts: Grid model for UI 20120420
2 Interface implementation (CLASS c. INTERFACES i_ref)  CL_SATC_AC__UI_VDCT_GRID_MODEL Grid model: root class with filter operations 20081114
Properties
Interface IF_SATC_AC__UI_VDCT_GRID_MODEL  
Short Description Findings grid model    
General Data
Package SATC_ABAP_CHECK__UI   INTERNAL: - *NO* REUSE - UI "CheckMan" style 
Created 20081114   SAP 
Last changed 20140121   SAP 
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)
2 IF_SATC_AC_UI_PROCESSING_STATE Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Interface IF_SATC_AC__UI_VDCT_GRID_MODEL has no interface.
Friends
Interface IF_SATC_AC__UI_VDCT_GRID_MODEL has no friend.
Attributes
Interface IF_SATC_AC__UI_VDCT_GRID_MODEL has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 DISPLAY_DOCU_FOR_CHECK Instance method Public Method Display documentation of check 20081114
2 DISPLAY_DOCU_FOR_MESSAGE Instance method Public Method Display documentation of check message types 20081114
3 DISPLAY_DOCU_FOR_TEXT Instance method Public Method Display documentation for hyperlink contained in text 20081114
4 GET_CONTENT_TYPE Instance method Public Method Get type name of data to display 20101021
5 GET_DETAIL Instance method Public Method Get detailed info on single finding 20081114
6 GET_FILTER Instance method Public Method Returns filter values in use 20081114
7 GET_HEADER Instance method Public Method Get basic info on single finding 20081114
8 GET_HEADERS Instance method Public Method Get basic infos on all findings 20081114
9 GET_NAVIGATOR Instance method Public Method Get navigator for single finding 20081114
10 GET_PROCESSING_HISTORY Instance method Public Method Returns log on changes to the 'processing state' 20090728
11 NAVIGATE_IN_GUI Instance method Public Method Display object in editor, start some viewer, etc. 20081114
12 SET_CONTENT_TYPE Instance method Public Method Set type name of data to display 20101022
13 SET_PROCESSING_STATE Instance method Public Method Changes the 'processing state' of single finding 20090730
Events
# Event Type Visibility Description Created on
1 CHANGED Instance Event
(0)
Public
(2)
Model has been changed 20081114
Types
Interface IF_SATC_AC__UI_VDCT_GRID_MODEL has no local type.
Method Signatures

Method DISPLAY_DOCU_FOR_CHECK 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 Internal ID of model 20081114
2 Importing I_IN_NEW_FRAME Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Preference for display; behavior may differ 20081114

Method DISPLAY_DOCU_FOR_CHECK on Interface IF_SATC_AC__UI_VDCT_GRID_MODEL has no exception.

Method DISPLAY_DOCU_FOR_MESSAGE 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 Internal Model ID 20081114
2 Importing I_IN_NEW_FRAME Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Preference for display; behavior may differ 20081114

Method DISPLAY_DOCU_FOR_MESSAGE on Interface IF_SATC_AC__UI_VDCT_GRID_MODEL has no exception.

Method DISPLAY_DOCU_FOR_TEXT 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 Internal Model ID 20081114
2 Importing I_IN_NEW_FRAME Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Preference for display; behavior may differ 20081114
3 Importing I_TEXT_INDEX Call by reference Type reference (TYPE) I ID / Index of Text Line 20081114

Method DISPLAY_DOCU_FOR_TEXT on Interface IF_SATC_AC__UI_VDCT_GRID_MODEL has no exception.

Method GET_CONTENT_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Object reference (TYPE REF TO) CL_ABAP_TABLEDESCR 20101021

Method GET_CONTENT_TYPE on Interface IF_SATC_AC__UI_VDCT_GRID_MODEL has no exception.

Method GET_DETAIL 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 Model internal id for finding 20081114
2 Returning RESULT Value transfer Type reference (TYPE) SATC_S_AC__UI_MESSAGE_DETAIL Details of single finding 20081114

Method GET_DETAIL on Interface IF_SATC_AC__UI_VDCT_GRID_MODEL has no exception.

Method GET_FILTER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Object reference (TYPE REF TO) IF_SATC_AC__UI_VDCT_FILTER Filter for findings in UI 20081114

Method GET_FILTER on Interface IF_SATC_AC__UI_VDCT_GRID_MODEL has no exception.

Method GET_HEADER 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 Header of finding 20101026
2 Importing I_INTERNAL_ID Call by reference Type reference (TYPE) I Model internal ID for finding 20081114
3 Importing I_READ_NEW Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Force read or allow cached state 20110211

Method GET_HEADER on Interface IF_SATC_AC__UI_VDCT_GRID_MODEL has no exception.

Method GET_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 Headers of findings 20101026
2 Importing I_READ_NEW Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Force read 20110211

Method GET_HEADERS on Interface IF_SATC_AC__UI_VDCT_GRID_MODEL has no exception.

Method GET_NAVIGATOR 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 Model internal ID 20081114
2 Returning NAVIGATOR Value transfer Object reference (TYPE REF TO) IF_SATC_AC_NAVIGATOR Navigator 20081114

Method GET_NAVIGATOR on Interface IF_SATC_AC__UI_VDCT_GRID_MODEL has no exception.

Method GET_PROCESSING_HISTORY 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 Internal ID 20090728
2 Returning RESULT Value transfer Type reference (TYPE) IF_SATC_AC_UI_PROCESSING_STATE=>TY_T_PROCESSING_HISTORY Data of processing history 20090728

Method GET_PROCESSING_HISTORY on Interface IF_SATC_AC__UI_VDCT_GRID_MODEL has no exception.

Method NAVIGATE_IN_GUI 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 Internal ID 20081114
2 Importing I_IN_NEW_FRAME Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Preference for display; behavior may differ 20081114
3 Importing I_UI_CONTEXT Call by reference Object reference (TYPE REF TO) IF_SATC_UI_CONTEXT Context information for display 20081114

Method NAVIGATE_IN_GUI on Interface IF_SATC_AC__UI_VDCT_GRID_MODEL has no exception.

Method SET_CONTENT_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CONTENT_TYPE Call by reference Object reference (TYPE REF TO) CL_ABAP_TABLEDESCR Content type descriptor 20101022

Method SET_CONTENT_TYPE on Interface IF_SATC_AC__UI_VDCT_GRID_MODEL has no exception.

Method SET_PROCESSING_STATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_FILTER_VIOLATION Call by reference Type reference (TYPE) ABAP_BOOL Finding no more visible in UI 20090730
2 Importing I_INTERNAL_ID Call by reference Type reference (TYPE) I Model internal ID 20090730
3 Importing I_PROCESSING_STATE Call by reference Type reference (TYPE) SATC_D_AC_PROCESSING_STATE New processing state 20090730

Method SET_PROCESSING_STATE on Interface IF_SATC_AC__UI_VDCT_GRID_MODEL has no exception.
Event Signatures

Event CHANGED Signature
Event CHANGED on Interface IF_SATC_AC__UI_VDCT_GRID_MODEL has no parameter.
History
Last changed by/on SAP  20140121 
SAP Release Created in 720