SAP IF_HRPAYIT_FORM_TABLE_HANDLER OO Class - IF_HRPAYIT_FORM_TABLE_HANDLER









IF_HRPAYIT_FORM_TABLE_HANDLER 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_HRPAYIT_FORM_TABLE_HANDLER 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_HRPAYIT_FORM_TABLE_HANDLER 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
APPEND_TABLE_PER_PERSONAPPEND_TABLE_PER_PERSONPublic
CALL METHOD if_hrpayit_form_table_handler=>APPEND_TABLE_PER_PERSON...more details

CHECK_EMPTY_TABLECheck if the global vartab is emptyPublic
CALL METHOD if_hrpayit_form_table_handler=>CHECK_EMPTY_TABLE...more details

DELETE_TABLESDelete all the table handler's tablesPublic
CALL METHOD if_hrpayit_form_table_handler=>DELETE_TABLES...more details

DELETE_TABLE_PER_PERSONDelete the vartab of a CIDPublic
CALL METHOD if_hrpayit_form_table_handler=>DELETE_TABLE_PER_PERSON...more details

GET_PERNR_LISTget list of pernr for viewerPublic
CALL METHOD if_hrpayit_form_table_handler=>GET_PERNR_LIST...more details

GET_PERNR_TABLEGet Pern tablePublic
CALL METHOD if_hrpayit_form_table_handler=>GET_PERNR_TABLE...more details

GET_SELECTED_VARTABGet selected vartabPublic
CALL METHOD if_hrpayit_form_table_handler=>GET_SELECTED_VARTAB...more details

GET_STATUS_PER_PERSONGET_STATUS_PER_PERSONPublic
CALL METHOD if_hrpayit_form_table_handler=>GET_STATUS_PER_PERSON...more details

GET_TABLEGET_TABLEPublic
CALL METHOD if_hrpayit_form_table_handler=>GET_TABLE...more details

GET_TABLE_PER_PERSONGET_TABLE_PER_PERSONPublic
CALL METHOD if_hrpayit_form_table_handler=>GET_TABLE_PER_PERSON...more details

ITERATORITERATORPublic
CALL METHOD if_hrpayit_form_table_handler=>ITERATOR...more details

READ_TABLE_FROM_TEMSEREAD_TABLE_FROM_TEMSEPublic
CALL METHOD if_hrpayit_form_table_handler=>READ_TABLE_FROM_TEMSE...more details

RESETreset table handlerPublic
CALL METHOD if_hrpayit_form_table_handler=>RESET...more details

SET_PERNR_TABLESet Pern tablePublic
CALL METHOD if_hrpayit_form_table_handler=>SET_PERNR_TABLE...more details

SET_STATUS_PER_PERSONSET_STATUS_PER_PERSONPublic
CALL METHOD if_hrpayit_form_table_handler=>SET_STATUS_PER_PERSON...more details

SET_TABLESET_TABLEPublic
CALL METHOD if_hrpayit_form_table_handler=>SET_TABLE...more details

SET_TABLE_PER_PERSONSET_TABLE_PER_PERSONPublic
CALL METHOD if_hrpayit_form_table_handler=>SET_TABLE_PER_PERSON...more details

SET_TYPRO_AND_STATSset typro and statsPublic
CALL METHOD if_hrpayit_form_table_handler=>SET_TYPRO_AND_STATS...more details

UPDATE_STATUS_DBUPDATE_STATUS_DBPublic
CALL METHOD if_hrpayit_form_table_handler=>UPDATE_STATUS_DB...more details

WRITE_TABLE_TO_TEMSEWRITE_TABLE_TO_TEMSEPublic
CALL METHOD if_hrpayit_form_table_handler=>WRITE_TABLE_TO_TEMSE...more details



IF_HRPAYIT_FORM_TABLE_HANDLER 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
AT_STRUC_FIELDSInstance AttributeTable of fields to generate dynamic tableLIKE
P15_TAB_DYNSTR
Public
A_FORMInstance AttributeA_FORMLIKE
P15_FORM
Public
A_LINE_TYPEInstance AttributeTable nameLIKE
TABNAME
Public
A_TAB_TYPEInstance AttributeTable type nameLIKE
P15_TTYPENAME
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!