SAP IF_HRPAYFR_MV OO Class - Meal tickets: Interface









IF_HRPAYFR_MV 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_HRPAYFR_MV 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_HRPAYFR_MV 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
BUILD_FILE_BODYBuild file bodyPublic
CALL METHOD if_hrpayfr_mv=>BUILD_FILE_BODY...more details

BUILD_FILE_HEADERBuild file headersPublic
CALL METHOD if_hrpayfr_mv=>BUILD_FILE_HEADER...more details

BUILD_FILE_NAMEBuild file NAMEPublic
CALL METHOD if_hrpayfr_mv=>BUILD_FILE_NAME...more details

BUILD_FILE_TRAILERBuild file trailerPublic
CALL METHOD if_hrpayfr_mv=>BUILD_FILE_TRAILER...more details

FORMAT_DATE_TO_DDMMYYYYFormat date to DDMMYYYYPublic
CALL METHOD if_hrpayfr_mv=>FORMAT_DATE_TO_DDMMYYYY...more details

GET_EMPLOYEE_ADDRESSGet employee addressPublic
CALL METHOD if_hrpayfr_mv=>GET_EMPLOYEE_ADDRESS...more details

GET_EMPLOYEE_DATAGet employee dataPublic
CALL METHOD if_hrpayfr_mv=>GET_EMPLOYEE_DATA...more details

GET_EMPLOYEE_FEATURE_FTIR1Get employe feature FTIR1 valuePublic
CALL METHOD if_hrpayfr_mv=>GET_EMPLOYEE_FEATURE_FTIR1...more details

GET_EMPLOYER_SOCIAL_RAISONGet employer Business name (feature FDDR1 + T536A)Public
CALL METHOD if_hrpayfr_mv=>GET_EMPLOYER_SOCIAL_RAISON...more details

INITIALIZE_EMPLOYEEInitialize employee dataPublic
CALL METHOD if_hrpayfr_mv=>INITIALIZE_EMPLOYEE...more details

READ_FEATURE_FDDR1Read feature FDDR1 valuePublic
CALL METHOD if_hrpayfr_mv=>READ_FEATURE_FDDR1...more details

READ_FEATURE_FTIR1Read feature FTIR1 valuePublic
CALL METHOD if_hrpayfr_mv=>READ_FEATURE_FTIR1...more details

READ_MT_P0001Read attribute MT_P0001Public
CALL METHOD if_hrpayfr_mv=>READ_MT_P0001...more details

READ_MT_P0002Read attribute MT_P0002Public
CALL METHOD if_hrpayfr_mv=>READ_MT_P0002...more details

READ_MT_P0006Read attribute MT_P0006Public
CALL METHOD if_hrpayfr_mv=>READ_MT_P0006...more details

READ_MT_P0105Read attribute MT_P0105Public
CALL METHOD if_hrpayfr_mv=>READ_MT_P0105...more details

READ_MT_P0217Read attribute MT_P0217Public
CALL METHOD if_hrpayfr_mv=>READ_MT_P0217...more details

READ_T536ARead table T536APublic
CALL METHOD if_hrpayfr_mv=>READ_T536A...more details



IF_HRPAYFR_MV 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
CO_FEATURE_FDDR1ConstantCharacteristic name'FDDR1'LIKE
MERK1
Public
CO_FEATURE_FTIR1ConstantCharacteristic name'FTIR1'LIKE
MERK1
Public
CO_T536A_SEQNU_POSTAL_CODEConstantText ID'D'LIKE
P00_SEQNA
Public
CO_T536A_SEQNU_SOCIAL_RAISONConstantText ID'A'LIKE
P00_SEQNA
Public
MO_MESSAGE_HANDLERInstance AttributeLIKE
Private


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!