SAP Reports / Programs

HPHREDI0 SAP ABAP Report - PY-PH: SSSEdiNet







HPHREDI0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Use this report to generate the file on the monthly Social Security System (SSS) payments made by your organization...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 HPHREDI0 into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

PC00_M48_REDI - SSS EDI Net


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 HPHREDI0. "Basic submit
SUBMIT HPHREDI0 AND RETURN. "Return to original report after report execution complete
SUBMIT HPHREDI0 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: CUMYR_PR = Calendar year
Selection Text: CUMNO_PR = Calendar month
Title: PY-PH: SSSEdiNet
Text Symbol: 040 = August
Text Symbol: 041 = September
Text Symbol: 042 = October
Text Symbol: 043 = November
Text Symbol: 044 = December
Text Symbol: 045 = Payroll area &1 has not been exited for period &2
Text Symbol: 046 = Payroll area &1 has a status of exit for period &2
Text Symbol: 057 = * * * T E S T O N L Y - N O F I L E C R E A T E D * * *
Text Symbol: 058 = File name
Text Symbol: 059 = Document number
Text Symbol: 060 = PC file
Text Symbol: 061 = File Details
Text Symbol: 062 = Monthly contribution list (MCL) &
Text Symbol: 063 = Employee pre-validation file (EPF)
Text Symbol: 064 = Transfer Details
Text Symbol: 065 = Report Grouping
Text Symbol: 067 = Path/Directory
Text Symbol: 068 = Test
Text Symbol: 069 = Reference payment order number
Text Symbol: 070 = Employee has multiple SSS Groupings
Text Symbol: 071 = Tax grouping could not be found
Text Symbol: 072 = Employer locator code
Text Symbol: 073 = * * * M C L T E S T F I L E * * *
Text Symbol: 074 = * * * E P F T E S T F I L E * * *
Text Symbol: 075 = * * * * T E S T F I L E * * * *
Text Symbol: 076 = (Comma Seperated Value Format)
Text Symbol: 077 = Month
Text Symbol: 039 = July
Text Symbol: 001 = Contribution Reports
Text Symbol: 004 = ER's SHARE:
Text Symbol: 005 = EE's SHARE:
Text Symbol: 006 = GRAND TOTALS:
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: 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 = Number of employees with a contribution :
Text Symbol: 021 = Number of employees with a zero contribution:
Text Symbol: 024 = Page:
Text Symbol: 025 = Calender month
Text Symbol: 026 = Calender year
Text Symbol: 028 = Unable to retrieve complete details for company &1
Text Symbol: 029 = MESSAGES
Text Symbol: 030 = The results are up to payroll period &1 &2 for payroll area &3
Text Symbol: 031 = Could not read table &1
Text Symbol: 032 = Could not retrieve payroll results
Text Symbol: 033 = January
Text Symbol: 034 = February
Text Symbol: 035 = March
Text Symbol: 036 = April
Text Symbol: 037 = May
Text Symbol: 038 = June


INCLUDES used within this REPORT HPHREDI0

INCLUDE HPHREDID.


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