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 NameDescriptionVisability
CHECK_TABLE_LINE_SELECTEDPrivate
CALL METHOD cl_dpr_ui_log_collaborations=>CHECK_TABLE_LINE_SELECTED...more details

CREATE_UI_DOCUMENT_TREEGenerate Tree for Document ListPrivate
CALL METHOD cl_dpr_ui_log_collaborations=>CREATE_UI_DOCUMENT_TREE...more details

CREATE_UI_NODE_ELEMENTCreate New Element for NodePrivate
CALL METHOD cl_dpr_ui_log_collaborations=>CREATE_UI_NODE_ELEMENT...more details

GET_CFX_FILE_CONTENTRetrieve cFolders File ContentPrivate
CALL METHOD cl_dpr_ui_log_collaborations=>GET_CFX_FILE_CONTENT...more details

GET_CUST_PRO_TYPEGet Customizing for Project TypePrivate
CALL METHOD cl_dpr_ui_log_collaborations=>GET_CUST_PRO_TYPE...more details

GET_DEFAULT_NAMEDefault Name = Name of cProjects Project ElementPrivate
CALL METHOD cl_dpr_ui_log_collaborations=>GET_DEFAULT_NAME...more details

GET_DETAILVIEWDelivers Preselection Detail TabPrivate
CALL METHOD cl_dpr_ui_log_collaborations=>GET_DETAILVIEW...more details

GET_DOCUMENTSReturn Document ListPrivate
CALL METHOD cl_dpr_ui_log_collaborations=>GET_DOCUMENTS...more details

GET_DOC_TRANSFER_STATUSSet Status of Document Transfer: 'X'=Active, ' '=InactivePrivate
CALL METHOD cl_dpr_ui_log_collaborations=>GET_DOC_TRANSFER_STATUS...more details

GET_FILE_CONTENTRetrieve File ContentPrivate
CALL METHOD cl_dpr_ui_log_collaborations=>GET_FILE_CONTENT...more details

GET_ICONAttribute Mapping Document to Tree NodesPrivate
CALL METHOD cl_dpr_ui_log_collaborations=>GET_ICON...more details

GET_ICON_FOR_MIME_TYPEDetermine SAP Icon for MIME TypePrivate
CALL METHOD cl_dpr_ui_log_collaborations=>GET_ICON_FOR_MIME_TYPE...more details

GET_INSTANCEGet SingletonPrivate
CALL METHOD cl_dpr_ui_log_collaborations=>GET_INSTANCE...more details

GET_SCENARIO_STRINGScenario ConversionPrivate
CALL METHOD cl_dpr_ui_log_collaborations=>GET_SCENARIO_STRING...more details

GET_TREE_TYPE_HELP_TABLEPrivate
CALL METHOD cl_dpr_ui_log_collaborations=>GET_TREE_TYPE_HELP_TABLE...more details

GET_UI_DOCUMENT_NODE_SELECTEDReturn Selected Tree NodePrivate
CALL METHOD cl_dpr_ui_log_collaborations=>GET_UI_DOCUMENT_NODE_SELECTED...more details

GET_UI_VALUESHelp Values for UI ElementsPrivate
CALL METHOD cl_dpr_ui_log_collaborations=>GET_UI_VALUES...more details

MAP_CONTEXT_TO_CONTEXT_ATTRVALTransfer Attribute Values from Source to Target NodesPrivate
CALL METHOD cl_dpr_ui_log_collaborations=>MAP_CONTEXT_TO_CONTEXT_ATTRVAL...more details

MAP_TO_TREE_NODE_ATTRIBUTESAttribute Mapping Document to Tree NodesPrivate
CALL METHOD cl_dpr_ui_log_collaborations=>MAP_TO_TREE_NODE_ATTRIBUTES...more details

MESSAGE_NO_TABLE_LINE_SELECTEDPrivate
CALL METHOD cl_dpr_ui_log_collaborations=>MESSAGE_NO_TABLE_LINE_SELECTED...more details

ON_REPORT_CHANGESSend Changes to Back-EndPrivate
CALL METHOD cl_dpr_ui_log_collaborations=>ON_REPORT_CHANGES...more details

ON_UPDATESend Changes to Back-EndPrivate
CALL METHOD cl_dpr_ui_log_collaborations=>ON_UPDATE...more details

REFRESHRefresh AllPrivate
CALL METHOD cl_dpr_ui_log_collaborations=>REFRESH...more details

REFRESH_DMS_TREERefresh DMS TreePrivate
CALL METHOD cl_dpr_ui_log_collaborations=>REFRESH_DMS_TREE...more details

RETRIEVE_COLLABORATIONSImport CollaborationsPrivate
CALL METHOD cl_dpr_ui_log_collaborations=>RETRIEVE_COLLABORATIONS...more details

RETRIEVE_DOCUMENTSReturn Document StructurePrivate
CALL METHOD cl_dpr_ui_log_collaborations=>RETRIEVE_DOCUMENTS...more details

RETRIEVE_NEXT_LEVEL_DOCUMENTSReturn Documents of Next LevelPrivate
CALL METHOD cl_dpr_ui_log_collaborations=>RETRIEVE_NEXT_LEVEL_DOCUMENTS...more details

