SAP ABAP Class CL_CFX_COL_UI (Adapter Object for Collaboration)
Hierarchy
CPRXRPM (Software Component) SAP Portfolio and Project Management 6.0
   PLM-CFO (Application Component) Collaboration Folders
     CFX_UI (Package) Collaboration Folders: User Interface
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_CFX_AUTHORITY_UI Interface for Authorizations 20020503
Properties
Class CL_CFX_COL_UI  
Short Description Adapter Object for Collaboration    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package CFX_UI   Collaboration Folders: User Interface 
Created 20001220   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 CFXF1 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)
4 CL_CFX_CONST_UI Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
5 IXML Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_CFX_AUTHORITY_UI Interface for Authorizations 20020503
Friends
Class CL_CFX_COL_UI has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 SC_COL_NAME Constant Public Type reference (TYPE) STRING 'p_col_name' 20060518
2 SC_IS_SYNDICATE Constant Public Type reference (TYPE) STRING 'is_syndicate' 20041022
3 SC_QUERY_CHANGED_BY Constant Public Type reference (TYPE) CFX_T_ID_UI 'CHANGED_BY' 20001220
4 SC_QUERY_CREATED_BY Constant Public Type reference (TYPE) CFX_T_ID_UI 'CREATED_BY' 20001220
5 SC_ROLE_INITIATOR Constant Public Type reference (TYPE) CFX_T_ID_UI 'INITIATOR' 20001221
6 SC_ROLE_PARTICIPANT Constant Public Type reference (TYPE) CFX_T_ID_UI 'PARTICIPANT' 20001221
7 SC_SORT_CRIT_COL_OV Constant Private Type reference (TYPE) STRING 'CollaborationOverview/SortCriterion' 20010725
8 SC_SORT_CRIT_CREATED_BY Constant Public Type reference (TYPE) STRING 'createdby' 20010725
9 SC_SORT_CRIT_CREATED_ON Constant Public Type reference (TYPE) STRING 'createdon' 20010725
10 SC_SORT_CRIT_DESCRIPTION Constant Public Type reference (TYPE) STRING 'description' 20010725
11 SC_SORT_CRIT_NAME Constant Public Type reference (TYPE) STRING 'name' 20010725
12 SC_SORT_CRIT_STATUS Constant Public Type reference (TYPE) STRING 'status' 20020816
13 SC_SORT_DIRECTION Constant Public Type reference (TYPE) STRING 'CollaborationOverview/SortDirection' 20060301
14 SC_SORT_DIRECTION_ASCENDING Constant Public Type reference (TYPE) STRING 'ASCENDING' 20060301
15 SC_SORT_DIRECTION_DESCENDING Constant Public Type reference (TYPE) STRING 'DESCENDING' 20060301
Methods
# Method Level Visibility Method type Description Created on
1 ADD_TO_FAVORITES Static method Public Method Changes a Collaboration 20020215
2 ARCHIVE_COLS Static method Public Method Deletes Collaborations 20030214
3 COPY_LINK_SELECTED Static method Public Method Deletes the Selected Entries 20050114
4 CREATE Static method Public Method Creates a Collaboration 20001220
5 CREATE_STRUCTURE Static method Public Method Creates a Collaboration 20010518
6 DELETE Static method Public Method Changes a Collaboration 20010307
7 DELETE_COLS Static method Public Method Deletes Collaborations 20010723
8 DELETE_USAGE Static method Public Method Deletes an External Use 20010703
9 FILTER_COL Static method Protected Method Filters Table According to Table_Filter Parameter 20030904
10 GET Static method Public Method Collaboration 20001220
11 GET_MY_COLLABORATIONS Static method Public Method Collaborations for User 20010302
12 GET_NAME_FOR_USAGE Static method Public Method Returns Name of Use 20010703
13 GET_NUMBER_OF_DOCS_IN_COLS Static method Public Method 20010723
14 GET_ROLES Static method Public Method List of Possible Queries 20001221
15 GET_SORT_CRITERION Static method Public Method Returns the Sort Criterion 20010725
16 GET_STATUS_UI_DESC_FOR_COL Static method Public Method Format Status Info for Folder List 20020816
17 GET_TOPIC_AND_AREA_ID Static method Public Method 20060606
18 GET_URL_FOR_COL Static method Public Method Returns the URL for Collaboration Detail 20010119
19 GET_URL_FOR_COL_OV Static method Public Method Returns the URL for Collaboration Detail 20010122
20 GET_URL_FOR_USAGES Static method Public Method Returns the URL for the Use Page 20010628
21 NAVIGATE_TO_PARENT Static method Public Method Go to Parent of Collaboration (Overview Page) 20020805
22 PROCESS_EVT_VIEW_ALL_ECNS Static method Public Method 20060320
23 SET Static method Public Method Changes a Collaboration 20001228
24 SET_SORT_CRITERION Static method Public Method Changes the Sort Criterion 20010725
25 SRM_ON_INITIALIZE Static method Public Method Initiates SRM Objects 20030811
26 SRM_ON_INPUT Static method Public Method Handles SRM Event 20030811
Events
Class CL_CFX_COL_UI has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TT_COL_UI Protected See coding 20060608 tt_col_ui TYPE STANDARD TABLE OF t_col_ui
2 T_COL_UI Protected See coding 20060608 BEGIN OF t_col_ui, name TYPE cfx_name, description TYPE cfx_description, created_by TYPE sy-uname, created_on TYPE string, created_on_raw TYPE tzntstmps, " date unconverted deadline_raw TYPE tzntstmps, " deadline unvoncerted col_id TYPE string, area_id TYPE string, status_id TYPE string, status_name TYPE string, status_tt TYPE string, deadline TYPE tzntstmps, sort_string TYPE string, action TYPE cfx_ts_col_action, END OF t_col_ui
Method Signatures

