SAP IF_RESR_SB_RULE_MNGR OO Class - Sales Rule









IF_RESR_SB_RULE_MNGR 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_RESR_SB_RULE_MNGR 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_RESR_SB_RULE_MNGR 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
CHANGE_PERIODPrivate
CALL METHOD if_resr_sb_rule_mngr=>CHANGE_PERIOD...more details

CHECK_KEYPrivate
CALL METHOD if_resr_sb_rule_mngr=>CHECK_KEY...more details

CHECK_TERMPrivate
CALL METHOD if_resr_sb_rule_mngr=>CHECK_TERM...more details

DELETE_PERIODPrivate
CALL METHOD if_resr_sb_rule_mngr=>DELETE_PERIOD...more details

GET_CALCRULE_LISTGets Assigned Reporting RulesPublic
CALL METHOD if_resr_sb_rule_mngr=>GET_CALCRULE_LIST...more details

GET_CALCRULE_LIST_XGets Assigned Reporting Rules and Additional DataPublic
CALL METHOD if_resr_sb_rule_mngr=>GET_CALCRULE_LIST_X...more details

GET_CALC_LIST_DISPLAYGets All Assigned Reporting Rules (Display)Public
CALL METHOD if_resr_sb_rule_mngr=>GET_CALC_LIST_DISPLAY...more details

GET_CUMULATED_PERIODGets Cumulative Period for a Settlement PeriodPublic
CALL METHOD if_resr_sb_rule_mngr=>GET_CUMULATED_PERIOD...more details

GET_DEPCUMPERIODSGets All Consecutive PeriodsPublic
CALL METHOD if_resr_sb_rule_mngr=>GET_DEPCUMPERIODS...more details

GET_DETAILPrivate
CALL METHOD if_resr_sb_rule_mngr=>GET_DETAIL...more details

GET_DETAIL_XGets Data for Entry Plus Additional DataPublic
CALL METHOD if_resr_sb_rule_mngr=>GET_DETAIL_X...more details

GET_LISTPrivate
CALL METHOD if_resr_sb_rule_mngr=>GET_LIST...more details

GET_MSBRULE_LISTGets Peak Sales Rules and Their TextsPublic
CALL METHOD if_resr_sb_rule_mngr=>GET_MSBRULE_LIST...more details

GET_PERIOD_BY_DATEPrivate
CALL METHOD if_resr_sb_rule_mngr=>GET_PERIOD_BY_DATE...more details

GET_PERIOD_LISTPrivate
CALL METHOD if_resr_sb_rule_mngr=>GET_PERIOD_LIST...more details

GET_PERIOD_LIST_XPrivate
CALL METHOD if_resr_sb_rule_mngr=>GET_PERIOD_LIST_X...more details

GET_REPORTRULE_LISTGets the Reporting Rule and Its TextsPublic
CALL METHOD if_resr_sb_rule_mngr=>GET_REPORTRULE_LIST...more details

GET_RHYTHM_LISTPrivate
CALL METHOD if_resr_sb_rule_mngr=>GET_RHYTHM_LIST...more details

GET_SALESGRADING_LISTGets Assigned Sales GradingPublic
CALL METHOD if_resr_sb_rule_mngr=>GET_SALESGRADING_LIST...more details

GET_SALESGRADING_TYPEGets Type of Sales GradingPublic
CALL METHOD if_resr_sb_rule_mngr=>GET_SALESGRADING_TYPE...more details

GET_SETTLPERIOD_LISTPrivate
CALL METHOD if_resr_sb_rule_mngr=>GET_SETTLPERIOD_LIST...more details

IS_LASTCUMPERIODIs Period Last Within a Cumulative PeriodPublic
CALL METHOD if_resr_sb_rule_mngr=>IS_LASTCUMPERIOD...more details

SET_CALCRULE_LISTChanges Assigned Reporting RulesPublic
CALL METHOD if_resr_sb_rule_mngr=>SET_CALCRULE_LIST...more details

SET_DETAILPrivate
CALL METHOD if_resr_sb_rule_mngr=>SET_DETAIL...more details

SET_RHYTHM_LISTPrivate
CALL METHOD if_resr_sb_rule_mngr=>SET_RHYTHM_LIST...more details

SET_SALESGRADING_LISTChanges the Assigned Sales GradingPublic
CALL METHOD if_resr_sb_rule_mngr=>SET_SALESGRADING_LIST...more details

SET_TEXTPrivate
CALL METHOD if_resr_sb_rule_mngr=>SET_TEXT...more details



IF_RESR_SB_RULE_MNGR 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_TERMTYPEInstance AttributeLIKE
Private
MO_PARENTInstance AttributeLIKE
Private
MT_CALC_LISTInstance AttributeAssignment of a Reporting Rule to a Sales RuleLIKE
RE_ST_VISRTMSBRP
Public
MT_GRADING_LISTInstance AttributeAssignment of a Reporting Rule to a Sales Rule (Grading)LIKE
RE_ST_VISRTMSBRPI
Public
MT_LISTInstance AttributeLIKE
Private
MT_RHYTHM_LISTInstance AttributeLIKE
Private


Links to Related Class(s)

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