SAP CL_DPR_UI_LOG_OBJLINKS OO Class - UI Logic for Object Links









CL_DPR_UI_LOG_OBJLINKS 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_OBJLINKS 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_OBJLINKS 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
CONSTRUCTORPrivate
CALL METHOD cl_dpr_ui_log_objlinks=>CONSTRUCTOR...more details

CREATE_OBLCreate Object LinkPrivate
CALL METHOD cl_dpr_ui_log_objlinks=>CREATE_OBL...more details

DELETE_OBLDelete Object LinkPrivate
CALL METHOD cl_dpr_ui_log_objlinks=>DELETE_OBL...more details

GET_ACTION_PROPERTIESPermitted ActionsPrivate
CALL METHOD cl_dpr_ui_log_objlinks=>GET_ACTION_PROPERTIES...more details

GET_APPLICATION_URLGet Applications for Object LinkPrivate
CALL METHOD cl_dpr_ui_log_objlinks=>GET_APPLICATION_URL...more details

GET_ASSOCIATED_SEVERITIESGet All Severities of an Object LinkPrivate
CALL METHOD cl_dpr_ui_log_objlinks=>GET_ASSOCIATED_SEVERITIES...more details

GET_FIELDS_VALUEGet feilds value of object linkPublic
CALL METHOD cl_dpr_ui_log_objlinks=>GET_FIELDS_VALUE...more details

GET_FIELD_PROPERTIESField Properties for AttributesPrivate
CALL METHOD cl_dpr_ui_log_objlinks=>GET_FIELD_PROPERTIES...more details

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

GET_OBJECT_ID_FIELDSGet Fields for IdentificationPrivate
CALL METHOD cl_dpr_ui_log_objlinks=>GET_OBJECT_ID_FIELDS...more details

GET_OBJECT_LINKSGet All Object Links for Project ElementPrivate
CALL METHOD cl_dpr_ui_log_objlinks=>GET_OBJECT_LINKS...more details

GET_OPERATIVE_OBJLINK_TYPEGet operative object link type for task or checklist itemPublic
CALL METHOD cl_dpr_ui_log_objlinks=>GET_OPERATIVE_OBJLINK_TYPE...more details

GET_POSSIBLE_OBJECT_TYPESGet List of All Possible Object TypesPrivate
CALL METHOD cl_dpr_ui_log_objlinks=>GET_POSSIBLE_OBJECT_TYPES...more details

GET_POSSIBLE_OBTYP_GROUPSGet List of All Possible Object-Type GroupsPrivate
CALL METHOD cl_dpr_ui_log_objlinks=>GET_POSSIBLE_OBTYP_GROUPS...more details

GET_POSSIBLE_SEVERITY_STATUSESGet List of All Possible Statuses for SeveritiesPrivate
CALL METHOD cl_dpr_ui_log_objlinks=>GET_POSSIBLE_SEVERITY_STATUSES...more details

GET_VI_OBL_CREATE_VIEWDATAUI - Get DataPrivate
CALL METHOD cl_dpr_ui_log_objlinks=>GET_VI_OBL_CREATE_VIEWDATA...more details

GET_VI_OBL_EDIT_VIEWDATAUI - Get DataPrivate
CALL METHOD cl_dpr_ui_log_objlinks=>GET_VI_OBL_EDIT_VIEWDATA...more details

GET_VI_OBL_OVERVIEW_VIEWDATAUI - Get DataPrivate
CALL METHOD cl_dpr_ui_log_objlinks=>GET_VI_OBL_OVERVIEW_VIEWDATA...more details

INITIALIZEResetPrivate
CALL METHOD cl_dpr_ui_log_objlinks=>INITIALIZE...more details

UPDATE_OBLUpdate Object LinkPrivate
CALL METHOD cl_dpr_ui_log_objlinks=>UPDATE_OBL...more details

UPDATE_SEVERITYSet Manual Threshold Value ViolationPrivate
CALL METHOD cl_dpr_ui_log_objlinks=>UPDATE_SEVERITY...more details



CL_DPR_UI_LOG_OBJLINKS 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
MC_OL_TYPE_EP_ROOMInstance AttributeObject Link Type for Virtual RoomLIKE
Private
MR_CHANGE_MANAGERInstance AttributeFunctions for Back-End CommunicationLIKE
Private
MV_OBL_ROOTInstance AttributeObject Link Root as bo_node_nameLIKE
Private
MV_PROJECT_ROOTInstance AttributeProject Root as bo_node_nameLIKE
Private
SC_CV_LINK_TO_ACTIONInstance AttributeCell Variant Type Is Link to ActionLIKE
Private
SC_CV_LINK_TO_URLInstance AttributeCell Variant Type Is Link to URLLIKE
Private
SR_DPR_UI_LOG_OBJLINKSInstance AttributeUI Logic for Object LinksLIKE
Private




CL_DPR_UI_LOG_OBJLINKS types

TS_FIELD_VALUE -
TT_FIELD_VALUE -

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!