SAP Reports / Programs | Financial Accounting | General Ledger Accounting(FI-GL) SAP FI

RFUMSVHU SAP ABAP Report - Add.List for Adv.Return for Tax on Sales/Purch.: Tax on Open Invoices







RFUMSVHU is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Special procedure for the advance return for tax on sales/purchases in Hungary...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 RFUMSVHU 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 RFUMSVHU. "Basic submit
SUBMIT RFUMSVHU AND RETURN. "Return to original report after report execution complete
SUBMIT RFUMSVHU 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: DUE_DATE = Due Date for Net Payment
Selection Text: PAR_XSTW = Nat.Crcy Instead of Local Crcy
Selection Text: P_ECHT = D .
Selection Text: P_FULPMT = D .
Selection Text: SEL_BELN = D .
Selection Text: SEL_BLAR = D .
Selection Text: SEL_BLDA = D .
Selection Text: SEL_BUDA = D .
Selection Text: SEL_GJAH = D .
Selection Text: SEL_LSTM = D .
Selection Text: SEL_MONA = D .
Selection Text: SEL_MWSK = D .
Selection Text: SEL_TMDT = Date of Tax Return
Selection Text: SEL_TMTI = Time of Tax Return
Selection Text: SEL_UKRS = D .
Selection Text: SEL_USKZ = D .
Selection Text: SO_VATDT = Tax Reporting Date
Title: Add.List for Adv.Return for Tax on Sales/Purch.: Tax on Open Invoices
Text Symbol: 001 = Other Selections
Text Symbol: 002 = Preselected Company Codes
Text Symbol: 003 = Preselected Tax on Sales/Purch. Groups


INCLUDES used within this REPORT RFUMSVHU

No INCLUDES are used within this REPORT code!


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_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = l_repid * i_structure_name = 'RFUMS_OPEN_ITEM_TAX' is_layout = ls_layout i_save = 'A' is_variant = ls_disvariant it_events = lt_alv_event it_fieldcat = lt_fcat[] "1174467 TABLES t_outtab = gt_bset_sum EXCEPTIONS program_error = 1 OTHERS = 2.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = l_repid i_structure_name = 'RFUMS_OPEN_ITEM_2' i_callback_user_command = 'USER_COMMAND' is_layout = ls_layout i_save = 'A' is_variant = ls_disvariant it_events = lt_alv_event TABLES t_outtab = gt_error_items EXCEPTIONS program_error = 1 OTHERS = 2.

REUSE_ALV_HIERSEQ_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' EXPORTING i_callback_program = l_repid is_layout = ls_layout i_save = 'A' is_variant = ls_disvariant i_tabname_header = 'GT_ITEMS' i_tabname_item = 'GT_BSET' * i_structure_name_header = 'RFUMS_OPEN_ITEM' "1174467 * i_structure_name_item = 'RFUMS_OPEN_ITEM_TAX' "1174467 is_keyinfo = ls_keyinfo it_events = lt_alv_event it_fieldcat = lt_fcat[] "1174467 TABLES t_outtab_header = gt_items t_outtab_item = gt_bset EXCEPTIONS program_error = 1 OTHERS = 2.

INITIALIZE_STRUCTURE * CALL FUNCTION 'INITIALIZE_STRUCTURE' * CHANGING * c_workarea = cs_lfa1 * EXCEPTIONS * OTHERS = 1.

FI_COMPANY_CODE_DATA CALL FUNCTION 'FI_COMPANY_CODE_DATA' EXPORTING i_bukrs = u_bukrs IMPORTING e_t001 = l_t001 EXCEPTIONS system_error = 1 OTHERS = 2.

FETCH_TAX_INDICATOR_TEXT CALL FUNCTION 'FETCH_TAX_INDICATOR_TEXT' EXPORTING land = l_land1 steuerkennzeichen = u_mwskz sprache = sy-langu IMPORTING bezeichnung = ch_text1 EXCEPTIONS OTHERS = 0.

CHECK_PLANTS_ABROAD_ACTIVE CALL FUNCTION 'CHECK_PLANTS_ABROAD_ACTIVE' EXPORTING I_CUST = 'X' IMPORTING E_FI_ISACTIVE = gf_xwia.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' "1174467 EXPORTING "1174467 i_internal_tabname = 'GT_ITEMS' "1174467 i_structure_name = 'RFUMS_OPEN_ITEM' "1174467 CHANGING "1174467 ct_fieldcat = ct_fieldcat[]. "1174467

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' "1174467 EXPORTING "1174467 i_internal_tabname = u_tablename "1174467 i_structure_name = 'RFUMS_OPEN_ITEM_TAX' "1174467 CHANGING "1174467 ct_fieldcat = ct_fieldcat[]. "1174467



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