SAP ABAP Class CL_CFX_ATTRIBUTE_VALUES (List of Attributes with Values)
Hierarchy
CPRXRPM (Software Component) SAP Portfolio and Project Management 6.0
   PLM-CFO (Application Component) Collaboration Folders
     CFX_FOLDERS (Package) Collaboration Folders: Folder and Documents
Properties
Class CL_CFX_ATTRIBUTE_VALUES  
Short Description List of Attributes with Values    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package CFX_FOLDERS   Collaboration Folders: Folder and Documents 
Created 20020308   SAP 
Last change 20141109    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_CFX_ATTRIBUTE_VALUES has no interface implemented.
Friends
# Friend Modeled only Created on Description
1 CL_CFX_ATTRIBUTES 20020308 List of Attributes
2 CL_CFX_ATTRIBUTE_VALUE 20020412 Value of Attribute
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MP_ATTRIBUTES Instance attribute Private Object reference (TYPE REF TO) CL_CFX_ATTRIBUTES List of Attributes 20020425
2 MP_TYPE_ATTRIBUTE_VALUE Instance attribute Private Object reference (TYPE REF TO) CL_CFX_ATTRIBUTE_VALUE Value of Attribute 'Type' 20020403
3 MT_ATTRIBUTE_VALUES Instance attribute Private Type reference (TYPE) CFX_TT_ATTRIBUTE_VALUES Table of All Attribute_value Objects with Attribs & Values 20020308
4 MT_ATTRIBUTE_VALUES_ALL Instance attribute Private Type reference (TYPE) CFX_TT_ATTRIBUTE_VALUES Table of All Attribute_value Objects with Attribs & Values 20020403
5 M_IS_DIRTY Instance attribute Private Type reference (TYPE) CFX_BOOLEAN ABAP_TRUE Value(s) Changed Compared to Database / Persistent File ? 20020422
6 M_TYPE Instance attribute Private Type reference (TYPE) STRING Type of Attribute in MT_ATTRIBUTE_VALUES 20020403
Methods
# Method Level Visibility Method type Description Created on
1 CHECK Instance method Public Method Checks List of Attribute Values 20020308
2 COMPARE Instance method Public Method Compares Two Lists of Attribute Values 20020308
3 CONSTRUCTOR Instance method Public Constructor 20020308
4 GET_ATTRIBUTES Instance method Public Method Determines Attributes' Object (Contains List of Attributes) 20020327
5 GET_ATTRIBUTE_VALUE Instance method Public Method Determines the Attribute_Value Object for the Attribute 20020327
6 GET_ATTRIBUTE_VALUES Instance method Public Method Determines List of the Attribute_Value Objects 20020318
7 GET_ATTRIBUTE_VALUE_LIST Instance method Public Method Determines List of the Attributes (ID, Namespace and Value) 20020318
8 GET_TYPE Instance method Public Method Determines Value of the Attributes 'Type' 20020423
9 INITIALIZE Static method Public Method Create Instance 20020417
10 IS_DIRTY Instance method Public Method Changes in Comparison to Database? 20020422
11 SET_DIRTY_FALSE Instance method Public Method Attributes saved 20020422
12 SET_DIRTY_TRUE Instance method Protected Method Attributes were changed 20020422
13 SET_VALUES Instance method Public Method Determine Attributes and Values from Table as Object 20020403
14 UPDATE_TYPE Instance method Private Method Update List of Values, If Type was Changed 20020403
Events
Class CL_CFX_ATTRIBUTE_VALUES has no event.
Types
Class CL_CFX_ATTRIBUTE_VALUES has no local type.
Method Signatures

Method CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_OLD_ATTRIBUTE_VALUES Call by reference Object reference (TYPE REF TO) CL_CFX_ATTRIBUTE_VALUES Liste von Attributen mit Wert 20020308
2 Importing I_LOCATION Call by reference Type reference (TYPE) STRING Für Fehler: Aufrufort 20020308

Method CHECK on class CL_CFX_ATTRIBUTE_VALUES has no exception.

Method COMPARE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_CHANGED_ATTRIBUTE_VALUES Call by reference Type reference (TYPE) CFX_TT_ATTRIBUTE_VALUES Tabelle aller Attribute_value Objekte mit Attrib. & Werten 20020308
2 Exporting ET_OLD_AND_NEW_ATTR_VALUES Call by reference Type reference (TYPE) CFX_TT_ATTRIBUTE_CHANGED_VALUE Tabelle von Attributen: Alter und neuer Wert 20041104
3 Importing IP_ATTRIBUTE_VALUES Call by reference Object reference (TYPE REF TO) CL_CFX_ATTRIBUTE_VALUES Liste von Attributen mit Wert 20020308