Method ADD_TO_FAVORITES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_MSG_ID Call by reference Type reference (TYPE) STRING 20020215
2 Exporting E_MSG_TXT Call by reference Type reference (TYPE) STRING 20020215
3 Importing I_COL_ID Call by reference Type reference (TYPE) STRING 20020215

Method ADD_TO_FAVORITES on class CL_CFX_COL_UI has no exception.

Method ARCHIVE_COLS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_BGROUND_PROCESS_ID Call by reference Type reference (TYPE) STRING 20030214
2 Exporting E_BGROUND_PROCESS_INFO Call by reference Type reference (TYPE) STRING 20030214
3 Exporting E_ERROR Call by reference Type reference (TYPE) CFX_BOOLEAN Boolscher Typ 20030214
4 Exporting E_NUM Call by reference Type reference (TYPE) I Anzahl der Dokumente 20030214
5 Importing IP_NAVIGATION Call by reference Object reference (TYPE REF TO) IF_BSP_NAVIGATION BSP Navigation 20030214
6 Importing IT_COL_ID Call by reference Type reference (TYPE) CFX_TT_STRING Tabelle mit strings 20030214
7 Importing I_SCENARIO Call by reference Type reference (TYPE) STRING 20030214

Method ARCHIVE_COLS on class CL_CFX_COL_UI has no exception.

Method COPY_LINK_SELECTED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_ITEM Call by reference Type reference (TYPE) CFX_T_STRING Tabelle mit Zeichenketten 20050114

Method COPY_LINK_SELECTED on class CL_CFX_COL_UI has no exception.

