SAP ABAP Class CL_CFX_GO_ITEM_VALUE (Item List with Values in cFolders)
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
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_CFX_COMPARABLE Comparison of Objects and Their Lists 20050324
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_CFX_ITERATOR_ELEMENT Common Interface for All Objects That Can Be Iterated 20030220
Properties
Class CL_CFX_GO_ITEM_VALUE  
Short Description Item List with Values in cFolders    
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 20030108   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
# Interface Abstract Final Description Created on
1 IF_CFX_COMPARABLE Comparison of Objects and Their Lists 20050324
2 IF_CFX_ITERATOR_ELEMENT Common Interface for All Objects That Can Be Iterated 20030220
Friends
Class CL_CFX_GO_ITEM_VALUE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MP_DEFAULT_ITEM Instance attribute Private Object reference (TYPE REF TO) CL_CFX_GO_DEFAULT_ITEM Default Item in Gen. Object in cFolders 20030108
2 MP_EQUAL_ITEM_VALUE Instance attribute Public Object reference (TYPE REF TO) CL_CFX_GO_ITEM_VALUE Same Item of Comparison Table 20050324
3 MP_PARENT Instance attribute Private Object reference (TYPE REF TO) CL_CFX_GO_ITEM_VALUE_LIST Item List with Values in cFolders 20030108
4 MT_LINK_VALUE_LIST Instance attribute Private Type reference (TYPE) CFX_TT_GO_LINK_VALUE_LIST Table with Link List Values 20030109
5 MT_PROPERTY_VALUE_LIST Instance attribute Private Type reference (TYPE) CFX_TT_GO_PROPERTY_VALUE_LIST Table with Property Value Lists 20030108
6 M_ID Instance attribute Private Type reference (TYPE) CFX_T_EXTERNAL_ID External ident. 20030311
7 M_INT_ID Instance attribute Private Type reference (TYPE) CFX_STRING Int. ID 20030311
8 M_NAMESPACE Instance attribute Private Type reference (TYPE) CFX_T_EXTERNAL_NAMESPACE External Namespace 20030311
9 M_SORT_STRING Instance attribute Private Type reference (TYPE) CFX_STRING Afterwards the Item Table Is Sorted 20030228
Methods
# Method Level Visibility Method type Description Created on
1 ADD_TO_LIST Instance method Public Method Add to cl_cfx_go_item_value_list 20030220
2 CHECK Instance method Public Method Checks Item Value 20030113
3 CONSTRUCTOR Instance method Public Constructor Constructor 20030109
4 GET_DEFAULT_ITEM Instance method Public Method Returns the Default Item 20030108
5 GET_FIELD_VALUE_FOR_FIELD Instance method Public Method Returns Field Value for a Field 20030324
6 GET_FIRST_PROPERTY_VALUE Instance method Public Method Determines First Property, That Is, Name of Item 20030218
7 GET_IDENTIFIER Instance method Public Method Returns External ID and Namespace 20030114
8 GET_INT_ID Instance method Public Method Returns the Internal ID 20030110
9 GET_LINK_VALUE_LISTS Instance method Public Method Returns the Link Lists and Their Values 20030114
10 GET_PROPERTY_VALUE_LISTS Instance method Public Method Returns the Property Value Lists and Their Values 20030114
11 GET_SORT_STRING Instance method Public Method String Used to Sort 20030228
12 INITIALIZE Instance method Public Method Initializes Item Value with Default Values 20030425
13 IS_DELETABLE Instance method Public Method Can Item Be Deleted? 20030108
14 IS_PROPERTY_CHANGEABLE Instance method Public Method Checks Whether at Least One Field Can Be Changed 20030225
15 SET_SORT_STRING Instance method Public Method String Used to Sort 20030228
Events
Class CL_CFX_GO_ITEM_VALUE has no event.
Types
Class CL_CFX_GO_ITEM_VALUE has no local type.
Method Signatures

Method ADD_TO_LIST Signature

Method ADD_TO_LIST on class CL_CFX_GO_ITEM_VALUE has no parameter.
Method ADD_TO_LIST on class CL_CFX_GO_ITEM_VALUE has no exception.

Method CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_CHECK_LEVEL Call by reference Type reference (TYPE) CFX_TS_CHECK_LEVEL Welche Checks sollen durchgeführt werden ? 20030127

Method CHECK on class CL_CFX_GO_ITEM_VALUE has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_PARENT Call by reference Object reference (TYPE REF TO) CL_CFX_GO_ITEM_VALUE_LIST Item Liste mit Werten in cFolders 20030109
2 Importing I_ID Call by reference Type reference (TYPE) CFX_T_EXTERNAL_ID ID des Item values 20030311
3 Importing I_NAMESPACE Call by reference Type reference (TYPE) CFX_T_EXTERNAL_NAMESPACE Namespace (wenn Default Item) 20030311

