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 Name | Description | Visability |
| CONSTRUCTOR | Private | |
| CALL METHOD cl_dpr_ui_log_objlinks=>CONSTRUCTOR...more details | ||
| CREATE_OBL | Create Object Link | Private |
| CALL METHOD cl_dpr_ui_log_objlinks=>CREATE_OBL...more details | ||
| DELETE_OBL | Delete Object Link | Private |
| CALL METHOD cl_dpr_ui_log_objlinks=>DELETE_OBL...more details | ||
| GET_ACTION_PROPERTIES | Permitted Actions | Private |
| CALL METHOD cl_dpr_ui_log_objlinks=>GET_ACTION_PROPERTIES...more details | ||
| GET_APPLICATION_URL | Get Applications for Object Link | Private |
| CALL METHOD cl_dpr_ui_log_objlinks=>GET_APPLICATION_URL...more details | ||
| GET_ASSOCIATED_SEVERITIES | Get All Severities of an Object Link | Private |
| CALL METHOD cl_dpr_ui_log_objlinks=>GET_ASSOCIATED_SEVERITIES...more details | ||
|
| ||
| GET_FIELDS_VALUE | Get feilds value of object link | Public |
| CALL METHOD cl_dpr_ui_log_objlinks=>GET_FIELDS_VALUE...more details | ||
| GET_FIELD_PROPERTIES | Field Properties for Attributes | Private |
| CALL METHOD cl_dpr_ui_log_objlinks=>GET_FIELD_PROPERTIES...more details | ||
| GET_INSTANCE | Get Singleton | Private |
| CALL METHOD cl_dpr_ui_log_objlinks=>GET_INSTANCE...more details | ||
| GET_OBJECT_ID_FIELDS | Get Fields for Identification | Private |
| CALL METHOD cl_dpr_ui_log_objlinks=>GET_OBJECT_ID_FIELDS...more details | ||
| GET_OBJECT_LINKS | Get All Object Links for Project Element | Private |
| CALL METHOD cl_dpr_ui_log_objlinks=>GET_OBJECT_LINKS...more details | ||
| GET_OPERATIVE_OBJLINK_TYPE | Get operative object link type for task or checklist item | Public |
| CALL METHOD cl_dpr_ui_log_objlinks=>GET_OPERATIVE_OBJLINK_TYPE...more details | ||
| GET_POSSIBLE_OBJECT_TYPES | Get List of All Possible Object Types | Private |
| CALL METHOD cl_dpr_ui_log_objlinks=>GET_POSSIBLE_OBJECT_TYPES...more details | ||
| GET_POSSIBLE_OBTYP_GROUPS | Get List of All Possible Object-Type Groups | Private |
| CALL METHOD cl_dpr_ui_log_objlinks=>GET_POSSIBLE_OBTYP_GROUPS...more details | ||
| GET_POSSIBLE_SEVERITY_STATUSES | Get List of All Possible Statuses for Severities | Private |
| CALL METHOD cl_dpr_ui_log_objlinks=>GET_POSSIBLE_SEVERITY_STATUSES...more details | ||
| GET_VI_OBL_CREATE_VIEWDATA | UI - Get Data | Private |
| CALL METHOD cl_dpr_ui_log_objlinks=>GET_VI_OBL_CREATE_VIEWDATA...more details | ||
| GET_VI_OBL_EDIT_VIEWDATA | UI - Get Data | Private |
| CALL METHOD cl_dpr_ui_log_objlinks=>GET_VI_OBL_EDIT_VIEWDATA...more details | ||
| GET_VI_OBL_OVERVIEW_VIEWDATA | UI - Get Data | Private |
| CALL METHOD cl_dpr_ui_log_objlinks=>GET_VI_OBL_OVERVIEW_VIEWDATA...more details | ||
| INITIALIZE | Reset | Private |
| CALL METHOD cl_dpr_ui_log_objlinks=>INITIALIZE...more details | ||
| UPDATE_OBL | Update Object Link | Private |
| CALL METHOD cl_dpr_ui_log_objlinks=>UPDATE_OBL...more details | ||
| UPDATE_SEVERITY | Set Manual Threshold Value Violation | Private |
| 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.
| Name | Level | Description | Initial Value | Type | Visability |
| MC_OL_TYPE_EP_ROOM | Instance Attribute | Object Link Type for Virtual Room | LIKE | Private | |
| MR_CHANGE_MANAGER | Instance Attribute | Functions for Back-End Communication | LIKE | Private | |
| MV_OBL_ROOT | Instance Attribute | Object Link Root as bo_node_name | LIKE | Private | |
| MV_PROJECT_ROOT | Instance Attribute | Project Root as bo_node_name | LIKE | Private | |
| SC_CV_LINK_TO_ACTION | Instance Attribute | Cell Variant Type Is Link to Action | LIKE | Private | |
| SC_CV_LINK_TO_URL | Instance Attribute | Cell Variant Type Is Link to URL | LIKE | Private | |
| SR_DPR_UI_LOG_OBJLINKS | Instance Attribute | UI Logic for Object Links | LIKE | 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