SAP CL_DPR_UI_LOG_FILTER OO Class - Filter for Table View and Multi-Project Monitor









CL_DPR_UI_LOG_FILTER 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_FILTER 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_FILTER 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
FILTER_ELEMENTSFilter ElementsPrivate
CALL METHOD cl_dpr_ui_log_filter=>FILTER_ELEMENTS...more details

GET_CUSTOMER_STATUSGets Customer StatusPrivate
CALL METHOD cl_dpr_ui_log_filter=>GET_CUSTOMER_STATUS...more details

GET_ELEMENT_DATAReturns Filter Element DataPrivate
CALL METHOD cl_dpr_ui_log_filter=>GET_ELEMENT_DATA...more details

GET_FILTERED_ELEMENTSGets Elements of Filter ResultPrivate
CALL METHOD cl_dpr_ui_log_filter=>GET_FILTERED_ELEMENTS...more details

GET_FILTER_DATAGets Filter CriteriaPrivate
CALL METHOD cl_dpr_ui_log_filter=>GET_FILTER_DATA...more details

GET_INSTANCEDelivers SingletonPrivate
CALL METHOD cl_dpr_ui_log_filter=>GET_INSTANCE...more details

GET_LISTBOX_VALUESGets Values for List BoxesPrivate
CALL METHOD cl_dpr_ui_log_filter=>GET_LISTBOX_VALUES...more details

GET_PROJECT_ROLE_TYPEDetermine Project Role Type for Set RolePrivate
CALL METHOD cl_dpr_ui_log_filter=>GET_PROJECT_ROLE_TYPE...more details

INIT_LISTBOX_VALUESReset Listbox ValuesPrivate
CALL METHOD cl_dpr_ui_log_filter=>INIT_LISTBOX_VALUES...more details

IS_FILTER_ACTIVEIs filter condtion setPublic
CALL METHOD cl_dpr_ui_log_filter=>IS_FILTER_ACTIVE...more details

RESET_ELEMENTS_TABLEReset Elements from Table ViewPrivate
CALL METHOD cl_dpr_ui_log_filter=>RESET_ELEMENTS_TABLE...more details

RESET_ELEMENT_DATAInitializes Element DataPrivate
CALL METHOD cl_dpr_ui_log_filter=>RESET_ELEMENT_DATA...more details

RESET_FILTER_DATAInitializes the Filter DataPrivate
CALL METHOD cl_dpr_ui_log_filter=>RESET_FILTER_DATA...more details

SET_ELEMENT_DATATransfers Filter Element DataPrivate
CALL METHOD cl_dpr_ui_log_filter=>SET_ELEMENT_DATA...more details

SET_FILTERED_ELEMENTSSets Elements As Filter ResultPrivate
CALL METHOD cl_dpr_ui_log_filter=>SET_FILTERED_ELEMENTS...more details

SET_FILTER_DATAHold Filter DataPrivate
CALL METHOD cl_dpr_ui_log_filter=>SET_FILTER_DATA...more details

UPDATE_SEVERITYGets Icon and Text of SeverityPrivate
CALL METHOD cl_dpr_ui_log_filter=>UPDATE_SEVERITY...more details



CL_DPR_UI_LOG_FILTER 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
MR_POPUPInstance AttributeLIKE
Private
MS_CRITERIAInstance AttributeFilter Conditions for Data Search in Table ViewLIKE
Private
MS_CRITERIA_INITIALInstance AttributeInitiale Filter KriterienLIKE
Private
MT_ELEMENTS_FROM_TABLEInstance AttributeAll Elements to Be FilteredLIKE
Private
MT_ELEMENT_DATAInstance AttributeData of Elements to Be Filtered (Reference)LIKE
Private
MT_FILTERED_ELEMENTSInstance AttributeElements of Filter ResultLIKE
Private
MT_LISTBOX_VALUESInstance AttributeListbox ValuesLIKE
Private
MT_ROLE_TYPESInstance AttributeName-Value PairLIKE
Private
MT_SELECTED_ELEMENTSInstance AttributeElements selected in DPR_MPMON_FILTER (ListView)LIKE
WDR_CONTEXT_ELEMENT_SET
Public
MT_SELECTED_GUIDSInstance AttributeGUIDs of selected Elements in DPR_TABLELIKE
DPR_TT_GUIDC
Public
MT_STSMAInstance AttributeStatus ProfileLIKE
Private
MV_ALV_ACTIVEInstance AttributeALV Table ActiveLIKE
Private
MV_DATA_STRUC_NAMEInstance AttributeStructure Name of Data Table MR_DATALIKE
Private
MV_DELETE_PRESSEDInstance AttributeDelete Button was pressed in List viewLIKE
FLAG
Public
MV_IS_FILTEREDInstance AttributeWas Already FilteredLIKE
Private
MV_SEVERITY_UPDATEDInstance AttributeSEVERITY_UPDATEDLIKE
BOOLE_D
Public
SR_UI_LOG_FILTERInstance AttributeFilter for Table View and Multi-Project MonitorLIKE
Private




CL_DPR_UI_LOG_FILTER types

T_STSMA -

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!