SAP IF_HRPAYCH_DECL OO Class - Simple XML Notification to an Authority









IF_HRPAYCH_DECL 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_HRPAYCH_DECL 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_HRPAYCH_DECL 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
B2A_CREATECreate New Process in B2A ManagerPublic
CALL METHOD if_hrpaych_decl=>B2A_CREATE...more details

B2A_DELETEDelete Persistently Stored Notification Data in B2A ManagerPublic
CALL METHOD if_hrpaych_decl=>B2A_DELETE...more details

B2A_RESTORERestore Notification Data from Process in B2A ManagerPublic
CALL METHOD if_hrpaych_decl=>B2A_RESTORE...more details

B2A_STOREPersistently Save Notification Data to B2A Manager ProcessPublic
CALL METHOD if_hrpaych_decl=>B2A_STORE...more details

DECL_CHECK_IS_ERRONEOUSTrue ('X') If Notification is Flagged as Containing ErrorsPublic
CALL METHOD if_hrpaych_decl=>DECL_CHECK_IS_ERRONEOUS...more details

DECL_CREATE_XMLConvert Notification Data to XML File (Official Format)Public
CALL METHOD if_hrpaych_decl=>DECL_CREATE_XML...more details

DECL_GET_ADM_DATAQuery Format and Version of NotificationPublic
CALL METHOD if_hrpaych_decl=>DECL_GET_ADM_DATA...more details

DECL_GET_RSPARAMSRead Stored Selection ParametersPublic
CALL METHOD if_hrpaych_decl=>DECL_GET_RSPARAMS...more details

DECL_GET_XMLRequest XML FilePublic
CALL METHOD if_hrpaych_decl=>DECL_GET_XML...more details

DECL_INIT_ADM_DATAInitialize Notific. (Only Called by Factory Upon Creation)Public
CALL METHOD if_hrpaych_decl=>DECL_INIT_ADM_DATA...more details

DECL_INIT_SET_RSPARAMSStore Selection Parameters for Report to Be CreatedPublic
CALL METHOD if_hrpaych_decl=>DECL_INIT_SET_RSPARAMS...more details

DECL_MARK_AS_ERRONEOUSFlag Notification as Containing ErrorsPublic
CALL METHOD if_hrpaych_decl=>DECL_MARK_AS_ERRONEOUS...more details

DECL_SET_OUTPUTInsert Output Structure of NotificationPublic
CALL METHOD if_hrpaych_decl=>DECL_SET_OUTPUT...more details

DECL_SPECIFIC_GET_FILENAMEReturns the File NamePublic
CALL METHOD if_hrpaych_decl=>DECL_SPECIFIC_GET_FILENAME...more details




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!