Hierarchy
⤷
⤷
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 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 2 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 3 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 4 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 5 | 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 | Constant | Public | Type reference (TYPE) | STRING | 'p_col_name' | 20060518 | |||
| 2 | Constant | Public | Type reference (TYPE) | STRING | 'is_syndicate' | 20041022 | |||
| 3 | Constant | Public | Type reference (TYPE) | CFX_T_ID_UI | 'CHANGED_BY' | 20001220 | |||
| 4 | Constant | Public | Type reference (TYPE) | CFX_T_ID_UI | 'CREATED_BY' | 20001220 | |||
| 5 | Constant | Public | Type reference (TYPE) | CFX_T_ID_UI | 'INITIATOR' | 20001221 | |||
| 6 | Constant | Public | Type reference (TYPE) | CFX_T_ID_UI | 'PARTICIPANT' | 20001221 | |||
| 7 | Constant | Private | Type reference (TYPE) | STRING | 'CollaborationOverview/SortCriterion' | 20010725 | |||
| 8 | Constant | Public | Type reference (TYPE) | STRING | 'createdby' | 20010725 | |||
| 9 | Constant | Public | Type reference (TYPE) | STRING | 'createdon' | 20010725 | |||
| 10 | Constant | Public | Type reference (TYPE) | STRING | 'description' | 20010725 | |||
| 11 | Constant | Public | Type reference (TYPE) | STRING | 'name' | 20010725 | |||
| 12 | Constant | Public | Type reference (TYPE) | STRING | 'status' | 20020816 | |||
| 13 | Constant | Public | Type reference (TYPE) | STRING | 'CollaborationOverview/SortDirection' | 20060301 | |||
| 14 | Constant | Public | Type reference (TYPE) | STRING | 'ASCENDING' | 20060301 | |||
| 15 | Constant | Public | Type reference (TYPE) | STRING | 'DESCENDING' | 20060301 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Changes a Collaboration | 20020215 | |
| 2 | Static method | Public | Method | Deletes Collaborations | 20030214 | |
| 3 | Static method | Public | Method | Deletes the Selected Entries | 20050114 | |
| 4 | Static method | Public | Method | Creates a Collaboration | 20001220 | |
| 5 | Static method | Public | Method | Creates a Collaboration | 20010518 | |
| 6 | Static method | Public | Method | Changes a Collaboration | 20010307 | |
| 7 | Static method | Public | Method | Deletes Collaborations | 20010723 | |
| 8 | Static method | Public | Method | Deletes an External Use | 20010703 | |
| 9 | Static method | Protected | Method | Filters Table According to Table_Filter Parameter | 20030904 | |
| 10 | Static method | Public | Method | Collaboration | 20001220 | |
| 11 | Static method | Public | Method | Collaborations for User | 20010302 | |
| 12 | Static method | Public | Method | Returns Name of Use | 20010703 | |
| 13 | Static method | Public | Method | 20010723 | ||
| 14 | Static method | Public | Method | List of Possible Queries | 20001221 | |
| 15 | Static method | Public | Method | Returns the Sort Criterion | 20010725 | |
| 16 | Static method | Public | Method | Format Status Info for Folder List | 20020816 | |
| 17 | Static method | Public | Method | 20060606 | ||
| 18 | Static method | Public | Method | Returns the URL for Collaboration Detail | 20010119 | |
| 19 | Static method | Public | Method | Returns the URL for Collaboration Detail | 20010122 | |
| 20 | Static method | Public | Method | Returns the URL for the Use Page | 20010628 | |
| 21 | Static method | Public | Method | Go to Parent of Collaboration (Overview Page) | 20020805 | |
| 22 | Static method | Public | Method | 20060320 | ||
| 23 | Static method | Public | Method | Changes a Collaboration | 20001228 | |
| 24 | Static method | Public | Method | Changes the Sort Criterion | 20010725 | |
| 25 | Static method | Public | Method | Initiates SRM Objects | 20030811 | |
| 26 | 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 | E_MSG_ID | Call by reference | Type reference (TYPE) | STRING | 20020215 | ||||
| 2 | E_MSG_TXT | Call by reference | Type reference (TYPE) | STRING | 20020215 | ||||
| 3 | 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 | E_BGROUND_PROCESS_ID | Call by reference | Type reference (TYPE) | STRING | 20030214 | ||||
| 2 | E_BGROUND_PROCESS_INFO | Call by reference | Type reference (TYPE) | STRING | 20030214 | ||||
| 3 | E_ERROR | Call by reference | Type reference (TYPE) | CFX_BOOLEAN | Boolscher Typ | 20030214 | |||
| 4 | E_NUM | Call by reference | Type reference (TYPE) | I | Anzahl der Dokumente | 20030214 | |||
| 5 | IP_NAVIGATION | Call by reference | Object reference (TYPE REF TO) | IF_BSP_NAVIGATION | BSP Navigation | 20030214 | |||
| 6 | IT_COL_ID | Call by reference | Type reference (TYPE) | CFX_TT_STRING | Tabelle mit strings | 20030214 | |||
| 7 | 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 | 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 | E_BGROUND_PROCESS_ID | Call by reference | Type reference (TYPE) | STRING | 20010913 | ||||
| 2 | E_BGROUND_PROCESS_INFO | Call by reference | Type reference (TYPE) | STRING | 20010913 | ||||
| 3 | E_COL_ID | Call by reference | Type reference (TYPE) | STRING | 20010214 | ||||
| 4 | E_ERROR | Call by reference | Type reference (TYPE) | CFX_BOOLEAN | Boolscher Typ | 20010925 | |||
| 5 | E_MSG_ID | Call by reference | Type reference (TYPE) | STRING | 20010808 | ||||
| 6 | E_MSG_TXT | Call by reference | Type reference (TYPE) | STRING | 20010808 | ||||
| 7 | E_PUBLIC_AREA_ID | Call by reference | Type reference (TYPE) | STRING | 20010214 | ||||
| 8 | E_ROOT_TOPIC_ID | Call by reference | Type reference (TYPE) | STRING | 20010214 | ||||
| 9 | IP_NAVIGATION | Call by reference | Object reference (TYPE REF TO) | IF_BSP_NAVIGATION | BSP Navigation | 20001220 | |||
| 10 | I_DESCRIPTION | Call by reference | Type reference (TYPE) | STRING | 20001220 | ||||
| 11 | I_IS_SYNDICATE | Call by reference | Type reference (TYPE) | CFX_IS_SYNDICATE | ABAP_FALSE | Konsortium | 20041021 | ||
| 12 | I_NAME | Call by reference | Type reference (TYPE) | STRING | 20001220 | ||||
| 13 | 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 | I_TEMPLATE | Call by reference | Type reference (TYPE) | CFX_BOOLEAN | ABAP_FALSE | Boolscher Typ | 20010903 | ||
| 15 | 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 | E_ERROR | Call by reference | Type reference (TYPE) | CFX_BOOLEAN | Boolscher Typ | 20010925 | |||
| 2 | IP_NAVIGATION | Call by reference | Object reference (TYPE REF TO) | IF_BSP_NAVIGATION | BSP Navigation | 20010607 | |||
| 3 | IP_REQUEST | Call by reference | Object reference (TYPE REF TO) | IF_HTTP_REQUEST | HTTP Framework (iHTTP) HTTP Request | 20010518 | |||
| 4 | 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 | E_ERROR | Call by reference | Type reference (TYPE) | CFX_BOOLEAN | Boolscher Typ | 20010925 | |||
| 2 | IP_NAVIGATION | Call by reference | Object reference (TYPE REF TO) | IF_BSP_NAVIGATION | BSP Navigation | 20010307 | |||
| 3 | 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 | E_BGROUND_PROCESS_ID | Call by reference | Type reference (TYPE) | STRING | 20010723 | ||||
| 2 | E_BGROUND_PROCESS_INFO | Call by reference | Type reference (TYPE) | STRING | 20010723 | ||||
| 3 | E_ERROR | Call by reference | Type reference (TYPE) | CFX_BOOLEAN | Boolscher Typ | 20010925 | |||
| 4 | E_NUM | Call by reference | Type reference (TYPE) | I | Anzahl der Dokumente | 20010723 | |||
| 5 | IP_NAVIGATION | Call by reference | Object reference (TYPE REF TO) | IF_BSP_NAVIGATION | BSP Navigation | 20010723 | |||
| 6 | IT_COL_ID | Call by reference | Type reference (TYPE) | CFX_TT_STRING | Tabelle mit strings | 20010723 | |||
| 7 | 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 | I_COLID | Call by reference | Type reference (TYPE) | GUID_32 | GUID im 'CHAR' Format in Großschreibung | 20010703 | |||
| 2 | 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 | CT_COL_UI_TABLEFILTER | Call by reference | Type reference (TYPE) | TT_COL_UI | Tabelle die gefiltert werden soll | 20030911 | |||
| 2 | I_ROLE | Call by reference | Type reference (TYPE) | CFX_STRING | Zeichenkette für Collaboration Folders | 20040325 | |||
| 3 | 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 | C_SCENARIO | Call by reference | Type reference (TYPE) | STRING | 20041215 | ||||
| 2 | C_TOPIC_ID | Call by reference | Type reference (TYPE) | STRING | 20041216 | ||||
| 3 | EP_C_AREAS | Call by reference | Object reference (TYPE REF TO) | CL_CFX_UI_TABLE | CL_CFX_UI_TABLE | 20010117 | |||
| 4 | ES_ASSIGN_PROFILE | Call by reference | Type reference (TYPE) | CFX_TS_BUTTON | structure for ui object button | 20020604 | |||
| 5 | ES_AUTHORITY_UI | Call by reference | Type reference (TYPE) | CFX_TS_INPUTFIELD | structure for ui object inputfield | 20020702 | |||
| 6 | ES_BUTTON_VIEW_ALL_ECNS | Call by reference | Type reference (TYPE) | CFX_TS_BUTTON | 20060320 | ||||
| 7 | ES_CHANGED_BY | Call by reference | Type reference (TYPE) | CFX_TS_FIELD | Beschreibung eines Attributs | 20001229 | |||
| 8 | ES_CHANGED_ON | Call by reference | Type reference (TYPE) | CFX_TS_FIELD | Beschreibung eines Attributs | 20001229 | |||
| 9 | ES_COLLABORATION | Call by reference | Type reference (TYPE) | CFX_TS_COLLABORATION_STR | Attribute einer Kollaboration als Strings | 20001229 | |||
| 10 | ES_CONTEXTS | Call by reference | Type reference (TYPE) | CFX_TS_FUNCTION | Beschreibung einer Funktion | 20010620 | |||
| 11 | ES_CREATED_BY | Call by reference | Type reference (TYPE) | CFX_TS_FIELD | Beschreibung eines Attributs | 20001229 | |||
| 12 | ES_CREATED_ON | Call by reference | Type reference (TYPE) | CFX_TS_FIELD | Beschreibung eines Attributs | 20001229 | |||
| 13 | ES_CREATE_CANCEL | Call by reference | Type reference (TYPE) | CFX_TS_FUNCTION | Abbrechen beim Anlegen | 20010103 | |||
| 14 | ES_CREATE_C_AREA | Call by reference | Type reference (TYPE) | STRING | Anlegen einer neuen Area | 20010117 | |||
| 15 | ES_CREATE_NEW_C_AREA | Call by reference | Type reference (TYPE) | CFX_TS_FUNCTION | Neuer Verkäuferarbeitsbereich anlegen | 20010119 | |||
| 16 | ES_CREATE_SUBMIT | Call by reference | Type reference (TYPE) | CFX_TS_FUNCTION | Neuer Eintrag sichern | 20010103 | |||
| 17 | ES_DEADLINE_DATE | Call by reference | Type reference (TYPE) | CFX_TS_FIELD | Beschreibung eines Attributs | 20010306 | |||
| 18 | ES_DEADLINE_TIME | Call by reference | Type reference (TYPE) | CFX_TS_FIELD | Beschreibung eines Attributs | 20010306 | |||
| 19 | ES_DELETE | Call by reference | Type reference (TYPE) | CFX_TS_FUNCTION | Löschen | 20010307 | |||
| 20 | ES_DELETE_C_AREA | Call by reference | Type reference (TYPE) | STRING | Löschen einer Area | 20010117 | |||
| 21 | ES_DESCRIPTION | Call by reference | Type reference (TYPE) | CFX_TS_FIELD | Beschreibung eines Attributs | 20001229 | |||
| 22 | ES_EDIT | Call by reference | Type reference (TYPE) | CFX_TS_FUNCTION | Ändern | 20010103 | |||
| 23 | ES_EDIT_AUTHORITY | Call by reference | Type reference (TYPE) | CFX_TS_FUNCTION | Berechtigungen bearbeiten | 20010103 | |||
| 24 | ES_EDIT_CANCEL | Call by reference | Type reference (TYPE) | CFX_TS_FUNCTION | Abbrechen beim Ändern | 20010103 | |||
| 25 | ES_EDIT_P_AREA | Call by reference | Type reference (TYPE) | STRING | Ändern der Area | 20010117 | |||
| 26 | ES_EDIT_SUBMIT | Call by reference | Type reference (TYPE) | CFX_TS_FUNCTION | Geänderter Eintrag sichern | 20010103 | |||
| 27 | ES_FORMAT_DATE | Call by reference | Type reference (TYPE) | CFX_TS_TEXTVIEW | structure for ui object textview | 20020708 | |||
| 28 | ES_FORMAT_TIME | Call by reference | Type reference (TYPE) | CFX_TS_TEXTVIEW | structure for ui object textview | 20020708 | |||
| 29 | ES_IS_SYNDICATE | Call by reference | Type reference (TYPE) | CFX_TS_CHECKBOX | structure for ui object checkbox | 20041021 | |||
| 30 | ES_NAME | Call by reference | Type reference (TYPE) | CFX_TS_FIELD | Beschreibung eines Attributs | 20001229 | |||
| 31 | ES_NTF_OVERVIEW | Call by reference | Type reference (TYPE) | CFX_TS_FUNCTION | Funktion Notification Overview | 20011026 | |||
| 32 | ES_OBJECT_TYPES | Call by reference | Type reference (TYPE) | CFX_TS_FUNCTION | Objekttypen für Col. anzeigen/ändern | 20030220 | |||
| 33 | ES_STATUS_CONTROLS | Call by reference | Type reference (TYPE) | CFX_TS_STATUS_CONTROLS | UI-Elemente für Status auf einer Objekt-Seite | 20020604 | |||
| 34 | ES_STATUS_PROTOCOL | Call by reference | Type reference (TYPE) | CFX_TS_BUTTON | structure for ui object button | 20030129 | |||
| 35 | ES_TEMPLATE | Call by reference | Type reference (TYPE) | CFX_TS_FIELD | Beschreibung eines Attributs | 20010903 | |||
| 36 | ES_TEMPLATE_SELECT | Call by reference | Type reference (TYPE) | CFX_TS_DROPDOWNLISTBOX | structure for ui object dropdownlistbox | 20010903 | |||
| 37 | ES_TYPINGS | Call by reference | Type reference (TYPE) | CFX_TS_FUNCTION | Objekttypisierungen für Col. anzeigen/ändern | 20030228 | |||
| 38 | ES_UNASSIGN_PROFILE | Call by reference | Type reference (TYPE) | CFX_TS_BUTTON | structure for ui object button | 20020604 | |||
| 39 | ES_USAGE_OVERVIEW | Call by reference | Type reference (TYPE) | CFX_TS_FUNCTION | Externe Verwendung zeigen | 20010628 | |||
| 40 | ES_WEBDAV_URL | Call by reference | Type reference (TYPE) | CFX_TS_BUTTON | structure for ui object button | 20050617 | |||
| 41 | ET_TEMPLATE_SELECT | Call by reference | Type reference (TYPE) | CFX_TT_DROPDOWNLIST | table of options for ui object dropdownlistbox | 20010903 | |||
| 42 | E_AREA_ID | Call by reference | Type reference (TYPE) | STRING | 20010125 | ||||
| 43 | E_ERROR | Call by reference | Type reference (TYPE) | CFX_BOOLEAN | Boolscher Typ | 20010925 | |||
| 44 | E_INFO_TEXT | Call by reference | Type reference (TYPE) | STRING | 20011122 | ||||
| 45 | E_PUBLIC_AREA_NAME | Call by reference | Type reference (TYPE) | STRING | Name des öffentlichen Bereichs | 20010307 | |||
| 46 | E_ROOT_TOPIC_NAME | Call by reference | Type reference (TYPE) | STRING | Name des Wurzel Knotens | 20010307 | |||
| 47 | IP_NAVIGATION | Call by reference | Object reference (TYPE REF TO) | IF_BSP_NAVIGATION | BSP Navigation | 20001220 | |||
| 48 | I_COL_ID | Call by reference | Type reference (TYPE) | STRING | 20001220 | ||||
| 49 | 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 | C_ROLE | Call by reference | Type reference (TYPE) | STRING | ID eines ID-Wert-Paars | 20041216 | |||
| 2 | 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 | EP_COLLABORATIONS | Call by reference | Object reference (TYPE REF TO) | CL_CFX_UI_TABLE | CL_CFX_UI_TABLE | 20010302 | |||
| 4 | E_COUNT | Call by reference | Type reference (TYPE) | STRING | Anzahl der Einträge | 20010302 | |||
| 5 | E_ERROR | Call by reference | Type reference (TYPE) | CFX_BOOLEAN | Boolscher Typ | 20010925 | |||
| 6 | E_IS_COL_CREATOR | Call by reference | Type reference (TYPE) | CFX_BOOLEAN | Boolscher Typ | 20021031 | |||
| 7 | E_IS_COL_DELETOR | Call by reference | Type reference (TYPE) | CFX_BOOLEAN | Boolscher Typ | 20021031 | |||
| 8 | E_USER_FULLNAME | Call by reference | Type reference (TYPE) | STRING | 20010302 | ||||
| 9 | IP_NAVIGATION | Call by reference | Object reference (TYPE REF TO) | IF_BSP_NAVIGATION | BSP Navigation | 20010302 | |||
| 10 | I_TARGET | Call by reference | Type reference (TYPE) | STRING | 20010627 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20010302 | |||
| 2 | 20010302 | |||
| 3 | 20010302 |
Method GET_NAME_FOR_USAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_USAGE | Call by reference | Type reference (TYPE) | CFX_ASSIGNMENT | Zuordnung zu externen Objekten | 20010703 | |||
| 2 | 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 | E_ERROR | Call by reference | Type reference (TYPE) | CFX_BOOLEAN | Boolscher Typ | 20010925 | |||
| 2 | E_NUM | Call by reference | Type reference (TYPE) | I | 20010925 | ||||
| 3 | IP_NAVIGATION | Call by reference | Object reference (TYPE REF TO) | IF_BSP_NAVIGATION | Business Server Page (BSP) Navigation | 20010925 | |||
| 4 | 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 | 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 | E_ERROR | Call by reference | Type reference (TYPE) | CFX_BOOLEAN | Boolscher Typ | 20010925 | |||
| 2 | E_SORT_CRITERION | Call by reference | Type reference (TYPE) | STRING | 20010925 | ||||
| 3 | E_SORT_DIRECTION | Call by reference | Type reference (TYPE) | STRING | 20060301 | ||||
| 4 | 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 | E_STATUSPROFILE_DESC | Call by reference | Type reference (TYPE) | STRING | 20020816 | ||||
| 2 | E_STATUSPROFILE_NAME | Call by reference | Type reference (TYPE) | STRING | 20020816 | ||||
| 3 | E_STATUS_DESC | Call by reference | Type reference (TYPE) | STRING | 20020816 | ||||
| 4 | E_STATUS_DESC_SHORT | Call by reference | Type reference (TYPE) | STRING | 20020816 | ||||
| 5 | E_STATUS_NAME | Call by reference | Type reference (TYPE) | STRING | 20020816 | ||||
| 6 | E_STATUS_TT | Call by reference | Type reference (TYPE) | STRING | 20020816 | ||||
| 7 | 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 | I_COL_ID | Call by reference | Type reference (TYPE) | GUID_32 | GUID im 'CHAR' Format in Großschreibung | 20020816 | |||
| 9 | 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 | E_AREA_ID | Call by reference | Type reference (TYPE) | STRING | 20060606 | ||||
| 2 | E_TOPIC_ID | Call by reference | Type reference (TYPE) | STRING | 20060606 | ||||
| 3 | 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 | I_ACTION | Call by reference | Type reference (TYPE) | CFX_MODE | Bearbeitungsmodus für Collaboration Folders | 20010119 | |||
| 2 | I_COL_ID | Call by reference | Type reference (TYPE) | STRING | 20010119 | ||||
| 3 | I_PAGENAME | Call by reference | Type reference (TYPE) | CFX_BSPPAGE | Name einer BSP-Seite | 20010119 | |||
| 4 | I_ROLE | Call by reference | Type reference (TYPE) | CFX_ROLE | role of a cfx user | 20010119 | |||
| 5 | 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 | I_SCENARIO | Call by reference | Type reference (TYPE) | STRING | 20010723 | ||||
| 2 | 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 | I_ACTION | Call by reference | Type reference (TYPE) | CFX_MODE | Bearbeitungsmodus für Collaboration Folders | 20010628 | |||
| 2 | I_COL_ID | Call by reference | Type reference (TYPE) | STRING | 20010628 | ||||
| 3 | I_PAGENAME | Call by reference | Type reference (TYPE) | CFX_BSPPAGE | Name einer BSP-Seite | 20010628 | |||
| 4 | I_ROLE | Call by reference | Type reference (TYPE) | CFX_ROLE | role of a cfx user | 20010628 | |||
| 5 | 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 | E_NAVIGATE | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20020805 | ||||
| 2 | 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 | IP_NAVIGATION | Call by reference | Object reference (TYPE REF TO) | IF_BSP_NAVIGATION | 20060320 | ||||
| 2 | I_COL_ID | Call by reference | Type reference (TYPE) | STRING | 20060320 | ||||
| 3 | I_COL_NAME | Call by reference | Type reference (TYPE) | STRING | 20060518 | ||||
| 4 | I_ROLE | Call by reference | Type reference (TYPE) | STRING | 20060518 | ||||
| 5 | 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 | E_ERROR | Call by reference | Type reference (TYPE) | CFX_BOOLEAN | Boolscher Typ | 20010925 | |||
| 2 | E_INVALID_INPUT | Call by reference | Type reference (TYPE) | CFX_BOOLEAN | Boolscher Typ | 20010925 | |||
| 3 | E_MSG_ID | Call by reference | Type reference (TYPE) | STRING | 20010808 | ||||
| 4 | E_MSG_TXT | Call by reference | Type reference (TYPE) | STRING | 20010808 | ||||
| 5 | E_NAVIGATE | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20020607 | ||||
| 6 | IP_BACK_URL | Call by reference | Object reference (TYPE REF TO) | CL_CFX_URL | URL zurück zur Seite | 20030902 | |||
| 7 | IP_NAVIGATION | Call by reference | Object reference (TYPE REF TO) | IF_BSP_NAVIGATION | BSP Navigation | 20001228 | |||
| 8 | I_COL_ID | Call by reference | Type reference (TYPE) | STRING | 20001228 | ||||
| 9 | I_DEADLINE_DATE | Call by reference | Type reference (TYPE) | STRING | 20010308 | ||||
| 10 | I_DEADLINE_TIME | Call by reference | Type reference (TYPE) | STRING | 20010308 | ||||
| 11 | I_DESCRIPTION | Call by reference | Type reference (TYPE) | STRING | 20001228 | ||||
| 12 | I_IS_SYNDICATE | Call by reference | Type reference (TYPE) | CFX_IS_SYNDICATE | ABAP_TRUE | Konsortium | 20041129 | ||
| 13 | I_MODE | Call by reference | Type reference (TYPE) | STRING | 20020705 | ||||
| 14 | I_NAME | Call by reference | Type reference (TYPE) | STRING | 20001228 | ||||
| 15 | I_STATUS_ID | Call by reference | Type reference (TYPE) | STRING | 20020603 | ||||
| 16 | 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 | E_ERROR | Call by reference | Type reference (TYPE) | CFX_BOOLEAN | Boolscher Typ | 20010925 | |||
| 2 | IP_NAVIGATION | Call by reference | Object reference (TYPE REF TO) | IF_BSP_NAVIGATION | BSP Navigation | 20010725 | |||
| 3 | I_SORT_CRITERION | Call by reference | Type reference (TYPE) | STRING | 20010725 | ||||
| 4 | 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 | C_MSG_ID | Call by reference | Type reference (TYPE) | CFX_STRING | Zeichenkette für Collaboration Folders | 20030812 | |||
| 2 | C_MSG_TXT | Call by reference | Type reference (TYPE) | CFX_STRING | Zeichenkette für Collaboration Folders | 20030812 | |||
| 3 | ES_SRM_CREATE_BUTTON | Call by reference | Type reference (TYPE) | CFX_TS_BUTTON | structure for ui object button | 20030811 | |||
| 4 | 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 | IP_NAVIGATION | Call by reference | Object reference (TYPE REF TO) | IF_BSP_NAVIGATION | Business Server Page (BSP) Navigation | 20030811 | |||
| 2 | IP_REQUEST | Call by reference | Object reference (TYPE REF TO) | IF_HTTP_REQUEST | HTTP Framework (iHTTP) HTTP Request | 20030811 | |||
| 3 | I_COL_ID | Call by reference | Type reference (TYPE) | STRING | 20030811 | ||||
| 4 | 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 |