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 Name | Description | Visability |
| FILTER_ELEMENTS | Filter Elements | Private |
| CALL METHOD cl_dpr_ui_log_filter=>FILTER_ELEMENTS...more details | ||
| GET_CUSTOMER_STATUS | Gets Customer Status | Private |
| CALL METHOD cl_dpr_ui_log_filter=>GET_CUSTOMER_STATUS...more details | ||
| GET_ELEMENT_DATA | Returns Filter Element Data | Private |
| CALL METHOD cl_dpr_ui_log_filter=>GET_ELEMENT_DATA...more details | ||
| GET_FILTERED_ELEMENTS | Gets Elements of Filter Result | Private |
| CALL METHOD cl_dpr_ui_log_filter=>GET_FILTERED_ELEMENTS...more details | ||
| GET_FILTER_DATA | Gets Filter Criteria | Private |
| CALL METHOD cl_dpr_ui_log_filter=>GET_FILTER_DATA...more details | ||
| GET_INSTANCE | Delivers Singleton | Private |
| CALL METHOD cl_dpr_ui_log_filter=>GET_INSTANCE...more details | ||
|
| ||
| GET_LISTBOX_VALUES | Gets Values for List Boxes | Private |
| CALL METHOD cl_dpr_ui_log_filter=>GET_LISTBOX_VALUES...more details | ||
| GET_PROJECT_ROLE_TYPE | Determine Project Role Type for Set Role | Private |
| CALL METHOD cl_dpr_ui_log_filter=>GET_PROJECT_ROLE_TYPE...more details | ||
| INIT_LISTBOX_VALUES | Reset Listbox Values | Private |
| CALL METHOD cl_dpr_ui_log_filter=>INIT_LISTBOX_VALUES...more details | ||
| IS_FILTER_ACTIVE | Is filter condtion set | Public |
| CALL METHOD cl_dpr_ui_log_filter=>IS_FILTER_ACTIVE...more details | ||
| RESET_ELEMENTS_TABLE | Reset Elements from Table View | Private |
| CALL METHOD cl_dpr_ui_log_filter=>RESET_ELEMENTS_TABLE...more details | ||
| RESET_ELEMENT_DATA | Initializes Element Data | Private |
| CALL METHOD cl_dpr_ui_log_filter=>RESET_ELEMENT_DATA...more details | ||
| RESET_FILTER_DATA | Initializes the Filter Data | Private |
| CALL METHOD cl_dpr_ui_log_filter=>RESET_FILTER_DATA...more details | ||
| SET_ELEMENT_DATA | Transfers Filter Element Data | Private |
| CALL METHOD cl_dpr_ui_log_filter=>SET_ELEMENT_DATA...more details | ||
| SET_FILTERED_ELEMENTS | Sets Elements As Filter Result | Private |
| CALL METHOD cl_dpr_ui_log_filter=>SET_FILTERED_ELEMENTS...more details | ||
| SET_FILTER_DATA | Hold Filter Data | Private |
| CALL METHOD cl_dpr_ui_log_filter=>SET_FILTER_DATA...more details | ||
| UPDATE_SEVERITY | Gets Icon and Text of Severity | Private |
| 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.
| Name | Level | Description | Initial Value | Type | Visability |
| MR_POPUP | Instance Attribute | LIKE | Private | ||
| MS_CRITERIA | Instance Attribute | Filter Conditions for Data Search in Table View | LIKE | Private | |
| MS_CRITERIA_INITIAL | Instance Attribute | Initiale Filter Kriterien | LIKE | Private | |
| MT_ELEMENTS_FROM_TABLE | Instance Attribute | All Elements to Be Filtered | LIKE | Private | |
| MT_ELEMENT_DATA | Instance Attribute | Data of Elements to Be Filtered (Reference) | LIKE | Private | |
| MT_FILTERED_ELEMENTS | Instance Attribute | Elements of Filter Result | LIKE | Private | |
| MT_LISTBOX_VALUES | Instance Attribute | Listbox Values | LIKE | Private | |
| MT_ROLE_TYPES | Instance Attribute | Name-Value Pair | LIKE | Private | |
| MT_SELECTED_ELEMENTS | Instance Attribute | Elements selected in DPR_MPMON_FILTER (ListView) | LIKE WDR_CONTEXT_ELEMENT_SET | Public | |
| MT_SELECTED_GUIDS | Instance Attribute | GUIDs of selected Elements in DPR_TABLE | LIKE DPR_TT_GUIDC | Public | |
| MT_STSMA | Instance Attribute | Status Profile | LIKE | Private | |
| MV_ALV_ACTIVE | Instance Attribute | ALV Table Active | LIKE | Private | |
| MV_DATA_STRUC_NAME | Instance Attribute | Structure Name of Data Table MR_DATA | LIKE | Private | |
| MV_DELETE_PRESSED | Instance Attribute | Delete Button was pressed in List view | LIKE FLAG | Public | |
| MV_IS_FILTERED | Instance Attribute | Was Already Filtered | LIKE | Private | |
| MV_SEVERITY_UPDATED | Instance Attribute | SEVERITY_UPDATED | LIKE BOOLE_D | Public | |
| SR_UI_LOG_FILTER | Instance Attribute | Filter for Table View and Multi-Project Monitor | LIKE | 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