SAP ABAP Class CL_CFX_COLLABORATION (Collaboration: Collaboration)
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 - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_ACO_COMMON Common Interface for Authorization Check 20020604
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_CFS_AUTH_NEEDER Interface for cFolders Authorization 20041207
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_CFS_STATUS_OBJECT Object Interface for Status Management 20020522
4 Interface implementation (CLASS c. INTERFACES i_ref)  IF_CFX_COMMON Common Interface for All Objects 20010108
5 Interface implementation (CLASS c. INTERFACES i_ref)  IF_CFX_HAS_STATUS Interface for Objects That Can Have a Status 20020522
6 Interface implementation (CLASS c. INTERFACES i_ref)  IF_CFX_ITERATOR_ELEMENT Common Interface for All Objects That Can Be Iterated 20010108
Properties
Class CL_CFX_COLLABORATION  
Short Description Collaboration: Collaboration    
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 CFXF2 Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 CL_CFX_COLLABORATION Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
# Interface Abstract Final Description Created on
1 IF_ACO_COMMON Common Interface for Authorization Check 20020604
2 IF_CFS_AUTH_NEEDER Interface for cFolders Authorization 20041207
3 IF_CFS_STATUS_OBJECT Object Interface for Status Management 20020522
4 IF_CFX_COMMON Common Interface for All Objects 20010108
5 IF_CFX_HAS_STATUS Interface for Objects That Can Have a Status 20020522
6 IF_CFX_ITERATOR_ELEMENT Common Interface for All Objects That Can Be Iterated 20010108
Friends
# Friend Modeled only Created on Description
1 CL_CFX_COL_REGISTRY 20001115 Collaboration: Collaboration Registry
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MP_ASSIGNMENTS Instance attribute Private Object reference (TYPE REF TO) CL_CFX_ASSIGNMENTS 20010629
2 MP_CHILD_TOPICS Instance attribute Private Object reference (TYPE REF TO) CL_CFX_TOPIC_LIST 20001116
3 MP_COLLABORATION_AREAS Instance attribute Private Object reference (TYPE REF TO) CL_CFX_ITERATOR 20001130
4 MP_CURRENT_AREA Instance attribute Private Object reference (TYPE REF TO) CL_CFX_AREA 20001214
5 MP_PUBLIC_AREA Instance attribute Private Object reference (TYPE REF TO) CL_CFX_AREA 20001129
6 MP_SRM_DATA Instance attribute Private Object reference (TYPE REF TO) CL_CFX_SRM_DATA 20030806
7 MP_SUPPORTED_TYPES Instance attribute Private Object reference (TYPE REF TO) CL_CFX_COL_SUPPORTED_TYPES 20030219
8 MP_VISITOR_AREA Instance attribute Public Object reference (TYPE REF TO) CL_CFX_AREA_VISITOR 20030227
9 M_CHANGED_BY Instance attribute Private Type reference (TYPE) CFX_ADMINISTRATION-CHANGED_BY 20001121
10 M_CHANGED_ON Instance attribute Private Type reference (TYPE) CFX_ADMINISTRATION-CHANGED_ON 20001121
11 M_CREATED_BY Instance attribute Private Type reference (TYPE) CFX_ADMINISTRATION-CREATED_BY 20001121
12 M_CREATED_ON Instance attribute Private Type reference (TYPE) CFX_ADMINISTRATION-CREATED_ON 20001121
13 M_DEADLINE Instance attribute Private Type reference (TYPE) TZNTSTMPS 20010302
14 M_DESCRIPTION Instance attribute Private Type reference (TYPE) STRING 20010302
15 M_ID Instance attribute Private Type reference (TYPE) CFX_COL-COL_ID 20001114
16 M_IS_SYNDICATE Instance attribute Private Type reference (TYPE) CFX_IS_SYNDICATE 20041021
17 M_NAME Instance attribute Private Type reference (TYPE) CFX_COL-NAME 20010302
18 M_SCENARIO Instance attribute Private Type reference (TYPE) CFX_T_SCENARIO 20010511
19 M_SRM_ASSIGNMENT_ID Instance attribute Private Type reference (TYPE) CFX_ASSIGNMENTS-ASSIGNMENT_ID 20030806
20 M_TEMPLATE Instance attribute Public Type reference (TYPE) CFX_BOOLEAN abap_false 20010903
21 M_TO_BE_ARCHIVED Instance attribute Private Type reference (TYPE) CFX_COL-TO_BE_ARCHIVED 20030214
22 SC_SCENARIO_COLLABORATION Constant Public Type reference (TYPE) CFX_T_SCENARIO 'collaboration' 20010511
23 SC_SCENARIO_COL_AUTH Constant Public Type reference (TYPE) CFX_AUTH_CHECK_OBJECT 'col' 20040126
24 SC_SCENARIO_COMPETITION Constant Public Type reference (TYPE) CFX_T_SCENARIO 'competition' 20010511
25 SC_SCENARIO_COMP_AUTH Constant Public Type reference (TYPE) CFX_AUTH_CHECK_OBJECT 'comp' 20040126
26 SC_SCENARIO_STANDARD_PARTS Constant Public Type reference (TYPE) CFX_T_SCENARIO 'StandardParts' 20031010
27 SC_SCENARIO_STD_PARTS_AUTH Constant Public Type reference (TYPE) CFX_AUTH_CHECK_OBJECT 'stdpart' 20040126
28 SC_TF_COL_OV_COL Constant Public Type reference (TYPE) STRING 'CollaborationOverview' 20040324
29 SC_TF_COL_OV_COMP Constant Public Type reference (TYPE) STRING 'CompetitionOverview' 20040324
30 SC_TF_COL_OV_STD Constant Public Type reference (TYPE) STRING 'StandardOverview' 20040324
Methods
# Method Level Visibility Method type Description Created on
1 ARCHIVE Instance method Public Method 20030214
2 ASSERT_CAN_CREATE_SRM_DATA Instance method Public Method 20030806
3 ASSERT_CHANGEABLE Instance method Public Method 20020708
4 CHECK_USERNAME Instance method Private Method 20041119
5 COLLAPSE_ALL_NODES Instance method Public Method 20020626
6 COLLAPSE_NODE Instance method Public Method 20001215
7 CONSTRUCTOR Instance method Public Constructor 20001115
8 COPY_TOPIC Instance method Public Method 20001123
9 CREATE Static method Public Method 20001120
10 CREATE_ATTRIBUTES Instance method Private Method 20001227
11 CREATE_COLLABORATION_AREA Instance method Public Method 20001206
12 CREATE_SRM_DATA Instance method Public Method 20030806
13 CREATE_TEMPLATE_COPY Instance method Public Method 20010913
14 CREATE_TOPIC Instance method Public Method 20001116
15 DELETE Instance method Public Method 20010307
16 DELETE_AREA_AUTHORITIES Instance method Private Method 20030321
17 DELETE_COLLABORATION_AREA Instance method Public Method 20020304
18 DELETE_SRM_DATA Instance method Public Method 20030811
19 DELETE_TOPIC Instance method Public Method 20001123
20 DELETE_TOPIC_HIERARCHY Instance method Private Method 20020723
21 EXPAND_ALL_NODES Instance method Public Method 20020626
22 GET_ALIAS_TYPE_LIST Instance method Public Method 20030303
23 GET_AREA Instance method Public Method 20010118
24 GET_AREAS Instance method Public Method 20010109
25 GET_AREA_LIST Instance method Public Method 20010710
26 GET_ASSIGNMENTS Instance method Public Method 20010629
27 GET_ATTRIBUTES Instance method Public Method 20001214
28 GET_AUTHORITY Instance method Public Method 20010104
29 GET_AUTH_SCENARIO_CONSTANT Static method Public Method 20040126
30 GET_CHANGED_BY Instance method Public Method 20001124
31 GET_CHANGED_ON Instance method Public Method 20001124
32 GET_CHANGED_ON_UTC Instance method Public Method 20010529
33 GET_CHILD_TOPICS Instance method Public Method 20001116
34 GET_COLLABORATION_BY_TOPIC Static method Public Method 20010710
35 GET_COL_IDS_FOR_REGEX_COL_NAME Static method Public Method Returns list of collaboration ids which match the reg. exp. 20061011
36 GET_COL_ID_TO_AREA_ID Static method Public Method 20010803
37 GET_CREATED_BY Instance method Public Method 20001124
38 GET_CREATED_ON Instance method Public Method 20001124
39 GET_CREATED_ON_UTC Instance method Public Method 20010529
40 GET_CURRENT_AREA Instance method Public Method 20010116
41 GET_DEADLINE Instance method Public Method 20010305
42 GET_DEADLINE_UTC Instance method Public Method 20010529
43 GET_DESCRIPTION Instance method Public Method 20001124
44 GET_DOC_TYPE_LIST Instance method Public Method 20030120
45 GET_FOLDER Instance method Public Method 20010109
46 GET_ID Instance method Public Method 20001121
47 GET_IDS_TO_FOLDER Static method Public Method 20010802
48 GET_NAME Instance method Public Method 20001124
49 GET_NEW_AREA_NAME Instance method Public Method 20010612
50 GET_NEW_NAME Static method Public Method 20010612
51 GET_NODES Instance method Private Method 20010105
52 GET_NODE_TREE Instance method Public Method 20010105
53 GET_NUMBER_OF_DOCS Instance method Public Method 20010925
54 GET_PUBLIC_AREA Instance method Public Method 20010116
55 GET_ROOT_TOPIC Instance method Public Method 20010108
56 GET_SCENARIO Instance method Public Method 20010611
57 GET_SRM_DATA Instance method Public Method 20030811
58 GET_SYNDICATE Instance method Public Method 20041021
59 GET_TOPIC_DATA_BY_FOLDER Static method Public Method 20010405
60 GET_TO_BE_ARCHIVED Instance method Public Method 20030214
61 GET_TYPING_LIST Instance method Public Method 20030227
62 GET_VISITOR_AREA Instance method Public Method 20030227
63 INITIALIZE Static method Public Method 20001114
64 INITIALIZE_AREAS Instance method Private Method 20010423
65 INITIALIZE_AREA_AUTHORITY Static method Private Method 20001211
66 INITIALIZE_ATTRIBUTES Instance method Private Method 20001115
67 INITIALIZE_TOPICS Instance method Private Method 20010423
68 INITIALIZE_TOPIC_STRUCTURE Instance method Private Method 20001115
69 IS_CURRENT_AREA_PUBLIC Instance method Public Method 20010612
70 IS_TEMPLATE Instance method Public Method 20010903
71 MOVE_TOPIC Instance method Private Method 20020625
72 MOVE_TOPIC_DOWNWARD Instance method Public Method 20020625
73 MOVE_TOPIC_LEFT Instance method Public Method 20020627
74 MOVE_TOPIC_RIGHT Instance method Public Method 20020627
75 MOVE_TOPIC_UPWARD Instance method Public Method 20020625
76 ON_CONTENT_CHANGE Instance method Public Method 20030917
77 ON_DOWNLOAD Instance method Public Method 20030917
78 ON_METADATA_CHANGE Instance method Public Method 20030917
79 ON_STATUS_CHANGE Instance method Public Method 20030917
80 ON_STRUCTURE_CHANGE Instance method Public Method 20030917
81 RESET_STATUS_AUTHORIZATION Instance method Private Method 20030312
82 SET_CHILD_TOPICS Instance method Private Method 20010424
83 SET_COLLABORATION_AREAS Instance method Private Method 20010423
84 SET_CURRENT_AREA Instance method Public Method 20001215
85 SET_DEADLINE Instance method Public Method 20010305
86 SET_DEADLINE_UTC Instance method Public Method 20010727
87 SET_DESCRIPTION Instance method Public Method 20001124
88 SET_DOC_TYPE_LIST Instance method Public Method 20030219
89 SET_IS_SYNDICATE Instance method Public Method 20041129
90 SET_NAME Instance method Public Method 20001124
91 SET_SRM_RFC_AS_ADMIN Instance method Public Method 20030815
92 SET_STATUS_AUTHORIZATION Instance method Private Method 20030312
93 SET_TEMPLATE Instance method Public Method 20010903
94 SET_TYPING_LIST Instance method Public Method 20030228
95 SORT_TOPICS_BY_NAME Instance method Public Method 20031106
96 TOGGLE_NODE Instance method Public Method 20011014
97 TOPIC_IS_MOVABLE_DOWNWARD Instance method Public Method 20020625
98 TOPIC_IS_MOVABLE_LEFT Instance method Public Method 20020627
99 TOPIC_IS_MOVABLE_RIGHT Instance method Public Method 20020627
100 TOPIC_IS_MOVABLE_UPWARD Instance method Public Method 20020625
101 UNASSIGN_STATUS_PROFILE Instance method Protected Method 20020730
Events
Class CL_CFX_COLLABORATION has no event.
Types
Class CL_CFX_COLLABORATION has no local type.
Method Signatures

