Hierarchy

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_UAC_ASSIGNMENT_CONSTANTS | 20020118 | |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_UAC_TREE_STYLE_MANAGER | 20020118 |
Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_UAC_DEF_ASSIGMNT_STYLE_MNGR | Default Assignment Style Manager | 20020221 |
Properties
Class | CL_UAC_DEFAULT_STYLE_MANAGER | |
Short Description | Default Tree Style Manager | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | UAC_TREE_MODEL | Models for Data and Style within MVC Pattern |
Created | 20020118 | SAP |
Last change | 20041006 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_UAC_ASSIGNMENT_CONSTANTS | 20020118 | |||
2 | IF_UAC_TREE_STYLE_MANAGER | 20020118 |
Friends
Class CL_UAC_DEFAULT_STYLE_MANAGER has no friend class.
Attributes
Methods
Events
# | Event | Type | Visibility | Description | Created on |
---|---|---|---|---|---|
1 | CELL_STYLE_SET | Instance Event (0) |
Public (2) |
20030601 | |
2 | COLUMN_STYLE_SET | Instance Event (0) |
Public (2) |
20030601 | |
3 | EV_CELL_STYLE_CHANGED | Instance Event (0) |
Public (2) |
20020221 | |
4 | EV_COLUMN_STYLE_CHANGED | Instance Event (0) |
Public (2) |
20020221 | |
5 | EV_NODE_STYLE_CHANGED | Instance Event (0) |
Public (2) |
20020221 | |
6 | NODE_STYLE_SET | Instance Event (0) |
Public (2) |
20030601 |
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TY_ST_COLUMNS_2_TREE | Protected | See coding | 20050407 | ty_st_columns_2_tree TYPE SORTED TABLE OF ty_s_columns_2_tree
WITH UNIQUE KEY tree_id
|
||
2 | TY_ST_NODES_2_TREE | Protected | See coding | 20050407 | ty_st_nodes_2_tree TYPE SORTED TABLE OF ty_s_nodes_2_tree
WITH UNIQUE KEY tree_id
|
||
3 | TY_S_CELL | Protected | See coding | 20020527 | BEGIN OF ty_s_cell,
node_id TYPE uac_node_id,
column_id TYPE uac_column_id,
style_id TYPE uac_style_id,
END OF ty_s_cell
|
||
4 | TY_S_COLUMN | Protected | See coding | 20020527 | BEGIN OF ty_s_column,
column_id TYPE uac_column_id,
style_id TYPE uac_style_id,
END OF ty_s_column
|
||
5 | TY_S_COLUMNS_2_TREE | Protected | See coding | 20050407 | BEGIN OF ty_s_columns_2_tree,
tree_id TYPE uac_tree_id,
columns TYPE uac_t_column_id,
END OF ty_s_columns_2_tree
|
||
6 | TY_S_NODE | Protected | See coding | 20020527 | BEGIN OF ty_s_node,
node_id TYPE uac_node_id,
style_id TYPE uac_style_id,
END OF ty_s_node
|
||
7 | TY_S_NODES_2_TREE | Protected | See coding | 20050407 | BEGIN OF ty_s_nodes_2_tree,
tree_id TYPE uac_tree_id,
nodes TYPE uac_t_node_id,
END OF ty_s_nodes_2_tree
|
Method Signatures
Method ADD_CELL_STYLE Signature
Method ADD_CELL_STYLE on class CL_UAC_DEFAULT_STYLE_MANAGER has no parameter.
Method ADD_CELL_STYLE on class CL_UAC_DEFAULT_STYLE_MANAGER has no exception.
Method ADD_COLUMN_STYLE Signature
Method ADD_COLUMN_STYLE on class CL_UAC_DEFAULT_STYLE_MANAGER has no parameter.
Method ADD_COLUMN_STYLE on class CL_UAC_DEFAULT_STYLE_MANAGER has no exception.
Method ADD_NODE_STYLE Signature
Method ADD_NODE_STYLE on class CL_UAC_DEFAULT_STYLE_MANAGER has no parameter.
Method ADD_NODE_STYLE on class CL_UAC_DEFAULT_STYLE_MANAGER has no exception.
Method CHANGE_CELL_STYLE Signature
Method CHANGE_CELL_STYLE on class CL_UAC_DEFAULT_STYLE_MANAGER has no parameter.
Method CHANGE_CELL_STYLE on class CL_UAC_DEFAULT_STYLE_MANAGER has no exception.
Method CHANGE_COLUMN_STYLE Signature
Method CHANGE_COLUMN_STYLE on class CL_UAC_DEFAULT_STYLE_MANAGER has no parameter.
Method CHANGE_COLUMN_STYLE on class CL_UAC_DEFAULT_STYLE_MANAGER has no exception.
Method CHANGE_NODE_STYLE Signature
Method CHANGE_NODE_STYLE on class CL_UAC_DEFAULT_STYLE_MANAGER has no parameter.
Method CHANGE_NODE_STYLE on class CL_UAC_DEFAULT_STYLE_MANAGER has no exception.
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ID_EDITABLE_CELLS | Call by reference | Type reference (TYPE) | UAC_FLAG | FALSE | Analytical Cost Management: Flag | 20020125 | |
2 | ![]() |
ID_EDITABLE_FOLDERS | Call by reference | Type reference (TYPE) | UAC_FLAG | FALSE | Analytical Cost Management: Flag | 20020125 | |
3 | ![]() |
ID_EDITABLE_LEAVES | Call by reference | Type reference (TYPE) | UAC_FLAG | FALSE | Analytical Cost Management: Flag | 20020125 | |
4 | ![]() |
IR_MODEL | Call by reference | Object reference (TYPE REF TO) | IF_UAC_TREE_MODEL | 20020118 |
Method CONSTRUCTOR on class CL_UAC_DEFAULT_STYLE_MANAGER has no exception.
Method GET_CELL_STYLE Signature
Method GET_CELL_STYLE on class CL_UAC_DEFAULT_STYLE_MANAGER has no parameter.
Method GET_CELL_STYLE on class CL_UAC_DEFAULT_STYLE_MANAGER has no exception.
Method GET_CELL_STYLE_ID Signature
Method GET_CELL_STYLE_ID on class CL_UAC_DEFAULT_STYLE_MANAGER has no parameter.
Method GET_CELL_STYLE_ID on class CL_UAC_DEFAULT_STYLE_MANAGER has no exception.
Method GET_CELL_STYLE_ID_BY_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_STYLE | Call by reference | Type reference (TYPE) | UAC_S_INT_CELL_STYLE | Analytical Cost Management: Zellen-Stil (intern) | 20021128 | ||
2 | ![]() |
RD_STYLE_ID | Value transfer | Type reference (TYPE) | UAC_STYLE_ID | Analytical Cost Assignment: Style-ID | 20021128 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
no style with specified data exists | 20021128 |
Method GET_COLUMN_STYLE Signature
Method GET_COLUMN_STYLE on class CL_UAC_DEFAULT_STYLE_MANAGER has no parameter.
Method GET_COLUMN_STYLE on class CL_UAC_DEFAULT_STYLE_MANAGER has no exception.
Method GET_COLUMN_STYLE_ID Signature
Method GET_COLUMN_STYLE_ID on class CL_UAC_DEFAULT_STYLE_MANAGER has no parameter.
Method GET_COLUMN_STYLE_ID on class CL_UAC_DEFAULT_STYLE_MANAGER has no exception.
Method GET_COLUMN_STYLE_ID_BY_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_STYLE | Call by reference | Type reference (TYPE) | UAC_S_INT_COLUMN_STYLE | Analytical Cost Management: Spalten-Stil (intern) | 20021128 | ||
2 | ![]() |
RD_STYLE_ID | Value transfer | Type reference (TYPE) | UAC_STYLE_ID | Analytical Cost Assignment: Style-ID | 20021128 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
no style with specified data exists | 20021128 |
Method GET_NEXT_ID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RD_STYLE_ID | Value transfer | Type reference (TYPE) | UAC_STYLE_ID | Analytical Cost Assignment: Style-ID | 20020528 |
Method GET_NEXT_ID on class CL_UAC_DEFAULT_STYLE_MANAGER has no exception.
Method GET_NODE_STYLE Signature
Method GET_NODE_STYLE on class CL_UAC_DEFAULT_STYLE_MANAGER has no parameter.
Method GET_NODE_STYLE on class CL_UAC_DEFAULT_STYLE_MANAGER has no exception.
Method GET_NODE_STYLE_ID Signature
Method GET_NODE_STYLE_ID on class CL_UAC_DEFAULT_STYLE_MANAGER has no parameter.
Method GET_NODE_STYLE_ID on class CL_UAC_DEFAULT_STYLE_MANAGER has no exception.
Method GET_NODE_STYLE_ID_BY_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_STYLE | Call by reference | Type reference (TYPE) | UAC_S_INT_NODE_STYLE | Analytical Cost Management: Knoten-Stil (intern) | 20021128 | ||
2 | ![]() |
RD_STYLE_ID | Value transfer | Type reference (TYPE) | UAC_STYLE_ID | Analytical Cost Assignment: Style-ID | 20021126 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
no style with specified data exists | 20021126 |
Method QUERY_TREE_STYLE_MANAGER Signature
Method QUERY_TREE_STYLE_MANAGER on class CL_UAC_DEFAULT_STYLE_MANAGER has no parameter.
Method QUERY_TREE_STYLE_MANAGER on class CL_UAC_DEFAULT_STYLE_MANAGER has no exception.
Method RAISE_EVENT Signature
Method RAISE_EVENT on class CL_UAC_DEFAULT_STYLE_MANAGER has no parameter.
Method RAISE_EVENT on class CL_UAC_DEFAULT_STYLE_MANAGER has no exception.
Method SET_CELL_STYLE Signature
Method SET_CELL_STYLE on class CL_UAC_DEFAULT_STYLE_MANAGER has no parameter.
Method SET_CELL_STYLE on class CL_UAC_DEFAULT_STYLE_MANAGER has no exception.
Method SET_COLUMN_STYLE Signature
Method SET_COLUMN_STYLE on class CL_UAC_DEFAULT_STYLE_MANAGER has no parameter.
Method SET_COLUMN_STYLE on class CL_UAC_DEFAULT_STYLE_MANAGER has no exception.
Method SET_DEFAULT_CELL_STYLE Signature
Method SET_DEFAULT_CELL_STYLE on class CL_UAC_DEFAULT_STYLE_MANAGER has no parameter.
Method SET_DEFAULT_CELL_STYLE on class CL_UAC_DEFAULT_STYLE_MANAGER has no exception.
Method SET_DEFAULT_CELL_STYLES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ID_EDITABLE | Call by reference | Type reference (TYPE) | UAC_FLAG | FALSE | Analytical Cost Management: Flag | 20020125 |
Method SET_DEFAULT_CELL_STYLES on class CL_UAC_DEFAULT_STYLE_MANAGER has no exception.
Method SET_DEFAULT_CELL_STYLE_FOR_COL Signature
Method SET_DEFAULT_CELL_STYLE_FOR_COL on class CL_UAC_DEFAULT_STYLE_MANAGER has no parameter.
Method SET_DEFAULT_CELL_STYLE_FOR_COL on class CL_UAC_DEFAULT_STYLE_MANAGER has no exception.
Method SET_DEFAULT_COLUMN_STYLE Signature
Method SET_DEFAULT_COLUMN_STYLE on class CL_UAC_DEFAULT_STYLE_MANAGER has no parameter.
Method SET_DEFAULT_COLUMN_STYLE on class CL_UAC_DEFAULT_STYLE_MANAGER has no exception.
Method SET_DEFAULT_COLUMN_STYLES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ID_EDITABLE | Call by reference | Type reference (TYPE) | UAC_FLAG | FALSE | Analytical Cost Management: Flag | 20020125 |
Method SET_DEFAULT_COLUMN_STYLES on class CL_UAC_DEFAULT_STYLE_MANAGER has no exception.
Method SET_DEFAULT_NODE_STYLE Signature
Method SET_DEFAULT_NODE_STYLE on class CL_UAC_DEFAULT_STYLE_MANAGER has no parameter.
Method SET_DEFAULT_NODE_STYLE on class CL_UAC_DEFAULT_STYLE_MANAGER has no exception.
Method SET_DEFAULT_NODE_STYLES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ID_EDITABLE_FOLDERS | Call by reference | Type reference (TYPE) | UAC_FLAG | FALSE | Analytical Cost Management: Flag | 20020221 | |
2 | ![]() |
ID_EDITABLE_LEAVES | Call by reference | Type reference (TYPE) | UAC_FLAG | FALSE | Analytical Cost Management: Flag | 20020221 |
Method SET_DEFAULT_NODE_STYLES on class CL_UAC_DEFAULT_STYLE_MANAGER has no exception.
Method SET_NODE_STYLE Signature
Method SET_NODE_STYLE on class CL_UAC_DEFAULT_STYLE_MANAGER has no parameter.
Method SET_NODE_STYLE on class CL_UAC_DEFAULT_STYLE_MANAGER has no exception.
Event Signatures
Event CELL_STYLE_SET Signature
Event CELL_STYLE_SET on class CL_UAC_DEFAULT_STYLE_MANAGER has no parameter.
Event COLUMN_STYLE_SET Signature
Event COLUMN_STYLE_SET on class CL_UAC_DEFAULT_STYLE_MANAGER has no parameter.
Event EV_CELL_STYLE_CHANGED Signature
Event EV_CELL_STYLE_CHANGED on class CL_UAC_DEFAULT_STYLE_MANAGER has no parameter.
Event EV_COLUMN_STYLE_CHANGED Signature
Event EV_COLUMN_STYLE_CHANGED on class CL_UAC_DEFAULT_STYLE_MANAGER has no parameter.
Event EV_NODE_STYLE_CHANGED Signature
Event EV_NODE_STYLE_CHANGED on class CL_UAC_DEFAULT_STYLE_MANAGER has no parameter.
Event NODE_STYLE_SET Signature
Event NODE_STYLE_SET on class CL_UAC_DEFAULT_STYLE_MANAGER has no parameter.
History
Last changed by/on | SAP | 20041006 |
SAP Release Created in | 3.1B |