SAP IF_HRPAYAT_CONTRIBUTION OO Class - SI Contribution









IF_HRPAYAT_CONTRIBUTION 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_HRPAYAT_CONTRIBUTION 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_HRPAYAT_CONTRIBUTION 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_BASE_HBGAdd SI BasisPublic
CALL METHOD if_hrpayat_contribution=>ADD_BASE_HBG...more details

ADD_CONTRIBUTIONAdd ContributionPublic
CALL METHOD if_hrpayat_contribution=>ADD_CONTRIBUTION...more details

GET_BASEReturns BasisPublic
CALL METHOD if_hrpayat_contribution=>GET_BASE...more details

GET_BASE_HBGReturns SI Basis up to Maximum Contribution BasisPublic
CALL METHOD if_hrpayat_contribution=>GET_BASE_HBG...more details

GET_CONTRIBUTIONReturns ContributionPublic
CALL METHOD if_hrpayat_contribution=>GET_CONTRIBUTION...more details

GET_PAYMENTReturns PaymentPublic
CALL METHOD if_hrpayat_contribution=>GET_PAYMENT...more details

GET_PERCENTAGEReturns the percentagePublic
CALL METHOD if_hrpayat_contribution=>GET_PERCENTAGE...more details

GET_PERIODReturns the PeriodPublic
CALL METHOD if_hrpayat_contribution=>GET_PERIOD...more details

INITIALIZEInitializePublic
CALL METHOD if_hrpayat_contribution=>INITIALIZE...more details

IS_COMPENSATIONKUE -> Yes/NoPublic
CALL METHOD if_hrpayat_contribution=>IS_COMPENSATION...more details

IS_COMPENSATION2KUE2* -> Yes/NoPublic
CALL METHOD if_hrpayat_contribution=>IS_COMPENSATION2...more details

IS_COMPOSITIONComparison -> Yes/NoPublic
CALL METHOD if_hrpayat_contribution=>IS_COMPOSITION...more details

IS_ECARDE-Card -> Yes/NoPublic
CALL METHOD if_hrpayat_contribution=>IS_ECARD...more details

IS_RECURRINGOngoing -> Yes/NoPublic
CALL METHOD if_hrpayat_contribution=>IS_RECURRING...more details

IS_VACATION_COMPENSATIONLC -> Yes/NoPublic
CALL METHOD if_hrpayat_contribution=>IS_VACATION_COMPENSATION...more details

SET_BASE_HBGSet SI Basis up to Max Contr. BasisPublic
CALL METHOD if_hrpayat_contribution=>SET_BASE_HBG...more details

SET_CONTRIBUTIONSet ContributionPublic
CALL METHOD if_hrpayat_contribution=>SET_CONTRIBUTION...more details

SET_PERCENTAGESet PercentagePublic
CALL METHOD if_hrpayat_contribution=>SET_PERCENTAGE...more details






IF_HRPAYAT_CONTRIBUTION types

TTY_CONTRIBUTIONS -

Links to Related Class(s)

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