Method ARCHIVE Signature

Method ARCHIVE on class CL_CFX_COLLABORATION has no parameter.
Method ARCHIVE on class CL_CFX_COLLABORATION has no exception.

Method ASSERT_CAN_CREATE_SRM_DATA Signature

Method ASSERT_CAN_CREATE_SRM_DATA on class CL_CFX_COLLABORATION has no parameter.
Method ASSERT_CAN_CREATE_SRM_DATA on class CL_CFX_COLLABORATION has no exception.

Method ASSERT_CHANGEABLE Signature

Method ASSERT_CHANGEABLE on class CL_CFX_COLLABORATION has no parameter.
Method ASSERT_CHANGEABLE on class CL_CFX_COLLABORATION has no exception.

Method CHECK_USERNAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_USER_ID Call by reference Type reference (TYPE) SYUNAME Benutzername 20041119
2 Returning R_IS_VISIBLE Value transfer Type reference (TYPE) CFX_BOOLEAN Boolscher Typ 20041119

Method CHECK_USERNAME on class CL_CFX_COLLABORATION has no exception.

Method COLLAPSE_ALL_NODES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CURRENT_TOPIC_ID Call by reference Type reference (TYPE) STRING 20020626

Method COLLAPSE_ALL_NODES on class CL_CFX_COLLABORATION has no exception.

