SAP ABAP Class IF_SATC_AC__UI_PLNERR_GRID_MDL (Model for 'Tool Failure' grid control)
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_SATC_AC__SAP_PLNRR_GRID_MDL SAP skin: grid model for plug-in error display 20091205
2 Interface implementation (CLASS c. INTERFACES i_ref)  CL_SATC_AC__UI_DETAIL_GRID_MDL UI grid model for Plug-in error display 20120301
3 Interface implementation (CLASS c. INTERFACES i_ref)  CL_SATC_AC__UI_PLNERR_GRID_MDL UI grid model for Plug-in error display 20091029
Properties
Class IF_SATC_AC__UI_PLNERR_GRID_MDL  
Short Description Model for 'Tool Failure' grid control    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20091027   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class IF_SATC_AC__UI_PLNERR_GRID_MDL has no forward declaration.
Interfaces
Class IF_SATC_AC__UI_PLNERR_GRID_MDL has no interface implemented.
Friends
Class IF_SATC_AC__UI_PLNERR_GRID_MDL has no friend class.
Attributes
Class IF_SATC_AC__UI_PLNERR_GRID_MDL has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 DISPLAY_DOCU Instance method Public Method Display documentation 20091028
2 GET_CONTENT_LINES Instance method Public Method Get data to display 20091205
3 GET_CONTENT_TYPE Instance method Public Method Get absolute type name of data to display 20091205
4 GET_FILTER Instance method Public Method Get current filter 20091028
5 GET_FUNCTIONS_FOR_CTXMENU Instance method Public Method Get functions enabled for context menu for current entities 20091030
6 GET_FUNCTIONS_FOR_TOOLBAR Instance method Public Method Get function for display in grid 20091028
7 GET_LAYOUT Instance method Public Method Get layout of grid 20091205
8 HANDLE_DOUBLE_CLICK Instance method Public Method Handle double click 20091124
9 HANDLE_FUNCTION Instance method Public Method Handle function code 20091028
10 SET_FILTER Instance method Public Method Set filter 20091028
Events
# Event Type Visibility Description Created on
1 CHANGED Instance Event
(0)
Public
(2)
20091030
2 SHOW_DETAILS Instance Event
(0)
Public
(2)
20120301
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_S_CTXMENU_FUNCTION Public See coding 20091030 begin of ty_S_Ctxmenu_Function, command type syucomm, title type string, end of ty_S_Ctxmenu_Function
2 TY_S_TOOLBAR_FUNCTION Public See coding 20091028 begin of ty_S_Toolbar_Function, command type syucomm, icon type string, tooltip type string, end of ty_S_Toolbar_Function
3 TY_T_CTXMENU_FUNCTIONS Public See coding 20091030 ty_T_Ctxmenu_Functions type hashed table of ty_S_Ctxmenu_Function with unique key command
4 TY_T_TOOLBAR_FUNCTIONS Public See coding 20091028 ty_T_Toolbar_Functions type hashed table of ty_S_Toolbar_Function with unique key command
Method Signatures

Method DISPLAY_DOCU Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_IN_NEW_FRAME Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20091028
2 Importing I_SELECTED_LINES Call by reference Type reference (TYPE) STANDARD TABLE 20091124

Method DISPLAY_DOCU on class IF_SATC_AC__UI_PLNERR_GRID_MDL has no exception.

Method GET_CONTENT_LINES 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 20091205

Method GET_CONTENT_LINES on class IF_SATC_AC__UI_PLNERR_GRID_MDL 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 Type handle 20091205

Method GET_CONTENT_TYPE on class IF_SATC_AC__UI_PLNERR_GRID_MDL 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_PLNERR_FILTER 20091028

Method GET_FILTER on class IF_SATC_AC__UI_PLNERR_GRID_MDL has no exception.

Method GET_FUNCTIONS_FOR_CTXMENU Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_LINES Call by reference Type reference (TYPE) STANDARD TABLE 20091205
2 Returning RESULT Value transfer Type reference (TYPE) TY_T_CTXMENU_FUNCTIONS 20091030

Method GET_FUNCTIONS_FOR_CTXMENU on class IF_SATC_AC__UI_PLNERR_GRID_MDL has no exception.

Method GET_FUNCTIONS_FOR_TOOLBAR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) TY_T_TOOLBAR_FUNCTIONS 20091028

Method GET_FUNCTIONS_FOR_TOOLBAR on class IF_SATC_AC__UI_PLNERR_GRID_MDL has no exception.

Method GET_LAYOUT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_FIELD_CATALOGUE Value transfer Type reference (TYPE) LVC_T_FCAT Field Catalog 20091205

Method GET_LAYOUT on class IF_SATC_AC__UI_PLNERR_GRID_MDL has no exception.

Method HANDLE_DOUBLE_CLICK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_SELECTED_LINE Call by reference Type reference (TYPE) DATA 20091124
# Exception Resumable Description Created on
1 CX_SATC_AC_UI 20091124

Method HANDLE_FUNCTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FUNCTION_CODE Call by reference Type reference (TYPE) SYUCOMM 20091028
2 Importing I_SELECTED_LINES Call by reference Type reference (TYPE) STANDARD TABLE 20091124
# Exception Resumable Description Created on
1 CX_SATC_AC_UI 20091028

Method SET_FILTER 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_PLNERR_FILTER 20091028

Method SET_FILTER on class IF_SATC_AC__UI_PLNERR_GRID_MDL has no exception.
Event Signatures

Event CHANGED Signature
Event CHANGED on class IF_SATC_AC__UI_PLNERR_GRID_MDL has no parameter.
Event SHOW_DETAILS Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 MODEL Exporting Call by reference Object reference (TYPE REF TO) IF_SATC_AC__UI_PLNERR_GRID_MDL 20120301
History
Last changed by/on SAP  20140121 
SAP Release Created in