SAP IF_HRPAYCH_PYF_ACCESS_PR_PLOGA OO Class - Display ALV Grid in Log: Interface









IF_HRPAYCH_PYF_ACCESS_PR_PLOGA 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_PYF_ACCESS_PR_PLOGA 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_PYF_ACCESS_PR_PLOGA 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
GET_ALV_LOG_DETAIL_LVLLevel of DetailPublic
CALL METHOD if_hrpaych_pyf_access_pr_ploga=>GET_ALV_LOG_DETAIL_LVL...more details

GET_ALV_LOG_IS_ACTIVECheck whether ALV Output is to take placePublic
CALL METHOD if_hrpaych_pyf_access_pr_ploga=>GET_ALV_LOG_IS_ACTIVE...more details

GET_CHVS_LINERead Row of Table CHVSPublic
CALL METHOD if_hrpaych_pyf_access_pr_ploga=>GET_CHVS_LINE...more details

GET_FAK_LINERead Row of Table FAKPublic
CALL METHOD if_hrpaych_pyf_access_pr_ploga=>GET_FAK_LINE...more details

GET_FMZR_LINERead Row of Table FMZRPublic
CALL METHOD if_hrpaych_pyf_access_pr_ploga=>GET_FMZR_LINE...more details

GET_HEADERRead Cross-Period DataPublic
CALL METHOD if_hrpaych_pyf_access_pr_ploga=>GET_HEADER...more details

GET_LGART_TABRead Table with Wage TypesPublic
CALL METHOD if_hrpaych_pyf_access_pr_ploga=>GET_LGART_TAB...more details

GET_LGART_TAB_CERead Table with Wage Types (CE-Enabled)Public
CALL METHOD if_hrpaych_pyf_access_pr_ploga=>GET_LGART_TAB_CE...more details

GET_PCAL_APERCurrent Row of Table APER in Payroll AccountingPublic
CALL METHOD if_hrpaych_pyf_access_pr_ploga=>GET_PCAL_APER...more details

GET_PCAL_ASCurrent Row in Payroll SchemaPublic
CALL METHOD if_hrpaych_pyf_access_pr_ploga=>GET_PCAL_AS...more details

GET_PCAL_SW_PROTLog Indicator Payroll AccountingPublic
CALL METHOD if_hrpaych_pyf_access_pr_ploga=>GET_PCAL_SW_PROT...more details

GET_PK_LINERead Row of Table PKPublic
CALL METHOD if_hrpaych_pyf_access_pr_ploga=>GET_PK_LINE...more details

GET_SI_NUMBERSI NumberPublic
CALL METHOD if_hrpaych_pyf_access_pr_ploga=>GET_SI_NUMBER...more details

GET_ST_LINERead Row of Table STPublic
CALL METHOD if_hrpaych_pyf_access_pr_ploga=>GET_ST_LINE...more details

GET_SV_LINERead Row of Table SVPublic
CALL METHOD if_hrpaych_pyf_access_pr_ploga=>GET_SV_LINE...more details

GET_V0_LINERead Row of Table V0Public
CALL METHOD if_hrpaych_pyf_access_pr_ploga=>GET_V0_LINE...more details

GET_WHTP_LINERead Row of Table WHTPPublic
CALL METHOD if_hrpaych_pyf_access_pr_ploga=>GET_WHTP_LINE...more details

GET_WPBP_LINERead Row of Table WPBPPublic
CALL METHOD if_hrpaych_pyf_access_pr_ploga=>GET_WPBP_LINE...more details



IF_HRPAYCH_PYF_ACCESS_PR_PLOGA 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_OUTPUTStatic AttributeTable Type for Displaying the ALV Grid in the Payroll LogLIKE
HRPAYCH_T_PYF_PLOG_ALV
Public
GC_MAX_NUM_PERConstantMaximum Number of Periods that can be Displayed'014'LIKE
NUMC3
Public
GV_MAX_PERStatic AttributeLatest For-PeriodLIKE
FAPER
Public
GV_MIN_PERStatic AttributeEarliest For-PeriodLIKE
FAPER
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!