Method COLLAPSE_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TOPIC_ID Call by reference Type reference (TYPE) STRING 20001215

Method COLLAPSE_NODE on class CL_CFX_COLLABORATION has no exception.

Method CONSTRUCTOR 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_COL-COL_ID Collaboration Folder: Id Collaboration 20001115

Method CONSTRUCTOR on class CL_CFX_COLLABORATION has no exception.

Method COPY_TOPIC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EP_TOPIC_COPY Call by reference Object reference (TYPE REF TO) CL_CFX_TOPIC Collaboration: Topic 20001123
2 Exporting E_TOPIC_ID_COPY Call by reference Type reference (TYPE) STRING 20001123
3 Importing IP_FOLDER_SOURCE Call by reference Object reference (TYPE REF TO) CL_CFX_FOLDER Mappe für Collaboration Folders 20010404
4 Importing I_CLEANUP_DIRECTLY Call by reference Type reference (TYPE) CFX_BOOLEAN ABAP_FALSE Sollen cleanup Methoden aufgerufen werden? 20020508
5 Importing I_DEST_NAME Call by reference Type reference (TYPE) STRING Name des Zieltopics, wenn initial, so wird der ursprüngliche 20010703
6 Importing I_LEFT_TOPIC_ID_DESTINATION Call by reference Type reference (TYPE) STRING 20001206
7 Importing I_PARENT_TOPIC_ID_DESTINATION Call by reference Type reference (TYPE) STRING 20001206

Method COPY_TOPIC on class CL_CFX_COLLABORATION has no exception.

Method CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DESCRIPTION Call by reference Type reference (TYPE) CFX_COL-DESCRIPTION Kurztext 20001122
2 Importing I_IS_SYNDICATE Call by reference Type reference (TYPE) CFX_IS_SYNDICATE ABAP_TRUE Konsortium 20041021
3 Importing I_NAME Call by reference Type reference (TYPE) CFX_COL-NAME Externe Bezeichnung eines Objektes 20001120
4 Importing I_SCENARIO Call by reference Type reference (TYPE) CFX_T_SCENARIO SC_SCENARIO_COMPETITION Szenario, in dem sich eine Collaboration befindet 20010523
5 Importing I_TEMPLATE Call by reference Type reference (TYPE) CFX_BOOLEAN ABAP_FALSE Boolscher Typ 20010903
6 Returning RP_COLLABORATION Value transfer Object reference (TYPE REF TO) CL_CFX_COLLABORATION Collaboration: Collaboration 20001120

Method CREATE on class CL_CFX_COLLABORATION has no exception.

Method CREATE_ATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DESCRIPTION Call by reference Type reference (TYPE) CFX_AREA-DESCRIPTION Kurztext eines Objektes 20001227
2 Importing I_IS_SYNDICATE Call by reference Type reference (TYPE) CFX_IS_SYNDICATE ABAP_TRUE Konsortium 20041021
3 Importing I_NAME Call by reference Type reference (TYPE) CFX_AREA-NAME Externe Bezeichnung eines Objektes 20001227
4 Importing I_SCENARIO Call by reference Type reference (TYPE) CFX_T_SCENARIO Szenario, in dem sich eine Collaboration befindet 20010523
5 Importing I_TEMPLATE Call by reference Type reference (TYPE) CFX_BOOLEAN ABAP_FALSE Boolscher Typ 20010903

Method CREATE_ATTRIBUTES on class CL_CFX_COLLABORATION has no exception.

Method CREATE_COLLABORATION_AREA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DESCRIPTION Call by reference Type reference (TYPE) STRING 20001207
2 Importing I_IS_SYNDICATE Call by reference Type reference (TYPE) CFX_IS_SYNDICATE ABAP_TRUE Konsortium 20041021
3 Importing I_NAME Call by reference Type reference (TYPE) STRING 20001207
4 Returning RP_AREA Value transfer Object reference (TYPE REF TO) CL_CFX_AREA Collaboration: Area 20001207

Method CREATE_COLLABORATION_AREA on class CL_CFX_COLLABORATION has no exception.

Method CREATE_SRM_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_ATTACH Call by reference Type reference (TYPE) CFX_BAPI_ATT_C cfx_srm: Anlagen (GetDetail) 20030806

Method CREATE_SRM_DATA on class CL_CFX_COLLABORATION has no exception.

