SAP Reports / Programs

HMXTRTR0 SAP ABAP Report - Annual percentage calculation of industrial risk contribution







HMXTRTR0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report calculates the annual contribution percentage due to labour risk, taking the year for which the information is to be processed as the calculation base for the following year...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 HMXTRTR0 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_M32_TRTR0 - Occupational hazard


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 HMXTRTR0. "Basic submit
SUBMIT HMXTRTR0 AND RETURN. "Return to original report after report execution complete
SUBMIT HMXTRTR0 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: S_REPAT = Employer registration number
Selection Text: P_PDEST = Output medium
Selection Text: P_FORM = Name
Selection Text: P_CDEST = Change output parameter
Selection Text: PX_LFVAR = Form variant
Selection Text: PX_LFORM = Form
Selection Text: PRUEBA = Test
Selection Text: FPREL = Preliminary
Selection Text: FOFIC = Official
Selection Text: ANIO = Year
Title: Annual percentage calculation of industrial risk contribution
Text Symbol: G02 = List of details
Text Symbol: GRR = Degree of hazrd:
Text Symbol: H01 = Labour risk report
Text Symbol: H02 = Yr
Text Symbol: HD1 = Affiliation Name of insured per. R.R. Date of R.T Days %Perm. Def. Date of Employee
Text Symbol: HD2 = Number accident Sub. Inc. Entry number
Text Symbol: OFI = Offic.
Text Symbol: PRE = Preliminry
Text Symbol: PRO = Processing type
Text Symbol: SBT = Subtotal of records:
Text Symbol: SPL = Labour risk form
Text Symbol: T01 = Do you want to modify Labour Risk table?
Text Symbol: T02 = specified on screen.
Text Symbol: T03 = Maintain
Text Symbol: T04 = Back
Text Symbol: T05 = Maintenance
Text Symbol: T06 = Generate official format?
Text Symbol: T07 = Gen.
Text Symbol: T08 = Official format
Text Symbol: TAO = Records total :
Text Symbol: U08 = Error list
Text Symbol: G01 = There are no risks for employer registrtn
Text Symbol: 001 = Employer registratn
Text Symbol: 054 = There are no header data
Text Symbol: A01 = Affiliation number
Text Symbol: A02 = Insured person name
Text Symbol: A03 = R.R.





Text Symbol: A04 = Accident date
Text Symbol: A05 = R.T.
Text Symbol: A06 = Subsidy days
Text Symbol: A07 = % Perm. inc.
Text Symbol: A08 = Def.
Text Symbol: A09 = Entry date
Text Symbol: A10 = Employee number
Text Symbol: ARC = Printer parameters
Text Symbol: CLR = Hazard type :
Text Symbol: E01 = Error text
Text Symbol: EP1 = List of Occupational Hazard cases closed during
Text Symbol: EP2 = period from 1st of January to 31st December of
Text Symbol: ES1 = Number of recorded occupational hazard cases :
Text Symbol: ES2 = Total days subsidized due to temporary incapacity to work :
Text Symbol: ES3 = Percentage sum of permanent, partial and total incapacities :
Text Symbol: ES4 = Number of deaths :
Text Symbol: ES5 = Average number of employees exposed to hazards :
Text Symbol: ESA = Employer reg.no :
Text Symbol: ESB = Registered co. name :
Text Symbol: ESC = Address :
Text Symbol: ESD = Business activity :
Text Symbol: ESE = Prev. premium :
Text Symbol: ESF = Current premium:
Text Symbol: ESG = Calc. premium :
Text Symbol: FMT = Report format
Text Symbol: FRM = Form
Text Symbol: FRN = Fraction number:


INCLUDES used within this REPORT HMXTRTR0

INCLUDE: PTRTDMX0,
PTRTSMX0,
PTRTOMX0.


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