SAP IF_HR_PAY_CONTEXT_AU OO Class - IF Payroll context for Australia









IF_HR_PAY_CONTEXT_AU 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_HR_PAY_CONTEXT_AU 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_HR_PAY_CONTEXT_AU 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
GET_CUMUL_TAB_ALLGet cumul_tab_all (internal table used for SETCU/ADDCU)Public
CALL METHOD if_hr_pay_context_au=>GET_CUMUL_TAB_ALL...more details

GET_OSMTHOld Superannuation - MonthlyPublic
CALL METHOD if_hr_pay_context_au=>GET_OSMTH...more details

GET_OSQTROld Superannuation - QuarterlyPublic
CALL METHOD if_hr_pay_context_au=>GET_OSQTR...more details

GET_QHDAHigher Duty AllowancePublic
CALL METHOD if_hr_pay_context_au=>GET_QHDA...more details

GET_QSPRHR-AU-PS: Superannuation for Public Sector AustraliaPublic
CALL METHOD if_hr_pay_context_au=>GET_QSPR...more details

GET_QSUPSuperannuationPublic
CALL METHOD if_hr_pay_context_au=>GET_QSUP...more details

GET_RETPRetro Amts from Prev Financial YearPublic
CALL METHOD if_hr_pay_context_au=>GET_RETP...more details

GET_SHRSSuperannuation - HourlyPublic
CALL METHOD if_hr_pay_context_au=>GET_SHRS...more details

GET_SMTHSuperannuation - MonthlyPublic
CALL METHOD if_hr_pay_context_au=>GET_SMTH...more details

GET_SQTRSuperannuation - QuarterlyPublic
CALL METHOD if_hr_pay_context_au=>GET_SQTR...more details

GET_SUPCOMHR-AU-PS: Superable salary componentsPublic
CALL METHOD if_hr_pay_context_au=>GET_SUPCOM...more details

GET_TAXPTaxationPublic
CALL METHOD if_hr_pay_context_au=>GET_TAXP...more details

PUT_CUMUL_TAB_ALLPut cumul_tab_all (internal table used for SETCU/ADDCU)Public
CALL METHOD if_hr_pay_context_au=>PUT_CUMUL_TAB_ALL...more details

PUT_OSMTHOld Superannuation - MonthlyPublic
CALL METHOD if_hr_pay_context_au=>PUT_OSMTH...more details

PUT_OSQTROld Superannuation - QuarterlyPublic
CALL METHOD if_hr_pay_context_au=>PUT_OSQTR...more details

PUT_QHDAHigher Duty AllowancePublic
CALL METHOD if_hr_pay_context_au=>PUT_QHDA...more details

PUT_QSPRHR-AU-PS: Superannuation for Public Sector AustraliaPublic
CALL METHOD if_hr_pay_context_au=>PUT_QSPR...more details

PUT_QSUPSuperannuationPublic
CALL METHOD if_hr_pay_context_au=>PUT_QSUP...more details

PUT_RETPRetro Amts from Prev Financial YearPublic
CALL METHOD if_hr_pay_context_au=>PUT_RETP...more details

PUT_SHRSSuperannuation - HourlyPublic
CALL METHOD if_hr_pay_context_au=>PUT_SHRS...more details

PUT_SMTHSuperannuation - MonthlyPublic
CALL METHOD if_hr_pay_context_au=>PUT_SMTH...more details

PUT_SQTRSuperannuation - QuarterlyPublic
CALL METHOD if_hr_pay_context_au=>PUT_SQTR...more details

PUT_SUPCOMHR-AU-PS: Superable salary componentsPublic
CALL METHOD if_hr_pay_context_au=>PUT_SUPCOM...more details

PUT_TAXPTaxationPublic
CALL METHOD if_hr_pay_context_au=>PUT_TAXP...more details

SET_REFERENCE_AUSet the references for AU tables and variablesPublic
CALL METHOD if_hr_pay_context_au=>SET_REFERENCE_AU...more details




Links to Related Class(s)

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