Method CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_BGROUND_PROCESS_ID Call by reference Type reference (TYPE) STRING 20010913
2 Exporting E_BGROUND_PROCESS_INFO Call by reference Type reference (TYPE) STRING 20010913
3 Exporting E_COL_ID Call by reference Type reference (TYPE) STRING 20010214
4 Exporting E_ERROR Call by reference Type reference (TYPE) CFX_BOOLEAN Boolscher Typ 20010925
5 Exporting E_MSG_ID Call by reference Type reference (TYPE) STRING 20010808
6 Exporting E_MSG_TXT Call by reference Type reference (TYPE) STRING 20010808
7 Exporting E_PUBLIC_AREA_ID Call by reference Type reference (TYPE) STRING 20010214
8 Exporting E_ROOT_TOPIC_ID Call by reference Type reference (TYPE) STRING 20010214
9 Importing IP_NAVIGATION Call by reference Object reference (TYPE REF TO) IF_BSP_NAVIGATION BSP Navigation 20001220
10 Importing I_DESCRIPTION Call by reference Type reference (TYPE) STRING 20001220
11 Importing I_IS_SYNDICATE Call by reference Type reference (TYPE) CFX_IS_SYNDICATE ABAP_FALSE Konsortium 20041021
12 Importing I_NAME Call by reference Type reference (TYPE) STRING 20001220
13 Importing I_SCENARIO Call by reference Type reference (TYPE) CFX_T_SCENARIO CL_CFX_COLLABORATION=>SC_SCENARIO_COMPETITION Szenario, in dem sich eine Collaboration befindet 20010611
14 Importing I_TEMPLATE Call by reference Type reference (TYPE) CFX_BOOLEAN ABAP_FALSE Boolscher Typ 20010903
15 Importing I_TEMPLATE_COL_ID Call by reference Type reference (TYPE) STRING 20010903

Method CREATE on class CL_CFX_COL_UI has no exception.

Method CREATE_STRUCTURE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_ERROR Call by reference Type reference (TYPE) CFX_BOOLEAN Boolscher Typ 20010925
2 Importing IP_NAVIGATION Call by reference Object reference (TYPE REF TO) IF_BSP_NAVIGATION BSP Navigation 20010607
3 Importing IP_REQUEST Call by reference Object reference (TYPE REF TO) IF_HTTP_REQUEST HTTP Framework (iHTTP) HTTP Request 20010518
4 Importing IP_RESPONSE Call by reference Object reference (TYPE REF TO) IF_HTTP_RESPONSE HTTP Framework (iHTTP) HTTP Response 20010607

Method CREATE_STRUCTURE on class CL_CFX_COL_UI has no exception.

Method DELETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_ERROR Call by reference Type reference (TYPE) CFX_BOOLEAN Boolscher Typ 20010925
2 Importing IP_NAVIGATION Call by reference Object reference (TYPE REF TO) IF_BSP_NAVIGATION BSP Navigation 20010307
3 Importing I_COL_ID Call by reference Type reference (TYPE) STRING 20010307

Method DELETE on class CL_CFX_COL_UI has no exception.

Method DELETE_COLS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_BGROUND_PROCESS_ID Call by reference Type reference (TYPE) STRING 20010723
2 Exporting E_BGROUND_PROCESS_INFO Call by reference Type reference (TYPE) STRING 20010723
3 Exporting E_ERROR Call by reference Type reference (TYPE) CFX_BOOLEAN Boolscher Typ 20010925
4 Exporting E_NUM Call by reference Type reference (TYPE) I Anzahl der Dokumente 20010723
5 Importing IP_NAVIGATION Call by reference Object reference (TYPE REF TO) IF_BSP_NAVIGATION BSP Navigation 20010723
6 Importing IT_COL_ID Call by reference Type reference (TYPE) CFX_TT_STRING Tabelle mit strings 20010723
7 Importing I_SCENARIO Call by reference Type reference (TYPE) STRING 20010723

Method DELETE_COLS on class CL_CFX_COL_UI has no exception.

Method DELETE_USAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_COLID Call by reference Type reference (TYPE) GUID_32 GUID im 'CHAR' Format in Großschreibung 20010703
2 Importing I_USAGEID Call by reference Type reference (TYPE) GUID_32 GUID im 'CHAR' Format in Großschreibung 20010703