Method CREATE_TEMPLATE_COPY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DESCRIPTION Call by reference Type reference (TYPE) STRING 20010913
2 Importing I_IS_SYNDICATE Call by reference Type reference (TYPE) CFX_IS_SYNDICATE ABAP_FALSE Konsortium 20041021
3 Importing I_NAME Call by reference Type reference (TYPE) STRING 20010913
4 Importing I_SCENARIO Call by reference Type reference (TYPE) CFX_T_SCENARIO Szenario, in dem sich eine Collaboration befindet 20010913
5 Importing I_TEMPLATE Call by reference Type reference (TYPE) CFX_BOOLEAN Boolscher Typ 20010913
6 Returning RP_COLLABORATION Value transfer Object reference (TYPE REF TO) CL_CFX_COLLABORATION Collaboration: Collaboration 20010913

Method CREATE_TEMPLATE_COPY on class CL_CFX_COLLABORATION has no exception.

Method CREATE_TOPIC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EP_TOPIC Call by reference Object reference (TYPE REF TO) CL_CFX_TOPIC Collaboration: Topic 20001121
2 Exporting E_TOPIC_ID Call by reference Type reference (TYPE) STRING Collaboration Folder: Id Topic 20001121
3 Importing I_DESCRIPTION Call by reference Type reference (TYPE) STRING Kurztext 20001122
4 Importing I_LEFT_TOPIC_ID Call by reference Type reference (TYPE) STRING Collaboration Folder: Id Topic 20001116
5 Importing I_NAME Call by reference Type reference (TYPE) STRING Externe Bezeichnung eines Objektes 20001120
6 Importing I_PARENT_TOPIC_ID Call by reference Type reference (TYPE) STRING Collaboration Folder: Id Topic 20001116

Method CREATE_TOPIC on class CL_CFX_COLLABORATION has no exception.

Method DELETE Signature

Method DELETE on class CL_CFX_COLLABORATION has no parameter.
Method DELETE on class CL_CFX_COLLABORATION has no exception.

Method DELETE_AREA_AUTHORITIES Signature

Method DELETE_AREA_AUTHORITIES on class CL_CFX_COLLABORATION has no parameter.
Method DELETE_AREA_AUTHORITIES on class CL_CFX_COLLABORATION has no exception.

Method DELETE_COLLABORATION_AREA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_AREA_ID Call by reference Type reference (TYPE) STRING 20020304

Method DELETE_COLLABORATION_AREA on class CL_CFX_COLLABORATION has no exception.

Method DELETE_SRM_DATA Signature

Method DELETE_SRM_DATA on class CL_CFX_COLLABORATION has no parameter.
Method DELETE_SRM_DATA on class CL_CFX_COLLABORATION has no exception.

Method DELETE_TOPIC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TOPIC_ID Call by reference Type reference (TYPE) STRING Collaboration Folder: Id Topic 20001123

Method DELETE_TOPIC on class CL_CFX_COLLABORATION has no exception.

Method DELETE_TOPIC_HIERARCHY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DELETE_WITHOUT_CHECK Value transfer Type reference (TYPE) CFX_BOOLEAN ABAP_FALSE Boolscher Typ 20030110
2 Importing I_RAISE_EVENT Value transfer Type reference (TYPE) CFX_BOOLEAN ABAP_TRUE Boolscher Typ 20020723
3 Importing I_TOPIC_ID Call by reference Type reference (TYPE) STRING Collaboration Folder: Id Topic 20020723

Method DELETE_TOPIC_HIERARCHY on class CL_CFX_COLLABORATION has no exception.

Method EXPAND_ALL_NODES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CURRENT_TOPIC_ID Call by reference Type reference (TYPE) STRING 20020626

Method EXPAND_ALL_NODES on class CL_CFX_COLLABORATION has no exception.

Method GET_ALIAS_TYPE_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_OBJECT_TYPE Call by reference Type reference (TYPE) CFX_TT_OBJECT_TYPE Liste mit Objekttypen ( als Klasse ) 20030303
2 Exporting E_HAS_NON_STANDARD_OBJECT_TYPE Call by reference Type reference (TYPE) CFX_BOOLEAN Existieren Nicht-standard Objekttypen 20030303
3 Importing I_INCLUDE_NON_STANDARD_TYPES Call by reference Type reference (TYPE) CFX_BOOLEAN ABAP_TRUE Nicht-standard Objekttypen berücksichtigen ? 20030303
4 Importing I_INCLUDE_STANDARD_TYPES Call by reference Type reference (TYPE) CFX_BOOLEAN ABAP_TRUE Standard Objekttypen berücksichtigen ? 20030303

Method GET_ALIAS_TYPE_LIST on class CL_CFX_COLLABORATION has no exception.

Method GET_AREA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_AREA_ID Call by reference Type reference (TYPE) STRING 20010118
2 Returning RP_AREA Value transfer Object reference (TYPE REF TO) CL_CFX_AREA Collaboration: Area 20010118

Method GET_AREA on class CL_CFX_COLLABORATION has no exception.

Method GET_AREAS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_AREAS Call by reference Type reference (TYPE) CFX_TT_COLLABORATION_AREA Collaboration Folders: Area 20010109

Method GET_AREAS on class CL_CFX_COLLABORATION has no exception.

Method GET_AREA_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_AREAS Value transfer Type reference (TYPE) CFX_TT_AREA_LIST 20010710

Method GET_AREA_LIST on class CL_CFX_COLLABORATION has no exception.

Method GET_ASSIGNMENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RP_ASSIGNMENTS Value transfer Object reference (TYPE REF TO) CL_CFX_ASSIGNMENTS Assignments 20010629

Method GET_ASSIGNMENTS on class CL_CFX_COLLABORATION has no exception.

Method GET_ATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RS_COLLABORATION Value transfer Type reference (TYPE) CFX_TS_COLLABORATION_STR Attribute einer Kollaboration als Strings 20001214

Method GET_ATTRIBUTES on class CL_CFX_COLLABORATION has no exception.

Method GET_AUTHORITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RP_AUTHORITY Value transfer Object reference (TYPE REF TO) CL_CFX_AUTHORITY Collaboration: Authority 20010104

Method GET_AUTHORITY on class CL_CFX_COLLABORATION has no exception.

Method GET_AUTH_SCENARIO_CONSTANT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_SCENARIO Call by reference Type reference (TYPE) CFX_T_SCENARIO CL_CFX_COLLABORATION=>SC_SCENARIO_COLLABORATION Szenario, in dem sich eine Collaboration befindet 20040126
2 Returning R_SCENARIO_AUTH Value transfer Type reference (TYPE) CFX_AUTH_CHECK_OBJECT cFolders Top Level Objekte 20040126

