SAP CL_DPR_UI_LOG_COLLABORATIONS OO Class - UI Logic for Collaborations
CL_DPR_UI_LOG_COLLABORATIONS is a standard SAP object class available within R/3 SAP systems depending on your version and release level. You can view/maintain the class details by entering its name into the relevant SAP transactions such as SE24, SE80 or even SE84. Below is the documentation available for class CL_DPR_UI_LOG_COLLABORATIONS including details of:
- Interface class implementations
- Inheritance details
- Methods defined within class ( including link to full details )
- Attributes ( including initial values )
- Class Events
Method list of CL_DPR_UI_LOG_COLLABORATIONS SAP class
A method is a coding block that performs a certain procedure (i.e. ABAP functionality) on an object within the overall SAP class. In simple terms if the object is an SAP database table a method could be the procedure to add a record or to delete a record. If you are new to OO in many respects, the implementation of a method is similar to a function module and can be called in a very similar way using CALL METHOD.
Instead of "CALL FUNCTION", Methods are referenced using the following syntax: CALL METHOD =>methodname EXPORTING/IMPORTING...
| Method Name | Description | Visability |
| CHECK_TABLE_LINE_SELECTED | Private | |
| CALL METHOD cl_dpr_ui_log_collaborations=>CHECK_TABLE_LINE_SELECTED...more details | ||
| CREATE_UI_DOCUMENT_TREE | Generate Tree for Document List | Private |
| CALL METHOD cl_dpr_ui_log_collaborations=>CREATE_UI_DOCUMENT_TREE...more details | ||
| CREATE_UI_NODE_ELEMENT | Create New Element for Node | Private |
| CALL METHOD cl_dpr_ui_log_collaborations=>CREATE_UI_NODE_ELEMENT...more details | ||
| GET_CFX_FILE_CONTENT | Retrieve cFolders File Content | Private |
| CALL METHOD cl_dpr_ui_log_collaborations=>GET_CFX_FILE_CONTENT...more details | ||
| GET_CUST_PRO_TYPE | Get Customizing for Project Type | Private |
| CALL METHOD cl_dpr_ui_log_collaborations=>GET_CUST_PRO_TYPE...more details | ||
| GET_DEFAULT_NAME | Default Name = Name of cProjects Project Element | Private |
| CALL METHOD cl_dpr_ui_log_collaborations=>GET_DEFAULT_NAME...more details | ||
|
| ||
| GET_DETAILVIEW | Delivers Preselection Detail Tab | Private |
| CALL METHOD cl_dpr_ui_log_collaborations=>GET_DETAILVIEW...more details | ||
| GET_DOCUMENTS | Return Document List | Private |
| CALL METHOD cl_dpr_ui_log_collaborations=>GET_DOCUMENTS...more details | ||
| GET_DOC_TRANSFER_STATUS | Set Status of Document Transfer: 'X'=Active, ' '=Inactive | Private |
| CALL METHOD cl_dpr_ui_log_collaborations=>GET_DOC_TRANSFER_STATUS...more details | ||
| GET_FILE_CONTENT | Retrieve File Content | Private |
| CALL METHOD cl_dpr_ui_log_collaborations=>GET_FILE_CONTENT...more details | ||
| GET_ICON | Attribute Mapping Document to Tree Nodes | Private |
| CALL METHOD cl_dpr_ui_log_collaborations=>GET_ICON...more details | ||
| GET_ICON_FOR_MIME_TYPE | Determine SAP Icon for MIME Type | Private |
| CALL METHOD cl_dpr_ui_log_collaborations=>GET_ICON_FOR_MIME_TYPE...more details | ||
| GET_INSTANCE | Get Singleton | Private |
| CALL METHOD cl_dpr_ui_log_collaborations=>GET_INSTANCE...more details | ||
| GET_SCENARIO_STRING | Scenario Conversion | Private |
| CALL METHOD cl_dpr_ui_log_collaborations=>GET_SCENARIO_STRING...more details | ||
| GET_TREE_TYPE_HELP_TABLE | Private | |
| CALL METHOD cl_dpr_ui_log_collaborations=>GET_TREE_TYPE_HELP_TABLE...more details | ||
| GET_UI_DOCUMENT_NODE_SELECTED | Return Selected Tree Node | Private |
| CALL METHOD cl_dpr_ui_log_collaborations=>GET_UI_DOCUMENT_NODE_SELECTED...more details | ||
| GET_UI_VALUES | Help Values for UI Elements | Private |
| CALL METHOD cl_dpr_ui_log_collaborations=>GET_UI_VALUES...more details | ||
| MAP_CONTEXT_TO_CONTEXT_ATTRVAL | Transfer Attribute Values from Source to Target Nodes | Private |
| CALL METHOD cl_dpr_ui_log_collaborations=>MAP_CONTEXT_TO_CONTEXT_ATTRVAL...more details | ||
| MAP_TO_TREE_NODE_ATTRIBUTES | Attribute Mapping Document to Tree Nodes | Private |
| CALL METHOD cl_dpr_ui_log_collaborations=>MAP_TO_TREE_NODE_ATTRIBUTES...more details | ||
| MESSAGE_NO_TABLE_LINE_SELECTED | Private | |
| CALL METHOD cl_dpr_ui_log_collaborations=>MESSAGE_NO_TABLE_LINE_SELECTED...more details | ||
| ON_REPORT_CHANGES | Send Changes to Back-End | Private |
| CALL METHOD cl_dpr_ui_log_collaborations=>ON_REPORT_CHANGES...more details | ||
| ON_UPDATE | Send Changes to Back-End | Private |
| CALL METHOD cl_dpr_ui_log_collaborations=>ON_UPDATE...more details | ||
| REFRESH | Refresh All | Private |
| CALL METHOD cl_dpr_ui_log_collaborations=>REFRESH...more details | ||
| REFRESH_DMS_TREE | Refresh DMS Tree | Private |
| CALL METHOD cl_dpr_ui_log_collaborations=>REFRESH_DMS_TREE...more details | ||
| RETRIEVE_COLLABORATIONS | Import Collaborations | Private |
| CALL METHOD cl_dpr_ui_log_collaborations=>RETRIEVE_COLLABORATIONS...more details | ||
| RETRIEVE_DOCUMENTS | Return Document Structure | Private |
| CALL METHOD cl_dpr_ui_log_collaborations=>RETRIEVE_DOCUMENTS...more details | ||
| RETRIEVE_NEXT_LEVEL_DOCUMENTS | Return Documents of Next Level | Private |
| CALL METHOD cl_dpr_ui_log_collaborations=>RETRIEVE_NEXT_LEVEL_DOCUMENTS...more details | ||
| SET_ASSOCIATION_PARAMETERS | Set Association Parameters | Private |
| CALL METHOD cl_dpr_ui_log_collaborations=>SET_ASSOCIATION_PARAMETERS...more details | ||
| SET_BUTTON_FLDCNTRL_PROPERTIES | Table: Get Field Controls for All Data Records in Back-End | Private |
| CALL METHOD cl_dpr_ui_log_collaborations=>SET_BUTTON_FLDCNTRL_PROPERTIES...more details | ||
| SET_DOC_TRANSFER_STATUS | Set Status of Document Transfer: 'X'=Active, ' '=Inactive | Private |
| CALL METHOD cl_dpr_ui_log_collaborations=>SET_DOC_TRANSFER_STATUS...more details | ||
| SET_TABLE_FLDCNTRL_PROPERTIES | Table: Get Field Controls for All Data Records in Back-End | Private |
| CALL METHOD cl_dpr_ui_log_collaborations=>SET_TABLE_FLDCNTRL_PROPERTIES...more details | ||
| SET_TREE_PARAMETERS | Parameter Dependent on Left/Right Tree | Private |
| CALL METHOD cl_dpr_ui_log_collaborations=>SET_TREE_PARAMETERS...more details | ||
| SYNCHRONIZE_REPORT_CHANGES | Transfer to Report Change Table | Private |
| CALL METHOD cl_dpr_ui_log_collaborations=>SYNCHRONIZE_REPORT_CHANGES...more details | ||
| UPDATE_UI_DOCUMENT_TREE | UI Document Tree | Private |
| CALL METHOD cl_dpr_ui_log_collaborations=>UPDATE_UI_DOCUMENT_TREE...more details | ||
CL_DPR_UI_LOG_COLLABORATIONS attributes
List of attributes within class CL_ABAP_CHAR_UTILITIES. These can be referenced using the following syntax CL_ABAP_CHAR_UTILITIES=>. Although depending on where you are inserting the ABAP code you do need to check if the attribute is public or private.
| Name | Level | Description | Initial Value | Type | Visability |
| CO_CHANGE_MODE_CREATE | Instance Attribute | LIKE | Private | ||
| CO_CHANGE_MODE_DELETE | Instance Attribute | LIKE | Private | ||
| CO_CHANGE_MODE_UPDATE | Instance Attribute | LIKE | Private | ||
| CO_DOC_CODE_CFX | Instance Attribute | LIKE | Private | ||
| CO_DOC_CODE_DMS | Instance Attribute | LIKE | Private | ||
| CO_DOC_CODE_DMS_PSR | Instance Attribute | LIKE | Private | ||
| CO_DOC_CODE_EDMS | Instance Attribute | EDMS Document | LIKE | Private | |
| CO_DOC_CODE_EDMS_PSR | Instance Attribute | LIKE | Private | ||
| CO_TREE_LEFT | Instance Attribute | LIKE | Private | ||
| CO_TREE_RIGHT | Instance Attribute | LIKE | Private | ||
| MC_NO_VALUE | Instance Attribute | LIKE | Private | ||
| MC_OL_TYPE_EP_ROOM | Instance Attribute | Objekt Link Type for Collaboration Room | LIKE | Private | |
| MC_SCENARIO_COLLABORATION | Instance Attribute | Collaboration Scenario | LIKE | Private | |
| MC_SCENARIO_COMPETITION | Instance Attribute | Collaboration Scenario | LIKE | Private | |
| MR_DOC_ATTR_LEFT | Instance Attribute | LIKE | Private | ||
| MR_DOC_ATTR_RIGHT | Instance Attribute | Table Type for Field Attributes | LIKE | Private | |
| MR_DOC_LIST_LEFT | Instance Attribute | LIKE | Private | ||
| MR_DOC_LIST_RIGHT | Instance Attribute | LIKE | Private | ||
| MR_TREE | Instance Attribute | Reference to Attributes Agreed on at Time of Design | LIKE | Private | |
| MS_SOURCE_OBJ_EVENT | Instance Attribute | Identification of Object | LIKE | Private | |
| MT_COLL_DATA | Instance Attribute | LIKE | Private | ||
| MT_MODIFICATIONS | Instance Attribute | LIKE | Private | ||
| MT_PORTAL_SYSTEMS | Instance Attribute | Name-Value Pair | LIKE | Private | |
| MT_PROPERTIES | Instance Attribute | LIKE | Private | ||
| MT_TABLE_ATTR | Instance Attribute | cProjects API: String Table | LIKE | Private | |
| MT_TREE_FIELDS | Instance Attribute | LIKE | Private | ||
| MT_TREE_TYPE_HELP_TABLE | Instance Attribute | LIKE | Private | ||
| MV_ASSOC_COLL | Instance Attribute | Association for Collaboration Folders | LIKE | Private | |
| MV_ASSOC_CROOM | Instance Attribute | Association for cRoom | LIKE | Private | |
| MV_COLL_LINK_GUID | Instance Attribute | Unique Object Key | LIKE | Private | |
| MV_DOC_CODE | Instance Attribute | LIKE | Private | ||
| MV_DOC_TRANSFER_STATUS | Instance Attribute | Doc.Transfer Active or Not | LIKE | Private | |
| MV_EDMS_REFRESH | Instance Attribute | edms_refresh Indicator | LIKE | Private | |
| MV_OBJECT_TYPE | Instance Attribute | Object Category in Project Planning | LIKE | Private | |
| MV_OBL_GUID | Instance Attribute | Unique Object Key | LIKE | Private | |
| MV_PARENT_GUID | Instance Attribute | Unique Object Key | LIKE | Private | |
| MV_TREE_NODE | Instance Attribute | LIKE | Private | ||
| MV_TREE_NODE_REC | Instance Attribute | LIKE | Private | ||
| MV_TREE_TYPE | Instance Attribute | LIKE | Private | ||
| SR_DPR_UI_LOG_COLLABORATIONS | Instance Attribute | Singleton | LIKE | Private | |
| SR_SOTR | Instance Attribute | Do not delete: this is used in the application | LIKE | Private |
CL_DPR_UI_LOG_COLLABORATIONS types
TT_DATA -TT_HELP_TABLE -
TT_MODIFICATIONS -
TT_TREE_TYPE_HELP_TABLE -
TY_CHANGE_MODE -
TY_DATA -
TY_HELP_TABLE -
TY_MODIFICATIONS -
TY_TREE_TYPE_HELP_TABLE -
Links to Related Class(s)
CL_DPR_U...Full list of available SAP object classes
Search for further information about these or an SAP related objects