Method DELETE_USAGE on class CL_CFX_COL_UI has no exception.

Method FILTER_COL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_COL_UI_TABLEFILTER Call by reference Type reference (TYPE) TT_COL_UI Tabelle die gefiltert werden soll 20030911
2 Importing I_ROLE Call by reference Type reference (TYPE) CFX_STRING Zeichenkette für Collaboration Folders 20040325
3 Importing I_SCENARIO Call by reference Type reference (TYPE) CFX_STRING Zeichenkette für Collaboration Folders 20040325

Method FILTER_COL on class CL_CFX_COL_UI has no exception.

Method GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_SCENARIO Call by reference Type reference (TYPE) STRING 20041215
2 Changing C_TOPIC_ID Call by reference Type reference (TYPE) STRING 20041216
3 Exporting EP_C_AREAS Call by reference Object reference (TYPE REF TO) CL_CFX_UI_TABLE CL_CFX_UI_TABLE 20010117
4 Exporting ES_ASSIGN_PROFILE Call by reference Type reference (TYPE) CFX_TS_BUTTON structure for ui object button 20020604
5 Exporting ES_AUTHORITY_UI Call by reference Type reference (TYPE) CFX_TS_INPUTFIELD structure for ui object inputfield 20020702
6 Exporting ES_BUTTON_VIEW_ALL_ECNS Call by reference Type reference (TYPE) CFX_TS_BUTTON 20060320
7 Exporting ES_CHANGED_BY Call by reference Type reference (TYPE) CFX_TS_FIELD Beschreibung eines Attributs 20001229
8 Exporting ES_CHANGED_ON Call by reference Type reference (TYPE) CFX_TS_FIELD Beschreibung eines Attributs 20001229
9 Exporting ES_COLLABORATION Call by reference Type reference (TYPE) CFX_TS_COLLABORATION_STR Attribute einer Kollaboration als Strings 20001229
10 Exporting ES_CONTEXTS Call by reference Type reference (TYPE) CFX_TS_FUNCTION Beschreibung einer Funktion 20010620
11 Exporting ES_CREATED_BY Call by reference Type reference (TYPE) CFX_TS_FIELD Beschreibung eines Attributs 20001229
12 Exporting ES_CREATED_ON Call by reference Type reference (TYPE) CFX_TS_FIELD Beschreibung eines Attributs 20001229
13 Exporting ES_CREATE_CANCEL Call by reference Type reference (TYPE) CFX_TS_FUNCTION Abbrechen beim Anlegen 20010103
14 Exporting ES_CREATE_C_AREA Call by reference Type reference (TYPE) STRING Anlegen einer neuen Area 20010117
15 Exporting ES_CREATE_NEW_C_AREA Call by reference Type reference (TYPE) CFX_TS_FUNCTION Neuer Verkäuferarbeitsbereich anlegen 20010119
16 Exporting ES_CREATE_SUBMIT Call by reference Type reference (TYPE) CFX_TS_FUNCTION Neuer Eintrag sichern 20010103
17 Exporting ES_DEADLINE_DATE Call by reference Type reference (TYPE) CFX_TS_FIELD Beschreibung eines Attributs 20010306
18 Exporting ES_DEADLINE_TIME Call by reference Type reference (TYPE) CFX_TS_FIELD Beschreibung eines Attributs 20010306
19 Exporting ES_DELETE Call by reference Type reference (TYPE) CFX_TS_FUNCTION Löschen 20010307
20 Exporting ES_DELETE_C_AREA Call by reference Type reference (TYPE) STRING Löschen einer Area 20010117
21 Exporting ES_DESCRIPTION Call by reference Type reference (TYPE) CFX_TS_FIELD Beschreibung eines Attributs 20001229
22 Exporting ES_EDIT Call by reference Type reference (TYPE) CFX_TS_FUNCTION Ändern 20010103
23 Exporting ES_EDIT_AUTHORITY Call by reference Type reference (TYPE) CFX_TS_FUNCTION Berechtigungen bearbeiten 20010103
24 Exporting ES_EDIT_CANCEL Call by reference Type reference (TYPE) CFX_TS_FUNCTION Abbrechen beim Ändern 20010103
25 Exporting ES_EDIT_P_AREA Call by reference Type reference (TYPE) STRING Ändern der Area 20010117
26 Exporting ES_EDIT_SUBMIT Call by reference Type reference (TYPE) CFX_TS_FUNCTION Geänderter Eintrag sichern 20010103
27 Exporting ES_FORMAT_DATE Call by reference Type reference (TYPE) CFX_TS_TEXTVIEW structure for ui object textview 20020708
28 Exporting ES_FORMAT_TIME Call by reference Type reference (TYPE) CFX_TS_TEXTVIEW structure for ui object textview 20020708
29 Exporting ES_IS_SYNDICATE Call by reference Type reference (TYPE) CFX_TS_CHECKBOX structure for ui object checkbox 20041021
30 Exporting ES_NAME Call by reference Type reference (TYPE) CFX_TS_FIELD Beschreibung eines Attributs 20001229
31 Exporting ES_NTF_OVERVIEW Call by reference Type reference (TYPE) CFX_TS_FUNCTION Funktion Notification Overview 20011026
32 Exporting ES_OBJECT_TYPES Call by reference Type reference (TYPE) CFX_TS_FUNCTION Objekttypen für Col. anzeigen/ändern 20030220
33 Exporting ES_STATUS_CONTROLS Call by reference Type reference (TYPE) CFX_TS_STATUS_CONTROLS UI-Elemente für Status auf einer Objekt-Seite 20020604
34 Exporting ES_STATUS_PROTOCOL Call by reference Type reference (TYPE) CFX_TS_BUTTON structure for ui object button 20030129
35 Exporting ES_TEMPLATE Call by reference Type reference (TYPE) CFX_TS_FIELD Beschreibung eines Attributs 20010903
36 Exporting ES_TEMPLATE_SELECT Call by reference Type reference (TYPE) CFX_TS_DROPDOWNLISTBOX structure for ui object dropdownlistbox 20010903
37 Exporting ES_TYPINGS Call by reference Type reference (TYPE) CFX_TS_FUNCTION Objekttypisierungen für Col. anzeigen/ändern 20030228
38 Exporting ES_UNASSIGN_PROFILE Call by reference Type reference (TYPE) CFX_TS_BUTTON structure for ui object button 20020604
39 Exporting ES_USAGE_OVERVIEW Call by reference Type reference (TYPE) CFX_TS_FUNCTION Externe Verwendung zeigen 20010628
40 Exporting ES_WEBDAV_URL Call by reference Type reference (TYPE) CFX_TS_BUTTON structure for ui object button 20050617
41 Exporting ET_TEMPLATE_SELECT Call by reference Type reference (TYPE) CFX_TT_DROPDOWNLIST table of options for ui object dropdownlistbox 20010903
42 Exporting E_AREA_ID Call by reference Type reference (TYPE) STRING 20010125
43 Exporting E_ERROR Call by reference Type reference (TYPE) CFX_BOOLEAN Boolscher Typ 20010925
44 Exporting E_INFO_TEXT Call by reference Type reference (TYPE) STRING 20011122
45 Exporting E_PUBLIC_AREA_NAME Call by reference Type reference (TYPE) STRING Name des öffentlichen Bereichs 20010307
46 Exporting E_ROOT_TOPIC_NAME Call by reference Type reference (TYPE) STRING Name des Wurzel Knotens 20010307
47 Importing IP_NAVIGATION Call by reference Object reference (TYPE REF TO) IF_BSP_NAVIGATION BSP Navigation 20001220
48 Importing I_COL_ID Call by reference Type reference (TYPE) STRING 20001220
49 Importing I_MODE Call by reference Type reference (TYPE) CFX_MODE CL_CFX_CONST_UI=>SC_MODE_DISPLAY Bearbeitungsmodus für Collaboration Folders 20001229

