SAP ABAP Class IF_SATC_AC__UI_PLNERR_TREE_MDL (Model for 'Tool Failure' tree control)
Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_SATC_AC__UI_PLNERR_TREE_MDL | "Tool Failures" tree model - abstract base class | 20091029 |
Properties
Class | IF_SATC_AC__UI_PLNERR_TREE_MDL | |
Short Description | Model for 'Tool Failure' tree 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_TREE_MDL has no forward declaration.
Interfaces
Class IF_SATC_AC__UI_PLNERR_TREE_MDL has no interface implemented.
Friends
Class IF_SATC_AC__UI_PLNERR_TREE_MDL has no friend class.
Attributes
Class IF_SATC_AC__UI_PLNERR_TREE_MDL has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Get tree content | 20091205 |
2 | ![]() |
Instance method | Public | Method | Get current filter | 20091027 |
3 | ![]() |
Instance method | Public | Method | Get functions enabled for context menu for current entities | 20091030 |
4 | ![]() |
Instance method | Public | Method | Get functions for display in tree toolbar | 20091027 |
5 | ![]() |
Instance method | Public | Method | Get grid model | 20091027 |
6 | ![]() |
Instance method | Public | Method | Handle function | 20091205 |
7 | ![]() |
Instance method | Public | Method | Set filter | 20091027 |
Events
# | Event | Type | Visibility | Description | Created on |
---|---|---|---|---|---|
1 | CHANGED | Instance Event (0) |
Public (2) |
20091027 |
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 | 20091027 | 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_DATA_INDICES | Public | See coding | 20091029 | ty_T_Data_Indices type standard table of syindex
|
||
5 | TY_T_TOOLBAR_FUNCTIONS | Public | See coding | 20091027 | ty_T_Toolbar_Functions type hashed table of ty_S_Toolbar_Function with unique key command
|
Method Signatures
Method GET_CONTENT_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RESULT | Value transfer | Type reference (TYPE) | SATC_T_UI_PLNERR_NODE_DATA | 20091205 |
Method GET_CONTENT_DATA on class IF_SATC_AC__UI_PLNERR_TREE_MDL has no exception.
Method GET_FILTER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RESULT | Value transfer | Object reference (TYPE REF TO) | IF_SATC_AC__UI_PLNERR_FILTER | Selection criteria for Plug-in error filter | 20091027 |
Method GET_FILTER on class IF_SATC_AC__UI_PLNERR_TREE_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 | ![]() |
I_DATA_INDICES | Call by reference | Type reference (TYPE) | TY_T_DATA_INDICES | 20091030 | |||
2 | ![]() |
RESULT | Value transfer | Type reference (TYPE) | TY_T_CTXMENU_FUNCTIONS | 20091030 |
Method GET_FUNCTIONS_FOR_CTXMENU on class IF_SATC_AC__UI_PLNERR_TREE_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 | ![]() |
RESULT | Value transfer | Type reference (TYPE) | TY_T_TOOLBAR_FUNCTIONS | 20091027 |
Method GET_FUNCTIONS_FOR_TOOLBAR on class IF_SATC_AC__UI_PLNERR_TREE_MDL has no exception.
Method GET_GRID_MODEL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_DATA_INDEX | Call by reference | Type reference (TYPE) | SYINDEX | 20091027 | |||
2 | ![]() |
RESULT | Value transfer | Object reference (TYPE REF TO) | IF_SATC_AC__UI_PLNERR_GRID_MDL | 20091027 |
Method GET_GRID_MODEL on class IF_SATC_AC__UI_PLNERR_TREE_MDL has no exception.
Method HANDLE_FUNCTION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_DATA_INDICES | Call by reference | Type reference (TYPE) | TY_T_DATA_INDICES | 20091205 | |||
2 | ![]() |
I_FUNCTION_CODE | Call by reference | Type reference (TYPE) | SYUCOMM | 20091205 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20091205 |
Method SET_FILTER 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_PLNERR_FILTER | Selection criteria for Plug-in error filter | 20091027 |
Method SET_FILTER on class IF_SATC_AC__UI_PLNERR_TREE_MDL has no exception.
Event Signatures
Event CHANGED Signature
Event CHANGED on class IF_SATC_AC__UI_PLNERR_TREE_MDL has no parameter.
History
Last changed by/on | SAP | 20140121 |
SAP Release Created in |