SET_ASSOCIATION_PARAMETERSSet Association ParametersPrivate
CALL METHOD cl_dpr_ui_log_collaborations=>SET_ASSOCIATION_PARAMETERS...more details

SET_BUTTON_FLDCNTRL_PROPERTIESTable: Get Field Controls for All Data Records in Back-EndPrivate
CALL METHOD cl_dpr_ui_log_collaborations=>SET_BUTTON_FLDCNTRL_PROPERTIES...more details

SET_DOC_TRANSFER_STATUSSet Status of Document Transfer: 'X'=Active, ' '=InactivePrivate
CALL METHOD cl_dpr_ui_log_collaborations=>SET_DOC_TRANSFER_STATUS...more details

SET_TABLE_FLDCNTRL_PROPERTIESTable: Get Field Controls for All Data Records in Back-EndPrivate
CALL METHOD cl_dpr_ui_log_collaborations=>SET_TABLE_FLDCNTRL_PROPERTIES...more details

SET_TREE_PARAMETERSParameter Dependent on Left/Right TreePrivate
CALL METHOD cl_dpr_ui_log_collaborations=>SET_TREE_PARAMETERS...more details

SYNCHRONIZE_REPORT_CHANGESTransfer to Report Change TablePrivate
CALL METHOD cl_dpr_ui_log_collaborations=>SYNCHRONIZE_REPORT_CHANGES...more details

UPDATE_UI_DOCUMENT_TREEUI Document TreePrivate
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.

NameLevelDescriptionInitial ValueTypeVisability
CO_CHANGE_MODE_CREATEInstance AttributeLIKE
Private
CO_CHANGE_MODE_DELETEInstance AttributeLIKE
Private
CO_CHANGE_MODE_UPDATEInstance AttributeLIKE
Private
CO_DOC_CODE_CFXInstance AttributeLIKE
Private
CO_DOC_CODE_DMSInstance AttributeLIKE
Private
CO_DOC_CODE_DMS_PSRInstance AttributeLIKE
Private
CO_DOC_CODE_EDMSInstance AttributeEDMS DocumentLIKE
Private
CO_DOC_CODE_EDMS_PSRInstance AttributeLIKE
Private
CO_TREE_LEFTInstance AttributeLIKE
Private
CO_TREE_RIGHTInstance AttributeLIKE
Private
MC_NO_VALUEInstance AttributeLIKE
Private
MC_OL_TYPE_EP_ROOMInstance AttributeObjekt Link Type for Collaboration RoomLIKE
Private
MC_SCENARIO_COLLABORATIONInstance AttributeCollaboration ScenarioLIKE
Private
MC_SCENARIO_COMPETITIONInstance AttributeCollaboration ScenarioLIKE
Private
MR_DOC_ATTR_LEFTInstance AttributeLIKE
Private
MR_DOC_ATTR_RIGHTInstance AttributeTable Type for Field AttributesLIKE
Private
MR_DOC_LIST_LEFTInstance AttributeLIKE
Private
MR_DOC_LIST_RIGHTInstance AttributeLIKE
Private
MR_TREEInstance AttributeReference to Attributes Agreed on at Time of DesignLIKE
Private
MS_SOURCE_OBJ_EVENTInstance AttributeIdentification of ObjectLIKE
Private
MT_COLL_DATAInstance AttributeLIKE
Private
MT_MODIFICATIONSInstance AttributeLIKE
Private
MT_PORTAL_SYSTEMSInstance AttributeName-Value PairLIKE
Private
MT_PROPERTIESInstance AttributeLIKE
Private
MT_TABLE_ATTRInstance AttributecProjects API: String TableLIKE
Private
MT_TREE_FIELDSInstance AttributeLIKE
Private
MT_TREE_TYPE_HELP_TABLEInstance AttributeLIKE
Private
MV_ASSOC_COLLInstance AttributeAssociation for Collaboration FoldersLIKE
Private
MV_ASSOC_CROOMInstance AttributeAssociation for cRoomLIKE
Private
MV_COLL_LINK_GUIDInstance AttributeUnique Object KeyLIKE
Private
MV_DOC_CODEInstance AttributeLIKE
Private
MV_DOC_TRANSFER_STATUSInstance AttributeDoc.Transfer Active or NotLIKE
Private
MV_EDMS_REFRESHInstance Attributeedms_refresh IndicatorLIKE
Private
MV_OBJECT_TYPEInstance AttributeObject Category in Project PlanningLIKE
Private
MV_OBL_GUIDInstance AttributeUnique Object KeyLIKE
Private
MV_PARENT_GUIDInstance AttributeUnique Object KeyLIKE
Private
MV_TREE_NODEInstance AttributeLIKE
Private
MV_TREE_NODE_RECInstance AttributeLIKE
Private
MV_TREE_TYPEInstance AttributeLIKE
Private
SR_DPR_UI_LOG_COLLABORATIONSInstance AttributeSingletonLIKE
Private
SR_SOTRInstance AttributeDo not delete: this is used in the applicationLIKE
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



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!