Method GET on class CL_CFX_COL_UI has no exception.

Method GET_MY_COLLABORATIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_ROLE Call by reference Type reference (TYPE) STRING ID eines ID-Wert-Paars 20041216
2 Changing C_SCENARIO Call by reference Type reference (TYPE) CFX_T_SCENARIO CL_CFX_COLLABORATION=>SC_SCENARIO_COMPETITION Szenario, in dem sich eine Collaboration befindet 20041214
3 Exporting EP_COLLABORATIONS Call by reference Object reference (TYPE REF TO) CL_CFX_UI_TABLE CL_CFX_UI_TABLE 20010302
4 Exporting E_COUNT Call by reference Type reference (TYPE) STRING Anzahl der Einträge 20010302
5 Exporting E_ERROR Call by reference Type reference (TYPE) CFX_BOOLEAN Boolscher Typ 20010925
6 Exporting E_IS_COL_CREATOR Call by reference Type reference (TYPE) CFX_BOOLEAN Boolscher Typ 20021031
7 Exporting E_IS_COL_DELETOR Call by reference Type reference (TYPE) CFX_BOOLEAN Boolscher Typ 20021031
8 Exporting E_USER_FULLNAME Call by reference Type reference (TYPE) STRING 20010302
9 Importing IP_NAVIGATION Call by reference Object reference (TYPE REF TO) IF_BSP_NAVIGATION BSP Navigation 20010302
10 Importing I_TARGET Call by reference Type reference (TYPE) STRING 20010627
# Exception Resumable Description Created on
1 FATAL_ERROR 20010302
2 NO_AUTHORITY 20010302
3 OBJECT_NOT_EXISTING 20010302

