SAP CL_DPR_UI_LOG_RES_SEARCH OO Class - UI Logic for Resource Search
CL_DPR_UI_LOG_RES_SEARCH 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_RES_SEARCH 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_RES_SEARCH is CL_WD_ALV_UI_LOG_REUSEMethod list of CL_DPR_UI_LOG_RES_SEARCH 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 |
| ADD_FAVORITES | Assign Selected Business Partner to Favorites | Private |
| CALL METHOD cl_dpr_ui_log_res_search=>ADD_FAVORITES...more details | ||
| ASSIGN_PERSONS | Assign Business Partner to a Role | Private |
| CALL METHOD cl_dpr_ui_log_res_search=>ASSIGN_PERSONS...more details | ||
| CALCULATE_OVERALL_MATCHUP | Calculates the Overall Match | Private |
| CALL METHOD cl_dpr_ui_log_res_search=>CALCULATE_OVERALL_MATCHUP...more details | ||
| CLEAR_OBJECTS | Reset Object Values | Private |
| CALL METHOD cl_dpr_ui_log_res_search=>CLEAR_OBJECTS...more details | ||
| COMPUTE_VALUE_IN_TIME_UNIT | Convert Value to New Time Unit | Private |
| CALL METHOD cl_dpr_ui_log_res_search=>COMPUTE_VALUE_IN_TIME_UNIT...more details | ||
| CONSTRUCTOR | Constructor | Private |
| CALL METHOD cl_dpr_ui_log_res_search=>CONSTRUCTOR...more details | ||
|
| ||
| GET_ACTION_FC_SEARCH | Delivers the UI Control for Pushbuttons for Search | Private |
| CALL METHOD cl_dpr_ui_log_res_search=>GET_ACTION_FC_SEARCH...more details | ||
| GET_ALL_AREAS | Get all areas (no role context) | Private |
| CALL METHOD cl_dpr_ui_log_res_search=>GET_ALL_AREAS...more details | ||
| GET_ALV_LINE | Delivers the Data for a Particular Table Row | Private |
| CALL METHOD cl_dpr_ui_log_res_search=>GET_ALV_LINE...more details | ||
| GET_ALV_SELECTED_LINES | Delivers the Data of the Resources Selected in the ALV | Private |
| CALL METHOD cl_dpr_ui_log_res_search=>GET_ALV_SELECTED_LINES...more details | ||
| GET_BUPA_NAME | Read Name of Business Partner | Private |
| CALL METHOD cl_dpr_ui_log_res_search=>GET_BUPA_NAME...more details | ||
| GET_COND_CUST_CRITERIA | Delivers Status for Whether Cust.Search Criteria to Be Del. | Private |
| CALL METHOD cl_dpr_ui_log_res_search=>GET_COND_CUST_CRITERIA...more details | ||
| GET_CUST_SEARCH_CRITERIA | Gets Customer-Specific Search Criteria | Private |
| CALL METHOD cl_dpr_ui_log_res_search=>GET_CUST_SEARCH_CRITERIA...more details | ||
| GET_INSTANCE | Get Singleton | Private |
| CALL METHOD cl_dpr_ui_log_res_search=>GET_INSTANCE...more details | ||
| GET_LOCATIONS_AND_AREAS | Delivers Locations, Areas, and Search Result Rate | Private |
| CALL METHOD cl_dpr_ui_log_res_search=>GET_LOCATIONS_AND_AREAS...more details | ||
| GET_NODE_NAME_BUPALINK | Delivers Name of BuPa Link Object (Operational/Template) | Private |
| CALL METHOD cl_dpr_ui_log_res_search=>GET_NODE_NAME_BUPALINK...more details | ||
| GET_NODE_NAME_CANDLINK | Delivers Name for Cand.Link Object (Operational/Template) | Private |
| CALL METHOD cl_dpr_ui_log_res_search=>GET_NODE_NAME_CANDLINK...more details | ||
| GET_PARTIAL_WEIGHTS | Gets Weightings of Partial Search Results | Private |
| CALL METHOD cl_dpr_ui_log_res_search=>GET_PARTIAL_WEIGHTS...more details | ||
| GET_RESOURCE_DATA | Expand Search Result with Resource Data | Private |
| CALL METHOD cl_dpr_ui_log_res_search=>GET_RESOURCE_DATA...more details | ||
| GET_ROLE_DATA | Read Data of a Role Incl. Cost/Revenue Rate | Private |
| CALL METHOD cl_dpr_ui_log_res_search=>GET_ROLE_DATA...more details | ||
| GET_ROLE_TYPES | Read All Role Types | Private |
| CALL METHOD cl_dpr_ui_log_res_search=>GET_ROLE_TYPES...more details | ||
| GET_SIMPLE_SEARCH_CRITERIA | Gets Search-Criteria Description for Simple Search | Private |
| CALL METHOD cl_dpr_ui_log_res_search=>GET_SIMPLE_SEARCH_CRITERIA...more details | ||
| GET_SKILL_MATCH | Get Table for Profile Reconciliation | Private |
| CALL METHOD cl_dpr_ui_log_res_search=>GET_SKILL_MATCH...more details | ||
| GET_SORT_COLUMNS | Gets the Alternative Sort Fields for Columns in the ALV | Private |
| CALL METHOD cl_dpr_ui_log_res_search=>GET_SORT_COLUMNS...more details | ||
| GET_TIME_UNITS | Read All Time Units | Private |
| CALL METHOD cl_dpr_ui_log_res_search=>GET_TIME_UNITS...more details | ||
| GET_VISIBLE_ALV_ROWS | Gets number of visible ALV rows | Private |
| CALL METHOD cl_dpr_ui_log_res_search=>GET_VISIBLE_ALV_ROWS...more details | ||
| IS_ASSIGNED | Is Business Partner Already Assigned? | Private |
| CALL METHOD cl_dpr_ui_log_res_search=>IS_ASSIGNED...more details | ||
| IS_FAVORITE | Is Business Partner a Favorite? | Private |
| CALL METHOD cl_dpr_ui_log_res_search=>IS_FAVORITE...more details | ||
| SEARCH | Resource Search (New) | Private |
| CALL METHOD cl_dpr_ui_log_res_search=>SEARCH...more details | ||
| SEARCH_SIMPLE | Resource Search (New) | Private |
| CALL METHOD cl_dpr_ui_log_res_search=>SEARCH_SIMPLE...more details | ||
| SET_COND_CUST_CRITERIA | Sets Status for Whether Customer Search Criteria to Be Delvd | Private |
| CALL METHOD cl_dpr_ui_log_res_search=>SET_COND_CUST_CRITERIA...more details | ||
| SET_CUST_SEARCH_CRITERIA | Sets Customer-Specific Search Criteria | Private |
| CALL METHOD cl_dpr_ui_log_res_search=>SET_CUST_SEARCH_CRITERIA...more details | ||
| SET_PARTIAL_WEIGHTS | Sets Weightings of Partial Search Results | Private |
| CALL METHOD cl_dpr_ui_log_res_search=>SET_PARTIAL_WEIGHTS...more details | ||
| SET_SORT_COLUMNS | Sets Alternative Sort Fields for Columns in ALV | Private |
| CALL METHOD cl_dpr_ui_log_res_search=>SET_SORT_COLUMNS...more details | ||
| SET_TEXT | Sets Text for a Column (Not from DDIC) | Private |
| CALL METHOD cl_dpr_ui_log_res_search=>SET_TEXT...more details | ||
| SET_VISIBLE_ALV_ROWS | Sets number of visible ALV rows | Private |
| CALL METHOD cl_dpr_ui_log_res_search=>SET_VISIBLE_ALV_ROWS...more details | ||
| SET_WFM_RELEVANT | Sets Flag MV_WFM_RELEVANT | Private |
| CALL METHOD cl_dpr_ui_log_res_search=>SET_WFM_RELEVANT...more details | ||
CL_DPR_UI_LOG_RES_SEARCH 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_ROLE_TYPE | Instance Attribute | Role Type | LIKE | Private | |
| MC_TIME_UNIT | Instance Attribute | Time Unit | LIKE | Private | |
| MS_AVAIL_SEL | Instance Attribute | Criteria with Availability Data for Resource Search | LIKE | Private | |
| MS_OBJ_EVENT | Instance Attribute | Selected Role | LIKE | Private | |
| MS_PARTICIPANT | Instance Attribute | API: Attributes of a Role | LIKE | Private | |
| MT_SEARCH_RESULT | Instance Attribute | Result of Resource Search on UI | LIKE | Private | |
| MT_SIMPLE_SEARCH_CRIT | Instance Attribute | Name-Value Pairs for DDLB | LIKE | Private | |
| MT_SKILL_SEL | Instance Attribute | Table Type for Qualifications with Proficiency | LIKE | Private | |
| MT_SORT_COLUMNS | Instance Attribute | Column Name and Sort Column | LIKE | Private | |
| MV_APPLICATION | Instance Attribute | Added by RPM | LIKE | Private | |
| MV_BUPA_FAVO_NODE | Instance Attribute | Node Name for Favorites | LIKE | Private | |
| MV_BUPA_LINK_NODE | Instance Attribute | Node Name for Business Partner Links | LIKE | Private | |
| MV_CALLED_SCREEN | Instance Attribute | LIKE | Private | ||
| MV_CHART_EXPANDED | Instance Attribute | 'X': Chart f. Req.Capacity Distr. over Periods Is Displayed | LIKE | Private | |
| MV_CHART_MODE | Instance Attribute | 'A': Required-Capacity Chart; 'O' = Free-Capacity Chart | LIKE | Private | |
| MV_CUST_SEARCH_CRITERIA | Instance Attribute | Cust.Struc. for Search Crit. for Resource Search (f. Enhcmt) | LIKE | Private | |
| MV_END_DATE | Instance Attribute | Current Date of Application Server | LIKE | Private | |
| MV_FES_ROLE_GUID | Instance Attribute | Guid for application objects | LIKE | Private | |
| MV_PARTICIPANT_GUID | Instance Attribute | Unique Object Key | LIKE | Private | |
| MV_PARTICIPANT_NODE | Instance Attribute | Node Name for Roles | LIKE | Private | |
| MV_ROLE_INDEPENDENT_SEARCH | Instance Attribute | Role Context? | LIKE | Private | |
| MV_SCOPE | Instance Attribute | Type of assignments | LIKE | Private | |
| MV_SEARCH_BEGIN_DATE | Instance Attribute | Date | LIKE | Private | |
| MV_SEARCH_END_DATE | Instance Attribute | Date | LIKE | Private | |
| MV_SET_CUST_CRITERIA | Instance Attribute | Customer Search Criteria Are to Be Set | LIKE | Private | |
| MV_SKILL_SELECTED | Instance Attribute | General Flag | LIKE | Private | |
| MV_START_DATE | Instance Attribute | Current Date of Application Server | LIKE | Private | |
| MV_WEIGHT_AVAILABILITY | Instance Attribute | Proportion of Availability in Search Result | LIKE | Private | |
| MV_WEIGHT_LOCATION | Instance Attribute | Proportion of Location in Search Result | LIKE | Private | |
| MV_WEIGHT_SUITABILITY | Instance Attribute | Proportion of Qualification in Search Result | LIKE | Private | |
| MV_WEIGHT_SUM | Instance Attribute | Total of Partial Weightings | LIKE | Private | |
| MV_WFM_RELEVANT | Instance Attribute | WFM Active and Role WFM Relevant | LIKE | Private | |
| MV_WORK_UNIT | Instance Attribute | Unit for Demand or Effort | LIKE | Private | |
| SC_HELP_RES_SEARCH | Instance Attribute | LOIO for Help for Resource Search | LIKE | Private | |
| SC_HELP_RES_SEARCH_AVAIL | Instance Attribute | LOIO for Help for Availability Selection | LIKE | Private | |
| SC_HELP_RES_SEARCH_GEN | Instance Attribute | LOIO for Help for Selecting General Data | LIKE | Private | |
| SC_HELP_SEARCH_RESULT | Instance Attribute | LOIO for Help for Search Result | LIKE | Private | |
| SC_SEARCH_CRIT_ALL | Instance Attribute | Constant for Search Criterion 'ALL' | LIKE | Private | |
| SC_SEARCH_CRIT_ID | Instance Attribute | Constant for Search Criterion 'ID' | LIKE | Private | |
| SC_SEARCH_CRIT_ID_NAME | Constant | Constant for Search Criterion 'ID' and 'NAME' | 'BPIDNAME' | LIKE STRING | Public |
| SC_SEARCH_CRIT_NAME | Instance Attribute | Constants for Search Criterion 'NAME' | LIKE | Private | |
| SC_SEARCH_CRIT_ORG | Instance Attribute | Constants for Search Criterion 'ORG' | LIKE | Private | |
| SR_INSTANCE | Instance Attribute | General Search Functions and Profile Matchup | 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