SAP Reports / Programs

HCNCCBD0 SAP ABAP Report - China PHF/SI declaration report







HCNCCBD0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You run this report to generate the PHF/SI contribution data sheet for an individual employee or a group of employees before the payroll run on the declaration date for a contribution area when the contribution base indicator of PHF/SI is one of the following: M,,Personal average monthly salary in previous year (Old) N,,Personal average monthly salary in previous year (New) U,,User input contribution base You can run this report for other base indicators as well...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 HCNCCBD0 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_CCBD - PHF/SI contribution base declaration


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 HCNCCBD0. "Basic submit
SUBMIT HCNCCBD0 AND RETURN. "Return to original report after report execution complete
SUBMIT HCNCCBD0 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: CON_LEVL = Contribution level
Selection Text: CON_IND = Industry
Selection Text: CON_GRP = Contribution group
Selection Text: CON_AREA = Contribute area
Title: China PHF/SI declaration report
Text Symbol: R07 = No contri.
Text Symbol: R08 = Pers. area
Text Symbol: R09 = Pers. subarea
Text Symbol: S01 = Public housing fund
Text Symbol: S02 = Pension insurance
Text Symbol: S03 = Unemployment insurance
Text Symbol: S04 = Medical care insurance
Text Symbol: S05 = On-job injury insurance
Text Symbol: S06 = Maternity insurance
Text Symbol: S08 = Change reason
Text Symbol: S09 = Payroll control area
Text Symbol: S10 = Declaration date
Text Symbol: S11 = Enterprise Id
Text Symbol: S12 = Schema
Text Symbol: S13 = PHF & SI Selection
Text Symbol: S15 = Report layout
Text Symbol: S16 = Layout name
Text Symbol: S17 = Payroll driver
Text Symbol: T01 = Male
Text Symbol: T02 = Female
Text Symbol: H01 = Ethnic Group
Text Symbol: H02 = Entry date
Text Symbol: H04 = Old EE base
Text Symbol: H05 = Old EE amount
Text Symbol: H06 = Old ER base
Text Symbol: H07 = Old ER amount
Text Symbol: H08 = New EE base
Text Symbol: H09 = New EE rate %
Text Symbol: H10 = New EE amount
Text Symbol: H11 = New ER base
Text Symbol: H12 = New ER rate %
Text Symbol: H13 = New ER amount
Text Symbol: H14 = EE New proposed base





Text Symbol: H15 = Personal subarea
Text Symbol: H16 = Enterprise ID
Text Symbol: H17 = Authority name
Text Symbol: H18 = Personal area
Text Symbol: H19 = Account number
Text Symbol: H20 = ER New proposed base
Text Symbol: R01 = Enterprise Id
Text Symbol: R02 = Valide from
Text Symbol: R03 = Total employee
Text Symbol: R04 = Success
Text Symbol: R05 = Payroll error
Text Symbol: R06 = Entid mismatch


INCLUDES used within this REPORT HCNCCBD0

No INCLUDES are used within this REPORT code!


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