Method COMPARE on class CL_CFX_ATTRIBUTE_VALUES has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_ATTRIBUTES Call by reference Object reference (TYPE REF TO) CL_CFX_ATTRIBUTES Liste von Attributen 20020308

Method CONSTRUCTOR on class CL_CFX_ATTRIBUTE_VALUES has no exception.

Method GET_ATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RP_ATTRIBUTES Value transfer Object reference (TYPE REF TO) CL_CFX_ATTRIBUTES Liste von Attributen 20020327

Method GET_ATTRIBUTES on class CL_CFX_ATTRIBUTE_VALUES has no exception.

Method GET_ATTRIBUTE_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_ATTRIBUTE Call by reference Object reference (TYPE REF TO) CL_CFX_ATTRIBUTE Attribut 20020327
2 Returning RP_ATTRIBUTE_VALUE Value transfer Object reference (TYPE REF TO) CL_CFX_ATTRIBUTE_VALUE Wert eines Attributs 20020327

Method GET_ATTRIBUTE_VALUE on class CL_CFX_ATTRIBUTE_VALUES has no exception.

Method GET_ATTRIBUTE_VALUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ATTRIBUTE_VALUES Call by reference Type reference (TYPE) CFX_TT_ATTRIBUTE_VALUES Tabelle aller Attribute_value Objekte mit Attrib. & Werten 20020318

Method GET_ATTRIBUTE_VALUES on class CL_CFX_ATTRIBUTE_VALUES has no exception.

Method GET_ATTRIBUTE_VALUE_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ATTRIBUTE_VALUE Call by reference Type reference (TYPE) CFX_TT_ATTRIBUTE_VALUE Tabelle von Attributen: (Namespace, ID und Wert) 20020318

Method GET_ATTRIBUTE_VALUE_LIST on class CL_CFX_ATTRIBUTE_VALUES has no exception.

Method GET_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_TYPE Value transfer Type reference (TYPE) STRING 20020423

Method GET_TYPE on class CL_CFX_ATTRIBUTE_VALUES has no exception.

Method INITIALIZE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_COMMON Call by reference Object reference (TYPE REF TO) IF_CFX_COMMON Gemeinsame Schnittstelle aller Objekte 20020417
2 Importing I_OBJECT_TYPE Call by reference Type reference (TYPE) CFX_T_OBJECT_TYPE Objekttyp 20020417
3 Returning RP_ATTRIBUTE_VALUES Value transfer Object reference (TYPE REF TO) CL_CFX_ATTRIBUTE_VALUES Liste von Attributen mit Wert 20020417

Method INITIALIZE on class CL_CFX_ATTRIBUTE_VALUES has no exception.

Method IS_DIRTY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_IS_DIRTY Value transfer Type reference (TYPE) CFX_BOOLEAN Boolscher Typ 20020422

Method IS_DIRTY on class CL_CFX_ATTRIBUTE_VALUES has no exception.

Method SET_DIRTY_FALSE Signature

Method SET_DIRTY_FALSE on class CL_CFX_ATTRIBUTE_VALUES has no parameter.
Method SET_DIRTY_FALSE on class CL_CFX_ATTRIBUTE_VALUES has no exception.

Method SET_DIRTY_TRUE Signature

Method SET_DIRTY_TRUE on class CL_CFX_ATTRIBUTE_VALUES has no parameter.
Method SET_DIRTY_TRUE on class CL_CFX_ATTRIBUTE_VALUES has no exception.

Method SET_VALUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_ATTRIBUTE_VALUES Call by reference Type reference (TYPE) CFX_TT_ATTRIBUTE_VALUE Tabelle von Attributen: (Namespace, ID und Wert) 20020403

Method SET_VALUES on class CL_CFX_ATTRIBUTE_VALUES has no exception.

Method UPDATE_TYPE Signature

Method UPDATE_TYPE on class CL_CFX_ATTRIBUTE_VALUES has no parameter.
Method UPDATE_TYPE on class CL_CFX_ATTRIBUTE_VALUES has no exception.
History
Last changed by/on SAP  20141109 
SAP Release Created in 2.0