SAP ABAP Class CL_UAC_GUI_ALV_TREE_ (Tree based on ALV 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_ALV_ATREE_ABSTRACT | Abstract Class for ALV Tree Control | 20031105 |
Properties
Class | CL_UAC_GUI_ALV_TREE_ | |
Short Description | Tree based on ALV Tree Control | |
Super Class | CL_UAC_GUI_ALV_ATREE_ABSTRACT | Abstract Class for ALV Tree Control |
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | UAC_VIEW | Views for MVC Pattern |
Created | 20031105 | SAP |
Last change | 20041209 | 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
Class CL_UAC_GUI_ALV_TREE_ has no interface implemented.
Friends
Class CL_UAC_GUI_ALV_TREE_ has no friend class.
Attributes
Class CL_UAC_GUI_ALV_TREE_ has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Constructor | CONSTRUCTOR | 20031105 |
2 | ![]() |
Instance method | Private | Method | 20031105 | |
3 | ![]() |
Instance method | Private | Method | Change Fcat Properties | 20031105 |
4 | ![]() |
Instance method | Private | Method | 20031105 | |
5 | ![]() |
Instance method | Private | Method | 20031105 | |
6 | ![]() |
Instance method | Private | Method | Initialize ALV Field Catalog from Tree Model | 20031105 |
7 | ![]() |
Instance method | Private | Method | Initialize ALV Outtab from Fcat | 20031105 |
8 | ![]() |
Instance method | Private | Method | Register Events at View and Set my Event Handlers | 20031105 |
9 | ![]() |
Instance method | Private | Method | 20031105 | |
10 | ![]() |
Instance method | Private | Method | Set Header of Hierarchy Column | 20031105 |
Events
Class CL_UAC_GUI_ALV_TREE_ has no event.
Types
Class CL_UAC_GUI_ALV_TREE_ has no local type.
Method Signatures
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ID_CELL_SELECTION | Call by reference | Type reference (TYPE) | UAC_FLAG | TRUE | Analytical Cost Management: Flag (0 = FALSCH, 1 = WAHR) | 20041004 | |
2 | ![]() |
ID_CLASS_ID | Call by reference | Type reference (TYPE) | STRING | 20031105 | |||
3 | ![]() |
ID_EXPAND_NO_CHILDREN | Call by reference | Type reference (TYPE) | UAC_FLAG | Analytical Cost Management: Flag | 20031105 | ||
4 | ![]() |
ID_IS_EDITABLE | Call by reference | Type reference (TYPE) | UAC_FLAG | Analytical Cost Management: Flag | 20031105 | ||
5 | ![]() |
ID_LIFETIME | Call by reference | Type reference (TYPE) | I | 20031105 | |||
6 | ![]() |
ID_MULTI_SELECTION | Call by reference | Type reference (TYPE) | UAC_FLAG | Analytical Cost Management: Flag | 20031105 | ||
7 | ![]() |
ID_NAME | Call by reference | Type reference (TYPE) | STRING | 20031105 | |||
8 | ![]() |
ID_NO_TOOLBAR | Call by reference | Type reference (TYPE) | UAC_FLAG | TRUE | Analytical Cost Management: Flag | 20031105 | |
9 | ![]() |
ID_STYLE | Call by reference | Type reference (TYPE) | I | 20031105 | |||
10 | ![]() |
IR_CONVERTER | Call by reference | Object reference (TYPE REF TO) | IF_UAC_TREE_CONVERTER | Konverter für Daten von und nach Char128 | 20031105 | ||
11 | ![]() |
IR_CTXT_MENU_MANAGER | Call by reference | Object reference (TYPE REF TO) | IF_UAC_CTXT_MENU_MANAGER | 20031105 | |||
12 | ![]() |
IR_PARENT | Call by reference | Object reference (TYPE REF TO) | CL_GUI_CONTAINER | Abstracter Container fuer GUI Controls | 20031105 | ||
13 | ![]() |
IR_STYLE_MANAGER | Call by reference | Object reference (TYPE REF TO) | IF_UAC_TREE_STYLE_MANAGER | 20031105 | |||
14 | ![]() |
IR_TREE_MODEL | Call by reference | Object reference (TYPE REF TO) | IF_UAC_TREE_MODEL | 20031105 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20031105 | ||
2 | ![]() |
20031105 |
Method _VIEW_ADD_REGISTERED_EVENTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_TREE | Call by reference | Object reference (TYPE REF TO) | OBJECT | tree object | 20031105 | ||
2 | ![]() |
IT_EVENT | Value transfer | Type reference (TYPE) | CNTL_SIMPLE_EVENTS | 20031105 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20031105 |
Method _VIEW_CHANGE_FCAT 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 | 20031105 | ||
2 | ![]() |
ID_HIDE | Call by reference | Type reference (TYPE) | UAC_FLAG | Analytical Cost Management: Flag | 20031105 | ||
3 | ![]() |
ID_ORDER | Call by reference | Type reference (TYPE) | UAC_FLAG | Analytical Cost Management: Flag | 20031105 | ||
4 | ![]() |
ID_REMOVE | Call by reference | Type reference (TYPE) | UAC_FLAG | Analytical Cost Management: Flag | 20031105 | ||
5 | ![]() |
ID_VALUE | Call by reference | Type reference (TYPE) | UAC_VALUE | Analytical Cost Management: Wert | 20031105 | ||
6 | ![]() |
ID_WIDTH | Call by reference | Type reference (TYPE) | I | 20031105 | |||
7 | ![]() |
IT_COLUMN_ID | Call by reference | Type reference (TYPE) | UAC_T_COLUMN_ID | Analytical Cost Management: Spalten-ID | 20031105 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
CNTL_ERROR | 20031105 | |
2 | ![]() |
COLUMN_NOT_FOUND | 20031105 |
Method _VIEW_FRONTEND_UPDATE Signature
Method _VIEW_FRONTEND_UPDATE on class CL_UAC_GUI_ALV_TREE_ has no parameter.
Method _VIEW_FRONTEND_UPDATE on class CL_UAC_GUI_ALV_TREE_ has no exception.
Method _VIEW_GET_FCAT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_FCAT | Call by reference | Type reference (TYPE) | LVC_T_FCAT | Feldkatalog für ListViewerControl | 20031105 |
Method _VIEW_GET_FCAT on class CL_UAC_GUI_ALV_TREE_ has no exception.
Method _VIEW_INIT_FCAT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_FCAT | Call by reference | Type reference (TYPE) | LVC_T_FCAT | Feldkatalog für ListViewerControl | 20031105 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20031105 |
Method _VIEW_INIT_OUTTAB Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_DREF_OUTTAB | Call by reference | Object reference (TYPE REF TO) | DATA | 20031105 | |||
2 | ![]() |
ET_DREF_OUTTAB | Call by reference | Object reference (TYPE REF TO) | DATA | 20031105 | |||
3 | ![]() |
IT_FCAT | Call by reference | Type reference (TYPE) | LVC_T_FCAT | 20031105 |
Method _VIEW_INIT_OUTTAB on class CL_UAC_GUI_ALV_TREE_ has no exception.
Method _VIEW_SETUP_EVENT_HANDLING Signature
Method _VIEW_SETUP_EVENT_HANDLING on class CL_UAC_GUI_ALV_TREE_ has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20031105 |
Method _VIEW_SET_FCAT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_FCAT | Call by reference | Type reference (TYPE) | LVC_T_FCAT | Feldkatalog für ListViewerControl | 20031105 |
Method _VIEW_SET_FCAT on class CL_UAC_GUI_ALV_TREE_ has no exception.
Method _VIEW_SET_HIERARCHY_HEADER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ID_HIERARCHY_HEADER | Call by reference | Type reference (TYPE) | TREEV_HHDR | Tree Control: Eigenschaften des Hierarchie Headers | 20031105 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20031105 |
History
Last changed by/on | SAP | 20041209 |
SAP Release Created in | 300 |