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
Below is a list of transaction codes which are relevant to this SAP report
PC00_M28_CCBD - PHF/SI contribution base declaration
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: 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
No INCLUDES are used within this REPORT code!
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.