SAP Reports / Programs

HBGCLTX0 SAP ABAP Report - Income Tax Advance Recalculation For Related Personnel Numbers







HBGCLTX0 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 to calculate the tax advance adjustment due to concurrent employment...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 HBGCLTX0 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 HBGCLTX0. "Basic submit
SUBMIT HBGCLTX0 AND RETURN. "Return to original report after report execution complete
SUBMIT HBGCLTX0 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_ALL_EE = Show all employees
Selection Text: PA_VARIA = D .
Title: Income Tax Advance Recalculation For Related Personnel Numbers
Text Symbol: 023 = Donations 3 - cut
Text Symbol: 024 = Don.3 cut
Text Symbol: 025 = Donations sum - full
Text Symbol: 026 = Don full
Text Symbol: 027 = Donations sum - cut
Text Symbol: 028 = Don cut
Text Symbol: 029 = Disability
Text Symbol: 030 = Disab.
Text Symbol: 031 = Tax Base (L12)
Text Symbol: 032 = TaxBs(L12)
Text Symbol: 033 = Tax Advance
Text Symbol: 034 = Tax Adv.
Text Symbol: 035 = Delta
Text Symbol: H01 = Options
Text Symbol: P01 = Show all employees
Text Symbol: QI2 = Basic color
Text Symbol: QI4 = Basic color
Text Symbol: QI5 = Delta is equates to zero
Text Symbol: QI6 = Delta is not equates to zero
Text Symbol: 001 = Correct
Text Symbol: 002 = For period
Text Symbol: 003 = FPer
Text Symbol: 004 = Taxable Brutto
Text Symbol: 005 = Taxab.Br.
Text Symbol: 006 = OSI EE
Text Symbol: 007 = Tax Base (L3)
Text Symbol: 008 = TaxBs(L3)
Text Symbol: 009 = P&U full
Text Symbol: 010 = P&U cut
Text Symbol: 011 = H&L full
Text Symbol: 012 = H&L cut
Text Symbol: 013 = Donations 1 - full
Text Symbol: 014 = Don.1 full
Text Symbol: 015 = Donations 1 - cut
Text Symbol: 016 = Don.1 cut





Text Symbol: 017 = Donations 2 - full
Text Symbol: 018 = Don.2 full
Text Symbol: 019 = Donations 2 - cut
Text Symbol: 020 = Don.2 cut
Text Symbol: 021 = Donations 3 - full
Text Symbol: 022 = Don.3 full


INCLUDES used within this REPORT HBGCLTX0

INCLUDE: HBGUREP0, "READ TABLES
INCLUDE HBGUACT0.


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:

HR_BG_READ_PYRES_INTERVAL CALL FUNCTION 'HR_BG_READ_PYRES_INTERVAL' EXPORTING pernr = p_related_pernr-pernr mode = 'R' begda = pn-begda endda = pn-endda tpall = lv_tpall tprun = lv_tprun TABLES runs = lt_runs myrg = lt_myrg rtdet = lt_rtdet.

HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING pernr = p_related_pernr_EE-pernr infty = '0939' TABLES infty_tab = p0939 EXCEPTIONS infty_not_found = 1 others = 2.

REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = gt_alv_header.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = cprog i_callback_top_of_page = 'TOP_OF_PAGE' * i_callback_html_end_of_list = 'END_OF_LIST_HTML' is_layout = is_layout it_fieldcat = p_fieldcat i_save = 'X' is_variant = is_variant it_sort = p_gt_sort[] * it_events = p_events it_except_qinfo = lt_exc TABLES t_outtab = p_outtab EXCEPTIONS program_error = 1 OTHERS = 2.



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