Hierarchy
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_UA_STRATEGY | Strategy | 20030324 |
Properties
| Interface | IF_UA_VIEW_STRATEGY | |
| Short Description | View-Specific Strategy |
General Data
| Package | UA_ASSIGNMENT_TREE | Default and Abstract Implementations on the Assignment Tree |
| Created | 20020725 | SAP |
| Last changed | 20060208 | 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) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_UAC_EDGE_HANDLER | IF w callback methods for edge events | 20040922 | ||
| 2 | IF_UAC_FILTER | Filter for View | 20041104 | ||
| 3 | IF_UA_CHECK_STRATEGY | Strategy for Checks | 20031212 | ||
| 4 | IF_UA_ECTXT_MENU_STRATEGY | Strategy for Context Menus | 20020725 | ||
| 5 | IF_UA_EVENT_HANDLER_STRATEGY | Strategy for Events | 20020809 |
Friends
Interface IF_UA_VIEW_STRATEGY has no friend.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CD_STRATEGY_COCO | Constant | Public | Type reference (TYPE) | UAB_STRATEGY | 'COCO' | Strategy to Support MVC Pattern | 20040924 | |
| 2 | CD_STRATEGY_DEP_TABLE | Constant | Public | Type reference (TYPE) | UAB_STRATEGY | 'DEP_TABLE' | Strategy to Support MVC Pattern | 20040924 | |
| 3 | CD_STRATEGY_GRID_WORKLIST | Constant | Public | Type reference (TYPE) | UAC_EXT_ID | 'GRID_WORKLIST' | Analytical Cost Management: Ext. ID for Control Elements | 20040909 | |
| 4 | CD_STRATEGY_OBJECT | Constant | Public | Type reference (TYPE) | UAB_STRATEGY | 'OBJECT' | Strategy to Support MVC Pattern | 20040924 | |
| 5 | CD_STRATEGY_TABLE | Constant | Public | Type reference (TYPE) | UAB_STRATEGY | 'TABLE' | Strategy to Support MVC Pattern | 20040924 | |
| 6 | CD_STRATEGY_UAMO_GRID_CHILDREN | Constant | Public | Type reference (TYPE) | UAC_EXT_ID | 'UAMO_GRID_CHILDREN' | Hierarchy Children of a Node as List | 20040721 | |
| 7 | CD_STRATEGY_VNA | Constant | Public | Type reference (TYPE) | UAB_STRATEGY | 'VNA' | Strategy to Support MVC Pattern | 20040924 | |
| 8 | MO_CUT_COPY_ELEMENT | Static Attribute | Private | Object reference (TYPE REF TO) | CL_UA_ELEMENT | Instance | 20030620 | ||
| 9 | MT_CUT_COPY_ELEMENT | Static Attribute | Public | Type reference (TYPE) | UAB_T_ELEMENT | Element Table | 20041104 |
Methods
Events
| # | Event | Type | Visibility | Description | Created on |
|---|---|---|---|---|---|
| 1 | FILTER_SET | Instance Event (0) |
Public (2) |
20041104 |
Types
Interface IF_UA_VIEW_STRATEGY has no local type.
Method Signatures
Method CHECK Signature
Method CHECK on Interface IF_UA_VIEW_STRATEGY has no parameter.
Method CHECK on Interface IF_UA_VIEW_STRATEGY has no exception.
Method CHECK_CELL_VALUE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ED_ACCEPTED | Call by reference | Type reference (TYPE) | UAC_FLAG | Analytical Cost Management: Flag | 20040823 | |||
| 2 | ES_MESSAGE | Call by reference | Type reference (TYPE) | UAC_S_MESSAGE | Analytical Cost Management: Meldungen | 20040823 | |||
| 3 | ID_COLUMN_ID | Call by reference | Type reference (TYPE) | UAC_COLUMN_ID | Analytical Cost Management: ID einer Spalte | 20020806 | |||
| 4 | ID_NEW_VALUE | Call by reference | Type reference (TYPE) | ANY | 20020806 | ||||
| 5 | ID_NEW_VALUE_C | Call by reference | Type reference (TYPE) | UAC_VALUE | Analytical Cost Management: Wert | 20020806 | |||
| 6 | ID_NODE_ID | Call by reference | Type reference (TYPE) | UAC_NODE_ID | Analytical Cost Management: ID eines Knotens | 20020806 |
Method CHECK_CELL_VALUE on Interface IF_UA_VIEW_STRATEGY has no exception.
Method CHECK_NODE_VALUE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ED_ACCEPTED | Call by reference | Type reference (TYPE) | UAC_FLAG | Analytical Cost Management: Flag | 20040823 | |||
| 2 | ES_MESSAGE | Call by reference | Type reference (TYPE) | UAC_S_MESSAGE | Analytical Cost Management: Meldungen | 20040823 | |||
| 3 | ID_NEW_VALUE | Call by reference | Type reference (TYPE) | ANY | 20020806 | ||||
| 4 | ID_NEW_VALUE_C | Call by reference | Type reference (TYPE) | UAC_VALUE | Analytical Cost Management: Wert | 20020806 | |||
| 5 | ID_NODE_ID | Call by reference | Type reference (TYPE) | UAC_NODE_ID | Analytical Cost Management: ID eines Knotens | 20020806 |
Method CHECK_NODE_VALUE on Interface IF_UA_VIEW_STRATEGY has no exception.
Method CREATE_TREE_NODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID_TREE_NODE_ID | Call by reference | Type reference (TYPE) | UAC_NODE_ID | Analytical Cost Management: ID eines Knotens | 20031216 | |||
| 2 | IO_TREE_MODEL | Call by reference | Object reference (TYPE REF TO) | IF_UAC_TREE_MODEL | view gets tree data from model via this if | 20031216 | |||
| 3 | IO_TREE_NODE_TYPE | Call by reference | Object reference (TYPE REF TO) | CL_UA_TREE_NODE_TYPE | Baumknoten-Typ | 20031216 | |||
| 4 | RO_TREE_NODE | Value transfer | Object reference (TYPE REF TO) | CL_UA_TREE_NODE | Baumknoteninstanz | 20031216 |
Method CREATE_TREE_NODE on Interface IF_UA_VIEW_STRATEGY has no exception.
Method DEQUEUE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_ELEMENT | Call by reference | Object reference (TYPE REF TO) | CL_UA_ELEMENT | Instanz | 20030624 |
Method DEQUEUE on Interface IF_UA_VIEW_STRATEGY has no exception.
Method DIALOG_TO_SET_FILTER Signature
Method DIALOG_TO_SET_FILTER on Interface IF_UA_VIEW_STRATEGY has no parameter.
Method DIALOG_TO_SET_FILTER on Interface IF_UA_VIEW_STRATEGY has no exception.
Method ELEMENT_COPY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_ELEMENT | Call by reference | Object reference (TYPE REF TO) | CL_UA_ELEMENT | Instanz | 20040212 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20040212 |
Method ELEMENT_CREATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID_METATYPE | Call by reference | Type reference (TYPE) | FINB_METATYPE | Metatyp | 20040212 | |||
| 2 | IO_PARENT_ELEMENT | Call by reference | Object reference (TYPE REF TO) | CL_UA_ELEMENT | 20040212 | ||||
| 3 | IO_TYPE_BASE | Call by reference | Object reference (TYPE REF TO) | CL_UA_TYPE_BASE | 20040212 | ||||
| 4 | IT_IDENTIFIER | Call by reference | Type reference (TYPE) | UAB_T_NAME_VALUE_PAIR | Name/Wert Paare | 20040617 | |||
| 5 | RT_ELEMENT | Value transfer | Type reference (TYPE) | UAB_T_ELEMENT | 20040318 |
Method ELEMENT_CREATE on Interface IF_UA_VIEW_STRATEGY has no exception.
Method ELEMENT_CUT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_ELEMENT | Call by reference | Object reference (TYPE REF TO) | CL_UA_ELEMENT | Instanz | 20040212 | |||
| 2 | IO_PARENT_ELEMENT | Call by reference | Object reference (TYPE REF TO) | CL_UA_ELEMENT | Instanz | 20040212 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20040212 |
Method ELEMENT_DELETE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID_NODE_ID | Call by reference | Type reference (TYPE) | UAC_NODE_ID | 20040212 | ||||
| 2 | IO_ELEMENT | Call by reference | Object reference (TYPE REF TO) | CL_UA_ELEMENT | 20040217 |
Method ELEMENT_DELETE on Interface IF_UA_VIEW_STRATEGY has no exception.
Method ELEMENT_INSERT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EO_ELEMENT | Value transfer | Object reference (TYPE REF TO) | CL_UA_ELEMENT | Instanz | 20041215 | |||
| 2 | ID_METATYPE | Call by reference | Type reference (TYPE) | FINB_METATYPE | Metatyp einer CS-Struktur (Object, Edge, Node,...) | 20040212 | |||
| 3 | IO_NEW_ELEMENT | Call by reference | Object reference (TYPE REF TO) | CL_UA_ELEMENT | Instanz | 20040212 | |||
| 4 | IO_PARENT_ELEMENT | Call by reference | Object reference (TYPE REF TO) | CL_UA_ELEMENT | Instanz | 20040212 | |||
| 5 | IO_TYPE_BASE | Call by reference | Object reference (TYPE REF TO) | CL_UA_TYPE_BASE | Basisklasse der Typen | 20040212 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20041215 |
Method ELEMENT_MOVE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_ELEMENT | Call by reference | Object reference (TYPE REF TO) | CL_UA_ELEMENT | 20040212 | ||||
| 2 | IO_NEW_PARENT_ELEMENT | Call by reference | Object reference (TYPE REF TO) | CL_UA_ELEMENT | 20040212 | ||||
| 3 | IO_OLD_PARENT_ELEMENT | Call by reference | Object reference (TYPE REF TO) | CL_UA_ELEMENT | 20040212 | ||||
| 4 | RO_ELEMENT | Value transfer | Object reference (TYPE REF TO) | CL_UA_ELEMENT | 20040212 |
Method ELEMENT_MOVE on Interface IF_UA_VIEW_STRATEGY has no exception.
Method ELEMENT_PASTE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_PARENT_ELEMENT | Call by reference | Object reference (TYPE REF TO) | CL_UA_ELEMENT | Instanz | 20040212 | |||
| 2 | RO_NEW_ELEMENT | Value transfer | Object reference (TYPE REF TO) | CL_UA_ELEMENT | Instanz | 20040212 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20040212 |
Method ELEMENT_REMOVE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID_NODE_ID | Call by reference | Type reference (TYPE) | UAC_NODE_ID | Analytical Cost Management: ID eines Knotens | 20040212 | |||
| 2 | IO_ELEMENT | Call by reference | Object reference (TYPE REF TO) | CL_UA_ELEMENT | Instanz | 20041116 | |||
| 3 | RO_ELEMENT | Value transfer | Object reference (TYPE REF TO) | CL_UA_ELEMENT | Instanz | 20040212 |
Method ELEMENT_REMOVE on Interface IF_UA_VIEW_STRATEGY has no exception.
Method ELEMENT_RENAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_ELEMENT | Call by reference | Object reference (TYPE REF TO) | CL_UA_ELEMENT | Instanz | 20040219 | |||
| 2 | RD_RENAMED | Value transfer | Type reference (TYPE) | BOOLE_D | Element erfolgreich umbenannt | 20040219 |
Method ELEMENT_RENAME on Interface IF_UA_VIEW_STRATEGY has no exception.
Method ELEMENT_REPLACE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_OLD_ELEMENT | Call by reference | Object reference (TYPE REF TO) | CL_UA_ELEMENT | zu ersetzendes Element | 20040218 | |||
| 2 | IO_PARENT | Call by reference | Object reference (TYPE REF TO) | CL_UA_ELEMENT | Eltern-Element | 20040218 | |||
| 3 | RO_NEW_ELEMENT | Value transfer | Object reference (TYPE REF TO) | CL_UA_ELEMENT | neues Element | 20040218 |
Method ELEMENT_REPLACE on Interface IF_UA_VIEW_STRATEGY has no exception.
Method ENQUEUE_AND_AUTHORITY_CHECK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_ELEMENT | Call by reference | Object reference (TYPE REF TO) | CL_UA_ELEMENT | Instanz | 20030624 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20030624 |
Method GET_CELL_MENU Signature
Method GET_CELL_MENU on Interface IF_UA_VIEW_STRATEGY has no parameter.
Method GET_CELL_MENU on Interface IF_UA_VIEW_STRATEGY has no exception.
Method GET_CELL_VALUE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID_COLUMN_ID | Call by reference | Type reference (TYPE) | UAC_COLUMN_ID | Analytical Cost Management: ID einer Spalte | 20020725 | |||
| 2 | ID_NODE_ID | Call by reference | Type reference (TYPE) | UAC_NODE_ID | Analytical Cost Management: ID eines Knotens | 20020725 | |||
| 3 | RDREF_VALUE | Value transfer | Object reference (TYPE REF TO) | DATA | 20020725 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20020725 |
Method GET_CHILDREN_IN_ORDER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_NODE_ID | Call by reference | Type reference (TYPE) | UAC_T_NODE_ID | Analytical Cost Management: Knoten-Id | 20020725 | |||
| 2 | ID_NODE_ID | Call by reference | Type reference (TYPE) | UAC_NODE_ID | Analytical Cost Management: ID eines Knotens | 20020725 | |||
| 3 | IO_ENVIRONMENT | Call by reference | Object reference (TYPE REF TO) | IF_UA_CE_ENVIRONMENT | Laufzeitumgebung | 20020725 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20020725 |
Method GET_COLUMN_MENU Signature
Method GET_COLUMN_MENU on Interface IF_UA_VIEW_STRATEGY has no parameter.
Method GET_COLUMN_MENU on Interface IF_UA_VIEW_STRATEGY has no exception.
Method GET_CURRENT_COLUMN_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RD_COLUMN_ID | Value transfer | Type reference (TYPE) | UAC_COLUMN_ID | Feldname (Merkmal oder Kennzahl) | 20030130 |
Method GET_CURRENT_COLUMN_ID on Interface IF_UA_VIEW_STRATEGY has no exception.
Method GET_CURRENT_NODE_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RD_NODE_ID | Value transfer | Type reference (TYPE) | UAC_NODE_ID | Feldname (Merkmal oder Kennzahl) | 20021115 |
Method GET_CURRENT_NODE_ID on Interface IF_UA_VIEW_STRATEGY has no exception.
Method GET_DEFAULT_DRAGDROP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID_TREE_ID | Call by reference | Type reference (TYPE) | UAC_TREE_ID | 20041011 | ||||
| 2 | RO_DRAGDROP | Value transfer | Object reference (TYPE REF TO) | CL_DRAGDROP | Behavior für Drag&Drop | 20041011 |
Method GET_DEFAULT_DRAGDROP on Interface IF_UA_VIEW_STRATEGY has no exception.
Method GET_DEFINED_TREES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_DEFINED_TREE | Value transfer | Type reference (TYPE) | UAB_T_TREE_NAME | Log. Namen der Bäume | 20020726 |
Method GET_DEFINED_TREES on Interface IF_UA_VIEW_STRATEGY has no exception.
Method GET_DND_BHVR_HANDLE_NODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID_ALLOW_DRAGSOURCE | Call by reference | Type reference (TYPE) | BOOLE_D | ABAP_TRUE | Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') | 20051019 | ||
| 2 | ID_ALLOW_DROPTARGET | Call by reference | Type reference (TYPE) | BOOLE_D | ABAP_TRUE | Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') | 20051019 | ||
| 3 | ID_NODE_ID | Call by reference | Type reference (TYPE) | UAC_NODE_ID | 20040129 | ||||
| 4 | ID_TREE_ID | Call by reference | Type reference (TYPE) | UAC_TREE_ID | 20040129 | ||||
| 5 | RD_HANDLE | Value transfer | Type reference (TYPE) | I | 20020725 |
Method GET_DND_BHVR_HANDLE_NODE on Interface IF_UA_VIEW_STRATEGY has no exception.
Method GET_DROPDOWN_MENU Signature
Method GET_DROPDOWN_MENU on Interface IF_UA_VIEW_STRATEGY has no parameter.
Method GET_DROPDOWN_MENU on Interface IF_UA_VIEW_STRATEGY has no exception.
Method GET_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RD_ID | Value transfer | Type reference (TYPE) | UAB_STRATEGY | Strategie zur Unterstützung des MVC-Patterns | 20030515 |
Method GET_ID on Interface IF_UA_VIEW_STRATEGY has no exception.
Method GET_IMPORT_EXCLUDE_TAB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_EXCLUDE | Value transfer | Type reference (TYPE) | UAB_T_VIEWELEMENT | Beschreibt bestimmte Gruppen auf dem Dynpro | 20021022 |
Method GET_IMPORT_EXCLUDE_TAB on Interface IF_UA_VIEW_STRATEGY has no exception.
Method GET_NODE_MENU Signature
Method GET_NODE_MENU on Interface IF_UA_VIEW_STRATEGY has no parameter.
Method GET_NODE_MENU on Interface IF_UA_VIEW_STRATEGY has no exception.
Method GET_PARENT_EDGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID_NODE_ID | Call by reference | Type reference (TYPE) | UAC_NODE_ID | ID des Knotens | 20020920 | |||
| 2 | RO_PARENT_EDGE | Value transfer | Object reference (TYPE REF TO) | CL_UA_EDGE | Kante zum Elternknoten | 20020920 |
Method GET_PARENT_EDGE on Interface IF_UA_VIEW_STRATEGY has no exception.
Method GET_PARENT_NODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID_NODE_ID | Call by reference | Type reference (TYPE) | UAC_NODE_ID | ID des Knotens | 20020920 | |||
| 2 | RO_PARENT_NODE | Value transfer | Object reference (TYPE REF TO) | CL_UA_NODE | Elternknoten | 20020920 |
Method GET_PARENT_NODE on Interface IF_UA_VIEW_STRATEGY has no exception.
Method GET_POSSIBLE_RECEIVERS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID_NODE_ID | Call by reference | Type reference (TYPE) | UAC_NODE_ID | Analytical Cost Management: ID eines Knotens | 20031124 | |||
| 2 | RT_EDGE | Value transfer | Type reference (TYPE) | UAC_T_EDGE_INT | Analytical Cost Management: Kante (intern) | 20031124 |
Method GET_POSSIBLE_RECEIVERS on Interface IF_UA_VIEW_STRATEGY has no exception.
Method GET_POSSIBLE_SENDERS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID_NODE_ID | Call by reference | Type reference (TYPE) | UAC_NODE_ID | Analytical Cost Management: ID eines Knotens | 20031124 | |||
| 2 | RT_EDGE | Value transfer | Type reference (TYPE) | UAC_T_EDGE_INT | Analytical Cost Management: Kante (intern) | 20031124 |
Method GET_POSSIBLE_SENDERS on Interface IF_UA_VIEW_STRATEGY has no exception.
Method GET_TREE_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID_TREE_NAME | Call by reference | Type reference (TYPE) | UAB_TREE_NAME | Logischer Name eines Trees | 20020806 | |||
| 2 | RD_TREE_ID | Value transfer | Type reference (TYPE) | UAC_TREE_ID | Analytical Cost Management: Baum-ID | 20020806 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Logischer Baumnamen nicht bekannt | 20020806 |
Method GET_TREE_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID_TREE_ID | Call by reference | Type reference (TYPE) | UAC_TREE_ID | Analytical Cost Management: Baum-ID | 20020806 | |||
| 2 | RD_TREE_NAME | Value transfer | Type reference (TYPE) | UAB_TREE_NAME | Logischer Name eines Trees | 20020806 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Baum ID nicht bekannt | 20020806 |
Method GET_TREE_TEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID_TREE_NAME | Call by reference | Type reference (TYPE) | UAB_TREE_NAME | Logischer Name des Baums | 20020729 | |||
| 2 | RD_TREE_TEXT | Value transfer | Type reference (TYPE) | STRING | Text für Hierarchiespalte | 20020729 |
Method GET_TREE_TEXT on Interface IF_UA_VIEW_STRATEGY has no exception.
Method GET_VALUE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID_COLUMN_NAME | Call by reference | Type reference (TYPE) | UAB_FIELDNAME | Spalte (Feld) | 20021008 | |||
| 2 | ID_NODE_ID | Call by reference | Type reference (TYPE) | UAC_NODE_ID | Position im Baum | 20021008 | |||
| 3 | IO_ELEMENT | Call by reference | Object reference (TYPE REF TO) | CL_UA_ELEMENT | Element | 20021008 | |||
| 4 | RR_VALUE | Value transfer | Object reference (TYPE REF TO) | DATA | Wert | 20021008 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20021008 | |||
| 2 | 20021106 |
Method GET_VIEW_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RD_VIEW_NAME | Value transfer | Type reference (TYPE) | UAB_VIEW_NAME | Logischer Name eines Views | 20020729 |
Method GET_VIEW_NAME on Interface IF_UA_VIEW_STRATEGY has no exception.
Method HANDLE_CE_CHECK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID_ELEMENT_TYPE | Call by reference | Type reference (TYPE) | CHAR04 | Typ des Elements | 20020820 | |||
| 2 | ID_EVENT_ID | Call by reference | Type reference (TYPE) | NUM1 | Event-Kennung | 20020820 | |||
| 3 | IO_ELEMENT | Call by reference | Object reference (TYPE REF TO) | CL_UA_ELEMENT | Element der Costing Engine | 20020820 | |||
| 4 | IT_FIELDNAME | Call by reference | Type reference (TYPE) | FINB_MD_T_FIELDNAME | Tab. der evtl. geänderten Felder | 20020820 |
Method HANDLE_CE_CHECK on Interface IF_UA_VIEW_STRATEGY has no exception.
Method HANDLE_CE_EDGE_SEQUENCE Signature
Method HANDLE_CE_EDGE_SEQUENCE on Interface IF_UA_VIEW_STRATEGY has no parameter.
Method HANDLE_CE_EDGE_SEQUENCE on Interface IF_UA_VIEW_STRATEGY has no exception.
Method HANDLE_CE_EVENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID_EVENT_ID | Call by reference | Type reference (TYPE) | NUM1 | Event-Kennung | 20020801 | |||
| 2 | IO_ELEMENT | Call by reference | Object reference (TYPE REF TO) | CL_UA_ELEMENT | Element der Costing Engine | 20020801 | |||
| 3 | IT_FIELDNAME | Call by reference | Type reference (TYPE) | FINB_MD_T_FIELDNAME | Tab. der evtl. geänderten Felder | 20020801 |
Method HANDLE_CE_EVENT on Interface IF_UA_VIEW_STRATEGY has no exception.
Method HANDLE_ELEMENT_CHANGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID_FCODE | Call by reference | Type reference (TYPE) | SYUCOMM | 20051024 | ||||
| 2 | ID_NODE_ID | Call by reference | Type reference (TYPE) | UAC_NODE_ID | ID des Knotens | 20021022 |
Method HANDLE_ELEMENT_CHANGE on Interface IF_UA_VIEW_STRATEGY has no exception.
Method IS_EDITABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID_INPUT_TYPE | Call by reference | Type reference (TYPE) | UAB_INPUT | Eingabebereitschaft eines Feldes | 20021028 | |||
| 2 | ID_IS_KEY | Call by reference | Type reference (TYPE) | BOOLE_D | 20021028 | ||||
| 3 | RD_IS_EDITABLE | Value transfer | Type reference (TYPE) | BOOLE_D | Analytical Cost Management: Flag | 20021028 |
Method IS_EDITABLE on Interface IF_UA_VIEW_STRATEGY has no exception.
Method IS_FILTERED Signature
Method IS_FILTERED on Interface IF_UA_VIEW_STRATEGY has no parameter.
Method IS_FILTERED on Interface IF_UA_VIEW_STRATEGY has no exception.
Method IS_TYPE_ADDABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_TYPE_BASE | Call by reference | Object reference (TYPE REF TO) | CL_UA_TYPE_BASE | Basisklasse der Typen | 20020726 | |||
| 2 | RD_TYPE_IS_ADDABLE | Value transfer | Type reference (TYPE) | BOOLE_D | 20020726 |
Method IS_TYPE_ADDABLE on Interface IF_UA_VIEW_STRATEGY has no exception.
Method ON_CELL_DOUBLE_CLICK Signature
Method ON_CELL_DOUBLE_CLICK on Interface IF_UA_VIEW_STRATEGY has no parameter.
Method ON_CELL_DOUBLE_CLICK on Interface IF_UA_VIEW_STRATEGY has no exception.
Method ON_CELL_DROPDOWN_SELECTED Signature
Method ON_CELL_DROPDOWN_SELECTED on Interface IF_UA_VIEW_STRATEGY has no parameter.
Method ON_CELL_DROPDOWN_SELECTED on Interface IF_UA_VIEW_STRATEGY has no exception.
Method ON_CELL_KEYPRESSED Signature
Method ON_CELL_KEYPRESSED on Interface IF_UA_VIEW_STRATEGY has no parameter.
Method ON_CELL_KEYPRESSED on Interface IF_UA_VIEW_STRATEGY has no exception.
Method ON_CELL_SELECTED Signature
Method ON_CELL_SELECTED on Interface IF_UA_VIEW_STRATEGY has no parameter.
Method ON_CELL_SELECTED on Interface IF_UA_VIEW_STRATEGY has no exception.
Method ON_COLUMN_DOUBLE_CLICK Signature
Method ON_COLUMN_DOUBLE_CLICK on Interface IF_UA_VIEW_STRATEGY has no parameter.
Method ON_COLUMN_DOUBLE_CLICK on Interface IF_UA_VIEW_STRATEGY has no exception.
Method ON_COLUMN_ORDER_CHANGED Signature
Method ON_COLUMN_ORDER_CHANGED on Interface IF_UA_VIEW_STRATEGY has no parameter.
Method ON_COLUMN_ORDER_CHANGED on Interface IF_UA_VIEW_STRATEGY has no exception.
Method ON_DRAG Signature
Method ON_DRAG on Interface IF_UA_VIEW_STRATEGY has no parameter.
Method ON_DRAG on Interface IF_UA_VIEW_STRATEGY has no exception.
Method ON_DRAG_MULTIPLE Signature
Method ON_DRAG_MULTIPLE on Interface IF_UA_VIEW_STRATEGY has no parameter.
Method ON_DRAG_MULTIPLE on Interface IF_UA_VIEW_STRATEGY has no exception.
Method ON_DROP Signature
Method ON_DROP on Interface IF_UA_VIEW_STRATEGY has no parameter.
Method ON_DROP on Interface IF_UA_VIEW_STRATEGY has no exception.
Method ON_DROP_COMPLETE Signature
Method ON_DROP_COMPLETE on Interface IF_UA_VIEW_STRATEGY has no parameter.
Method ON_DROP_COMPLETE on Interface IF_UA_VIEW_STRATEGY has no exception.
Method ON_DROP_COMPLETE_MULTIPLE Signature
Method ON_DROP_COMPLETE_MULTIPLE on Interface IF_UA_VIEW_STRATEGY has no parameter.
Method ON_DROP_COMPLETE_MULTIPLE on Interface IF_UA_VIEW_STRATEGY has no exception.
Method ON_DROP_GET_FLAVOR Signature
Method ON_DROP_GET_FLAVOR on Interface IF_UA_VIEW_STRATEGY has no parameter.
Method ON_DROP_GET_FLAVOR on Interface IF_UA_VIEW_STRATEGY has no exception.
Method ON_EDGE_CREATE Signature
Method ON_EDGE_CREATE on Interface IF_UA_VIEW_STRATEGY has no parameter.
Method ON_EDGE_CREATE on Interface IF_UA_VIEW_STRATEGY has no exception.
Method ON_EDGE_DOUBLE_CLICK Signature
Method ON_EDGE_DOUBLE_CLICK on Interface IF_UA_VIEW_STRATEGY has no parameter.
Method ON_EDGE_DOUBLE_CLICK on Interface IF_UA_VIEW_STRATEGY has no exception.
Method ON_EDGE_REMOVE Signature
Method ON_EDGE_REMOVE on Interface IF_UA_VIEW_STRATEGY has no parameter.
Method ON_EDGE_REMOVE on Interface IF_UA_VIEW_STRATEGY has no exception.
Method ON_MULTI_SELECTION_CHANGE Signature
Method ON_MULTI_SELECTION_CHANGE on Interface IF_UA_VIEW_STRATEGY has no parameter.
Method ON_MULTI_SELECTION_CHANGE on Interface IF_UA_VIEW_STRATEGY has no exception.
Method ON_NODE_DOUBLE_CLICK Signature
Method ON_NODE_DOUBLE_CLICK on Interface IF_UA_VIEW_STRATEGY has no parameter.
Method ON_NODE_DOUBLE_CLICK on Interface IF_UA_VIEW_STRATEGY has no exception.
Method ON_NODE_KEYPRESSED Signature
Method ON_NODE_KEYPRESSED on Interface IF_UA_VIEW_STRATEGY has no parameter.
Method ON_NODE_KEYPRESSED on Interface IF_UA_VIEW_STRATEGY has no exception.
Method ON_NODE_SELECTED Signature
Method ON_NODE_SELECTED on Interface IF_UA_VIEW_STRATEGY has no parameter.
Method ON_NODE_SELECTED on Interface IF_UA_VIEW_STRATEGY has no exception.
Method ON_SORT_ORDER_CHANGED Signature
Method ON_SORT_ORDER_CHANGED on Interface IF_UA_VIEW_STRATEGY has no parameter.
Method ON_SORT_ORDER_CHANGED on Interface IF_UA_VIEW_STRATEGY has no exception.
Method ON_WORKSET_CLOSE Signature
Method ON_WORKSET_CLOSE on Interface IF_UA_VIEW_STRATEGY has no parameter.
Method ON_WORKSET_CLOSE on Interface IF_UA_VIEW_STRATEGY has no exception.
Method ON_WORKSET_OPEN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_WORKSET | Call by reference | Object reference (TYPE REF TO) | CL_UA_WORKSET | Workset | 20040318 |
Method ON_WORKSET_OPEN on Interface IF_UA_VIEW_STRATEGY has no exception.
Method SET_CELL_VALUE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID_COLUMN_ID | Call by reference | Type reference (TYPE) | UAC_COLUMN_ID | Analytical Cost Management: ID einer Spalte | 20020725 | |||
| 2 | ID_NODE_ID | Call by reference | Type reference (TYPE) | UAC_NODE_ID | Analytical Cost Management: ID eines Knotens | 20020725 | |||
| 3 | ID_VALUE | Call by reference | Type reference (TYPE) | ANY | 20020725 | ||||
| 4 | RD_ACCEPTED | Value transfer | Type reference (TYPE) | UAC_FLAG | Analytical Cost Management: Flag | 20020725 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20020725 |
Method SET_CLIENT_MVC Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_MVC | Call by reference | Type reference (TYPE) | UAB_S_MVC | Client MVC | 20020725 |
Method SET_CLIENT_MVC on Interface IF_UA_VIEW_STRATEGY has no exception.
Method SET_ENVIRONMENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_ENVIRONMENT | Call by reference | Object reference (TYPE REF TO) | IF_UA_CE_ENVIRONMENT | Laufzeitumgebung | 20031216 |
Method SET_ENVIRONMENT on Interface IF_UA_VIEW_STRATEGY has no exception.
Method TOGGLE_TREE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID_HIDE | Call by reference | Type reference (TYPE) | BOOLE_D | 20020806 | ||||
| 2 | ID_TREE_NAME | Call by reference | Type reference (TYPE) | UAB_TREE_NAME | Logischer Name eines Trees | 20020806 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Logischer Baum nicht gefunden | 20020806 |
Method _GET_OBLIGATORY_COLUMNS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_ELEMENT | Call by reference | Object reference (TYPE REF TO) | CL_UA_ELEMENT | Instanz | 20030526 | |||
| 2 | RT_COLUMN | Value transfer | Type reference (TYPE) | UAB_T_COLUMN | Feldkatalog für generische Strukturen | 20030526 |
Method _GET_OBLIGATORY_COLUMNS on Interface IF_UA_VIEW_STRATEGY has no exception.
Event Signatures
Event FILTER_SET Signature
Event FILTER_SET on Interface IF_UA_VIEW_STRATEGY has no parameter.
History
| Last changed by/on | SAP | 20060208 |
| SAP Release Created in | 320 |