SAP IF_HRPAYBE_BOWA OO Class - Interface for BOWA class









IF_HRPAYBE_BOWA 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_BOWA 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_BOWA 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
CALCULATE_CUMULATIONSGenerate Cumulations ( Rec8 and Rec9 )Public
CALL METHOD if_hrpaybe_bowa=>CALCULATE_CUMULATIONS...more details

CREATE_TEMSE_ATTRIBUTESCreate the Temse Attributes from the declarationPublic
CALL METHOD if_hrpaybe_bowa=>CREATE_TEMSE_ATTRIBUTES...more details

FILL_ALV_TABFill ALV tab with declaration headerPublic
CALL METHOD if_hrpaybe_bowa=>FILL_ALV_TAB...more details

FILL_ALV_TAB_EMPLOYEEFill ALV tab with declaration header for employee'sPublic
CALL METHOD if_hrpaybe_bowa=>FILL_ALV_TAB_EMPLOYEE...more details

GET_ALV_FIELDCATGet Field catalogue for ALV DisplayPublic
CALL METHOD if_hrpaybe_bowa=>GET_ALV_FIELDCAT...more details

GET_ALV_FIELDCAT_EMPLOYEEGet Field catalogue for ALV Display for employee'sPublic
CALL METHOD if_hrpaybe_bowa=>GET_ALV_FIELDCAT_EMPLOYEE...more details

INITIALIZEInitialize basic dataPublic
CALL METHOD if_hrpaybe_bowa=>INITIALIZE...more details

INITIALIZE_EMPLOYEEInitialize employee specific dataPublic
CALL METHOD if_hrpaybe_bowa=>INITIALIZE_EMPLOYEE...more details

IS_DECLARATION_CREATEDData for declaration availablePublic
CALL METHOD if_hrpaybe_bowa=>IS_DECLARATION_CREATED...more details

PROCESS_EMPLOYEEGenerate Rec0, Rec1 and Rec2 per employeePublic
CALL METHOD if_hrpaybe_bowa=>PROCESS_EMPLOYEE...more details

READ_SENDER_DATAread sender data from institution tablesPublic
CALL METHOD if_hrpaybe_bowa=>READ_SENDER_DATA...more details

SET_SEL_PARAMSPass selection screen parameterPublic
CALL METHOD if_hrpaybe_bowa=>SET_SEL_PARAMS...more details

TDC_GENERATE_VARIANTGenerate TDC variantPublic
CALL METHOD if_hrpaybe_bowa=>TDC_GENERATE_VARIANT...more details

TEST_STRUCTURESTest output structure, field filled with zone number.Public
CALL METHOD if_hrpaybe_bowa=>TEST_STRUCTURES...more details

WRITE_TO_STATUS_HANDLERWrite data to status handlerPublic
CALL METHOD if_hrpaybe_bowa=>WRITE_TO_STATUS_HANDLER...more details

WRITE_TO_TEMSEWrite internal tables to Temse formatPublic
CALL METHOD if_hrpaybe_bowa=>WRITE_TO_TEMSE...more details



IF_HRPAYBE_BOWA 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
MS_REC9Instance AttributeLIKE
PBEBW_REC9
Public
MS_SENDERInstance AttributeLIKE
PBEBW_SENDER
Public
MT_EMPLOYERInstance AttributeLIKE
PBEBW_TAB_EMPLOYER
Public
MT_FICHESInstance AttributeLIKE
PBEBW_TAB_REC2
Public
MT_HRERRORInstance AttributeLIKE
P99SF_TAB_ERROR
Public
MT_NEG_AMTInstance AttributeLIKE
PBEBW_TAB_INCOMES_ZONES
Public
MT_NEG_ERRORInstance AttributeLIKE
PBEBW_TAB_INCOMES_ZONES
Public
MT_NEG_ERROR_BG_LOGInstance AttributeLIKE
P99SF_TAB_ERROR
Public
MT_REC8Instance AttributeLIKE
PBEBW_TAB_REC8
Public
M_VERSIONInstance AttributeForms : VersionLIKE
P_99S_FOVER
Public
PY_ACTIInstance AttributeSingle-Character IndicatorLIKE
CHAR1
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!