SAP Reports / Programs

HGRLTEA0 SAP ABAP Report - TEAX Contributions







HGRLTEA0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You run this report on a monthly basis to obtain information about the employee’s and employer’s contributions to the Chemists Supplementary Insurance Fund (TEAX)...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 HGRLTEA0 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_M45_TEA0 - TEAX Contributions


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 HGRLTEA0. "Basic submit
SUBMIT HGRLTEA0 AND RETURN. "Return to original report after report execution complete
SUBMIT HGRLTEA0 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: P_YEAR = Calendar Year
Selection Text: P_TIFID = D .
Selection Text: P_SEQNR = Company Data Sequential No.
Selection Text: P_PYTYP = D .
Selection Text: P_MONTH = Calendar Month
Selection Text: P_CURR = D .
Title: TEAX Contributions
Text Symbol: T14 = AS CHEMISTS & CHEM.ENGINEERS IN OUR COMPANY, ARE AS FOLLOWS:
Text Symbol: T13 = UNTIL 31/12/1992
Text Symbol: T12 = FROM 1/01/1993
Text Symbol: T11 = OF INSURED EMPLOYEES
Text Symbol: T10 = WE CERTIFY THAT THE CONTRIBUTIONS OF MONTH
Text Symbol: T03 = CERTIFICATION OF INCOME
Text Symbol: T02 = Page
Text Symbol: T01 = CHEMISTS SUPPLEMENTARY INSURANCE FUND
Text Symbol: H01 = Company's RegNo.
Text Symbol: F02 = COMPANY TOTALS
Text Symbol: F01 = General Totals
Text Symbol: 231 = 10,00%
Text Symbol: 230 = 8,00%
Text Symbol: 221 = 5,00%
Text Symbol: 220 = 3,75%
Text Symbol: 211 = 5,00%
Text Symbol: 210 = 4,25%
Text Symbol: 200 = CONTRIB
Text Symbol: 190 = TOTAL
Text Symbol: 180 = Employer
Text Symbol: 170 = Employee
Text Symbol: 161 = of Insur.
Text Symbol: 160 = Days
Text Symbol: 152 = Percent
Text Symbol: 151 = Contrib.
Text Symbol: 150 = Monthly
Text Symbol: 142 = Calc.
Text Symbol: 141 = Contribut.
Text Symbol: 140 = Base for
Text Symbol: 131 = Years
Text Symbol: 130 = Prev.





Text Symbol: 120 = EE's Surname
Text Symbol: 110 = Reg. No.
Text Symbol: 102 = Employee's name


INCLUDES used within this REPORT HGRLTEA0

INCLUDE HGRUCMP0.
INCLUDE HGRUINS0.
INCLUDE HGRUIKA0.
INCLUDE HGRUGEN0.
INCLUDE HGRUACT0.


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