Method GET_NAME_FOR_USAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_USAGE Call by reference Type reference (TYPE) CFX_ASSIGNMENT Zuordnung zu externen Objekten 20010703
2 Returning R_NAME Value transfer Type reference (TYPE) STRING 20010703

Method GET_NAME_FOR_USAGE on class CL_CFX_COL_UI has no exception.

Method GET_NUMBER_OF_DOCS_IN_COLS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_ERROR Call by reference Type reference (TYPE) CFX_BOOLEAN Boolscher Typ 20010925
2 Exporting E_NUM Call by reference Type reference (TYPE) I 20010925
3 Importing IP_NAVIGATION Call by reference Object reference (TYPE REF TO) IF_BSP_NAVIGATION Business Server Page (BSP) Navigation 20010925
4 Importing IT_COL_ID Call by reference Type reference (TYPE) CFX_TT_STRING Tabelle mit strings 20010723

Method GET_NUMBER_OF_DOCS_IN_COLS on class CL_CFX_COL_UI has no exception.

Method GET_ROLES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ROLE Call by reference Type reference (TYPE) CFX_TT_DROPDOWNLIST 20001221

Method GET_ROLES on class CL_CFX_COL_UI has no exception.

Method GET_SORT_CRITERION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_ERROR Call by reference Type reference (TYPE) CFX_BOOLEAN Boolscher Typ 20010925
2 Exporting E_SORT_CRITERION Call by reference Type reference (TYPE) STRING 20010925
3 Exporting E_SORT_DIRECTION Call by reference Type reference (TYPE) STRING 20060301
4 Importing IP_NAVIGATION Call by reference Object reference (TYPE REF TO) IF_BSP_NAVIGATION BSP Navigation 20010725

Method GET_SORT_CRITERION on class CL_CFX_COL_UI has no exception.

