SAP Reports / Programs

HCNCPHF0 SAP ABAP Report - Public housing fund result screen list







HCNCPHF0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report enables you to display, print, and download the contribution details for public housing fund...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 HCNCPHF0 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_M28_CPHF - Public housing fund


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 HCNCPHF0. "Basic submit
SUBMIT HCNCPHF0 AND RETURN. "Return to original report after report execution complete
SUBMIT HCNCPHF0 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: SUMM = Sum up result
Selection Text: F_NAME = File name
Title: Public housing fund result screen list
Text Symbol: P21 = ID Number
Text Symbol: P22 = Cost Certer
Text Symbol: P23 = Org. Unit
Text Symbol: P24 = Org. Unit Name
Text Symbol: P25 = Employee Difference Amount
Text Symbol: P26 = Employer Difference Amount
Text Symbol: P27 = In-period
Text Symbol: P28 = Pay date
Text Symbol: P29 = Employee Contribution Rate
Text Symbol: P30 = Employer Contribution Rate
Text Symbol: PRL = Prepare for result list, please wait......
Text Symbol: RPR = Reading payroll result of
Text Symbol: SCT = Public housing fund screen list
Text Symbol: SNU = Successful number:
Text Symbol: TDL = Standard Download in background
Text Symbol: TSP = Total selected person:
Text Symbol: Z01 = Custom Download
Text Symbol: Z02 = Split Same Format
Text Symbol: Z03 = Excel
Text Symbol: Z04 = Multiple Files
Text Symbol: Z05 = Multiple Worksheets
Text Symbol: Z06 = TXT
Text Symbol: Z07 = Path and File Name
Text Symbol: Z08 = Split Same Format
Text Symbol: Z09 = Company Code
Text Symbol: Z10 = Contribution Area
Text Symbol: Z11 = Determine Split Seq.
Text Symbol: Z12 = Possible split criteria
Text Symbol: Z13 = Split sequence
Text Symbol: Z14 = Custom Download Data for Period &1 to &2
Text Symbol: Z15 = File Path: &1
Text Symbol: Z16 = _PHF_Report.xls WORKSHEET:
Text Symbol: Z17 = Error with Format &1
Text Symbol: P20 = Determine file name
Text Symbol: CHS = Contri. Area / Change Reason





Text Symbol: COR = Display corrected result
Text Symbol: E01 = The imported version of the cluster
Text Symbol: E02 = is not current
Text Symbol: E03 = Imported version :
Text Symbol: E04 = Current version of cluster :
Text Symbol: E10 = Cluster CN:
Text Symbol: EDL = File download fail
Text Symbol: EEP = Error exist in payroll area:
Text Symbol: EOI = Error occurs when import result:
Text Symbol: EPI = Enterprise Public Housing Fund ID:
Text Symbol: ERL = Prepare for error list, please wait......
Text Symbol: GPC = General program control
Text Symbol: NCN = No contribution:
Text Symbol: NDL = Basic list is downloaded to file:
Text Symbol: NIF = With inflow amount from last period:
Text Symbol: NPN = No payroll result:
Text Symbol: NPR = No payroll result to evaluate:
Text Symbol: P01 = Personnel Number
Text Symbol: P02 = Chinese Name
Text Symbol: P03 = Account Number
Text Symbol: P04 = Contribution Area
Text Symbol: P05 = Change Reason
Text Symbol: P06 = Gender
Text Symbol: P07 = Ethnic Group
Text Symbol: P08 = Birthday
Text Symbol: P09 = First Working Date
Text Symbol: P10 = Employee contribution Base
Text Symbol: P11 = Employee contribution Amount
Text Symbol: P12 = Employee Amount Inflow
Text Symbol: P13 = Employer contribution Base
Text Symbol: P14 = Employer contribution Amount
Text Symbol: P15 = Employer Amount Inflow
Text Symbol: P16 = Company code
Text Symbol: P17 = Personnel area
Text Symbol: P18 = Personnel subarea


INCLUDES used within this REPORT HCNCPHF0

INCLUDE RPPPXD10. "COMMON PART BUFFER PCL1/PCL2


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