SAP ABAP Class CL_CFX_P_COLLABORATION (Persistence of Collaborations)
Hierarchy
CPRXRPM (Software Component) SAP Portfolio and Project Management 6.0
   PLM-CFO (Application Component) Collaboration Folders
     CFX_COLLABORATION (Package) Business Logic for Collaboration Folders
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_CFX_ARCH_P_COLLABORATION Persistence Class for a Collaboration in Archive 20030304
2 Inheritance (c INHERITING FROM c_ref)  CL_CFX_P_ARCH_COLLABORATION Persistence of Collaborations for Planned Archive 20030402
Properties
Class CL_CFX_P_COLLABORATION  
Short Description Persistence of Collaborations    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package CFX_COLLABORATION   Business Logic for Collaboration Folders 
Created 19991116   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)
2 CFSS1 Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 CFX00 Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
4 CFXF1 Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
5 CFXF2 Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_CFX_P_COLLABORATION has no interface implemented.
Friends
Class CL_CFX_P_COLLABORATION has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 SP_INSTANCE Static Attribute Protected Object reference (TYPE REF TO) CL_CFX_P_COLLABORATION Collaboration: Persistence of Collaboration 20001114
Methods
# Method Level Visibility Method type Description Created on
1 CREATE_COLLABORATION_LIST Instance method Public Method Supplies IDs for Selection Criteria 20001128
2 DELETE_ATTRIBUTES Instance method Public Method Delete Collaboration Attributes 20010313
3 DELETE_STRUCTURE Instance method Public Method Delete Structure Elements from the Collaboration 20001123
4 GET_ATTRIBUTES Instance method Public Method Provision of Collaboration Attributes 20001120
5 GET_COLLABORATION_ID_LIST Instance method Public Method Supplies List of Collaborations 20001213
6 GET_INSTANCE Static method Public Method Retrieving the Instance 20001114
7 GET_NUMBER_COLLABORATIONS Instance method Public Method Supplies No. of All Collaborations 20011119
8 GET_STRUCTURE Instance method Public Method Provision of Collaboration Structure 20001120
9 GET_TOPICS_BY_PARENT Instance method Public Method Supplies Topics that Have a Particular Parent 20031110
10 GET_USER_COLLABORATIONS Instance method Public Method Supplies Collaboration IDs for a User 20010523
11 GET_USER_COL_ID_LIST Instance method Public Method Supplies Collaboration IDs for a User 20010206
12 GET_USER_TEMPLATES Instance method Public Method Supplies Template Col. IDs for a User 20010903
13 INSERT_ATTRIBUTES Instance method Public Method Insert a Collaboration 20001121
14 INSERT_STRUCTURE Instance method Public Method Insert a Structure Element 20001120
15 IS_NAME_EXISTING Instance method Public Method Supplies True if the Name Already Exists 20010612
16 MOVE_STRUCTURE Instance method Public Method Update Structure Elements 20020626
17 UPDATE_CONTENT_CHANGE Instance method Public Method 20030924
18 UPDATE_DEADLINE Instance method Public Method Update Deadline 20010305
19 UPDATE_DESCRIPTION Instance method Public Method Update Description 20010305
20 UPDATE_DOWNLOAD Instance method Public Method 20030924
21 UPDATE_IS_LINKED Instance method Public Method Set "Is Linked to Another Collaboration" Indicator 20050204
22 UPDATE_METADATA_CHANGE Instance method Public Method 20030924
23 UPDATE_NAME Instance method Public Method Update Name 20010305
24 UPDATE_SCENARIO Instance method Public Method Update Scenario 20010517
25 UPDATE_STATUS Instance method Public Method Update of Status 20030318
26 UPDATE_STATUS_CHANGE Instance method Public Method 20030924
27 UPDATE_STRUCTURE Instance method Public Method Update Structure Elements 20001120
28 UPDATE_STRUCTURE_BY_TOPICID Instance method Public Method Update Structure Elements 20031112
29 UPDATE_STRUCTURE_CHANGE Instance method Public Method 20030924
30 UPDATE_TEMPLATE Instance method Public Method Select/Deselects Collaboration as Template 20010903
31 UPDATE_TO_BE_ARCHIVED Instance method Public Method Activates/Deactivates the Archiving Flag 20030214
Events
Class CL_CFX_P_COLLABORATION has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TS_TIMESTAMP_RANGE Private See coding 20050214 BEGIN OF TS_TIMESTAMP_RANGE, sign TYPE ddsign, option TYPE ddoption, low TYPE TZNTSTMPS, high TYPE TZNTSTMPS, END OF TS_TIMESTAMP_RANGE
Method Signatures

