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_REUSE

Method 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 NameDescriptionVisability
ADD_FAVORITESAssign Selected Business Partner to FavoritesPrivate
CALL METHOD cl_dpr_ui_log_res_search=>ADD_FAVORITES...more details

ASSIGN_PERSONSAssign Business Partner to a RolePrivate
CALL METHOD cl_dpr_ui_log_res_search=>ASSIGN_PERSONS...more details

CALCULATE_OVERALL_MATCHUPCalculates the Overall MatchPrivate
CALL METHOD cl_dpr_ui_log_res_search=>CALCULATE_OVERALL_MATCHUP...more details

CLEAR_OBJECTSReset Object ValuesPrivate
CALL METHOD cl_dpr_ui_log_res_search=>CLEAR_OBJECTS...more details

COMPUTE_VALUE_IN_TIME_UNITConvert Value to New Time UnitPrivate
CALL METHOD cl_dpr_ui_log_res_search=>COMPUTE_VALUE_IN_TIME_UNIT...more details

CONSTRUCTORConstructorPrivate
CALL METHOD cl_dpr_ui_log_res_search=>CONSTRUCTOR...more details

GET_ACTION_FC_SEARCHDelivers the UI Control for Pushbuttons for SearchPrivate
CALL METHOD cl_dpr_ui_log_res_search=>GET_ACTION_FC_SEARCH...more details

GET_ALL_AREASGet all areas (no role context)Private
CALL METHOD cl_dpr_ui_log_res_search=>GET_ALL_AREAS...more details

GET_ALV_LINEDelivers the Data for a Particular Table RowPrivate
CALL METHOD cl_dpr_ui_log_res_search=>GET_ALV_LINE...more details

GET_ALV_SELECTED_LINESDelivers the Data of the Resources Selected in the ALVPrivate
CALL METHOD cl_dpr_ui_log_res_search=>GET_ALV_SELECTED_LINES...more details

GET_BUPA_NAMERead Name of Business PartnerPrivate
CALL METHOD cl_dpr_ui_log_res_search=>GET_BUPA_NAME...more details

GET_COND_CUST_CRITERIADelivers 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_CRITERIAGets Customer-Specific Search CriteriaPrivate
CALL METHOD cl_dpr_ui_log_res_search=>GET_CUST_SEARCH_CRITERIA...more details

GET_INSTANCEGet SingletonPrivate
CALL METHOD cl_dpr_ui_log_res_search=>GET_INSTANCE...more details

GET_LOCATIONS_AND_AREASDelivers Locations, Areas, and Search Result RatePrivate
CALL METHOD cl_dpr_ui_log_res_search=>GET_LOCATIONS_AND_AREAS...more details

GET_NODE_NAME_BUPALINKDelivers 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_CANDLINKDelivers Name for Cand.Link Object (Operational/Template)Private
CALL METHOD cl_dpr_ui_log_res_search=>GET_NODE_NAME_CANDLINK...more details

GET_PARTIAL_WEIGHTSGets Weightings of Partial Search ResultsPrivate
CALL METHOD cl_dpr_ui_log_res_search=>GET_PARTIAL_WEIGHTS...more details

GET_RESOURCE_DATAExpand Search Result with Resource DataPrivate
CALL METHOD cl_dpr_ui_log_res_search=>GET_RESOURCE_DATA...more details

GET_ROLE_DATARead Data of a Role Incl. Cost/Revenue RatePrivate
CALL METHOD cl_dpr_ui_log_res_search=>GET_ROLE_DATA...more details

GET_ROLE_TYPESRead All Role TypesPrivate
CALL METHOD cl_dpr_ui_log_res_search=>GET_ROLE_TYPES...more details

GET_SIMPLE_SEARCH_CRITERIAGets Search-Criteria Description for Simple SearchPrivate
CALL METHOD cl_dpr_ui_log_res_search=>GET_SIMPLE_SEARCH_CRITERIA...more details

GET_SKILL_MATCHGet Table for Profile ReconciliationPrivate
CALL METHOD cl_dpr_ui_log_res_search=>GET_SKILL_MATCH...more details

GET_SORT_COLUMNSGets the Alternative Sort Fields for Columns in the ALVPrivate
CALL METHOD cl_dpr_ui_log_res_search=>GET_SORT_COLUMNS...more details

GET_TIME_UNITSRead All Time UnitsPrivate
CALL METHOD cl_dpr_ui_log_res_search=>GET_TIME_UNITS...more details

GET_VISIBLE_ALV_ROWSGets number of visible ALV rowsPrivate
CALL METHOD cl_dpr_ui_log_res_search=>GET_VISIBLE_ALV_ROWS...more details

IS_ASSIGNEDIs Business Partner Already Assigned?Private
CALL METHOD cl_dpr_ui_log_res_search=>IS_ASSIGNED...more details

IS_FAVORITEIs Business Partner a Favorite?Private
CALL METHOD cl_dpr_ui_log_res_search=>IS_FAVORITE...more details

SEARCHResource Search (New)Private
CALL METHOD cl_dpr_ui_log_res_search=>SEARCH...more details

SEARCH_SIMPLEResource Search (New)Private
CALL METHOD cl_dpr_ui_log_res_search=>SEARCH_SIMPLE...more details

SET_COND_CUST_CRITERIASets Status for Whether Customer Search Criteria to Be DelvdPrivate
CALL METHOD cl_dpr_ui_log_res_search=>SET_COND_CUST_CRITERIA...more details