Method GET_AUTH_SCENARIO_CONSTANT on class CL_CFX_COLLABORATION has no exception.

Method GET_CHANGED_BY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_USER_ID Value transfer Type reference (TYPE) CFX_ADMINISTRATION-CHANGED_BY Name der Person, die das Objekt geändert hat 20001124

Method GET_CHANGED_BY on class CL_CFX_COLLABORATION has no exception.

Method GET_CHANGED_ON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_DATE Call by reference Type reference (TYPE) STRING Aufbereitetes benutzerabhängiges Datum 20001124
2 Exporting E_TIME Call by reference Type reference (TYPE) STRING Aufbereitete benutzerabhängige Uhrzeit 20001124
3 Exporting E_TIMESTAMP Call by reference Type reference (TYPE) STRING Aufbereiteter benutzerabhängiger Zeitstempel 20001124

Method GET_CHANGED_ON on class CL_CFX_COLLABORATION has no exception.

Method GET_CHANGED_ON_UTC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_DATE Value transfer Type reference (TYPE) TZNTSTMPS UTC-Zeitstempel in Kurzform (JJJJMMTThhmmss) 20010529

Method GET_CHANGED_ON_UTC on class CL_CFX_COLLABORATION has no exception.

Method GET_CHILD_TOPICS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RP_TOPIC_LIST Value transfer Object reference (TYPE REF TO) CL_CFX_TOPIC_LIST Collaboration: List of topics 20001116

Method GET_CHILD_TOPICS on class CL_CFX_COLLABORATION has no exception.

Method GET_COLLABORATION_BY_TOPIC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TOPIC_ID Call by reference Type reference (TYPE) CFX_HIERARCHY-TOPIC_ID Collaboration Folders: Hierarchie von Topis 20010710
2 Returning RP_COLLABORATION Value transfer Object reference (TYPE REF TO) CL_CFX_COLLABORATION Collaboration: Collaboration 20010710

Method GET_COLLABORATION_BY_TOPIC on class CL_CFX_COLLABORATION has no exception.

Method GET_COL_IDS_FOR_REGEX_COL_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_COL_NAME_REGEX Call by reference Type reference (TYPE) STRING 20061011
2 Importing I_SCENARIO Call by reference Type reference (TYPE) CFX_T_SCENARIO Collaboration Scenario 20061011
3 Returning RT_COL_ID_LIST Value transfer Type reference (TYPE) CFX_TT_ID IDs 20061011

Method GET_COL_IDS_FOR_REGEX_COL_NAME on class CL_CFX_COLLABORATION has no exception.

Method GET_COL_ID_TO_AREA_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_AREA_ID Call by reference Type reference (TYPE) STRING 20010803
2 Returning R_COL_ID Value transfer Type reference (TYPE) STRING 20010803

Method GET_COL_ID_TO_AREA_ID on class CL_CFX_COLLABORATION has no exception.

Method GET_CREATED_BY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_USER_ID Value transfer Type reference (TYPE) CFX_ADMINISTRATION-CREATED_BY Name der Person, die das Objekt angelegt hat 20001124

Method GET_CREATED_BY on class CL_CFX_COLLABORATION has no exception.

Method GET_CREATED_ON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_DATE Call by reference Type reference (TYPE) STRING Aufbereitetes benutzerabhängiges Datum 20001124
2 Exporting E_TIME Call by reference Type reference (TYPE) STRING Aufbereitete benutzerabhängige Uhrzeit 20001124
3 Exporting E_TIMESTAMP Call by reference Type reference (TYPE) STRING Aufbereiteter benutzerabhängiger Zeitstempel 20001124

Method GET_CREATED_ON on class CL_CFX_COLLABORATION has no exception.

Method GET_CREATED_ON_UTC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_DATE Value transfer Type reference (TYPE) TZNTSTMPS UTC-Zeitstempel in Kurzform (JJJJMMTThhmmss) 20010529

Method GET_CREATED_ON_UTC on class CL_CFX_COLLABORATION has no exception.

Method GET_CURRENT_AREA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RP_CURRENT_AREA Value transfer Object reference (TYPE REF TO) CL_CFX_AREA Current Area 20010116

Method GET_CURRENT_AREA on class CL_CFX_COLLABORATION has no exception.

Method GET_DEADLINE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_DATE Call by reference Type reference (TYPE) STRING Aufbereitetes benutzerabhängiges Datum 20010305
2 Exporting E_TIME Call by reference Type reference (TYPE) STRING Aufbereitete benutzerabhängige Uhrzeit 20010305
3 Exporting E_TIMESTAMP Call by reference Type reference (TYPE) STRING Aufbereiteter benutzerabhängiger Zeitstempel 20010305

Method GET_DEADLINE on class CL_CFX_COLLABORATION has no exception.

Method GET_DEADLINE_UTC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_DATE Value transfer Type reference (TYPE) TZNTSTMPS UTC-Zeitstempel in Kurzform (JJJJMMTThhmmss) 20010529

Method GET_DEADLINE_UTC on class CL_CFX_COLLABORATION has no exception.

Method GET_DESCRIPTION Signature

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

Method GET_DESCRIPTION on class CL_CFX_COLLABORATION has no exception.

Method GET_DOC_TYPE_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_OBJECT_TYPE Call by reference Type reference (TYPE) CFX_TT_OBJECT_TYPE Liste mit Objekttypen ( als Klasse ) 20030120
2 Importing I_INCLUDE_NON_STANDARD_TYPES Call by reference Type reference (TYPE) CFX_BOOLEAN ABAP_TRUE Nicht-standard Objekttypen berücksichtigen ? 20030120
3 Importing I_INCLUDE_STANDARD_TYPES Call by reference Type reference (TYPE) CFX_BOOLEAN ABAP_TRUE Standard Objekttypen berücksichtigen ? 20030226
4 Importing I_ONLY_OPTIONAL_TYPES Call by reference Type reference (TYPE) CFX_BOOLEAN ABAP_FALSE nur ausblendbare Objekttypen liefern 20030220

Method GET_DOC_TYPE_LIST on class CL_CFX_COLLABORATION has no exception.

