SAP ABAP Class CL_EVE_D_ATTRIBUTE_BASE (Abstract Basis Class for Attributes)
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_CUSTOMIZING_BASE | EVE: Basis Class for Customizing Objects | 20030411 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_EVE_D_ATTRIBUTE | Attribute Definition | 20020307 |
| 2 | Inheritance (c INHERITING FROM c_ref) | CL_EVE_D_SUB_ATTRIBUTE | Definition of Lower-Level Attributes | 20020307 |
Properties
| Class | CL_EVE_D_ATTRIBUTE_BASE | |
| Short Description | Abstract Basis Class for Attributes | |
| Super Class | CL_EVE_CUSTOMIZING_BASE | EVE: Basis Class for Customizing Objects |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | EVE_SETTINGS | Evaluation Engine - System und Customizing |
| Created | 20020307 | SAP |
| Last change | 20141109 | |
| 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) | |
| 2 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Class CL_EVE_D_ATTRIBUTE_BASE has no interface implemented.
Friends
| # | Friend | Modeled only | Created on | Description |
|---|---|---|---|---|
| 1 | CL_EVE_LAYOUT_BASE | 20020415 | Abstract Basis Class for All Layouts |
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_ATTRIBUTE | Reference Attributes for Unit of Measure/Currency | 20020415 | |||
| 2 | Instance attribute | Public | Type reference (TYPE) | EVE_TS_ATTRIBUTE_COMMON | Attributes: Common Fields for Attributes/Subattributes | 20020408 | |||
| 3 | Instance attribute | Public | Type reference (TYPE) | EVE_TT_D_OBJECT_TYPE | Characteristic Object Types | 20020408 | |||
| 4 | Constant | Public | Type reference (TYPE) | EVE_TV_INCLUDE_INITIAL_VALUES | 'A' | Initial Values: Ignore During Summarization | 20020409 | ||
| 5 | Constant | Public | Type reference (TYPE) | EVE_TV_INCLUDE_INITIAL_VALUES | 'C' | Initial Values: Cancel Summarization | 20020409 | ||
| 6 | Constant | Public | Type reference (TYPE) | EVE_TV_INCLUDE_INITIAL_VALUES | 'B' | Initial Values: Include in Summarization | 20020409 | ||
| 7 | Constant | Public | Type reference (TYPE) | EVE_TV_ROLL_UP_RESOLVE | 'A' | Ignore Higher Level | 20020408 | ||
| 8 | Constant | Public | Type reference (TYPE) | EVE_TV_ROLL_UP_RESOLVE | 'B' | Include Higher Level | 20020408 | ||
| 9 | Constant | Public | Type reference (TYPE) | EVE_TV_ROLL_UP_RULE | 'F' | Transfer If Equal | 20020408 | ||
| 10 | Constant | Public | Type reference (TYPE) | EVE_TV_ROLL_UP_RULE | 'D' | Maximum | 20020408 | ||
| 11 | Constant | Public | Type reference (TYPE) | EVE_TV_ROLL_UP_RULE | 'C' | Minimum | 20020408 | ||
| 12 | Constant | Public | Type reference (TYPE) | EVE_TV_ROLL_UP_RULE | 'A' | No Summarization | 20020408 | ||
| 13 | Constant | Public | Type reference (TYPE) | EVE_TV_ROLL_UP_RULE | 'B' | Total | 20020408 | ||
| 14 | Constant | Public | Type reference (TYPE) | EVE_TV_ATTRIBUTE_TYPE | 'I' | Type: Data Element | 20020313 | ||
| 15 | Constant | Public | Type reference (TYPE) | EVE_TV_ATTRIBUTE_TYPE | 'M' | Type: Table for Data Elements | 20020313 | ||
| 16 | Constant | Public | Type reference (TYPE) | EVE_TV_ATTRIBUTE_TYPE | 'T' | Type: Structure | 20020313 | ||
| 17 | Constant | Public | Type reference (TYPE) | EVE_TV_ATTRIBUTE_TYPE | 'U' | Type: Table for Structure | 20020313 | ||
| 18 | Constant | Public | Type reference (TYPE) | CHAR1 | SPACE | Invalid Value | 20030304 | ||
| 19 | Constant | Public | Type reference (TYPE) | CHAR1 | 'O' | Own Value | 20030304 | ||
| 20 | Constant | Public | Type reference (TYPE) | CHAR1 | 'S' | Summarization Value | 20030304 | ||
| 21 | Static Attribute | Private | See coding | Special Summarization Rules | 20030304 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20030304 | |
| 2 | Instance method | Public | Method | Is attributes filled by object type? | 20020408 | |
| 3 |