SAP ABAP Class CL_UA_VIEW_GRID_WORKLIST (Grid with Objects of a Working Environment)
Hierarchy
☛
SEM-BW (Software Component) SEM-BW: Strategic Enterprise Management
⤷
FIN-BA (Application Component) Business Analytics
⤷
UA_ASSIGNMENT_TREE (Package) Default and Abstract Implementations on the Assignment Tree
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_UAC_VIEW_GRID | Grid View | 20040924 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_UAC_VIEW_STRATEGY | View Strategy | 20040924 |
Properties
| Class | CL_UA_VIEW_GRID_WORKLIST | |
| Short Description | Grid with Objects of a Working Environment | |
| Super Class | CL_UAC_VIEW_GRID | Grid View |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | UAMO | |
| Program status | ||
| Category | 0 | |
| Package | UA_ASSIGNMENT_TREE | Default and Abstract Implementations on the Assignment Tree |
| Created | 20040924 | SAP |
| Last change | 20060208 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_UA_VIEW_GRID_WORKLIST has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_UAC_VIEW_STRATEGY | View Strategy | 20040924 |
Friends
Class CL_UA_VIEW_GRID_WORKLIST has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Protected | Type reference (TYPE) | LVC_FNAME | ALV Control: Field Name of Internal Table Field | 20040924 | |||
| 2 | Instance attribute | Protected | Type reference (TYPE) | LVC_FNAME | ALV Control: Field Name of Internal Table Field | 20040924 | |||
| 3 | Instance attribute | Protected | Type reference (TYPE) | LVC_FNAME | ALV Control: Field Name of Internal Table Field | 20040924 | |||
| 4 | Instance attribute | Protected | Type reference (TYPE) | UAC_NODE_ID | Analytical Cost Management: ID of Node | 20040924 | |||
| 5 | Instance attribute | Protected | Object reference (TYPE REF TO) | IF_UA_APPLICATION | UA Application | 20040924 | |||
| 6 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_UA_TYPE_BASE | Basis Class of Types | 20040928 | |||
| 7 | Instance attribute | Protected | Object reference (TYPE REF TO) | IF_UA_CE_ENVIRONMENT | Runtime Environment | 20040924 | |||
| 8 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_UA_NODE | Node Instance: Key Figures to Objects | 20040924 | |||
| 9 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_UA_OBJECT | Object Instance | 20040924 | |||
| 10 | Instance attribute | Protected | Object reference (TYPE REF TO) | IF_UA_VIEW_STRATEGY | View-Specific Strategy | 20040924 | |||
| 11 | Instance attribute | Protected | Type reference (TYPE) | LVC_S_ROID | Assignment of line number to line ID | 20040924 | |||
| 12 | Instance attribute | Protected | Type reference (TYPE) | TYP_T_POP_LIST | 20040924 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20040924 | |
| 2 | Instance method | Public | Constructor | Constructor | 20040924 | |
| 3 | Instance method | Public | Method | 20050920 | ||
| 4 | Instance method | Public | Method | 20050907 | ||
| 5 | Instance method | Protected | Method | 20040924 |
Events
Class CL_UA_VIEW_GRID_WORKLIST has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TYP_S_POP_LIST | Protected | See coding | 20040924 | BEGIN OF typ_s_pop_list ,
type TYPE REF TO cl_ua_type_base,
spopli TYPE spopli,
END OF typ_s_pop_list
|
||
| 2 | TYP_T_POP_LIST | Protected | See coding | 20040924 | typ_t_pop_list TYPE STANDARD TABLE OF typ_s_pop_list
|
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_UA_VIEW_GRID_WORKLIST has no parameter.
Method CLASS_CONSTRUCTOR on class CL_UA_VIEW_GRID_WORKLIST has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID_VIEW_ID | Call by reference | Type reference (TYPE) | UAC_EXT_ID | Analytical Cost Management: ext. ID für Control-Elemente | 20040924 | |||
| 2 | IR_CONVERTER | Call by reference | Object reference (TYPE REF TO) | IF_UAC_TREE_CONVERTER | Konverter für Daten von und nach Char128 | 20040924 | |||
| 3 | IR_MODEL | Call by reference | Object reference (TYPE REF TO) | IF_UAC_ASSIGNMENT_MODEL | view gets assignment data from model via this interface | 20040924 | |||
| 4 | IR_PARENT_CONTAINER | Call by reference | Object reference (TYPE REF TO) | CL_GUI_CONTAINER | Abstracter Container fuer GUI Controls | 20040924 | |||
| 5 | IR_STYLE_MANAGER | Call by reference | Object reference (TYPE REF TO) | IF_UAC_ASSIGNMNT_STYLE_MANAGER | Includes IF_UAC_[TREE|EDGE]_STYLE_MANAGER | 20040924 | |||
| 6 | IS_VIEW_ITEM | Call by reference | Type reference (TYPE) | UAC_S_ITEM | Analytical Cost Management: Item | 20040924 |
Method CONSTRUCTOR on class CL_UA_VIEW_GRID_WORKLIST has no exception.
Method PURGE_ALL_ROWS Signature
Method PURGE_ALL_ROWS on class CL_UA_VIEW_GRID_WORKLIST has no parameter.
Method PURGE_ALL_ROWS on class CL_UA_VIEW_GRID_WORKLIST has no exception.
Method PURGE_SELECTED_ROWS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_PURGE_SELECTION | Call by reference | Type reference (TYPE) | UAB_S_TYPE_SELECTION | 20050908 | ||||
| 2 | ET_INDEX_ROWS | Call by reference | Type reference (TYPE) | LVC_T_ROW | 20050907 |
Method PURGE_SELECTED_ROWS on class CL_UA_VIEW_GRID_WORKLIST has no exception.
Method _REFRESH_GRID_TITLE Signature
Method _REFRESH_GRID_TITLE on class CL_UA_VIEW_GRID_WORKLIST has no parameter.
Method _REFRESH_GRID_TITLE on class CL_UA_VIEW_GRID_WORKLIST has no exception.
History
| Last changed by/on | SAP | 20060208 |
| SAP Release Created in | 400 |