Method GET_FOLDER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TOPIC_ID Call by reference Type reference (TYPE) STRING 20010109
2 Returning RP_FOLDER Value transfer Object reference (TYPE REF TO) CL_CFX_FOLDER Mappe für Collaboration Folders 20010109

Method GET_FOLDER on class CL_CFX_COLLABORATION has no exception.

Method GET_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_ID Value transfer Type reference (TYPE) CFX_COL-COL_ID Collaboration Folder: Id Collaboration 20001121

Method GET_ID on class CL_CFX_COLLABORATION has no exception.

Method GET_IDS_TO_FOLDER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_AREA_ID Call by reference Type reference (TYPE) STRING GUID im 'CHAR' Format in Großschreibung 20010802
2 Exporting E_COL_ID Call by reference Type reference (TYPE) STRING GUID im 'CHAR' Format in Großschreibung 20010802
3 Exporting E_TOPIC_ID Call by reference Type reference (TYPE) STRING GUID im 'CHAR' Format in Großschreibung 20010802
4 Importing I_FOL_ID Call by reference Type reference (TYPE) STRING GUID im 'CHAR' Format in Großschreibung 20010802

Method GET_IDS_TO_FOLDER on class CL_CFX_COLLABORATION has no exception.

Method GET_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_NAME Value transfer Type reference (TYPE) CFX_AREA-NAME Externe Bezeichnung eines Objektes 20001124

Method GET_NAME on class CL_CFX_COLLABORATION has no exception.

Method GET_NEW_AREA_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_BASE_NAME Call by reference Type reference (TYPE) CFX_STRING Basisname 20010612
2 Returning R_NAME Value transfer Type reference (TYPE) CFX_STRING Neuer Name 20010612

Method GET_NEW_AREA_NAME on class CL_CFX_COLLABORATION has no exception.

Method GET_NEW_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_BASE_NAME Call by reference Type reference (TYPE) CFX_STRING Basisname 20010612
2 Returning R_NAME Value transfer Type reference (TYPE) CFX_STRING Neuer Name 20010612

Method GET_NEW_NAME on class CL_CFX_COLLABORATION has no exception.

Method GET_NODES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_NODE_PATH Call by reference Type reference (TYPE) CFX_TT_TOPIC_LIST Liste von Topics 20010105
2 Changing CT_NODE_TREE Call by reference Type reference (TYPE) CFX_TT_TREE Tree 20010105
3 Importing IP_NODE_LIST Call by reference Object reference (TYPE REF TO) CL_CFX_TOPIC_LIST Collaboration: List of topics 20010105
4 Importing I_INDENTATION Call by reference Type reference (TYPE) CFX_INDENTATION Node Position 20010105
5 Importing I_LEVEL Call by reference Type reference (TYPE) CFX_INDENTATION Integer 1 20010105

Method GET_NODES on class CL_CFX_COLLABORATION has no exception.

Method GET_NODE_TREE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_NODE_TREE Call by reference Type reference (TYPE) CFX_TT_TREE Tree 20010105
2 Importing I_CURRENT_DOC_ID Call by reference Type reference (TYPE) STRING 20050413
3 Importing I_CURRENT_TOPIC_ID Call by reference Type reference (TYPE) STRING 20010911
4 Importing I_INDENTATION Call by reference Type reference (TYPE) CFX_INDENTATION 5 Node Position 20010105

Method GET_NODE_TREE on class CL_CFX_COLLABORATION has no exception.

Method GET_NUMBER_OF_DOCS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_NUM Value transfer Type reference (TYPE) I 20010925

Method GET_NUMBER_OF_DOCS on class CL_CFX_COLLABORATION has no exception.

Method GET_PUBLIC_AREA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RP_PUBLIC_AREA Value transfer Object reference (TYPE REF TO) CL_CFX_AREA Public area 20010116

Method GET_PUBLIC_AREA on class CL_CFX_COLLABORATION has no exception.

Method GET_ROOT_TOPIC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RP_ROOT_TOPIC Value transfer Object reference (TYPE REF TO) CL_CFX_TOPIC Collaboration: Topic 20010108

Method GET_ROOT_TOPIC on class CL_CFX_COLLABORATION has no exception.

Method GET_SCENARIO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_SCENARIO Value transfer Type reference (TYPE) CFX_T_SCENARIO Szenario, in dem sich eine Collaboration befindet 20010611

Method GET_SCENARIO on class CL_CFX_COLLABORATION has no exception.

Method GET_SRM_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RP_SRM_DATA Value transfer Object reference (TYPE REF TO) CL_CFX_SRM_DATA Laufzeitobjekt für SRM Daten 20030811

Method GET_SRM_DATA on class CL_CFX_COLLABORATION has no exception.

Method GET_SYNDICATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_IS_SYNDICATE Value transfer Type reference (TYPE) CFX_IS_SYNDICATE Konsortium 20041021

Method GET_SYNDICATE on class CL_CFX_COLLABORATION has no exception.

Method GET_TOPIC_DATA_BY_FOLDER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EP_AREA Call by reference Object reference (TYPE REF TO) CL_CFX_AREA Collaboration: Area 20010405
2 Exporting EP_COLLABORATION Call by reference Object reference (TYPE REF TO) CL_CFX_COLLABORATION Collaboration: Collaboration 20010405
3 Exporting EP_TOPIC Call by reference Object reference (TYPE REF TO) CL_CFX_TOPIC Collaboration: Topic 20010405
4 Importing IP_FOLDER Call by reference Object reference (TYPE REF TO) CL_CFX_FOLDER Mappe für Collaboration Folders 20010405

Method GET_TOPIC_DATA_BY_FOLDER on class CL_CFX_COLLABORATION has no exception.

Method GET_TO_BE_ARCHIVED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_TO_BE_ARCHIVED Value transfer Type reference (TYPE) CFX_COL-TO_BE_ARCHIVED Archivierung angefordert 20030214

Method GET_TO_BE_ARCHIVED on class CL_CFX_COLLABORATION has no exception.

Method GET_TYPING_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_OBJECT_TYPINGS Call by reference Type reference (TYPE) CFX_TT_OBJECT_TYPING 20030227

Method GET_TYPING_LIST on class CL_CFX_COLLABORATION has no exception.

Method GET_VISITOR_AREA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RP_VISITOR_AREA Value transfer Object reference (TYPE REF TO) CL_CFX_AREA_VISITOR 20030227

