SAP Reports / Programs

HMXTISS0 SAP ABAP Report - List of personnel absences and incapacities







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


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


Text pool values


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





Text Symbol: 008 = Absences
Text Symbol: 009 = Incapacities
Text Symbol: 010 = Personnel statement of incapacities
Text Symbol: 011 = Personnel absence statement
Text Symbol: 115 = There is no data
Text Symbol: AUS = Absences
Text Symbol: DC1 = Company :
Text Symbol: DC2 = Employer reg. no :
Text Symbol: E01 = Error on displaying errors list
Text Symbol: E02 = Error on adding element to error list
Text Symbol: E08 = Error
Text Symbol: E12 = error
Text Symbol: H10 = No. Employee Name Number Days
Text Symbol: HT1 = LIST OF PERSONNEL INCAPACITIES
Text Symbol: HT2 = LIST OF PERSONNEL ABSENCES
Text Symbol: HT3 = ************ TYPE OF INCAPACITY **************
Text Symbol: HT4 = No. Employee Name Number Number
Text Symbol: HT5 = Days * DATE INCAPACITY * Subtype Description
Text Symbol: HT6 = Employee Membership Incapac. Init. Incap. Final
Text Symbol: HT8 = * ABSENCE DATE * Subtype Description
Text Symbol: HT9 = Employee Membership Absence Initial Final
Text Symbol: INC = Incapacities
Text Symbol: L00 = Name


INCLUDES used within this REPORT HMXTISS0

INCLUDE: PTISDMX0,
PCSSDMX0,
PTISDMX1.


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