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 CL_EVE_CO Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
2 IF_EVE_ROLL_UP_RULE 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 MR_REF_ATTRIBUTE_CQ Instance attribute Public Object reference (TYPE REF TO) CL_EVE_D_ATTRIBUTE Reference Attributes for Unit of Measure/Currency 20020415
2 MS_COMMON Instance attribute Public Type reference (TYPE) EVE_TS_ATTRIBUTE_COMMON Attributes: Common Fields for Attributes/Subattributes 20020408
3 MT_OBJECT_TYPES Instance attribute Public Type reference (TYPE) EVE_TT_D_OBJECT_TYPE Characteristic Object Types 20020408
4 SC_INITIALS_IGNORE Constant Public Type reference (TYPE) EVE_TV_INCLUDE_INITIAL_VALUES 'A' Initial Values: Ignore During Summarization 20020409
5 SC_INITIALS_STOP Constant Public Type reference (TYPE) EVE_TV_INCLUDE_INITIAL_VALUES 'C' Initial Values: Cancel Summarization 20020409
6 SC_INITIALS_VALUE Constant Public Type reference (TYPE) EVE_TV_INCLUDE_INITIAL_VALUES 'B' Initial Values: Include in Summarization 20020409
7 SC_RR_IGNORE_HIGHER Constant Public Type reference (TYPE) EVE_TV_ROLL_UP_RESOLVE 'A' Ignore Higher Level 20020408
8 SC_RR_INCLUDE_HIGHER Constant Public Type reference (TYPE) EVE_TV_ROLL_UP_RESOLVE 'B' Include Higher Level 20020408
9 SC_RU_EQUAL Constant Public Type reference (TYPE) EVE_TV_ROLL_UP_RULE 'F' Transfer If Equal 20020408
10 SC_RU_MAX Constant Public Type reference (TYPE) EVE_TV_ROLL_UP_RULE 'D' Maximum 20020408
11 SC_RU_MIN Constant Public Type reference (TYPE) EVE_TV_ROLL_UP_RULE 'C' Minimum 20020408
12 SC_RU_NONE Constant Public Type reference (TYPE) EVE_TV_ROLL_UP_RULE 'A' No Summarization 20020408
13 SC_RU_SUM Constant Public Type reference (TYPE) EVE_TV_ROLL_UP_RULE 'B' Total 20020408
14 SC_TYPE_DTEL Constant Public Type reference (TYPE) EVE_TV_ATTRIBUTE_TYPE 'I' Type: Data Element 20020313
15 SC_TYPE_DTEL_TAB Constant Public Type reference (TYPE) EVE_TV_ATTRIBUTE_TYPE 'M' Type: Table for Data Elements 20020313
16 SC_TYPE_STRU Constant Public Type reference (TYPE) EVE_TV_ATTRIBUTE_TYPE 'T' Type: Structure 20020313
17 SC_TYPE_STRU_TAB Constant Public Type reference (TYPE) EVE_TV_ATTRIBUTE_TYPE 'U' Type: Table for Structure 20020313
18 SC_VALUE_INVALID Constant Public Type reference (TYPE) CHAR1 SPACE Invalid Value 20030304
19 SC_VALUE_OWN Constant Public Type reference (TYPE) CHAR1 'O' Own Value 20030304
20 SC_VALUE_SUM Constant Public Type reference (TYPE) CHAR1 'S' Summarization Value 20030304
21 ST_ROLL_UP_RULES Static Attribute Private See coding Special Summarization Rules 20030304
Methods
# Method Level Visibility Method type Description Created on
1 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20030304
2 IS_VALID_OBJECT_TYPE Instance method Public Method Is attributes filled by object type? 20020408
3