Method GET_VISITOR_AREA on class CL_CFX_COLLABORATION has no exception.

Method INITIALIZE 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) STRING Identifikation 20001114
2 Returning RP_COLLABORATION Value transfer Object reference (TYPE REF TO) CL_CFX_COLLABORATION Collaboration: Collaboration 20001114

Method INITIALIZE on class CL_CFX_COLLABORATION has no exception.

Method INITIALIZE_AREAS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_PUBLIC_AREA_ID Call by reference Type reference (TYPE) CFX_AREA-AREA_ID Collaboration Folder: Id Area 20010423

Method INITIALIZE_AREAS on class CL_CFX_COLLABORATION has no exception.

Method INITIALIZE_AREA_AUTHORITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing IP_AUTHORITY_COL_AREA Call by reference Object reference (TYPE REF TO) CL_CFX_AUTHORITY Collaboration: Authority 20001211
2 Changing IP_AUTHORITY_PUBLIC_AREA Call by reference Object reference (TYPE REF TO) CL_CFX_AUTHORITY Collaboration: Authority 20001211

Method INITIALIZE_AREA_AUTHORITY on class CL_CFX_COLLABORATION has no exception.

Method INITIALIZE_ATTRIBUTES Signature

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

Method INITIALIZE_ATTRIBUTES on class CL_CFX_COLLABORATION has no exception.

Method INITIALIZE_TOPICS Signature

Method INITIALIZE_TOPICS on class CL_CFX_COLLABORATION has no parameter.
Method INITIALIZE_TOPICS on class CL_CFX_COLLABORATION has no exception.

Method INITIALIZE_TOPIC_STRUCTURE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_TOPIC_STRUCTURE Call by reference Type reference (TYPE) CFX_TT_COL_STRUCTURE Topic Hierarchie 20001116
2 Importing IP_EXPLOSION_LEVEL Call by reference Type reference (TYPE) I 0 Explosion Level 20090626
3 Importing IP_MAX_EXPLOSION_LEVEL Call by reference Type reference (TYPE) I 31999 Max Explosion Dept 20090626
4 Importing IP_PARENT_TOPIC Call by reference Object reference (TYPE REF TO) CL_CFX_TOPIC Collaboration Folder: Id Collaboration 20001116
5 Importing IP_TOPIC_LIST Call by reference Object reference (TYPE REF TO) CL_CFX_TOPIC_LIST Collaboration: List of topics 20001116

Method INITIALIZE_TOPIC_STRUCTURE on class CL_CFX_COLLABORATION has no exception.

Method IS_CURRENT_AREA_PUBLIC Signature

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

Method IS_CURRENT_AREA_PUBLIC on class CL_CFX_COLLABORATION has no exception.

Method IS_TEMPLATE Signature

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

Method IS_TEMPLATE on class CL_CFX_COLLABORATION has no exception.

Method MOVE_TOPIC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CURRENT_TOPIC_ID Call by reference Type reference (TYPE) STRING 20020625
2 Importing I_DO_LOG Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20030520
3 Importing I_LEFT_TOPIC_ID Call by reference Type reference (TYPE) STRING Collaboration Folder: Id Topic 20020625
4 Importing I_PARENT_TOPIC_ID Call by reference Type reference (TYPE) STRING Collaboration Folder: Id Topic 20020625

Method MOVE_TOPIC on class CL_CFX_COLLABORATION has no exception.

Method MOVE_TOPIC_DOWNWARD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting IS_MOVED Value transfer Type reference (TYPE) CFX_BOOLEAN Boolscher Typ 20020627
2 Importing I_CURRENT_TOPIC_ID Call by reference Type reference (TYPE) STRING Collaboration Folder: Id Topic 20020625

Method MOVE_TOPIC_DOWNWARD on class CL_CFX_COLLABORATION has no exception.

Method MOVE_TOPIC_LEFT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting IS_MOVED Value transfer Type reference (TYPE) CFX_BOOLEAN Boolscher Typ 20020627
2 Importing I_CURRENT_TOPIC_ID Call by reference Type reference (TYPE) STRING Collaboration Folder: Id Topic 20020627

Method MOVE_TOPIC_LEFT on class CL_CFX_COLLABORATION has no exception.

Method MOVE_TOPIC_RIGHT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting IS_MOVED Value transfer Type reference (TYPE) CFX_BOOLEAN Boolscher Typ 20020627
2 Importing I_CURRENT_TOPIC_ID Call by reference Type reference (TYPE) STRING Collaboration Folder: Id Topic 20020627

Method MOVE_TOPIC_RIGHT on class CL_CFX_COLLABORATION has no exception.

Method MOVE_TOPIC_UPWARD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting IS_MOVED Value transfer Type reference (TYPE) CFX_BOOLEAN Boolscher Typ 20020627
2 Importing I_CURRENT_TOPIC_ID Call by reference Type reference (TYPE) STRING Collaboration Folder: Id Topic 20020625

Method MOVE_TOPIC_UPWARD on class CL_CFX_COLLABORATION has no exception.

Method ON_CONTENT_CHANGE Signature

Method ON_CONTENT_CHANGE on class CL_CFX_COLLABORATION has no parameter.
Method ON_CONTENT_CHANGE on class CL_CFX_COLLABORATION has no exception.

Method ON_DOWNLOAD Signature

Method ON_DOWNLOAD on class CL_CFX_COLLABORATION has no parameter.
Method ON_DOWNLOAD on class CL_CFX_COLLABORATION has no exception.

Method ON_METADATA_CHANGE Signature

Method ON_METADATA_CHANGE on class CL_CFX_COLLABORATION has no parameter.
Method ON_METADATA_CHANGE on class CL_CFX_COLLABORATION has no exception.

Method ON_STATUS_CHANGE Signature

Method ON_STATUS_CHANGE on class CL_CFX_COLLABORATION has no parameter.
Method ON_STATUS_CHANGE on class CL_CFX_COLLABORATION has no exception.

Method ON_STRUCTURE_CHANGE Signature

Method ON_STRUCTURE_CHANGE on class CL_CFX_COLLABORATION has no parameter.
Method ON_STRUCTURE_CHANGE on class CL_CFX_COLLABORATION has no exception.

Method RESET_STATUS_AUTHORIZATION Signature