Method CREATE_COLLABORATION_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_QUERY Call by reference Type reference (TYPE) CFX_TT_FILTER Tabelle mit Filter 20001128
2 Returning RT_COLLABORATION_ID Value transfer Type reference (TYPE) CFX_TT_COL_ID_LIST Liste der Collaborations 20001128

Method CREATE_COLLABORATION_LIST on class CL_CFX_P_COLLABORATION has no exception.

Method DELETE_ATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_COLLABORATION_ID Call by reference Type reference (TYPE) CFX_COL-COL_ID Collaboration Folder: Id Collaboration 20010313

Method DELETE_ATTRIBUTES on class CL_CFX_P_COLLABORATION has no exception.

Method DELETE_STRUCTURE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_TOPIC_ID Call by reference Type reference (TYPE) CFX_TT_TOPIC_ID_LIST Liste der Topics 20001123

Method DELETE_STRUCTURE on class CL_CFX_P_COLLABORATION has no exception.

Method GET_ATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_COLLABORATION_ATTRIBUTES Call by reference Type reference (TYPE) CFX_COL Collaboration Folders: Collaboration 20001120
2 Importing I_COLLABORATION_ID Call by reference Type reference (TYPE) CFX_COL-COL_ID Collaboration Folder: Id Collaboration 20001120

Method GET_ATTRIBUTES on class CL_CFX_P_COLLABORATION has no exception.

Method GET_COLLABORATION_ID_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_COL_ID_INITIATOR_USER Call by reference Type reference (TYPE) CFX_TT_COL_ID_LIST Liste der Collaborations 20001213
2 Exporting ET_COL_ID_PARTICIPANT_USER Call by reference Type reference (TYPE) CFX_TT_COL_ID_LIST Liste der Collaborations 20001213
3 Importing I_USER_ID Call by reference Type reference (TYPE) CFX_AUTHORITY-USER_ID User Id 20001213

Method GET_COLLABORATION_ID_LIST on class CL_CFX_P_COLLABORATION has no exception.

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RP_P_COLLABORATION Value transfer Object reference (TYPE REF TO) CL_CFX_P_COLLABORATION Collaboration: Persistence of Collaboration 20001114

Method GET_INSTANCE on class CL_CFX_P_COLLABORATION has no exception.

Method GET_NUMBER_COLLABORATIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_COLLABORATIONS Call by reference Type reference (TYPE) I 20011119
2 Importing I_SCENARIO Call by reference Type reference (TYPE) CFX_T_SCENARIO Szenario, in dem sich eine Collaboration befindet 20011119

Method GET_NUMBER_COLLABORATIONS on class CL_CFX_P_COLLABORATION has no exception.

Method GET_STRUCTURE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_COLLABORATION_STRUCTURE Call by reference Type reference (TYPE) CFX_TT_COL_STRUCTURE Struktur der Collaboration 20001120
2 Importing I_COLLABORATION_ID Call by reference Type reference (TYPE) CFX_HIERARCHY-COL_ID Id 20001120

Method GET_STRUCTURE on class CL_CFX_P_COLLABORATION has no exception.

Method GET_TOPICS_BY_PARENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ET_TOPICS Value transfer Type reference (TYPE) CFX_TT_COL_STRUCTURE Liste der Topics 20031110
2 Importing I_PARENT Call by reference Type reference (TYPE) CFX_TOPICID Collaboration Folder: Id Topic 20031110

