SAP ABAP Class CL_UAC_GUI_COL_TREE_ABSTRACT (Abstract Class for Column Tree Control)
Hierarchy
☛
FINBASIS (Software Component) Fin. Basis
⤷
FIN-FB (Application Component) Financials Basis
⤷
UAC_VIEW (Package) Views for MVC Pattern
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_UAC_GUI_TREE_ABSTRACT | Abstract Tree View | 20020205 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_UAC_GUI_ALV_ATREE_ABSTRACT | Abstract Class for ALV Tree Control | 20031010 |
| 2 | Inheritance (c INHERITING FROM c_ref) | CL_UAC_GUI_ALV_TREE | Tree based on ALV Tree Control | 20031105 |
| 3 | Inheritance (c INHERITING FROM c_ref) | CL_UAC_GUI_COLUMN_TREE | Tree based on Column Tree Control | 20020205 |
Properties
| Class | CL_UAC_GUI_COL_TREE_ABSTRACT | |
| Short Description | Abstract Class for Column Tree Control | |
| Super Class | CL_UAC_GUI_TREE_ABSTRACT | Abstract Tree View |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | UAC_VIEW | Views for MVC Pattern |
| Created | 20020205 | SAP |
| Last change | 20041006 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
Class CL_UAC_GUI_COL_TREE_ABSTRACT has no interface implemented.
Friends
Class CL_UAC_GUI_COL_TREE_ABSTRACT has no friend class.
Attributes
Class CL_UAC_GUI_COL_TREE_ABSTRACT has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Protected | Method | 20020205 | ||
| 2 | Instance method | Protected | Method | 20020205 | ||
| 3 | Instance method | Protected | Method | 20020205 | ||
| 4 | Instance method | Protected | Method | 20031120 | ||
| 5 | Instance method | Protected | Method | 20020205 | ||
| 6 | Instance method | Protected | Method | 20020211 | ||
| 7 | Instance method | Protected | Method | 20020211 | ||
| 8 | Instance method | Protected | Method | 20020211 | ||
| 9 | Instance method | Protected | Method | 20031120 |
Events
Class CL_UAC_GUI_COL_TREE_ABSTRACT has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TYP_S_COLUMN_TREE_NODE_STYLE | Protected | See coding | 20020211 | BEGIN OF typ_s_column_tree_node_style,
hidden TYPE treembnode-hidden,
disabled TYPE treembnode-disabled,
isfolder TYPE treembnode-isfolder,
n_image TYPE treembnode-n_image,
exp_image TYPE treembnode-exp_image,
style TYPE treembnode-style,
last_hitem TYPE treembnode-last_hitem,
no_branch TYPE treembnode-no_branch,
expander TYPE treevbnode-expander,
dragdropid TYPE treev_node-dragdropid,
END OF typ_s_column_tree_node_style
|
Method Signatures
Method CONVERT_ALIGNMENT_FROM_UAC Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID_ALIGNMENT | Call by reference | Type reference (TYPE) | UAC_ALIGNMENT | Analytical Cost Management: Ausrichtung | 20020205 | |||
| 2 | RD_ALIGNMENT | Value transfer | Type reference (TYPE) | INT4 | Natürliche Zahl | 20020205 |
Method CONVERT_ALIGNMENT_FROM_UAC on class CL_UAC_GUI_COL_TREE_ABSTRACT has no exception.
Method CONVERT_CLASS_FROM_UAC Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID_CLASS | Call by reference | Type reference (TYPE) | UAC_CLASS | Analytical Cost Management: Typ eines Controls | 20020205 | |||
| 2 | RD_CLASS | Value transfer | Type reference (TYPE) | INT4 | Natürliche Zahl | 20020205 |
Method CONVERT_CLASS_FROM_UAC on class CL_UAC_GUI_COL_TREE_ABSTRACT has no exception.
Method CONVERT_EDITABLE_FROM_UAC Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID_CLASS | Call by reference | Type reference (TYPE) | UAC_CLASS | Analytical Cost Management: Typ eines Controls | 20020222 | |||
| 2 | ID_EDITABLE | Call by reference | Type reference (TYPE) | UAC_FLAG | Analytical Cost Management: Flag | 20020205 | |||
| 3 | RD_EDITABLE | Value transfer | Type reference (TYPE) | AS4FLAG | Flag (X oder Blank) | 20020205 |
Method CONVERT_EDITABLE_FROM_UAC on class CL_UAC_GUI_COL_TREE_ABSTRACT has no exception.
Method CONVERT_FONT_STYLE_FROM_UAC Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID_FONTSTYLE | Call by reference | Type reference (TYPE) | UAC_FONT_STYLE | Analytical Cost Management: Schrift | 20031120 | |||
| 2 | RD_FONTSTYLE | Value transfer | Type reference (TYPE) | INT4 | Natürliche Zahl | 20031120 |
Method CONVERT_FONT_STYLE_FROM_UAC on class CL_UAC_GUI_COL_TREE_ABSTRACT has no exception.
Method CONVERT_KEY_FROM_COLUMN_TREE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID_KEY | Call by reference | Type reference (TYPE) | UAC_KEY_ID | Analytical Cost Management: ID einer Taste | 20020205 | |||
| 2 | RD_KEY | Value transfer | Type reference (TYPE) | I | 20020205 |
Method CONVERT_KEY_FROM_COLUMN_TREE on class CL_UAC_GUI_COL_TREE_ABSTRACT has no exception.
Method CONVERT_NODE_FROM_UAC Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID_NODE_DATA | Call by reference | Type reference (TYPE) | TYP_S_NODE_DATA | 20020211 | ||||
| 2 | RD_NODE_STYLE | Call by reference | Type reference (TYPE) | ANY | 20020211 |
Method CONVERT_NODE_FROM_UAC on class CL_UAC_GUI_COL_TREE_ABSTRACT has no exception.
Method CONVERT_NODE_STYLE_FROM_UAC Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ED_COLUMN_NODE | Value transfer | Type reference (TYPE) | ANY | Tree Control: Eigenschaften eines Knotens | 20020211 | |||
| 2 | ID_NODE_DATA | Call by reference | Type reference (TYPE) | TYP_S_NODE_DATA | 20020211 | ||||
| 3 | ID_NODE_STYLE | Call by reference | Type reference (TYPE) | UAC_S_INT_NODE_STYLE | Analytical Cost Management: Knoten-Stil (intern) | 20020211 |
Method CONVERT_NODE_STYLE_FROM_UAC on class CL_UAC_GUI_COL_TREE_ABSTRACT has no exception.
Method CONVERT_RELATIONSHIP_FROM_UAC Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID_RELATIONSHIP | Call by reference | Type reference (TYPE) | UAC_RELATIONSHIP | Analytical Cost Management: Beziehung eines Knotens im Baum | 20020211 | |||
| 2 | RD_RELATIONSHIP | Value transfer | Type reference (TYPE) | INT4 | Natürliche Zahl | 20020211 |
Method CONVERT_RELATIONSHIP_FROM_UAC on class CL_UAC_GUI_COL_TREE_ABSTRACT has no exception.
Method GET_CELL_ITEMS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_CELL_ITEM | Call by reference | Type reference (TYPE) | UAC_T_TREEV_ITEM | 20031120 | ||||
| 2 | IT_CELL_DATA | Call by reference | Type reference (TYPE) | TYP_T_CELL_DATA | 20031120 | ||||
| 3 | IT_CELL_STYLE | Call by reference | Type reference (TYPE) | TYP_HT_CELL_STYLE | 20031120 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20031120 |
History
| Last changed by/on | SAP | 20041006 |
| SAP Release Created in | 3.1B |