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
Below is a list of transaction codes which are relevant to this SAP report
PC00_M40_TERM - Termination
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.
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:
INCLUDE HINCTTOP.
INCLUDE PCREMIN6.
INCLUDE HINCTO01.
INCLUDE HINCTI01.
INCLUDE HINCTF01.
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.