Method GET_TOPICS_BY_PARENT on class CL_CFX_P_COLLABORATION has no exception.

Method GET_USER_COLLABORATIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_COLLABORATION Call by reference Type reference (TYPE) CFX_TT_COL_LIST_ATTR Tabelle mit Collaborationen für Listen 20010613
2 Importing I_IS_INITIATOR Value transfer Type reference (TYPE) CFX_BOOLEAN ABAP_TRUE Tabelle mit Collaborationen für Listen 20010613
3 Importing I_ROLE Call by reference Type reference (TYPE) CFX_STRING Rolle 20050214
4 Importing I_SCENARIO Call by reference Type reference (TYPE) CFX_T_SCENARIO Szenario, in dem sich eine Collaboration befindet 20010523
5 Importing I_USER_ID Call by reference Type reference (TYPE) CFX_AUTHORITY-USER_ID User Id 20010523
6 Importing I_USE_TABLE_FILTER_SETTINGS Call by reference Type reference (TYPE) CFX_T_IS_LINKED ABAP_FALSE 'X' = Tabellenfilter berücksichtigen 20050214

Method GET_USER_COLLABORATIONS on class CL_CFX_P_COLLABORATION has no exception.

Method GET_USER_COL_ID_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_COL_ID_INITIATOR_USER Call by reference Type reference (TYPE) CFX_TT_COL_ID_LIST Liste der Collaborations 20010206
2 Exporting ET_COL_ID_PARTICIPANT_USER Call by reference Type reference (TYPE) CFX_TT_COL_ID_LIST Liste der Collaborations 20010206
3 Importing I_USER_ID Call by reference Type reference (TYPE) CFX_AUTHORITY-USER_ID User Id 20010206

Method GET_USER_COL_ID_LIST on class CL_CFX_P_COLLABORATION has no exception.

Method GET_USER_TEMPLATES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_TEMPLATE Call by reference Type reference (TYPE) CFX_TT_COL_LIST_ATTR Tabelle mit Collaborationen für Listen 20010903
2 Importing I_USER_ID Call by reference Type reference (TYPE) CFX_AUTHORITY-USER_ID User Id 20010903

Method GET_USER_TEMPLATES on class CL_CFX_P_COLLABORATION has no exception.

Method INSERT_ATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_CREATED_BY Call by reference Type reference (TYPE) CFX_COL-CREATED_BY Name der Person, die das Objekt angelegt hat 20010305
2 Exporting E_CREATED_ON Call by reference Type reference (TYPE) CFX_COL-CREATED_ON UTC-Zeitstempel in Kurzform (JJJJMMTThhmmss) 20010305
3 Importing I_COLLABORATION_ID Call by reference Type reference (TYPE) CFX_COL-COL_ID Collaboration Folder: Id Collaboration 20001121
4 Importing I_DESCRIPTION Call by reference Type reference (TYPE) CFX_COL-DESCRIPTION Kurztext eines Objektes 20010305
5 Importing I_NAME Call by reference Type reference (TYPE) CFX_COL-NAME Externe Bezeichnung eines Objektes 20010305
6 Importing I_PUBLIC_AREA_ID Call by reference Type reference (TYPE) CFX_COL-COL_ID Collaboration Folder: Id Collaboration 20001129
7 Importing I_SCENARIO Call by reference Type reference (TYPE) CFX_T_SCENARIO Szenario, in dem sich eine Collaboration befindet 20010523
8 Importing I_TEMPLATE Call by reference Type reference (TYPE) CFX_COL-TEMPLATE Objekt kann als Vorlage genutzt werden 20010903

Method INSERT_ATTRIBUTES on class CL_CFX_P_COLLABORATION has no exception.

