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
Below is a list of transaction codes which are relevant to this SAP report
PC00_M40_EPN - PF Reports (Exempted Trust) - India
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: 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
INCLUDE PCEPNIN8. " COMMON ROUTINES REQUIRED FOR EPF REPORT
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.