H99PLOGS is a standard ABAP INCLUDE available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter H99PLOGS into the relevant SAP transactions such as SE38 or SE80
This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.
Title: Subroutine Pool for Payroll Log for Special Payments
Text Symbol: SA1 = Determine relevant Customizing settings
Text Symbol: SA2 = Internal table I530B of exception conditions
Text Symbol: SA3 = Internal table I530C mit valid special payments
Text Symbol: SA4 = Internal table I530D with service-related factors
Text Symbol: SB1 = Determination of entitlement for special payments
Text Symbol: SB2 = Determine payable amounts for special payments
Text Symbol: SB3 = Employee is not entitled to special payments
Text Symbol: SB5 = Payment triggered by wage type in IT 0014/0015
Text Symbol: SB6 = Preset amount
Text Symbol: SB7 = Preset number
Text Symbol: SB8 = Payment triggered by exception situation
Text Symbol: SB9 = Exception is not valid for EE, emp.per. length is too short
Text Symbol: SBA = General payment period I
Text Symbol: SBB = General payment period II
Text Symbol: SBC = Waiting time has expired --> Payment
Text Symbol: SBD = No reason for payment
Text Symbol: SBE = Action, reason
Text Symbol: SBF = Absence symbol
Text Symbol: SBG = Change of person subgroup
Text Symbol: SBH = Payment from/to
Text Symbol: SBI = From
Text Symbol: SBJ = To
Text Symbol: SBK = SpecialRule
Text Symbol: SBM = Annual delimitation new entry --> payment
Text Symbol: SBN = Base for entitlement determination
Text Symbol: SBO = Calendar days
Text Symbol: SBP = Average calendar days
Text Symbol: SBQ = Calendar days in tens
Text Symbol: SBR = Calendar days in payroll period in tens
Text Symbol: SBS = Workdays
Text Symbol: SBT = Existing entitlement in days
Text Symbol: SBU = Entitlement in days to end
Text Symbol: SBV = Max. entitlement in days
Text Symbol: SBW = Percentage share
Text Symbol: SC1 = Entitlement quota placed in IT
Text Symbol: SC2 = Wage type
Text Symbol: SC3 = Number of
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
HR_PL_D_99_I530B CALL FUNCTION 'HR_PL_D_99_I530B' EXPORTING IMP_INTCA = INTCA * IMP_MARKTAB = SPACE IMP_CURRENCY = CURR IMP_TABLE =
* IMP_LOOK = * imp_detail = IMP_PROCESS = 'X' IMP_LEVEL = '1' TABLES IMP_PTEXT = PTEXT EXCEPTIONS OTHERS = 0.
HR_PL_D_99_I530C CALL FUNCTION 'HR_PL_D_99_I530C' EXPORTING IMP_INTCA = INTCA * IMP_MARKTAB = SPACE IMP_CURRENCY = CURR IMP_TABLE =
* IMP_LOOK = IMP_DETAIL = ' ' IMP_PROCESS = 'X' IMP_LEVEL = '1' TABLES IMP_PTEXT = PTEXT EXCEPTIONS OTHERS = 0.
HR_PL_D_99_I530D CALL FUNCTION 'HR_PL_D_99_I530D' EXPORTING IMP_INTCA = INTCA * IMP_MARKTAB = SPACE IMP_CURRENCY = CURR IMP_TABLE =
* IMP_LOOK = * imp_detail = IMP_PROCESS = 'X' IMP_LEVEL = '1' TABLES IMP_PTEXT = PTEXT EXCEPTIONS OTHERS = 0.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.
This will then be available for everyone to easily find by simply searching on the report name H99PLOGS or its description.
H99PLOGS - Subroutine Pool for Payroll Log for Special Payments H99PLOGS - Subroutine Pool for Payroll Log for Special Payments H99PLOGR - documentation and ABAP source code H99PLOGPF - Subroutine Pool for Pension Fund Payroll Log H99PLOGPF - Subroutine Pool for Pension Fund Payroll Log H99PLOGO - Subroutine Pool: Outsourcing of International Log Routines