Method INSERT_STRUCTURE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_COLLABORATION_ID Call by reference Type reference (TYPE) CFX_HIERARCHY-COL_ID Collaboration Folder: Id Collaboration 20001120
2 Importing I_LEFT_TOPIC_ID Call by reference Type reference (TYPE) CFX_HIERARCHY-LEFT_TOPIC_ID Collaboration Folder: Id Topic 20001120
3 Importing I_PARENT_TOPIC_ID Call by reference Type reference (TYPE) CFX_HIERARCHY-PARENT_TOPIC_ID Collaboration Folder: Id Topic 20001120
4 Importing I_TOPIC_ID Call by reference Type reference (TYPE) CFX_HIERARCHY-TOPIC_ID Collaboration Folders: Hierarchie von Topis 20001120

Method INSERT_STRUCTURE on class CL_CFX_P_COLLABORATION has no exception.

Method IS_NAME_EXISTING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NAME Call by reference Type reference (TYPE) CFX_STRING Namen 20010612
2 Returning R_IS_EXISTING Value transfer Type reference (TYPE) CFX_BOOLEAN existiert ja/nein 20010612

Method IS_NAME_EXISTING on class CL_CFX_P_COLLABORATION has no exception.

Method MOVE_STRUCTURE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NEW_LEFT_TOPIC_ID Call by reference Type reference (TYPE) CFX_HIERARCHY-LEFT_TOPIC_ID Collaboration Folder: Id Topic 20020626
2 Importing I_NEW_PARENT_TOPIC_ID Call by reference Type reference (TYPE) CFX_HIERARCHY-PARENT_TOPIC_ID Collaboration Folder: Id Topic 20020626
3 Importing I_TOPIC_ID Call by reference Type reference (TYPE) CFX_HIERARCHY-TOPIC_ID Collaboration Folder: Id Topic 20020626

Method MOVE_STRUCTURE on class CL_CFX_P_COLLABORATION has no exception.

Method UPDATE_CONTENT_CHANGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_COL_ID Call by reference Type reference (TYPE) CFX_COL-COL_ID Collaboration Folder: Id Collaboration 20030924
2 Importing I_TIME Call by reference Type reference (TYPE) TZNTSTMPS UTC-Zeitstempel in Kurzform (JJJJMMTThhmmss) 20030924

Method UPDATE_CONTENT_CHANGE on class CL_CFX_P_COLLABORATION has no exception.

Method UPDATE_DEADLINE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_CHANGED_BY Call by reference Type reference (TYPE) CFX_COL-CHANGED_BY Name der Person, die das Objekt geändert hat 20010305
2 Exporting E_CHANGED_ON Call by reference Type reference (TYPE) CFX_COL-CHANGED_ON UTC-Zeitstempel in Kurzform (JJJJMMTThhmmss) 20010305
3 Importing I_COLLABORATION_ID Call by reference Type reference (TYPE) CFX_COL-COL_ID Collaboration Folder: Id Collaboration 20010305
4 Importing I_DEADLINE Call by reference Type reference (TYPE) CFX_COL-DEADLINE Externe Bezeichnung eines Objektes 20010305

Method UPDATE_DEADLINE on class CL_CFX_P_COLLABORATION has no exception.

Method UPDATE_DESCRIPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_CHANGED_BY Call by reference Type reference (TYPE) CFX_COL-CHANGED_BY Name der Person, die das Objekt geändert hat 20010305
2 Exporting E_CHANGED_ON Call by reference Type reference (TYPE) CFX_COL-CHANGED_ON UTC-Zeitstempel in Kurzform (JJJJMMTThhmmss) 20010305
3 Importing I_COLLABORATION_ID Call by reference Type reference (TYPE) CFX_COL-COL_ID Collaboration Folder: Id Collaboration 20010305
4 Importing I_DESCRIPTION Call by reference Type reference (TYPE) CFX_COL-DESCRIPTION 20010305

Method UPDATE_DESCRIPTION on class CL_CFX_P_COLLABORATION has no exception.

Method UPDATE_DOWNLOAD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_COL_ID Call by reference Type reference (TYPE) CFX_COL-COL_ID Collaboration Folder: Id Collaboration 20030924
2 Importing I_TIME Call by reference Type reference (TYPE) TZNTSTMPS UTC-Zeitstempel in Kurzform (JJJJMMTThhmmss) 20030924

