SAP Reports / Programs | Payroll | Kingdom of Saudi Arabia | Kingdom of Saudi Arabia Public Sector(PY-SA-PS) SAP PY

HSACTMT0 SAP ABAP Report - Labor Contract Termination Checking







HSACTMT0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You use this report to generate a list of employees whose labor contracts with the public sector should be terminated because of certain reasons, however the corresponding personnel action is not taken yet...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 HSACTMT0 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

HRPBSSATMN - Terminate List


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


Text pool values


Title: Labor Contract Termination Checking
Text Symbol: T06 = Retirement Date
Text Symbol: T07 = Gender
Text Symbol: T08 = Gender
Text Symbol: T09 = Date of Birth
Text Symbol: T10 = Nationality
Text Symbol: T11 = Nationality
Text Symbol: T12 = Employee Status
Text Symbol: T13 = Company Code
Text Symbol: T14 = Personnel Area
Text Symbol: T15 = Personnel Subarea
Text Symbol: T16 = Employee Group
Text Symbol: T17 = Employee Subgroup
Text Symbol: T18 = Organization Key
Text Symbol: T19 = Organization Unit
Text Symbol: T20 = Organization Unit
Text Symbol: T21 = Position
Text Symbol: T22 = Position
Text Symbol: T23 = Job
Text Symbol: T24 = Job
Text Symbol: T25 = Grade
Text Symbol: T26 = Level
Text Symbol: T27 = Age
Text Symbol: T28 = General Group
Text Symbol: T29 = Cluster
Text Symbol: T30 = Job Categories Series
Text Symbol: T31 = Pay Scale Type
Text Symbol: T32 = Pay Scale Area
Text Symbol: T05 = Hiring Date
Text Symbol: 001 = Key Date
Text Symbol: 002 = Check Date
Text Symbol: 003 = To
Text Symbol: 004 = Termination Reason
Text Symbol: 005 = Retirement
Text Symbol: 006 = Unqualified by Appraisal Result
Text Symbol: 007 = Resignation
Text Symbol: 008 = Not Pass Probation
Text Symbol: 009 = Resignation





Text Symbol: 010 = Allowed extended retirement age is
Text Symbol: 011 = Extend Retirement Age to
Text Symbol: 012 = Normal retirement age is
Text Symbol: E02 = Message Type
Text Symbol: E03 = Description
Text Symbol: H01 = Title
Text Symbol: H02 = Between Date:
Text Symbol: H03 = Success
Text Symbol: H04 = Contract Termination List
Text Symbol: H05 = Error List
Text Symbol: H06 = Total Success:
Text Symbol: H07 = Total Errors:
Text Symbol: H08 = ;
Text Symbol: H09 = Show Details
Text Symbol: H10 = Show Summary
Text Symbol: T01 = Start Date
Text Symbol: T02 = Personnel No.
Text Symbol: T03 = Employee Name
Text Symbol: T04 = Reason


INCLUDES used within this REPORT HSACTMT0

No INCLUDES are used within this REPORT code!


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