SAP IF_RESC_HIERARCHY OO Class - Settlement Hierarchy









IF_RESC_HIERARCHY 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 IF_RESC_HIERARCHY 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 IF_RESC_HIERARCHY 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
ANALYSE_EXCHANGEIs Data Exchange Necessary and Which Data Is NeededPublic
CALL METHOD if_resc_hierarchy=>ANALYSE_EXCHANGE...more details

CHECK_AUTHORITYChecks Authorization [Final]Public
CALL METHOD if_resc_hierarchy=>CHECK_AUTHORITY...more details

DETERMINATIONDetermination of Settlement HierarchyPublic
CALL METHOD if_resc_hierarchy=>DETERMINATION...more details

GET_DETAILGets Values for an SUPublic
CALL METHOD if_resc_hierarchy=>GET_DETAIL...more details

GET_DETAIL_BY_SETTL_GUIDGets Details Using ID of Partial SettlementPublic
CALL METHOD if_resc_hierarchy=>GET_DETAIL_BY_SETTL_GUID...more details

GET_DETAIL_XGets Values for an SU + Additional FieldsPublic
CALL METHOD if_resc_hierarchy=>GET_DETAIL_X...more details

GET_LISTGets All ValuesPublic
CALL METHOD if_resc_hierarchy=>GET_LIST...more details

GET_LIST_BY_OBJNRGets All Values for an Object NumberPublic
CALL METHOD if_resc_hierarchy=>GET_LIST_BY_OBJNR...more details

GET_OBJ_LIST_MNGRPrivate
CALL METHOD if_resc_hierarchy=>GET_OBJ_LIST_MNGR...more details

GET_PARAM_FOR_DEPENDENT_SUGets the Default for Finding Dependent Settlement UnitsPublic
CALL METHOD if_resc_hierarchy=>GET_PARAM_FOR_DEPENDENT_SU...more details

GET_PART_HIERARCHYGets 'Partial' Settlement Hierarchy [Abstract]Public
CALL METHOD if_resc_hierarchy=>GET_PART_HIERARCHY...more details

GET_REAL_RENTPERIODGets 'Real' Entry for a Rental Period [Abstract]Public
CALL METHOD if_resc_hierarchy=>GET_REAL_RENTPERIOD...more details

GET_REF_RENTPERIODGets Referencing Entry [Abstract]Public
CALL METHOD if_resc_hierarchy=>GET_REF_RENTPERIOD...more details

GET_RENTPERIOD_CONDLISTGets Rental Periods and the Required ConditionsPublic
CALL METHOD if_resc_hierarchy=>GET_RENTPERIOD_CONDLIST...more details

GET_RENTPERIOD_COPLISTGets the Periods to Which There Is No Reference [Abstract]Public
CALL METHOD if_resc_hierarchy=>GET_RENTPERIOD_COPLIST...more details

GET_RENTPERIOD_LISTGets the Rental PeriodsPublic
CALL METHOD if_resc_hierarchy=>GET_RENTPERIOD_LIST...more details

GET_ROCN_LISTGets All Rental Objects/ContractsPublic
CALL METHOD if_resc_hierarchy=>GET_ROCN_LIST...more details

GET_SETTLPERIODGets Settlement Period [Final]Public
CALL METHOD if_resc_hierarchy=>GET_SETTLPERIOD...more details

GET_SETTL_GUID_LISTGets All SETTL_GUIDsPublic
CALL METHOD if_resc_hierarchy=>GET_SETTL_GUID_LIST...more details

GET_TRGOBJNRCOCP: Gets the OBJNR on Which the APs Are PostedPublic
CALL METHOD if_resc_hierarchy=>GET_TRGOBJNR...more details

HAS_CURROCCPRINCIPLEShould Current Occupancy Principle Be Used for ROPublic
CALL METHOD if_resc_hierarchy=>HAS_CURROCCPRINCIPLE...more details

HAS_SHAREOUTRULEDoes SU Have an Allocation RulePublic
CALL METHOD if_resc_hierarchy=>HAS_SHAREOUTRULE...more details

IGNORE_VACANCYIgnore VacancyPublic
CALL METHOD if_resc_hierarchy=>IGNORE_VACANCY...more details

INITInitialized [Final]Public
CALL METHOD if_resc_hierarchy=>INIT...more details

INIT_BY_PARENTInitialized Using Higher-Level Object [Final]Public
CALL METHOD if_resc_hierarchy=>INIT_BY_PARENT...more details

INS_NEW_ROCN_ENTRYCreates a New Rental View EntryPublic
CALL METHOD if_resc_hierarchy=>INS_NEW_ROCN_ENTRY...more details

INS_ROCNAdds a New Rental Period [Final]Public
CALL METHOD if_resc_hierarchy=>INS_ROCN...more details

IS_MODIFIEDPrivate
CALL METHOD if_resc_hierarchy=>IS_MODIFIED...more details

REVERSALDelete All [Final]Public
CALL METHOD if_resc_hierarchy=>REVERSAL...more details

SET_DETAILChanges Values of an SUPublic
CALL METHOD if_resc_hierarchy=>SET_DETAIL...more details

SET_DETAIL_BY_SETTL_GUIDSetting of Details for Partial SettlementPublic
CALL METHOD if_resc_hierarchy=>SET_DETAIL_BY_SETTL_GUID...more details

SET_DETAIL_XChanges Values of an SU + Additional FieldsPublic
CALL METHOD if_resc_hierarchy=>SET_DETAIL_X...more details

SET_LISTChanges All ValuesPublic
CALL METHOD if_resc_hierarchy=>SET_LIST...more details

STOREPrivate
CALL METHOD if_resc_hierarchy=>STORE...more details

USE_ONLYROSettlement Method Considers Only ROPublic
CALL METHOD if_resc_hierarchy=>USE_ONLYRO...more details



IF_RESC_HIERARCHY 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
MD_ACTIVITYInstance AttributeLIKE
Private
MD_SETTL_GUIDInstance AttributeUnique Key of SettlementLIKE
RECASETTLGUID
Public
MF_AUTH_CHECKInstance AttributeLIKE
Private
MF_ENQUEUEInstance AttributeLIKE
Private




IF_RESC_HIERARCHY types

MTYPE_S_PARAM -
MTY_S_DISTRIBUTION -
MTY_S_PARAM_DEPENDENT_SU -
MTY_T_DISTRIBUTION -

Links to Related Class(s)

IF_RESC_...
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!