Method UPDATE_DOWNLOAD on class CL_CFX_P_COLLABORATION has no exception.

Method UPDATE_IS_LINKED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_COL_ID Call by reference Type reference (TYPE) CFX_COL-COL_ID Collaboration Folder: Id Collaboration 20050204
2 Importing I_IS_LINKED Call by reference Type reference (TYPE) CFX_T_IS_LINKED Ist via Hyperlink mit einer andern Collaboration verknüpft 20050204

Method UPDATE_IS_LINKED on class CL_CFX_P_COLLABORATION has no exception.

Method UPDATE_METADATA_CHANGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_COL_ID Call by reference Type reference (TYPE) CFX_COL-COL_ID Collaboration Folder: Id Collaboration 20030924
2 Importing I_TIME Call by reference Type reference (TYPE) TZNTSTMPS UTC-Zeitstempel in Kurzform (JJJJMMTThhmmss) 20030924

Method UPDATE_METADATA_CHANGE on class CL_CFX_P_COLLABORATION has no exception.

Method UPDATE_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_CHANGED_BY Call by reference Type reference (TYPE) CFX_COL-CHANGED_BY Name der Person, die das Objekt geändert hat 20010305
2 Exporting E_CHANGED_ON Call by reference Type reference (TYPE) CFX_COL-CHANGED_ON UTC-Zeitstempel in Kurzform (JJJJMMTThhmmss) 20010305
3 Importing I_COLLABORATION_ID Call by reference Type reference (TYPE) CFX_COL-COL_ID Collaboration Folder: Id Collaboration 20010305
4 Importing I_NAME Call by reference Type reference (TYPE) CFX_COL-NAME Externe Bezeichnung eines Objektes 20010305

Method UPDATE_NAME on class CL_CFX_P_COLLABORATION has no exception.

Method UPDATE_SCENARIO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_CHANGED_BY Call by reference Type reference (TYPE) CFX_COL-CHANGED_BY Name der Person, die das Objekt geändert hat 20010517
2 Exporting E_CHANGED_ON Call by reference Type reference (TYPE) CFX_COL-CHANGED_ON UTC-Zeitstempel in Kurzform (JJJJMMTThhmmss) 20010517
3 Importing I_COLLABORATION_ID Call by reference Type reference (TYPE) CFX_COL-COL_ID Collaboration Folder: Id Collaboration 20010517
4 Importing I_SCENARIO Call by reference Type reference (TYPE) CFX_COL-SCENARIO 20010517

Method UPDATE_SCENARIO on class CL_CFX_P_COLLABORATION has no exception.

Method UPDATE_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_CHANGED_BY Call by reference Type reference (TYPE) CFX_COL-CHANGED_BY Name der Person, die das Objekt geändert hat 20030318
2 Exporting E_CHANGED_ON Call by reference Type reference (TYPE) CFX_COL-CHANGED_ON UTC-Zeitstempel in Kurzform (JJJJMMTThhmmss) 20030318
3 Importing I_COLLABORATION_ID Call by reference Type reference (TYPE) CFX_COL-COL_ID Collaboration Folder: Id Collaboration 20030318
4 Importing I_STATUS_ID Call by reference Type reference (TYPE) CFX_COL-STATUS_ID Externe Bezeichnung eines Objektes 20030318

Method UPDATE_STATUS on class CL_CFX_P_COLLABORATION has no exception.

Method UPDATE_STATUS_CHANGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_COL_ID Call by reference Type reference (TYPE) CFX_COL-COL_ID Collaboration Folder: Id Collaboration 20030924
2 Importing I_TIME Call by reference Type reference (TYPE) TZNTSTMPS UTC-Zeitstempel in Kurzform (JJJJMMTThhmmss) 20030924

Method UPDATE_STATUS_CHANGE on class CL_CFX_P_COLLABORATION has no exception.

