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

HINCEPN0 SAP ABAP Report - HR: IN Pension Reports







HINCEPN0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Pension Fund Reporting (HINCEPN0) This report provides detailed information of the employee and the corresponding employers contributions to the trust...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 HINCEPN0 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_EPN - PF Reports (Exempted Trust) - India


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 HINCEPN0. "Basic submit
SUBMIT HINCEPN0 AND RETURN. "Return to original report after report execution complete
SUBMIT HINCEPN0 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: TRUST_ID = Trsut Id
Selection Text: REPONAME = Report Name
Selection Text: REPODATE = Report Date
Selection Text: P_SCRIPT = SAPScript Display
Selection Text: P_PDF = PDF Display
Selection Text: BANKNAME = Bank Name
Selection Text: BANKCITY = Bank City
Selection Text: BANKADDR = Bank Address
Title: HR: IN Pension Reports
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 Pen No.
Text Symbol: 058 = Employee No.
Text Symbol: 060 = Employee Name
Text Symbol: 062 = Date Of Birth
Text Symbol: 063 = Date Of Joining
Text Symbol: 064 = Sex
Text Symbol: 066 = PF Form 4
Text Symbol: 067 = PF Form 4 Results
Text Symbol: 068 = Date Of Leaving
Text Symbol: 069 = Reason For Leaving
Text Symbol: 070 = PF Form 5(For Exempted Trusts)
Text Symbol: 071 = Attained the age of 58
Text Symbol: 100 = Trust Id
Text Symbol: NER = There are no errors
Text Symbol: 001 = User Parameters
Text Symbol: 002 = Pernr
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 = Return of Employees qualifying for membership(Exempted Trust)
Text Symbol: 008 = Additional Selection
Text Symbol: 009 = Report Name
Text Symbol: 010 = Return of Members leaving the service(Exempted Trust)
Text Symbol: 011 = Bank Name





Text Symbol: 012 = Bank Address
Text Symbol: 013 = Bank City
Text Symbol: 014 = Report Date
Text Symbol: 015 = PF Form 6
Text Symbol: 016 = PF Form 6 Results
Text Symbol: 017 = Print Errors
Text Symbol: 018 = Print Form
Text Symbol: 019 = Monthly contribution statement(Exempted Trust)
Text Symbol: 020 = PF Form 5 Results
Text Symbol: 021 = Legal Forms-EPF
Text Symbol: 039 = Generating List, please wait.....
Text Symbol: 040 = Type of Display
Text Symbol: 041 = Pension basis
Text Symbol: 043 = Employee Name
Text Symbol: 049 = Er Pen Cont


INCLUDES used within this REPORT HINCEPN0

INCLUDE PCEPNIN8. " 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 HINCEPN0 or its description.