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

HINCTER0 SAP ABAP dialog Program - Program HINCTER0







HINCTER0 is a standard Module pool for a dialog screen ABAP Program available within your SAP system (depending on your version and release level). It is used for Termination workbench &PURPOSE& The purpose of the Termination Workbench is to provide the user with an easy way to carry out termination process of an employee and doing the final settlement...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 HINCTER0 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_TERM - Termination


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 HINCTER0. "Basic submit
SUBMIT HINCTER0 AND RETURN. "Return to original report after report execution complete
SUBMIT HINCTER0 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Leaving Status Report
Title: Program HINCTER0
Text Symbol: UNP = Amount due
Text Symbol: UNI = Not used in HINCREMP
Text Symbol: RMT = Reimbursement type
Text Symbol: PDT = Total amount paid
Text Symbol: NOE = No error cases for the run
Text Symbol: NOC = No correct cases for the test run
Text Symbol: ERR = Error description
Text Symbol: EMP = Employee
Text Symbol: ELT = Total eligible amount
Text Symbol: DUR = Validity
Text Symbol: CUM =
Text Symbol: CLN = No. of claims
Text Symbol: CFD = C/F
Text Symbol: BAL = Balance amount
Text Symbol: 008 =
Text Symbol: 007 = GRAND TOTAL:
Text Symbol: 006 = AMOUNT
Text Symbol: 005 = WAGE TYPE TEXT
Text Symbol: 004 = WAGE TYPE
Text Symbol: 003 = List of Payments / Deductions
Text Symbol: 002 = Leaving Date:
Text Symbol: 001 = Personnel No:


INCLUDES used within this REPORT HINCTER0

INCLUDE HINCTTOP.
INCLUDE PCREMIN6.
INCLUDE HINCTO01.
INCLUDE HINCTI01.
INCLUDE HINCTF01.


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