Method UPDATE_STRUCTURE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_COLLABORATION_ID Call by reference Type reference (TYPE) CFX_HIERARCHY-COL_ID Collaboration Folder: Id Collaboration 20001120
2 Importing I_LEFT_TOPIC_ID Call by reference Type reference (TYPE) CFX_HIERARCHY-LEFT_TOPIC_ID Collaboration Folder: Id Topic 20001120
3 Importing I_LEFT_TOPIC_ID_TO_BE_UPDATED Call by reference Type reference (TYPE) CFX_HIERARCHY-LEFT_TOPIC_ID Collaboration Folder: Id Topic 20001120
4 Importing I_PARENT_TOPIC_ID Call by reference Type reference (TYPE) CFX_HIERARCHY-PARENT_TOPIC_ID Collaboration Folder: Id Topic 20001120

Method UPDATE_STRUCTURE on class CL_CFX_P_COLLABORATION has no exception.

Method UPDATE_STRUCTURE_BY_TOPICID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_COLLABORATION_ID Call by reference Type reference (TYPE) CFX_HIERARCHY-COL_ID Collaboration Folder: Id Collaboration 20031112
2 Importing I_LEFT_TOPIC_ID_TO_BE_UPDATED Call by reference Type reference (TYPE) CFX_HIERARCHY-LEFT_TOPIC_ID Collaboration Folder: Id Topic 20031112
3 Importing I_PARENT_TOPIC_ID Call by reference Type reference (TYPE) CFX_HIERARCHY-PARENT_TOPIC_ID Collaboration Folder: Id Topic 20031112
4 Importing I_TOPIC_ID Call by reference Type reference (TYPE) CFX_HIERARCHY-LEFT_TOPIC_ID Collaboration Folder: Id Topic 20031112

Method UPDATE_STRUCTURE_BY_TOPICID on class CL_CFX_P_COLLABORATION has no exception.

Method UPDATE_STRUCTURE_CHANGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_COL_ID Call by reference Type reference (TYPE) CFX_COL-COL_ID Collaboration Folder: Id Collaboration 20030924
2 Importing I_TIME Call by reference Type reference (TYPE) TZNTSTMPS UTC-Zeitstempel in Kurzform (JJJJMMTThhmmss) 20030924

Method UPDATE_STRUCTURE_CHANGE on class CL_CFX_P_COLLABORATION has no exception.

Method UPDATE_TEMPLATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_CHANGED_BY Call by reference Type reference (TYPE) CFX_COL-CHANGED_BY Name der Person, die das Objekt geändert hat 20010903
2 Exporting E_CHANGED_ON Call by reference Type reference (TYPE) CFX_COL-CHANGED_ON UTC-Zeitstempel in Kurzform (JJJJMMTThhmmss) 20010903
3 Importing I_COLLABORATION_ID Call by reference Type reference (TYPE) CFX_COL-COL_ID Collaboration Folder: Id Collaboration 20010903
4 Importing I_TEMPLATE Call by reference Type reference (TYPE) CFX_COL-TEMPLATE Objekt kann als Vorlage genutzt werden 20010903

Method UPDATE_TEMPLATE on class CL_CFX_P_COLLABORATION has no exception.

Method UPDATE_TO_BE_ARCHIVED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_CHANGED_BY Call by reference Type reference (TYPE) CFX_COL-CHANGED_BY Name der Person, die das Objekt geändert hat 20030214
2 Exporting E_CHANGED_ON Call by reference Type reference (TYPE) CFX_COL-CHANGED_ON UTC-Zeitstempel in Kurzform (JJJJMMTThhmmss) 20030214
3 Importing I_COLLABORATION_ID Call by reference Type reference (TYPE) CFX_COL-COL_ID Collaboration Folder: Id Collaboration 20030214
4 Importing I_TO_BE_ARCHIVED Call by reference Type reference (TYPE) CFX_COL-TO_BE_ARCHIVED Archivierung angefordert 20030214

Method UPDATE_TO_BE_ARCHIVED on class CL_CFX_P_COLLABORATION has no exception.
History
Last changed by/on SAP  20141109 
SAP Release Created in 20A