SAP ABAP Class CL_EVE_L_VIEW_ALV (View Layout for ALV)
Hierarchy
☛
CPRXRPM (Software Component) SAP Portfolio and Project Management 6.0
⤷
PPM-PRO-EVA (Application Component) Evaluations
⤷
EVE_SETTINGS (Package) Evaluation Engine - System und Customizing
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_EVE_L_VIEW | Layout View | 20020516 |
Properties
| Class | CL_EVE_L_VIEW_ALV | |
| Short Description | View Layout for ALV | |
| Super Class | CL_EVE_L_VIEW | Layout View |
| Instantiability of a Class | 1 | Protected |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | EVE_SETTINGS | Evaluation Engine - System und Customizing |
| Created | 20020516 | SAP |
| Last change | 20141109 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_EVE_L_VIEW_ALV has no forward declaration.
Interfaces
Class CL_EVE_L_VIEW_ALV has no interface implemented.
Friends
Class CL_EVE_L_VIEW_ALV has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Public | Object reference (TYPE REF TO) | CL_EVE_D_FIELD_VIEW | First Field of View Output | 20020516 | |||
| 2 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_ABAP_TABLEDESCR | Type Handle for View Data Table | 20040830 | |||
| 3 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_ABAP_STRUCTDESCR | Type Handle for View Data | 20040830 | |||
| 4 | Instance attribute | Public | Type reference (TYPE) | EVE_TT_D_FIELD_VIEW | View Output Fields | 20020516 | |||
| 5 | Static Attribute | Private | Type reference (TYPE) | TT_APPL_BUFFER | Buffer with All Views | 20020516 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | Constructor | 20020516 | |
| 2 | Static method | Private | Method | Create View Layout Instance | 20020516 | |
| 3 | Instance method | Protected | Method | Generate Type Handles for View Layout | 20040830 | |
| 4 | Instance method | Public | Method | Create Data Reference to Table with View Data | 20020516 | |
| 5 | Instance method | Public | Method | Create Data Reference to Work Area with View Data | 20020516 | |
| 6 | Instance method | Protected | Method | Create Field Catalog for View Layout | 20020516 | |
| 7 | Instance method | Public | Method | Create Field Catalog for View Layout | 20020516 | |
| 8 | Static method | Public | Method | Create View Layout Instance | 20020516 |
Events
Class CL_EVE_L_VIEW_ALV has no event.
Types
Class CL_EVE_L_VIEW_ALV has no local type.
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_APPLICATION | Call by reference | Type reference (TYPE) | EVE_TV_APPLICATION | Anwendung der Evaluation Engine | 20020516 | |||
| 2 | IV_VIEW | Call by reference | Type reference (TYPE) | EVE_TV_VIEW | Layout für die Sicht der Evaluation Engine | 20020516 |
Method CONSTRUCTOR on class CL_EVE_L_VIEW_ALV has no exception.
Method CREATE_ALL_INSTANCES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_APPLICATION | Call by reference | Type reference (TYPE) | EVE_TV_APPLICATION | Anwendung der Evaluation Engine | 20020516 |
Method CREATE_ALL_INSTANCES on class CL_EVE_L_VIEW_ALV has no exception.
Method CREATE_VIEW_DATA_HANDLES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ER_HANDLE_VIEW_DATA_TAB | Call by reference | Object reference (TYPE REF TO) | CL_ABAP_TABLEDESCR | Typ-Handle für Datentabelle | 20040830 | |||
| 2 | ER_HANDLE_VIEW_DATA_WA | Call by reference | Object reference (TYPE REF TO) | CL_ABAP_STRUCTDESCR | Typ-Handle für Daten | 20040830 |
Method CREATE_VIEW_DATA_HANDLES on class CL_EVE_L_VIEW_ALV has no exception.
Method CREATE_VIEW_DATA_TABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ER_DATA_TABLE | Call by reference | Object reference (TYPE REF TO) | DATA | 20020516 |
Method CREATE_VIEW_DATA_TABLE on class CL_EVE_L_VIEW_ALV has no exception.
Method CREATE_VIEW_DATA_WA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ER_DATA_ITERATOR | Call by reference | Object reference (TYPE REF TO) | IF_EVE_DATA_ATTRIBUTE_ITERATOR | Iterator für Daten Attribute | 20020516 | |||
| 2 | ER_DATA_WORKAREA | Call by reference | Object reference (TYPE REF TO) | DATA | 20020516 |
Method CREATE_VIEW_DATA_WA on class CL_EVE_L_VIEW_ALV has no exception.
Method FILL_FIELDCATALOG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_FIELDCATALOG | Call by reference | Type reference (TYPE) | LVC_T_FCAT | Feldkatalog für ListViewerControl | 20020516 |
Method FILL_FIELDCATALOG on class CL_EVE_L_VIEW_ALV has no exception.
Method GET_FIELDCATALOG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_FIELDCATALOG | Call by reference | Type reference (TYPE) | LVC_T_FCAT | Feldkatalog für ListViewerControl | 20020516 |
Method GET_FIELDCATALOG on class CL_EVE_L_VIEW_ALV has no exception.
Method GET_INSTANCE_ALV Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ER_LAYOUT | Call by reference | Object reference (TYPE REF TO) | CL_EVE_L_VIEW_ALV | Layout View | 20020516 | |||
| 2 | IV_APPLICATION | Call by reference | Type reference (TYPE) | EVE_TV_APPLICATION | Anwendung der Evaluation Engine | 20020516 | |||
| 3 | IV_VIEW | Call by reference | Type reference (TYPE) | EVE_TV_VIEW | Layout Sicht/View der Evaluation Engine | 20020516 |
Method GET_INSTANCE_ALV on class CL_EVE_L_VIEW_ALV has no exception.
History
| Last changed by/on | SAP | 20141109 |
| SAP Release Created in | 200 |