Method RESET_STATUS_AUTHORIZATION on class CL_CFX_COLLABORATION has no parameter.
Method RESET_STATUS_AUTHORIZATION on class CL_CFX_COLLABORATION has no exception.

Method SET_CHILD_TOPICS Signature

Method SET_CHILD_TOPICS on class CL_CFX_COLLABORATION has no parameter.
Method SET_CHILD_TOPICS on class CL_CFX_COLLABORATION has no exception.

Method SET_COLLABORATION_AREAS Signature

Method SET_COLLABORATION_AREAS on class CL_CFX_COLLABORATION has no parameter.
Method SET_COLLABORATION_AREAS on class CL_CFX_COLLABORATION has no exception.

Method SET_CURRENT_AREA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EP_AREA Call by reference Object reference (TYPE REF TO) CL_CFX_AREA Collaboration: Area 20010115
2 Importing I_AREA_ID Call by reference Type reference (TYPE) STRING 20001215

Method SET_CURRENT_AREA on class CL_CFX_COLLABORATION has no exception.

Method SET_DEADLINE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DATE Call by reference Type reference (TYPE) STRING 20010305
2 Importing I_TIME Call by reference Type reference (TYPE) STRING 20010305

Method SET_DEADLINE on class CL_CFX_COLLABORATION has no exception.

Method SET_DEADLINE_UTC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DEADLINE Call by reference Type reference (TYPE) TZNTSTMPS UTC-Zeitstempel in Kurzform (JJJJMMTThhmmss) 20010727

Method SET_DEADLINE_UTC on class CL_CFX_COLLABORATION has no exception.

Method SET_DESCRIPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DESCRIPTION Call by reference Type reference (TYPE) STRING 20001124

Method SET_DESCRIPTION on class CL_CFX_COLLABORATION has no exception.

Method SET_DOC_TYPE_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_OBJECT_TYPES Call by reference Type reference (TYPE) CFX_TT_OBJECT_TYPE Liste mit Objekttypen ( als Klasse ) 20030219

Method SET_DOC_TYPE_LIST on class CL_CFX_COLLABORATION has no exception.

Method SET_IS_SYNDICATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_IS_SYNDICATE Call by reference Type reference (TYPE) CFX_IS_SYNDICATE Konsortium 20041129

Method SET_IS_SYNDICATE on class CL_CFX_COLLABORATION has no exception.

Method SET_NAME 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_AREA-NAME Externe Bezeichnung eines Objektes 20001124

Method SET_NAME on class CL_CFX_COLLABORATION has no exception.

Method SET_SRM_RFC_AS_ADMIN Signature

Method SET_SRM_RFC_AS_ADMIN on class CL_CFX_COLLABORATION has no parameter.
Method SET_SRM_RFC_AS_ADMIN on class CL_CFX_COLLABORATION has no exception.

Method SET_STATUS_AUTHORIZATION Signature

Method SET_STATUS_AUTHORIZATION on class CL_CFX_COLLABORATION has no parameter.
Method SET_STATUS_AUTHORIZATION on class CL_CFX_COLLABORATION has no exception.

Method SET_TEMPLATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TEMPLATE Call by reference Type reference (TYPE) CFX_BOOLEAN Externe Bezeichnung eines Objektes 20010903

Method SET_TEMPLATE on class CL_CFX_COLLABORATION has no exception.

Method SET_TYPING_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_OBJECT_TYPINGS Call by reference Type reference (TYPE) CFX_TT_OBJECT_TYPING 20030228

Method SET_TYPING_LIST on class CL_CFX_COLLABORATION has no exception.

Method SORT_TOPICS_BY_NAME 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) STRING Die ID der Collaboration 20031107
2 Importing I_TOPIC_ID Call by reference Type reference (TYPE) STRING Ein Topic des Parent-Topics, dessen Elemente sortiert werden 20031106

Method SORT_TOPICS_BY_NAME on class CL_CFX_COLLABORATION has no exception.

Method TOGGLE_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CURRENT_TOPIC_ID Call by reference Type reference (TYPE) STRING 20011014
2 Importing I_DOC_ID Call by reference Type reference (TYPE) STRING 20050412
3 Importing I_TOPIC_ID Call by reference Type reference (TYPE) STRING 20011014
4 Returning R_CURRENT_TOPIC_ID Value transfer Type reference (TYPE) STRING 20011014

Method TOGGLE_NODE on class CL_CFX_COLLABORATION has no exception.

Method TOPIC_IS_MOVABLE_DOWNWARD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning IS_MOVABLE Value transfer Type reference (TYPE) CFX_BOOLEAN 20020625
2 Importing I_CURRENT_TOPIC_ID Call by reference Type reference (TYPE) STRING 20020625

Method TOPIC_IS_MOVABLE_DOWNWARD on class CL_CFX_COLLABORATION has no exception.

Method TOPIC_IS_MOVABLE_LEFT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning IS_MOVABLE Value transfer Type reference (TYPE) CFX_BOOLEAN 20020627
2 Importing I_CURRENT_TOPIC_ID Call by reference Type reference (TYPE) STRING 20020627

Method TOPIC_IS_MOVABLE_LEFT on class CL_CFX_COLLABORATION has no exception.

Method TOPIC_IS_MOVABLE_RIGHT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning IS_MOVABLE Value transfer Type reference (TYPE) CFX_BOOLEAN 20020627
2 Importing I_CURRENT_TOPIC_ID Call by reference Type reference (TYPE) STRING 20020627

Method TOPIC_IS_MOVABLE_RIGHT on class CL_CFX_COLLABORATION has no exception.

Method TOPIC_IS_MOVABLE_UPWARD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning IS_MOVABLE Value transfer Type reference (TYPE) CFX_BOOLEAN 20020625
2 Importing I_CURRENT_TOPIC_ID Call by reference Type reference (TYPE) STRING 20020625

Method TOPIC_IS_MOVABLE_UPWARD on class CL_CFX_COLLABORATION has no exception.

Method UNASSIGN_STATUS_PROFILE Signature

Method UNASSIGN_STATUS_PROFILE on class CL_CFX_COLLABORATION has no parameter.
Method UNASSIGN_STATUS_PROFILE on class CL_CFX_COLLABORATION has no exception.
History
Last changed by/on SAP  20141109 
SAP Release Created in 20A