SET_CUST_SEARCH_CRITERIASets Customer-Specific Search CriteriaPrivate
CALL METHOD cl_dpr_ui_log_res_search=>SET_CUST_SEARCH_CRITERIA...more details

SET_PARTIAL_WEIGHTSSets Weightings of Partial Search ResultsPrivate
CALL METHOD cl_dpr_ui_log_res_search=>SET_PARTIAL_WEIGHTS...more details

SET_SORT_COLUMNSSets Alternative Sort Fields for Columns in ALVPrivate
CALL METHOD cl_dpr_ui_log_res_search=>SET_SORT_COLUMNS...more details

SET_TEXTSets Text for a Column (Not from DDIC)Private
CALL METHOD cl_dpr_ui_log_res_search=>SET_TEXT...more details

SET_VISIBLE_ALV_ROWSSets number of visible ALV rowsPrivate
CALL METHOD cl_dpr_ui_log_res_search=>SET_VISIBLE_ALV_ROWS...more details

SET_WFM_RELEVANTSets Flag MV_WFM_RELEVANTPrivate
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.

NameLevelDescriptionInitial ValueTypeVisability
MC_ROLE_TYPEInstance AttributeRole TypeLIKE
Private
MC_TIME_UNITInstance AttributeTime UnitLIKE
Private
MS_AVAIL_SELInstance AttributeCriteria with Availability Data for Resource SearchLIKE
Private
MS_OBJ_EVENTInstance AttributeSelected RoleLIKE
Private
MS_PARTICIPANTInstance AttributeAPI: Attributes of a RoleLIKE
Private
MT_SEARCH_RESULTInstance AttributeResult of Resource Search on UILIKE
Private
MT_SIMPLE_SEARCH_CRITInstance AttributeName-Value Pairs for DDLBLIKE
Private
MT_SKILL_SELInstance AttributeTable Type for Qualifications with ProficiencyLIKE
Private
MT_SORT_COLUMNSInstance AttributeColumn Name and Sort ColumnLIKE
Private
MV_APPLICATIONInstance AttributeAdded by RPMLIKE
Private
MV_BUPA_FAVO_NODEInstance AttributeNode Name for FavoritesLIKE
Private
MV_BUPA_LINK_NODEInstance AttributeNode Name for Business Partner LinksLIKE
Private
MV_CALLED_SCREENInstance AttributeLIKE
Private
MV_CHART_EXPANDEDInstance Attribute'X': Chart f. Req.Capacity Distr. over Periods Is DisplayedLIKE
Private
MV_CHART_MODEInstance Attribute'A': Required-Capacity Chart; 'O' = Free-Capacity ChartLIKE
Private
MV_CUST_SEARCH_CRITERIAInstance AttributeCust.Struc. for Search Crit. for Resource Search (f. Enhcmt)LIKE
Private
MV_END_DATEInstance AttributeCurrent Date of Application ServerLIKE
Private
MV_FES_ROLE_GUIDInstance AttributeGuid for application objectsLIKE
Private
MV_PARTICIPANT_GUIDInstance AttributeUnique Object KeyLIKE
Private
MV_PARTICIPANT_NODEInstance AttributeNode Name for RolesLIKE
Private
MV_ROLE_INDEPENDENT_SEARCHInstance AttributeRole Context?LIKE
Private
MV_SCOPEInstance AttributeType of assignmentsLIKE
Private
MV_SEARCH_BEGIN_DATEInstance AttributeDateLIKE
Private
MV_SEARCH_END_DATEInstance AttributeDateLIKE
Private
MV_SET_CUST_CRITERIAInstance AttributeCustomer Search Criteria Are to Be SetLIKE
Private
MV_SKILL_SELECTEDInstance AttributeGeneral FlagLIKE
Private
MV_START_DATEInstance AttributeCurrent Date of Application ServerLIKE
Private
MV_WEIGHT_AVAILABILITYInstance AttributeProportion of Availability in Search ResultLIKE
Private
MV_WEIGHT_LOCATIONInstance AttributeProportion of Location in Search ResultLIKE
Private
MV_WEIGHT_SUITABILITYInstance AttributeProportion of Qualification in Search ResultLIKE
Private
MV_WEIGHT_SUMInstance AttributeTotal of Partial WeightingsLIKE
Private
MV_WFM_RELEVANTInstance AttributeWFM Active and Role WFM RelevantLIKE
Private
MV_WORK_UNITInstance AttributeUnit for Demand or EffortLIKE
Private
SC_HELP_RES_SEARCHInstance AttributeLOIO for Help for Resource SearchLIKE
Private
SC_HELP_RES_SEARCH_AVAILInstance AttributeLOIO for Help for Availability SelectionLIKE
Private
SC_HELP_RES_SEARCH_GENInstance AttributeLOIO for Help for Selecting General DataLIKE
Private
SC_HELP_SEARCH_RESULTInstance AttributeLOIO for Help for Search ResultLIKE
Private
SC_SEARCH_CRIT_ALLInstance AttributeConstant for Search Criterion 'ALL'LIKE
Private
SC_SEARCH_CRIT_IDInstance AttributeConstant for Search Criterion 'ID'LIKE
Private
SC_SEARCH_CRIT_ID_NAMEConstantConstant for Search Criterion 'ID' and 'NAME''BPIDNAME'LIKE
STRING
Public
SC_SEARCH_CRIT_NAMEInstance AttributeConstants for Search Criterion 'NAME'LIKE
Private
SC_SEARCH_CRIT_ORGInstance AttributeConstants for Search Criterion 'ORG'LIKE
Private
SR_INSTANCEInstance AttributeGeneral Search Functions and Profile MatchupLIKE
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!