SAP Reports / Programs | Payroll | Philippines(PY-PH) SAP PY

HPHRSSS0 SAP ABAP Report - PY-PH: Social Security Report







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT HPHRSSS0. "Basic submit
SUBMIT HPHRSSS0 AND RETURN. "Return to original report after report execution complete
SUBMIT HPHRSSS0 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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





Text Symbol: 011 = Cost Ctr SSS EC Total
Text Symbol: 012 = Cost Ctr SSS Total G.Total
Text Symbol: 013 = SSS Form R-3
Text Symbol: 014 = Employer:
Text Symbol: 015 = SSS number:
Text Symbol: 016 = Report Issued On:
Text Symbol: 017 = Applicable Month/Year:
Text Symbol: 018 = TOTAL NUMBER OF EMPLOYEES:
Text Symbol: 019 = Address:
Text Symbol: 020 = S-Separated
Text Symbol: 021 = NE-No Earnings
Text Symbol: 023 = FOR SSS USE ONLY | QUARTER |TOTAL CONTRIBUTION|DATE PAID|SBR and/or SSS| NUMBER OF | TOTAL ACTUAL | CERTIFIED CORRECT AND PAID:
Text Symbol: 024 = Page:
Text Symbol: 025 = Calender month
Text Symbol: 026 = Calender year
Text Symbol: 027 = Quarter
Text Symbol: 028 = Unable to retrieve complete details for company &1
Text Symbol: 029 = MESSAGES


INCLUDES used within this REPORT HPHRSSS0

INCLUDE HPHRSSSD.


TABLES used within REPORT and the associated SELECT statement:

No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

No SAP FUNCTION MODULES are executed within this report code!



Contribute (Add Comments)

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 HPHRSSS0 or its description.