SAP CL_DPR_UI_LOG_CONFIRMATION OO Class - UI Logic for Confirmation
CL_DPR_UI_LOG_CONFIRMATION 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_CONFIRMATION including details of:
- Interface class implementations
- Inheritance details
- Methods defined within class ( including link to full details )
- Attributes ( including initial values )
- Class Events
Inheritance
This OO class has a superclass assigned to it, which means it will inherit its objects and methods. The superclass for CL_DPR_UI_LOG_CONFIRMATION is CL_WD_ALV_UI_LOG_REUSEMethod list of CL_DPR_UI_LOG_CONFIRMATION 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 | Constructor | Private |
| CALL METHOD cl_dpr_ui_log_confirmation=>CONSTRUCTOR...more details | ||
| GET_ALV_STRUCTURE_ITO | Get ALV Structure ITO (Checklist Item) | Private |
| CALL METHOD cl_dpr_ui_log_confirmation=>GET_ALV_STRUCTURE_ITO...more details | ||
| GET_ALV_STRUCTURE_TTO | Get ALV Structure TTO (Task) | Private |
| CALL METHOD cl_dpr_ui_log_confirmation=>GET_ALV_STRUCTURE_TTO...more details | ||
| GET_BREADCRUMB_AS_STRING | Retruns the complete breadcrumb as string for a single obj. | Private |
| CALL METHOD cl_dpr_ui_log_confirmation=>GET_BREADCRUMB_AS_STRING...more details | ||
| GET_DDIC_STRUC_NAME | Sets the name of the corresponding DDIC structure. | Private |
| CALL METHOD cl_dpr_ui_log_confirmation=>GET_DDIC_STRUC_NAME...more details | ||
| GET_DET_DATA | Returns the current buffered backend data. | Private |
| CALL METHOD cl_dpr_ui_log_confirmation=>GET_DET_DATA...more details | ||
|
| ||
| GET_FAILED_OBJECTS | Returns the object where the save have failed. | Private |
| CALL METHOD cl_dpr_ui_log_confirmation=>GET_FAILED_OBJECTS...more details | ||
| GET_GUID_ATTRIBUTE_NAME | Returns the name of the attribute which contains the GUID. | Private |
| CALL METHOD cl_dpr_ui_log_confirmation=>GET_GUID_ATTRIBUTE_NAME...more details | ||
| GET_INSTANCE | Get Singleton Instance | Private |
| CALL METHOD cl_dpr_ui_log_confirmation=>GET_INSTANCE...more details | ||
| GET_SELECTED_OBJECTS | Returns all initial selected objects | Private |
| CALL METHOD cl_dpr_ui_log_confirmation=>GET_SELECTED_OBJECTS...more details | ||
| GET_VIEWDATA_ATTRIBUTES | Get Attribute from Viewdata Context | Private |
| CALL METHOD cl_dpr_ui_log_confirmation=>GET_VIEWDATA_ATTRIBUTES...more details | ||
| PRELOAD_TASKS_CHKLIST_ITEMS | Private | |
| CALL METHOD cl_dpr_ui_log_confirmation=>PRELOAD_TASKS_CHKLIST_ITEMS...more details | ||
| RETRIEVE_ALV_DATA_ITO | Set ALV Data TTO (Checklist Item) | Private |
| CALL METHOD cl_dpr_ui_log_confirmation=>RETRIEVE_ALV_DATA_ITO...more details | ||
| RETRIEVE_ALV_DATA_TTO | Set ALV Data TTO (Task) | Private |
| CALL METHOD cl_dpr_ui_log_confirmation=>RETRIEVE_ALV_DATA_TTO...more details | ||
| SET_DDIC_STRUC_NAME | Set the name of the corresponding DDIC structure. | Private |
| CALL METHOD cl_dpr_ui_log_confirmation=>SET_DDIC_STRUC_NAME...more details | ||
| SET_GUID_ATTRIBUTE_NAME | Sets the name of the attribute which contains the GUID | Private |
| CALL METHOD cl_dpr_ui_log_confirmation=>SET_GUID_ATTRIBUTE_NAME...more details | ||
| SET_SELECTED_OBJECTS | Sets the initial selected objects. | Private |
| CALL METHOD cl_dpr_ui_log_confirmation=>SET_SELECTED_OBJECTS...more details | ||
CL_DPR_UI_LOG_CONFIRMATION 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_BREADCRUMP_SEPARATOR | Instance Attribute | Breadcrump Separator | LIKE | Private | |
| MC_BTN_COPY_FINISH | Instance Attribute | Button 'Calc. Finish to Actual Finish' | LIKE | Private | |
| MC_BTN_COPY_START | Instance Attribute | Button 'Calc. Start to Actual Start' | LIKE | Private | |
| MC_BTN_DOCUMENTS | Instance Attribute | Button 'Edit Documents' | LIKE | Private | |
| MC_BTN_ITEMS | Instance Attribute | Button Item Details | LIKE | Private | |
| MC_BTN_NOTES | Instance Attribute | Button 'Edit Notes' | LIKE | Private | |
| MC_BTN_RES_ASSIGNMENTS | Instance Attribute | Button 'Ressource Assignments' | LIKE | Private | |
| MC_BTN_TASKS | Instance Attribute | Button Task Details | LIKE | Private | |
| MC_COLUMN_REF_SOURCE3 | Instance Attribute | LIKE | Private | ||
| MT_DET_DATA_ITO | Instance Attribute | Currently buffered backend data (Checklist Item) | LIKE | Private | |
| MT_DET_DATA_TTO | Instance Attribute | Currently buffered backend data (Task) | LIKE | Private | |
| MT_SELECTED_OBJECTS | Instance Attribute | Table with Object Selection | LIKE | Private | |
| MV_CURRENT_OBJECT_TYPE | Instance Attribute | Object Type in Project Planning | LIKE | Private | |
| MV_DDIC_STRUC_NAME | Instance Attribute | Name of the corresponding DDIC structure | LIKE | Private | |
| MV_GUID_ATTRIBUTE_NAME | Instance Attribute | Name of the attribute which contains the guid of the struc | LIKE | Private | |
| SR_INSTANCE | Instance Attribute | UI Logic for Confirmation | LIKE | 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