SAP ABAP Class CL_CFX_GO_ITEM_VALUE_LIST (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_LIST List of Comparable Objects 20050324
Properties
Class CL_CFX_GO_ITEM_VALUE_LIST  
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_LIST List of Comparable Objects 20050324
Friends
Class CL_CFX_GO_ITEM_VALUE_LIST has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MP_ITEM_LIST Instance attribute Private Object reference (TYPE REF TO) CL_CFX_GO_ITEM_LIST Item List Generic Object in cFolders 20030108
2 MP_ITEM_VALUE Instance attribute Private Object reference (TYPE REF TO) CL_CFX_ITERATOR Item Values (Sorted) 20030220
3 MP_NEW_ITEM_VALUE Instance attribute Private Object reference (TYPE REF TO) CL_CFX_GO_ITEM_VALUE New Item, Not Yet in List 20030220
4 MP_PARENT Instance attribute Private Object reference (TYPE REF TO) CL_CFX_GENERIC_OBJECT_DATA Data of Generic Object 20030108
5 MP_SORT_FIELD Instance attribute Private Object reference (TYPE REF TO) CL_CFX_GO_FIELD Fields in cFolders 20030228
6 MT_ITEM_VALUE Instance attribute Private Type reference (TYPE) CFX_TT_GO_ITEM_VALUE Table with Item Values 20030108
7 M_INT_ID Instance attribute Private Type reference (TYPE) CFX_STRING Int. ID 20030311
Methods
# Method Level Visibility Method type Description Created on
1 ADD_ITEM_VALUE Instance method Public Method Create item 20030220
2 CHECK Instance method Public Method Checks the Values 20030121
3 CLEANUP_LINKS_AFTER_COPY Instance method Public Method Changes the Links After Copy 20030218
4 CONSTRUCTOR Instance method Public Constructor Constructor 20030109
5 CREATE_ITEM_VALUE Instance method Public Method Decide First Item 20030220
6 DELETE_ITEM_VALUE Instance method Public Method Deletes Item Value 20030113
7 GET_ALL_LINKED_IF_DOCUMENTS Instance method Public Method Gets All Links for if_cfx_document Objects in Item List 20030218
8 GET_FIRST_ITEM_VALUE Instance method Public Method Decide First Item 20030220
9 GET_INT_ID Instance method Public Method Returns the Internal ID 20030311
10 GET_ITEM_LIST Instance method Public Method Returns the Item List 20030108
11 GET_ITEM_VALUES Instance method Public Method Returns the Item Values 20030108
12 GET_ITEM_VALUE_FOR_ID Instance method Public Method Gets Item Using ID 20030113
13 GET_LAST_ITEM_VALUE Instance method Public Method Gets Last Item 20030218
14 GET_NEW_ITEM_VALUE Instance method Public Method Generates a New Item - Is Not Added to List Yet 20030218
15 GET_NEXT_ITEM_VALUE Instance method Public Method Decide First Item 20030220
16 GET_PARENT Instance method Public Method Returns the Parent 20030108
17 GET_SORT_FIELD Instance method Public Method Gets the Field for Current Sorting 20030228
18 INITIALIZE Instance method Public Method Initializes with Default Values 20030127
19 INITIALIZE_ITEM_VALUE Instance method Public Method Generates a New Item 20030220
20 IS_NEW_ITEM_ALLOWED Instance method Public Method May I add new items? 20030225
21 SET_CURRENT_ITEM_VALUE Instance method Public Method Set Current Item 20030220
22 SET_SORT_FIELD Instance method Public Method Sets the Field for Current Sorting 20030228
23 SORT_ITEM_VALUES Instance method Public Method Sort the Items by the Number 20030220
Events
Class CL_CFX_GO_ITEM_VALUE_LIST has no event.
Types
Class CL_CFX_GO_ITEM_VALUE_LIST has no local type.
Method Signatures

Method ADD_ITEM_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_GO_ITEM_VALUE Call by reference Object reference (TYPE REF TO) CL_CFX_GO_ITEM_VALUE Item Liste mit Werten in cFolders 20030220
2 Returning R_CHANGED Value transfer Type reference (TYPE) CFX_BOOLEAN Boolscher Typ 20030220

Method ADD_ITEM_VALUE on class CL_CFX_GO_ITEM_VALUE_LIST 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_LIST has no exception.

Method CLEANUP_LINKS_AFTER_COPY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_MAP_ID Call by reference Type reference (TYPE) CFX_TT_MAP_ID Tabelle, die zwei IDs mappt 20030218

Method CLEANUP_LINKS_AFTER_COPY on class CL_CFX_GO_ITEM_VALUE_LIST has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_ITEM_LIST Call by reference Object reference (TYPE REF TO) CL_CFX_GO_ITEM_LIST Item Liste generisches Objekt in cFolders 20030109
2 Importing IP_PARENT Call by reference Object reference (TYPE REF TO) CL_CFX_GENERIC_OBJECT_DATA Daten generisches Objekt 20030109

Method CONSTRUCTOR on class CL_CFX_GO_ITEM_VALUE_LIST has no exception.

Method CREATE_ITEM_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ID Call by reference Type reference (TYPE) CFX_T_EXTERNAL_ID Externe ID 20030425
2 Importing I_NAMESPACE Call by reference Type reference (TYPE) CFX_T_EXTERNAL_NAMESPACE Externer Namesraum 20030425
3 Returning RP_GO_ITEM_VALUE Value transfer Object reference (TYPE REF TO) CL_CFX_GO_ITEM_VALUE Item Liste mit Werten in cFolders 20030220

Method CREATE_ITEM_VALUE on class CL_CFX_GO_ITEM_VALUE_LIST has no exception.

Method DELETE_ITEM_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_ITEM_VALUE Call by reference Object reference (TYPE REF TO) CL_CFX_GO_ITEM_VALUE Item Liste mit Werten in cFolders 20030113

Method DELETE_ITEM_VALUE on class CL_CFX_GO_ITEM_VALUE_LIST has no exception.

Method GET_ALL_LINKED_IF_DOCUMENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_LINKED_IF_DOC Call by reference Type reference (TYPE) CFX_TT_IF_CFX_DOCUMENT Tabelle mit Einträgen des Typs IF_CFX_DOCUMENT 20030218
2 Importing I_GET_FIELD_LINKS Call by reference Type reference (TYPE) CFX_BOOLEAN ABAP_TRUE Boolscher Typ 20030218

Method GET_ALL_LINKED_IF_DOCUMENTS on class CL_CFX_GO_ITEM_VALUE_LIST has no exception.

Method GET_FIRST_ITEM_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RP_GO_ITEM_VALUE Value transfer Object reference (TYPE REF TO) CL_CFX_GO_ITEM_VALUE Item Liste mit Werten in cFolders 20030220

Method GET_FIRST_ITEM_VALUE on class CL_CFX_GO_ITEM_VALUE_LIST 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 Objektes 20030311

Method GET_INT_ID on class CL_CFX_GO_ITEM_VALUE_LIST has no exception.

Method GET_ITEM_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RP_ITEM_LIST Value transfer Object reference (TYPE REF TO) CL_CFX_GO_ITEM_LIST Item Liste generisches Objekt in cFolders 20030108

Method GET_ITEM_LIST on class CL_CFX_GO_ITEM_VALUE_LIST has no exception.

Method GET_ITEM_VALUES 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_ITEM_VALUE Value transfer Type reference (TYPE) CFX_TT_GO_ITEM_VALUE Tabelle mit Item values 20030108

Method GET_ITEM_VALUES on class CL_CFX_GO_ITEM_VALUE_LIST has no exception.

Method GET_ITEM_VALUE_FOR_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_INT_ID Call by reference Type reference (TYPE) CFX_STRING Interne ID des Item 20030113
2 Returning RP_ITEM_VALUE Value transfer Object reference (TYPE REF TO) CL_CFX_GO_ITEM_VALUE Item Liste mit Werten in cFolders 20030113

Method GET_ITEM_VALUE_FOR_ID on class CL_CFX_GO_ITEM_VALUE_LIST has no exception.

Method GET_LAST_ITEM_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RP_GO_ITEM_VALUE Value transfer Object reference (TYPE REF TO) CL_CFX_GO_ITEM_VALUE Item Liste mit Werten in cFolders 20030220

Method GET_LAST_ITEM_VALUE on class CL_CFX_GO_ITEM_VALUE_LIST has no exception.

Method GET_NEW_ITEM_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RP_ITEM_VALUE Value transfer Object reference (TYPE REF TO) CL_CFX_GO_ITEM_VALUE Item Liste mit Werten in cFolders 20030218

Method GET_NEW_ITEM_VALUE on class CL_CFX_GO_ITEM_VALUE_LIST has no exception.

Method GET_NEXT_ITEM_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RP_GO_ITEM_VALUE Value transfer Object reference (TYPE REF TO) CL_CFX_GO_ITEM_VALUE Item Liste mit Werten in cFolders 20030220

Method GET_NEXT_ITEM_VALUE on class CL_CFX_GO_ITEM_VALUE_LIST has no exception.

Method GET_PARENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RP_PARENT Value transfer Object reference (TYPE REF TO) CL_CFX_GENERIC_OBJECT_DATA Daten generisches Objekt 20030108

Method GET_PARENT on class CL_CFX_GO_ITEM_VALUE_LIST has no exception.

Method GET_SORT_FIELD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RP_SORT_FIELD Value transfer Object reference (TYPE REF TO) CL_CFX_GO_FIELD Felder in cFolders 20030228

Method GET_SORT_FIELD on class CL_CFX_GO_ITEM_VALUE_LIST has no exception.

Method INITIALIZE Signature

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

Method INITIALIZE_ITEM_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_WITH_CHECK Call by reference Type reference (TYPE) CFX_BOOLEAN ABAP_TRUE Boolscher Typ 20030220
2 Returning RP_ITEM_VALUE Value transfer Object reference (TYPE REF TO) CL_CFX_GO_ITEM_VALUE Item Liste mit Werten in cFolders 20030220

Method INITIALIZE_ITEM_VALUE on class CL_CFX_GO_ITEM_VALUE_LIST has no exception.

Method IS_NEW_ITEM_ALLOWED Signature

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

Method IS_NEW_ITEM_ALLOWED on class CL_CFX_GO_ITEM_VALUE_LIST has no exception.

Method SET_CURRENT_ITEM_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_GO_ITEM_VALUE Call by reference Object reference (TYPE REF TO) CL_CFX_GO_ITEM_VALUE Item Liste mit Werten in cFolders 20030220
# Exception Resumable Description Created on
1 INSTANCE_NOT_FOUND Die Position ist nicht in der Liste 20030220

Method SET_SORT_FIELD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_SORT_FIELD Call by reference Object reference (TYPE REF TO) CL_CFX_GO_FIELD Felder in cFolders 20030228

Method SET_SORT_FIELD on class CL_CFX_GO_ITEM_VALUE_LIST has no exception.

Method SORT_ITEM_VALUES Signature

Method SORT_ITEM_VALUES on class CL_CFX_GO_ITEM_VALUE_LIST has no parameter.
Method SORT_ITEM_VALUES on class CL_CFX_GO_ITEM_VALUE_LIST has no exception.
History
Last changed by/on SAP  20141109 
SAP Release Created in 200