SAP IF_HRPAYBE_DAQ_EGOV OO Class - Interface for misc. data in DAQ









IF_HRPAYBE_DAQ_EGOV 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_DAQ_EGOV 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_DAQ_EGOV 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
CREATE_TEMSECreate Temse from documentPublic
CALL METHOD if_hrpaybe_daq_egov=>CREATE_TEMSE...more details

FILL_ALV_TABfield ALV table (forms overview )Public
CALL METHOD if_hrpaybe_daq_egov=>FILL_ALV_TAB...more details

FILL_EDITABLE_FIELDS_TABfield ALV table for editable form fieldsPublic
CALL METHOD if_hrpaybe_daq_egov=>FILL_EDITABLE_FIELDS_TAB...more details

FILL_TEMSEfill temse linesPublic
CALL METHOD if_hrpaybe_daq_egov=>FILL_TEMSE...more details

GET_ALV_FIELD_CATget field cat for ALVPublic
CALL METHOD if_hrpaybe_daq_egov=>GET_ALV_FIELD_CAT...more details

GET_AV_CHANNELGet AV ChannelPublic
CALL METHOD if_hrpaybe_daq_egov=>GET_AV_CHANNEL...more details

GET_CLASS_FACTORYGet reference to the class factoryPublic
CALL METHOD if_hrpaybe_daq_egov=>GET_CLASS_FACTORY...more details

GET_DIMONA_INFOGet Dimona InfoPublic
CALL METHOD if_hrpaybe_daq_egov=>GET_DIMONA_INFO...more details

GET_DMFA_INFOPublic
CALL METHOD if_hrpaybe_daq_egov=>GET_DMFA_INFO...more details

GET_EDITABLE_FIELDCATGet ALV field catalogue for editable declaration fieldsPublic
CALL METHOD if_hrpaybe_daq_egov=>GET_EDITABLE_FIELDCAT...more details

GET_END_DATEEnd date of Declaration periodPublic
CALL METHOD if_hrpaybe_daq_egov=>GET_END_DATE...more details

GET_ERRORSget list of errorsPublic
CALL METHOD if_hrpaybe_daq_egov=>GET_ERRORS...more details

GET_ERRORS_DAQget list of errors from DAQPublic
CALL METHOD if_hrpaybe_daq_egov=>GET_ERRORS_DAQ...more details

GET_FORMSget created formsPublic
CALL METHOD if_hrpaybe_daq_egov=>GET_FORMS...more details

GET_FORM_SECTIONGet basic form dataPublic
CALL METHOD if_hrpaybe_daq_egov=>GET_FORM_SECTION...more details

GET_GEN_DATEGet generation date of declarationPublic
CALL METHOD if_hrpaybe_daq_egov=>GET_GEN_DATE...more details

GET_IT_TABRetrieve entries of the queried infotypePublic
CALL METHOD if_hrpaybe_daq_egov=>GET_IT_TAB...more details

GET_PAYROLL_TABRetrieve the queried payroll tablePublic
CALL METHOD if_hrpaybe_daq_egov=>GET_PAYROLL_TAB...more details

GET_REFERENCE_SECTIONGet referencePublic
CALL METHOD if_hrpaybe_daq_egov=>GET_REFERENCE_SECTION...more details

GET_RSZNRget number of social insurancePublic
CALL METHOD if_hrpaybe_daq_egov=>GET_RSZNR...more details

GET_SDOG_WAGE_VALUESGet table of calculated wage typesPublic
CALL METHOD if_hrpaybe_daq_egov=>GET_SDOG_WAGE_VALUES...more details

GET_SOBA_INFOGet Social Balance InfoPublic
CALL METHOD if_hrpaybe_daq_egov=>GET_SOBA_INFO...more details

GET_START_DATEStart date of Declaration periodPublic
CALL METHOD if_hrpaybe_daq_egov=>GET_START_DATE...more details

GET_TEST_MODEGet test modePublic
CALL METHOD if_hrpaybe_daq_egov=>GET_TEST_MODE...more details

INSTANTIATE_FORMinstantiates the corresponding DAQ-formPublic
CALL METHOD if_hrpaybe_daq_egov=>INSTANTIATE_FORM...more details

PROCESS_EMPLOYEEprocess employeePublic
CALL METHOD if_hrpaybe_daq_egov=>PROCESS_EMPLOYEE...more details

PROCESS_EMPLOYEE_TABLESprocess employee tablesPublic
CALL METHOD if_hrpaybe_daq_egov=>PROCESS_EMPLOYEE_TABLES...more details

SET_SEL_PARAMSSet selection screen parametersPublic
CALL METHOD if_hrpaybe_daq_egov=>SET_SEL_PARAMS...more details

UPDATE_EDITABLE_FIELDSUpdate editable fields in internal tablesPublic
CALL METHOD if_hrpaybe_daq_egov=>UPDATE_EDITABLE_FIELDS...more details



IF_HRPAYBE_DAQ_EGOV 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
MO_CLASS_FACTORYInstance AttributeClasses factory interfaceLIKE
IF_HRPAYXX_CLASS_FACTORY
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!