Method GET_STATUS_UI_DESC_FOR_COL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_STATUSPROFILE_DESC Call by reference Type reference (TYPE) STRING 20020816
2 Exporting E_STATUSPROFILE_NAME Call by reference Type reference (TYPE) STRING 20020816
3 Exporting E_STATUS_DESC Call by reference Type reference (TYPE) STRING 20020816
4 Exporting E_STATUS_DESC_SHORT Call by reference Type reference (TYPE) STRING 20020816
5 Exporting E_STATUS_NAME Call by reference Type reference (TYPE) STRING 20020816
6 Exporting E_STATUS_TT Call by reference Type reference (TYPE) STRING 20020816
7 Importing I_ADD_COMMENT_TO_TOOLTIP Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE wenn true, steht im Tooltip der Anfang des Kommentars 20020816
8 Importing I_COL_ID Call by reference Type reference (TYPE) GUID_32 GUID im 'CHAR' Format in Großschreibung 20020816
9 Importing I_TRUNCATE_NAME Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE wenn true, wird der Statusname bei pos 25 gekürzt 20020816

Method GET_STATUS_UI_DESC_FOR_COL on class CL_CFX_COL_UI has no exception.

Method GET_TOPIC_AND_AREA_ID 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 20060606
2 Exporting E_TOPIC_ID Call by reference Type reference (TYPE) STRING 20060606
3 Importing I_COL_ID Call by reference Type reference (TYPE) STRING 20060606

Method GET_TOPIC_AND_AREA_ID on class CL_CFX_COL_UI has no exception.

Method GET_URL_FOR_COL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ACTION Call by reference Type reference (TYPE) CFX_MODE Bearbeitungsmodus für Collaboration Folders 20010119
2 Importing I_COL_ID Call by reference Type reference (TYPE) STRING 20010119
3 Importing I_PAGENAME Call by reference Type reference (TYPE) CFX_BSPPAGE Name einer BSP-Seite 20010119
4 Importing I_ROLE Call by reference Type reference (TYPE) CFX_ROLE role of a cfx user 20010119
5 Returning R_URL Value transfer Type reference (TYPE) STRING 20010119

Method GET_URL_FOR_COL on class CL_CFX_COL_UI has no exception.

Method GET_URL_FOR_COL_OV 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) STRING 20010723
2 Returning R_URL Value transfer Type reference (TYPE) STRING 20010122

Method GET_URL_FOR_COL_OV on class CL_CFX_COL_UI has no exception.

Method GET_URL_FOR_USAGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ACTION Call by reference Type reference (TYPE) CFX_MODE Bearbeitungsmodus für Collaboration Folders 20010628
2 Importing I_COL_ID Call by reference Type reference (TYPE) STRING 20010628
3 Importing I_PAGENAME Call by reference Type reference (TYPE) CFX_BSPPAGE Name einer BSP-Seite 20010628
4 Importing I_ROLE Call by reference Type reference (TYPE) CFX_ROLE role of a cfx user 20010628
5 Returning R_URL Value transfer Type reference (TYPE) STRING 20010628

Method GET_URL_FOR_USAGES on class CL_CFX_COL_UI has no exception.

Method NAVIGATE_TO_PARENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_NAVIGATE Call by reference Type reference (TYPE) ABAP_BOOL 20020805
2 Importing IP_NAVIGATION Call by reference Object reference (TYPE REF TO) IF_BSP_NAVIGATION Business Server Page (BSP) Navigation 20020805

Method NAVIGATE_TO_PARENT on class CL_CFX_COL_UI has no exception.

Method PROCESS_EVT_VIEW_ALL_ECNS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_NAVIGATION Call by reference Object reference (TYPE REF TO) IF_BSP_NAVIGATION 20060320
2 Importing I_COL_ID Call by reference Type reference (TYPE) STRING 20060320
3 Importing I_COL_NAME Call by reference Type reference (TYPE) STRING 20060518
4 Importing I_ROLE Call by reference Type reference (TYPE) STRING 20060518
5 Importing I_SCENARIO Call by reference Type reference (TYPE) STRING 20060518

