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_REUSE

Method 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 NameDescriptionVisability
CONSTRUCTORConstructorPrivate
CALL METHOD cl_dpr_ui_log_confirmation=>CONSTRUCTOR...more details

GET_ALV_STRUCTURE_ITOGet ALV Structure ITO (Checklist Item)Private
CALL METHOD cl_dpr_ui_log_confirmation=>GET_ALV_STRUCTURE_ITO...more details

GET_ALV_STRUCTURE_TTOGet ALV Structure TTO (Task)Private
CALL METHOD cl_dpr_ui_log_confirmation=>GET_ALV_STRUCTURE_TTO...more details

GET_BREADCRUMB_AS_STRINGRetruns 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_NAMESets the name of the corresponding DDIC structure.Private
CALL METHOD cl_dpr_ui_log_confirmation=>GET_DDIC_STRUC_NAME...more details

GET_DET_DATAReturns the current buffered backend data.Private
CALL METHOD cl_dpr_ui_log_confirmation=>GET_DET_DATA...more details

GET_FAILED_OBJECTSReturns the object where the save have failed.Private
CALL METHOD cl_dpr_ui_log_confirmation=>GET_FAILED_OBJECTS...more details

GET_GUID_ATTRIBUTE_NAMEReturns the name of the attribute which contains the GUID.Private
CALL METHOD cl_dpr_ui_log_confirmation=>GET_GUID_ATTRIBUTE_NAME...more details

GET_INSTANCEGet Singleton InstancePrivate
CALL METHOD cl_dpr_ui_log_confirmation=>GET_INSTANCE...more details

GET_SELECTED_OBJECTSReturns all initial selected objectsPrivate
CALL METHOD cl_dpr_ui_log_confirmation=>GET_SELECTED_OBJECTS...more details

GET_VIEWDATA_ATTRIBUTESGet Attribute from Viewdata ContextPrivate
CALL METHOD cl_dpr_ui_log_confirmation=>GET_VIEWDATA_ATTRIBUTES...more details

PRELOAD_TASKS_CHKLIST_ITEMSPrivate
CALL METHOD cl_dpr_ui_log_confirmation=>PRELOAD_TASKS_CHKLIST_ITEMS...more details

RETRIEVE_ALV_DATA_ITOSet ALV Data TTO (Checklist Item)Private
CALL METHOD cl_dpr_ui_log_confirmation=>RETRIEVE_ALV_DATA_ITO...more details

RETRIEVE_ALV_DATA_TTOSet ALV Data TTO (Task)Private
CALL METHOD cl_dpr_ui_log_confirmation=>RETRIEVE_ALV_DATA_TTO...more details

SET_DDIC_STRUC_NAMESet the name of the corresponding DDIC structure.Private
CALL METHOD cl_dpr_ui_log_confirmation=>SET_DDIC_STRUC_NAME...more details

SET_GUID_ATTRIBUTE_NAMESets the name of the attribute which contains the GUIDPrivate
CALL METHOD cl_dpr_ui_log_confirmation=>SET_GUID_ATTRIBUTE_NAME...more details

SET_SELECTED_OBJECTSSets 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.

NameLevelDescriptionInitial ValueTypeVisability
MC_BREADCRUMP_SEPARATORInstance AttributeBreadcrump SeparatorLIKE
Private
MC_BTN_COPY_FINISHInstance AttributeButton 'Calc. Finish to Actual Finish'LIKE
Private
MC_BTN_COPY_STARTInstance AttributeButton 'Calc. Start to Actual Start'LIKE
Private
MC_BTN_DOCUMENTSInstance AttributeButton 'Edit Documents'LIKE
Private
MC_BTN_ITEMSInstance AttributeButton Item DetailsLIKE
Private
MC_BTN_NOTESInstance AttributeButton 'Edit Notes'LIKE
Private
MC_BTN_RES_ASSIGNMENTSInstance AttributeButton 'Ressource Assignments'LIKE
Private
MC_BTN_TASKSInstance AttributeButton Task DetailsLIKE
Private
MC_COLUMN_REF_SOURCE3Instance AttributeLIKE
Private
MT_DET_DATA_ITOInstance AttributeCurrently buffered backend data (Checklist Item)LIKE
Private
MT_DET_DATA_TTOInstance AttributeCurrently buffered backend data (Task)LIKE
Private
MT_SELECTED_OBJECTSInstance AttributeTable with Object SelectionLIKE
Private
MV_CURRENT_OBJECT_TYPEInstance AttributeObject Type in Project PlanningLIKE
Private
MV_DDIC_STRUC_NAMEInstance AttributeName of the corresponding DDIC structureLIKE
Private
MV_GUID_ATTRIBUTE_NAMEInstance AttributeName of the attribute which contains the guid of the strucLIKE
Private
SR_INSTANCEInstance AttributeUI Logic for ConfirmationLIKE
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!