SAP IF_HRPAYMX_DAQ_MISC OO Class - Interface for miscellaneous data in DAQ









IF_HRPAYMX_DAQ_MISC 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_HRPAYMX_DAQ_MISC 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_HRPAYMX_DAQ_MISC 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_TEMSECreates TemSe filePublic
CALL METHOD if_hrpaymx_daq_misc=>CREATE_TEMSE...more details

DISPLAY_ALV_GRIDShows ALV GridPublic
CALL METHOD if_hrpaymx_daq_misc=>DISPLAY_ALV_GRID...more details

FILL_ALV_DETAIL_TABFills detailed ALV listPublic
CALL METHOD if_hrpaymx_daq_misc=>FILL_ALV_DETAIL_TAB...more details

FILL_ALV_TABFills ALV listPublic
CALL METHOD if_hrpaymx_daq_misc=>FILL_ALV_TAB...more details

FILL_TEMSEFills in TemSe file linesPublic
CALL METHOD if_hrpaymx_daq_misc=>FILL_TEMSE...more details

GET_ALV_FIELD_CATObtains field catalog for ALV listPublic
CALL METHOD if_hrpaymx_daq_misc=>GET_ALV_FIELD_CAT...more details

GET_COMPANY_DATAObtains company dataPublic
CALL METHOD if_hrpaymx_daq_misc=>GET_COMPANY_DATA...more details

GET_END_DATEEnd date of declaration periodPublic
CALL METHOD if_hrpaymx_daq_misc=>GET_END_DATE...more details

GET_ERRORSObtains error listPublic
CALL METHOD if_hrpaymx_daq_misc=>GET_ERRORS...more details

GET_FORMSObtains created declarationPublic
CALL METHOD if_hrpaymx_daq_misc=>GET_FORMS...more details

GET_FORM_SECTIONObtains declaration basic dataPublic
CALL METHOD if_hrpaymx_daq_misc=>GET_FORM_SECTION...more details

GET_GEN_DATEObtains declaration generation datePublic
CALL METHOD if_hrpaymx_daq_misc=>GET_GEN_DATE...more details

GET_PAYROLL_COMPObtains required payroll tablePublic
CALL METHOD if_hrpaymx_daq_misc=>GET_PAYROLL_COMP...more details

GET_REFERENCE_SECTIONObtains referencePublic
CALL METHOD if_hrpaymx_daq_misc=>GET_REFERENCE_SECTION...more details

GET_RFCObtains RFCPublic
CALL METHOD if_hrpaymx_daq_misc=>GET_RFC...more details

GET_START_DATEDeclaration period start datePublic
CALL METHOD if_hrpaymx_daq_misc=>GET_START_DATE...more details

HIDE_ALV_EMPTY_FIELDSuppresses empty fields displayPublic
CALL METHOD if_hrpaymx_daq_misc=>HIDE_ALV_EMPTY_FIELD...more details

INSTANTIATE_FORMSubmits the corresponding DAQ declarationPublic
CALL METHOD if_hrpaymx_daq_misc=>INSTANTIATE_FORM...more details

PROCESS_EMPLOYEEEmployee prcssngPublic
CALL METHOD if_hrpaymx_daq_misc=>PROCESS_EMPLOYEE...more details

PROCESS_EMPLOYEE_TABLESProcesses employer tablesPublic
CALL METHOD if_hrpaymx_daq_misc=>PROCESS_EMPLOYEE_TABLES...more details

READ_T7MX01Reads additional company informationPublic
CALL METHOD if_hrpaymx_daq_misc=>READ_T7MX01...more details

SET_SEL_PARAMSSets selection screen parametersPublic
CALL METHOD if_hrpaymx_daq_misc=>SET_SEL_PARAMS...more details

SORT_ALV_TABLEAssigns position and sorts ALV list tablePublic
CALL METHOD if_hrpaymx_daq_misc=>SORT_ALV_TABLE...more details



IF_HRPAYMX_DAQ_MISC 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
GC_ACTUAL_PERIODConstantRecord update indicator'A'LIKE
SRTZA
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!