Method PROCESS_EVT_VIEW_ALL_ECNS on class CL_CFX_COL_UI has no exception.

Method SET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_ERROR Call by reference Type reference (TYPE) CFX_BOOLEAN Boolscher Typ 20010925
2 Exporting E_INVALID_INPUT Call by reference Type reference (TYPE) CFX_BOOLEAN Boolscher Typ 20010925
3 Exporting E_MSG_ID Call by reference Type reference (TYPE) STRING 20010808
4 Exporting E_MSG_TXT Call by reference Type reference (TYPE) STRING 20010808
5 Exporting E_NAVIGATE Call by reference Type reference (TYPE) ABAP_BOOL 20020607
6 Importing IP_BACK_URL Call by reference Object reference (TYPE REF TO) CL_CFX_URL URL zurück zur Seite 20030902
7 Importing IP_NAVIGATION Call by reference Object reference (TYPE REF TO) IF_BSP_NAVIGATION BSP Navigation 20001228
8 Importing I_COL_ID Call by reference Type reference (TYPE) STRING 20001228
9 Importing I_DEADLINE_DATE Call by reference Type reference (TYPE) STRING 20010308
10 Importing I_DEADLINE_TIME Call by reference Type reference (TYPE) STRING 20010308
11 Importing I_DESCRIPTION Call by reference Type reference (TYPE) STRING 20001228
12 Importing I_IS_SYNDICATE Call by reference Type reference (TYPE) CFX_IS_SYNDICATE ABAP_TRUE Konsortium 20041129
13 Importing I_MODE Call by reference Type reference (TYPE) STRING 20020705
14 Importing I_NAME Call by reference Type reference (TYPE) STRING 20001228
15 Importing I_STATUS_ID Call by reference Type reference (TYPE) STRING 20020603
16 Importing I_TEMPLATE Call by reference Type reference (TYPE) CFX_BOOLEAN Boolscher Typ 20010903

Method SET on class CL_CFX_COL_UI has no exception.

Method SET_SORT_CRITERION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_ERROR Call by reference Type reference (TYPE) CFX_BOOLEAN Boolscher Typ 20010925
2 Importing IP_NAVIGATION Call by reference Object reference (TYPE REF TO) IF_BSP_NAVIGATION BSP Navigation 20010725
3 Importing I_SORT_CRITERION Call by reference Type reference (TYPE) STRING 20010725
4 Importing I_SORT_DIRECTION Call by reference Type reference (TYPE) STRING 20060301

Method SET_SORT_CRITERION on class CL_CFX_COL_UI has no exception.

Method SRM_ON_INITIALIZE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_MSG_ID Call by reference Type reference (TYPE) CFX_STRING Zeichenkette für Collaboration Folders 20030812
2 Changing C_MSG_TXT Call by reference Type reference (TYPE) CFX_STRING Zeichenkette für Collaboration Folders 20030812
3 Exporting ES_SRM_CREATE_BUTTON Call by reference Type reference (TYPE) CFX_TS_BUTTON structure for ui object button 20030811
4 Importing I_COL_ID Call by reference Type reference (TYPE) CFX_STRING Zeichenkette für Collaboration Folders 20030811

Method SRM_ON_INITIALIZE on class CL_CFX_COL_UI has no exception.

Method SRM_ON_INPUT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_NAVIGATION Call by reference Object reference (TYPE REF TO) IF_BSP_NAVIGATION Business Server Page (BSP) Navigation 20030811
2 Importing IP_REQUEST Call by reference Object reference (TYPE REF TO) IF_HTTP_REQUEST HTTP Framework (iHTTP) HTTP Request 20030811
3 Importing I_COL_ID Call by reference Type reference (TYPE) STRING 20030811
4 Importing I_ROLE Call by reference Type reference (TYPE) STRING 20030811

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