HPHRSSS0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Philippines Social Security Report (HPHRSSS0) This program displays and prints the statutory Social Security System (SSS) report, which details the monthly and quarterly contributions of the employer and the employees towards SSS...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter HPHRSSS0 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.
Selection Text: SSSGRP = SSS Group
Selection Text: QUATR_YR = Calendar Year
Selection Text: QUATR_PR = Quarter
Selection Text: QTR =
Selection Text: MTH =
Selection Text: CUMYR_PR = Calendar Year
Selection Text: CUMNO_PR = Calendar Month
Title: PY-PH: Social Security Report
Text Symbol: 030 = Payroll results for this month exist partially only until payroll period &1 &2
Text Symbol: 031 = Could not read table &1
Text Symbol: 032 = Could not retrieve payroll results
Text Symbol: 041 = Employee has multiple SSS groupings.
Text Symbol: 045 = EMP. NAME
Text Symbol: 047 = SSS No.
Text Symbol: 051 = PROCESSED BY | MONTH | | |VALIDATION NO | EMPLOYEES | COMPENSATION |(Signature over printed name)
Text Symbol: 052 = |1st MONTH| | | | | |
Text Symbol: 053 = 1ST-Month 2ND-Month 3RD-Month
Text Symbol: 054 = Quarter Ending:
Text Symbol: 055 = Totals For This Page:
Text Symbol: 056 = COMBINED CONTRIBUTIONS FOR SS AND EC
Text Symbol: 057 = REMARKS
Text Symbol: 058 = |2nd MONTH| | | | | | ___________________________
Text Symbol: 059 = |3rd MONTH| | | | | | OFFICIAL DESIGNATION:
Text Symbol: 060 = ----- NOTHING FOLLOWS -------------------------------------------------------------------------------------------------------------
Text Symbol: 061 = Quarterly Collection List
Text Symbol: 062 = REGULAR QUARTERLY COLLECTION LIST
Text Symbol: 065 = SSS Grouping
Text Symbol: 077 = Month
Text Symbol: 001 = Contribution Reports
Text Symbol: 002 = Monthly contribution report
Text Symbol: 003 = Quarterly contribution report
Text Symbol: 004 = ER's SHARE:
Text Symbol: 005 = EE's SHARE:
Text Symbol: 006 = GRAND TOTALS:
Text Symbol: 007 = Last Name First Name MI
Text Symbol: 008 = SSS MONTHLY CONTRIBUTION (R-5)
Text Symbol: 009 = EMPLOYER SHARE
Text Symbol: 010 = EMPLOYEE SHARE
INCLUDE HPHRSSSD.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.