SAP CL_DPR_UI_LOG_RELATIONSHIP OO Class - UI Logic for Relationships









CL_DPR_UI_LOG_RELATIONSHIP 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_RELATIONSHIP 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_RELATIONSHIP 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
CLEAR_INIT_FLAGClears attribute MV_INIT_RELATIONSHIPSPrivate
CALL METHOD cl_dpr_ui_log_relationship=>CLEAR_INIT_FLAG...more details

CREATE_RELATIONSHIPCreates a New Relationship for a TaskPrivate
CALL METHOD cl_dpr_ui_log_relationship=>CREATE_RELATIONSHIP...more details

DELETE_RELATIONSHIPDeletes a RelationshipPrivate
CALL METHOD cl_dpr_ui_log_relationship=>DELETE_RELATIONSHIP...more details

EXIST_INSTANCEReturns whether an instance already existPrivate
CALL METHOD cl_dpr_ui_log_relationship=>EXIST_INSTANCE...more details

GET_ACTION_PROPERTIES_1Permitted ActionsPrivate
CALL METHOD cl_dpr_ui_log_relationship=>GET_ACTION_PROPERTIES_1...more details

GET_ACTION_PROPERTIES_2Permitted ActionsPrivate
CALL METHOD cl_dpr_ui_log_relationship=>GET_ACTION_PROPERTIES_2...more details

GET_CALENDAR_TEXTSReturns the Possible Calendars (Name-Value Pairs)Private
CALL METHOD cl_dpr_ui_log_relationship=>GET_CALENDAR_TEXTS...more details

GET_DESCRIPTIONFills Short Text of Project ElementPrivate
CALL METHOD cl_dpr_ui_log_relationship=>GET_DESCRIPTION...more details

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

GET_ICON_AND_TOOLTIPFills Icon and Text for Object CategoryPrivate
CALL METHOD cl_dpr_ui_log_relationship=>GET_ICON_AND_TOOLTIP...more details

GET_INIT_FLAGGet value of attribute MV_INIT_RELATIONSHIPSPrivate
CALL METHOD cl_dpr_ui_log_relationship=>GET_INIT_FLAG...more details

GET_INSTANCEDelivers Singleton of ClassPrivate
CALL METHOD cl_dpr_ui_log_relationship=>GET_INSTANCE...more details

GET_LOADED_TREE_ELEMENTSReturns All Loaded Project ElementsPrivate
CALL METHOD cl_dpr_ui_log_relationship=>GET_LOADED_TREE_ELEMENTS...more details

GET_NEXT_LEVELDelivers the Next Hierarchy Level for the TreePrivate
CALL METHOD cl_dpr_ui_log_relationship=>GET_NEXT_LEVEL...more details

GET_RELATIONSHIPSDelivers the Relationships for a TaskPrivate
CALL METHOD cl_dpr_ui_log_relationship=>GET_RELATIONSHIPS...more details

GET_SEVERITYGets Icon and Text of SeverityPrivate
CALL METHOD cl_dpr_ui_log_relationship=>GET_SEVERITY...more details

GET_SHORT_TEXTReturns the Short Text of a Project ElementPrivate
CALL METHOD cl_dpr_ui_log_relationship=>GET_SHORT_TEXT...more details

INITIALIZEInitialization for AttributesPrivate
CALL METHOD cl_dpr_ui_log_relationship=>INITIALIZE...more details

INSERT_NEXT_LEVEL_INTO_TABLESUpdates Tables After Loading Next LevelPrivate
CALL METHOD cl_dpr_ui_log_relationship=>INSERT_NEXT_LEVEL_INTO_TABLES...more details

SET_INIT_FLAGSet attribute MV_INIT_RELATIONSHIPSPrivate
CALL METHOD cl_dpr_ui_log_relationship=>SET_INIT_FLAG...more details

UPDATE_RELATIONSHIPChanges a RelationshipPrivate
CALL METHOD cl_dpr_ui_log_relationship=>UPDATE_RELATIONSHIP...more details



CL_DPR_UI_LOG_RELATIONSHIP 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
MT_TREE_DATAInstance AttributeTree: Table of Project ElementsLIKE
Private
MT_TREE_DATA_LOADEDInstance AttributeTable of Loaded but Possibly Collapsed ObjectsLIKE
Private
MV_INIT_RELATIONSHIPSInstance AttributeRelationship overview needs to be initializedLIKE
Private
MV_LANGUAGEInstance AttributeExternal Language KeyLIKE
Private
SR_DPR_UI_LOG_RELATIONSHIPInstance AttributeUI Logic for RelationshipLIKE
Private


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!