Method CONSTRUCTOR on class CL_CFX_GO_ITEM_VALUE has no exception.

Method GET_DEFAULT_ITEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RP_DEFAULT_ITEM Value transfer Object reference (TYPE REF TO) CL_CFX_GO_DEFAULT_ITEM Default item in gen. Objekt in cFolders 20030108

Method GET_DEFAULT_ITEM on class CL_CFX_GO_ITEM_VALUE has no exception.

Method GET_FIELD_VALUE_FOR_FIELD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_FIELD Call by reference Object reference (TYPE REF TO) CL_CFX_GO_FIELD Felder in cFolders 20030324
2 Importing I_CHECK_READABLE Call by reference Type reference (TYPE) CFX_BOOLEAN ABAP_TRUE Boolscher Typ 20030324
3 Importing I_TEMPLATE_NUM Call by reference Type reference (TYPE) I 20030326
4 Returning RP_FIELD_VALUE Value transfer Object reference (TYPE REF TO) CL_CFX_GO_FIELD_VALUE Feld mit Werten generisches Objekt 20030324

Method GET_FIELD_VALUE_FOR_FIELD on class CL_CFX_GO_ITEM_VALUE has no exception.

Method GET_FIRST_PROPERTY_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RP_GO_VALUE Value transfer Object reference (TYPE REF TO) CL_CFX_GO_VALUE Werte generisches Objekt 20030218

Method GET_FIRST_PROPERTY_VALUE on class CL_CFX_GO_ITEM_VALUE has no exception.

Method GET_IDENTIFIER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_ID Call by reference Type reference (TYPE) CFX_T_EXTERNAL_ID Externe ID 20030114
2 Exporting E_NAMESPACE Call by reference Type reference (TYPE) CFX_T_EXTERNAL_NAMESPACE Externer Namesraum 20030114

Method GET_IDENTIFIER on class CL_CFX_GO_ITEM_VALUE has no exception.

Method GET_INT_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_INT_ID Value transfer Type reference (TYPE) CFX_STRING Interne ID des Item 20030110

Method GET_INT_ID on class CL_CFX_GO_ITEM_VALUE has no exception.

Method GET_LINK_VALUE_LISTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CHECK_READABLE Call by reference Type reference (TYPE) CFX_BOOLEAN ABAP_TRUE Nur lesbare Links ? 20030127
2 Returning RT_LINK_VALUE_LIST Value transfer Type reference (TYPE) CFX_TT_GO_LINK_VALUE_LIST Tabelle mit Link list values 20030114

Method GET_LINK_VALUE_LISTS on class CL_CFX_GO_ITEM_VALUE has no exception.

Method GET_PROPERTY_VALUE_LISTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CHECK_READABLE Call by reference Type reference (TYPE) CFX_BOOLEAN ABAP_TRUE Nur lesbare Felder ? 20030127
2 Returning RT_PROPERTY_VALUE_LIST Value transfer Type reference (TYPE) CFX_TT_GO_PROPERTY_VALUE_LIST Tabelle mit property value Lists 20030114

Method GET_PROPERTY_VALUE_LISTS on class CL_CFX_GO_ITEM_VALUE has no exception.

Method GET_SORT_STRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_SORT_STRING Value transfer Type reference (TYPE) CFX_STRING String, nach dem sortiert wird 20030228

Method GET_SORT_STRING on class CL_CFX_GO_ITEM_VALUE has no exception.

Method INITIALIZE Signature

Method INITIALIZE on class CL_CFX_GO_ITEM_VALUE has no parameter.
Method INITIALIZE on class CL_CFX_GO_ITEM_VALUE has no exception.

Method IS_DELETABLE Signature

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

Method IS_DELETABLE on class CL_CFX_GO_ITEM_VALUE has no exception.

Method IS_PROPERTY_CHANGEABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_IS_CHANGEABLE Value transfer Type reference (TYPE) CFX_BOOLEAN Zeichenkette für Collaboration Folders 20030225

Method IS_PROPERTY_CHANGEABLE on class CL_CFX_GO_ITEM_VALUE has no exception.

Method SET_SORT_STRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_SORT_STRING Call by reference Type reference (TYPE) CFX_STRING String, nach dem sortiert wird 20030228

Method SET_SORT_STRING on class CL_CFX_GO_ITEM_VALUE has no exception.
History
Last changed by/on SAP  20141109 
SAP Release Created in 200