SAP IF_HRPAYBE_NOV OO Class - Notification Viewer Framework









IF_HRPAYBE_NOV 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_HRPAYBE_NOV 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_HRPAYBE_NOV 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_TO_EE_RESULTAdd this Employee to the AT_EE_RESULTPublic
CALL METHOD if_hrpaybe_nov=>ADD_TO_EE_RESULT...more details

BUILD_LOGBuild LOG - MainPublic
CALL METHOD if_hrpaybe_nov=>BUILD_LOG...more details

BUILD_LOG_BODYBuild LOG - BodyPublic
CALL METHOD if_hrpaybe_nov=>BUILD_LOG_BODY...more details

BUILD_LOG_BODY_DETAILSBuild LOG - Body Details from ERROR frameworkPublic
CALL METHOD if_hrpaybe_nov=>BUILD_LOG_BODY_DETAILS...more details

BUILD_LOG_FORMBuild LOG - FORM IDPublic
CALL METHOD if_hrpaybe_nov=>BUILD_LOG_FORM...more details

BUILD_LOG_STATBuild LOG - StatisticsPublic
CALL METHOD if_hrpaybe_nov=>BUILD_LOG_STAT...more details

DISPLAY_LOGDisplay LOGPublic
CALL METHOD if_hrpaybe_nov=>DISPLAY_LOG...more details

FILTER_APPLYFilter - Apply filter conditionsPublic
CALL METHOD if_hrpaybe_nov=>FILTER_APPLY...more details

FILTER_APPLY_ERRORFilter - Apply filter conditions for errorsPublic
CALL METHOD if_hrpaybe_nov=>FILTER_APPLY_ERROR...more details

FIND_EMPLOYEEFind the Employee Number (PERNR) and the INSS from the NOTIPublic
CALL METHOD if_hrpaybe_nov=>FIND_EMPLOYEE...more details

MAPPING_ERROR_LOGMapping of Error from Notification to the Error Code SAPPublic
CALL METHOD if_hrpaybe_nov=>MAPPING_ERROR_LOG...more details

READ_MD_EMPLOYEERead Employee Master DataPublic
CALL METHOD if_hrpaybe_nov=>READ_MD_EMPLOYEE...more details

SET_FILTERSet the FilterPublic
CALL METHOD if_hrpaybe_nov=>SET_FILTER...more details

SET_FORMSet the DAQ formPublic
CALL METHOD if_hrpaybe_nov=>SET_FORM...more details

SET_SEL_PARAMSet the selection screen ParametersPublic
CALL METHOD if_hrpaybe_nov=>SET_SEL_PARAM...more details

SET_TEMSESet the Temse datasPublic
CALL METHOD if_hrpaybe_nov=>SET_TEMSE...more details

SET_VIEWDATESet the View DatePublic
CALL METHOD if_hrpaybe_nov=>SET_VIEWDATE...more details



IF_HRPAYBE_NOV 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
AR_DAQ_FORMInstance AttributeDAQLIKE
CL_HR99S00_DAQ
Public
AR_LOGInstance AttributeLog objectLIKE
CL_HRPAYBE_NOV_LOG
Public
AR_TEMSEInstance AttributeTEMSE ObjectLIKE
CL_HR99S00_TEMSE
Public
AS_FILTERInstance AttributeFilterLIKE
PBNOV_S_FILTER
Public
AS_NOTIInstance AttributeNoti FILTEREDLIKE
PBEEG_S_NOTI_FILE
Public
AS_NOTI_FILEInstance AttributeNoti fileLIKE
PBEEG_S_NOTI_FILE
Public
AS_NOVInstance AttributeNoti to Display (LOG)LIKE
PBNOV_S_LOG
Public
AS_TEMSE_ATRInstance AttributeTemse AttributesLIKE
PBEEG_S_TEMSE_ATR_NOTI
Public
AT_EE_RESULTInstance AttributeAll Employees, org & resultLIKE
PBNOV_T_EE_RESULT
Public
AT_ERRORInstance AttributeError listLIKE
P99SF_TAB_ERROR
Public
AT_P0001Instance AttributeHR Master Record: Infotype 0001 (Organizational Assignment)LIKE
P0001_TAB
Public
AT_P0002Instance AttributeHR Master Record: Infotype 0002 (Personal Data)LIKE
P0002_TAB
Public
AT_P0100Instance AttributeHR Master Record: Infotype 0100 (SI Data Belgium)LIKE
P0100_TAB
Public
AT_PRELPInstance AttributeInfotype Data BufferLIKE
P99SG_TAB_PRELP
Public
AT_RSPARInstance AttributePARAMetersLIKE
RSPARAMS_TT
Public
AV_APPLInstance AttributeAPPLLIKE
T5F99F0-APPL
Public
AV_DATEInstance AttributeDateLIKE
D
Public
AV_DISPLAY_ORDERInstance AttributeNot More Closely Defined Area, Possibly Used for PatchlevelsLIKE
CHAR4
Public
AV_MOLGAInstance AttributeMOLGALIKE
MOLGA
Public
AV_VERSIONInstance AttributeVERSIONLIKE
P12_VERSION
Public


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!