SAP Reports / Programs | Payroll | India(PY-IN) SAP PY

HINCEPF1 SAP ABAP Report - HR: IN PF Report







HINCEPF1 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Provident Fund Reporting (HINCEPF1) This function enables you to display and print reports that provide detailed information on the employee and employer contributions to the trust and lists employees who will begin contributing to the Employee's Pension Fund (EPN) or discontinue to do so...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 HINCEPF1 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_M40_PFY - Program For Annual PF Reports


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 HINCEPF1. "Basic submit
SUBMIT HINCEPF1 AND RETURN. "Return to original report after report execution complete
SUBMIT HINCEPF1 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: REPONAME = Report Name
Title: HR: IN PF Report
Text Symbol: 063 = Date Of Joining
Text Symbol: 064 = Sex
Text Symbol: 066 = PF Form3A
Text Symbol: 067 = PF Form3A Results
Text Symbol: 068 = Date Of Leaving
Text Symbol: 069 = Reason For Leaving
Text Symbol: 070 = PF Form 5(For Exempted Trusts)
Text Symbol: 079 = Period
Text Symbol: 081 = Er PF Cont
Text Symbol: 082 = Er Pen Cont
Text Symbol: 083 = Higher Rate of Vol Cont
Text Symbol: 087 = Er Pen Percentage Cont
Text Symbol: 092 = Correct cases
Text Symbol: 093 = Ambiguous cases
Text Symbol: 099 = Month
Text Symbol: 100 = Pension Trust Id
Text Symbol: 111 = March paid in April
Text Symbol: 112 = May
Text Symbol: 113 = June
Text Symbol: 114 = July
Text Symbol: 115 = Aug
Text Symbol: 116 = Sep
Text Symbol: 117 = Oct
Text Symbol: 118 = Nov
Text Symbol: 119 = Dec
Text Symbol: 120 = Jan
Text Symbol: 121 = Feb
Text Symbol: 122 = Feb paid in March
Text Symbol: 198 = PF Trust Id
Text Symbol: 200 = Establishment Code
Text Symbol: 201 = Est Extension(A,B,C if any)
Text Symbol: 202 = Download not possible
Text Symbol: 555 = Year
Text Symbol: NAC = No ambiguous cases exist
Text Symbol: NPR = There are no Payroll results for your given selection criteria
Text Symbol: OUT = Type Of Display





Text Symbol: 001 = User Parameters
Text Symbol: 002 = Name
Text Symbol: 003 = Output Format
Text Symbol: 004 = Name of the layout set
Text Symbol: 005 = Customer Layout
Text Symbol: 006 = Standard Layout
Text Symbol: 007 = Total_pf_ee_cntr
Text Symbol: 008 = Additional Selection
Text Symbol: 009 = Report Name
Text Symbol: 010 = Total_pf_er_cntr
Text Symbol: 011 = Bank Name
Text Symbol: 012 = Bank Address
Text Symbol: 013 = Bank City
Text Symbol: 014 = Report Date
Text Symbol: 015 = PF Form6A
Text Symbol: 016 = PF Form6A Results
Text Symbol: 017 = Print Form
Text Symbol: 018 = Print Form 7
Text Symbol: 019 = Total_pen_er_con
Text Symbol: 020 = PF Form 5 Results
Text Symbol: 021 = Total_ctr
Text Symbol: 022 = Consolidated Contribution statement-Form 6A
Text Symbol: 023 = Contribution Statement For Unexempted Establishments Only
Text Symbol: 024 = Legal Forms-EPF
Text Symbol: 025 = Print Errors
Text Symbol: 039 = Generating List, please wait.....
Text Symbol: 041 = PF basis
Text Symbol: 043 = Employee Name
Text Symbol: 049 = Ee PF Cont
Text Symbol: 050 = Payroll Area
Text Symbol: 051 = Pension Trust
Text Symbol: 052 = Adobe PDF Document
Text Symbol: 053 = SAP Script Display
Text Symbol: 057 = Employee PF No.
Text Symbol: 058 = Employee No.
Text Symbol: 060 = Employee Name
Text Symbol: 062 = Date Of Birth


INCLUDES used within this REPORT HINCEPF1

INCLUDE PCPFYIN8. " COMMON ROUTINES REQUIRED FOR EPF REPORT


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