SAP Reports / Programs

HGRLTAX0 SAP ABAP Report - Annual Earnings Analysis for Tax Authorities Report







HGRLTAX0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The Annual earnings analysis for tax authorities report (in Greek “Οριστική Δήλωση Εφορίας”) is a statutory report...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 HGRLTAX0 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_TAX0 - Annual Earnings Analysis for Tax


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 HGRLTAX0. "Basic submit
SUBMIT HGRLTAX0 AND RETURN. "Return to original report after report execution complete
SUBMIT HGRLTAX0 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_SEQNR = Company Data Sequential No.
Selection Text: P_OFF = Official Form
Selection Text: P_DISM = Exclusion of Dismisal Compens.
Selection Text: P_CURR = D .
Selection Text: P_CARS = Display Company Cars
Selection Text: P_ALV = ALV Form
Title: Annual Earnings Analysis for Tax Authorities Report
Text Symbol: H15 = C.No
Text Symbol: F90 = TOTALS
Text Symbol: A03 = Page
Text Symbol: A02 = B E N E F I C I A R Y E M P L O Y E E
Text Symbol: A01 = DETAILED TABLE OF ENTITLED EMPLOYEES WITH AMOUNTS & REWARDS TAKEN DURING YEAR
Text Symbol: 415 = EMPLOYEE'S NAME
Text Symbol: 414 = TAX DEDUCTED
Text Symbol: 413 = TAX ANALOGOUS
Text Symbol: 412 = TAXABLE
Text Symbol: 411 = CONTRIBUTIONS
Text Symbol: 410 = GROSS AMOUNTS
Text Symbol: 409 = DAYS
Text Symbol: 408 = PERIOD
Text Symbol: 407 = CHILDREN
Text Symbol: 406 = SPOUSE
Text Symbol: 405 = AFM
Text Symbol: 404 = ADDRESS
Text Symbol: 403 = FATHER
Text Symbol: 402 = EE'S SURNAME
Text Symbol: H24 = Full name
Text Symbol: H25 = and father's or husband's name by case
Text Symbol: H34 = Home address
Text Symbol: H35 = (city, street, number, tax code, district)
Text Symbol: H44 = Tax
Text Symbol: H45 = number
Text Symbol: H54 = Sp-
Text Symbol: H55 = ou-
Text Symbol: H56 = se
Text Symbol: H64 = Taxa
Text Symbol: H65 = ble





Text Symbol: H66 = Chil
Text Symbol: H67 = dren
Text Symbol: H75 = From - To
Text Symbol: H84 = Total
Text Symbol: H85 = Days
Text Symbol: H94 = Gross
Text Symbol: H95 = Amounts
Text Symbol: T01 = T O T A L
Text Symbol: 401 = C.No
Text Symbol: 134 = paragraph 2
Text Symbol: 133 = (part 1st
Text Symbol: 132 = Deduction
Text Symbol: 131 = Tax
Text Symbol: 128 = 2238/1994
Text Symbol: 127 = of the law
Text Symbol: 126 = of art. 57
Text Symbol: 125 = tax scale
Text Symbol: 124 = based on
Text Symbol: 123 = net wages
Text Symbol: 122 = Tax of
Text Symbol: 121 = Corresponding
Text Symbol: 115 = wages
Text Symbol: 114 = Net
Text Symbol: 108 = of income
Text Symbol: 107 = except tax
Text Symbol: 106 = insurance
Text Symbol: 105 = for social
Text Symbol: 104 = contributions
Text Symbol: 103 = Minus the
Text Symbol: 100 = Greek
Text Symbol: 011 = NO
Text Symbol: 010 = YES
Text Symbol: 200 = A.F.M
Text Symbol: 166 = or monthly
Text Symbol: 165 = bimonthly
Text Symbol: 164 = imputed
Text Symbol: 163 = Tax amounts
Text Symbol: 157 = 1,5%
Text Symbol: 156 = of





Text Symbol: 155 = discount
Text Symbol: 154 = after
Text Symbol: 153 = to State
Text Symbol: 152 = dues
Text Symbol: 151 = Tax
Text Symbol: 148 = 2238/1994
Text Symbol: 147 = 57 law
Text Symbol: 146 = of article
Text Symbol: 145 = the orders
Text Symbol: 144 = based on
Text Symbol: 143 = wages
Text Symbol: 142 = Tax to net
Text Symbol: 141 = Corresponding
Text Symbol: 137 = 1994)
Text Symbol: 136 = law 2238
Text Symbol: 135 = art. 9


INCLUDES used within this REPORT HGRLTAX0

INCLUDE HGRUCMP0.
INCLUDE HGRUINS0.
INCLUDE HGRUIKA0.
INCLUDE HGRUGEN0.
INCLUDE HGRUTAX0.
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:

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = w_repid i_internal_tabname = itabname i_inclname = w_repid CHANGING ct_fieldcat = i_fieldcat_alv.

REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING i_list_type = 0 IMPORTING et_events = i_events.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_background_id = 'ALV_BACKGROUND' " i_callback_program = w_variant-report i_default = 'X' " i_save = 'A' * is_variant = w_variant is_layout = w_layout " it_fieldcat = i_fieldcat_alv it_sort = i_sort it_events = i_events i_callback_top_of_page = 'TOP_OF_PAGE' is_print = w_print " TABLES t_outtab = gt_tax.

REUSE_ALV_COMMENTARY_WRITE * CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' * EXPORTING * it_list_commentary = gt_list_top_of_page.



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