HMXTISS0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You can use this report to generate a detailed list of incapacities or absences that have occurred under the criteria and within the period that you specify...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 HMXTISS0 into the relevant SAP transactions such as SE38 or SE80
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: TMSE_OBJ = TemSe object name
Selection Text: S_REPAT = Employer register
Selection Text: PVOPTAB2 = Per capture date
Selection Text: PVOPTAB1 = By validity date
Title: List of personnel absences and incapacities
Text Symbol: L02 = Days inc.
Text Symbol: L03 = Days abs.
Text Symbol: L04 = Subtype
Text Symbol: T01 = Incapacities total
Text Symbol: T02 = Absences total
Text Symbol: T04 = There is no information for parameters
Text Symbol: T05 = specified on screen
Text Symbol: TB1 = Return
Text Symbol: TB2 = Close
Text Symbol: TIT = Information
Text Symbol: TX3 = Correct
Text Symbol: TX5 = Error
Text Symbol: TX6 = Please specify a type of
Text Symbol: TX7 = format to eval.
Text Symbol: TX8 = No Work incapacities in the
Text Symbol: TX9 = specified period
Text Symbol: TXA = There are no absences in the
Text Symbol: TXB = Information
Text Symbol: TXC = The incapacity types must
Text Symbol: TXD = have different values
Text Symbol: TXE = Incapacity type not valid
Text Symbol: TXF = Specify all neccessary values
Text Symbol: TXG = Please specify when less than one
Text Symbol: TXH = IMSS incapacity class
Text Symbol: ZRM = $1 TO $2
Text Symbol: L01 = Incap. no.
Text Symbol: 000 = Employer register
Text Symbol: 001 = Report
Text Symbol: 002 = Format
Text Symbol: 003 = IMSS work incapacity types
Text Symbol: 004 = Absence types
Text Symbol: 005 = Absences/Incapacities selection
Text Symbol: 007 = List of
INCLUDE: PTISDMX0,
PCSSDMX0,
PTISDMX1.
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.