SAP Reports / Programs | Financial Accounting | Localization(FI-LOC) SAP FI

RPFIZA_VAT_FORMS SAP ABAP INCLUDE - Include RPFIZA_VAT_FORMS







RPFIZA_VAT_FORMS is a standard ABAP INCLUDE available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter RPFIZA_VAT_FORMS 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 RPFIZA_VAT_FORMS. "Basic submit
SUBMIT RPFIZA_VAT_FORMS AND RETURN. "Return to original report after report execution complete
SUBMIT RPFIZA_VAT_FORMS VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Include RPFIZA_VAT_FORMS


INCLUDES used within this REPORT RPFIZA_VAT_FORMS

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:

FIRST_DAY_IN_PERIOD_GET CALL FUNCTION 'FIRST_DAY_IN_PERIOD_GET' EXPORTING I_GJAHR = P_YEAR I_PERIV = GV_PERIV I_POPER = GV_POPER IMPORTING E_DATE = P_BUDAT-low.

DMEE_START CALL FUNCTION 'DMEE_START' EXPORTING i_tree_type = 'EVAT' i_tree_id = lv_tree_type item = wa_tax_item_if TABLES file_output = gt_dme_file.

DMEE_PUT_ITEM CALL FUNCTION 'DMEE_PUT_ITEM' EXPORTING item = wa_tax_item_if TABLES file_output = gt_dme_file.

DMEE_END CALL FUNCTION 'DMEE_END' EXPORTING param = ls_dme_parameters uparam = gv_dmea TABLES file_output = gt_dme_file.

READ_TEXT CALL FUNCTION 'READ_TEXT' EXPORTING ID = WA_STXH-TDID LANGUAGE = WA_STXH-TDSPRAS NAME = WA_STXH-TDNAME OBJECT = WA_STXH-TDOBJECT TABLES LINES = LT_TXTL EXCEPTIONS "#EC FB_RC ID = 1 LANGUAGE = 2 NAME = 3 NOT_FOUND = 4 OBJECT = 5 REFERENCE_CHECK = 6 WRONG_ACCESS_TO_ARCHIVE = 7 OTHERS = 8.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = sy-repid i_callback_pf_status_set = 'HANDLE_SET_PF_STATUS' is_print = ls_print i_save = 'A' it_fieldcat = P_ALV_FIELDCAT it_events = lt_alv_event TABLES t_outtab = GT_SUMMARY.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = sy-repid i_callback_pf_status_set = 'HANDLE_SET_PF_STATUS' is_print = ls_print i_save = 'A' it_fieldcat = P_ALV_FIELDCAT it_events = lt_alv_event TABLES t_outtab = GT_SUMMARY_LINE.

FILE_VALIDATE_NAME CALL FUNCTION 'FILE_VALIDATE_NAME' EXPORTING logical_filename = gc_filename parameter_1 = sy-cprog CHANGING physical_filename = P_FIAP1 EXCEPTIONS OTHERS = 1.

CALCULATE_HASH_FOR_CHAR CALL FUNCTION 'CALCULATE_HASH_FOR_CHAR' EXPORTING ALG = 'MD5' DATA = LV_HASH_STRING IMPORTING HASH = GV_hash_total * HASHLEN = * HASHX = * HASHXLEN = * HASHSTRING = * HASHXSTRING = * HASHB64STRING = .

FIRST_DAY_IN_PERIOD_GET CALL FUNCTION 'FIRST_DAY_IN_PERIOD_GET' EXPORTING I_GJAHR = P_YEAR I_PERIV = GV_PERIV I_POPER = GV_POPER IMPORTING E_DATE = P_BUDAT-low.

GUI_UPLOAD CALL FUNCTION 'GUI_UPLOAD' EXPORTING filename = l_gui_file FILETYPE = 'ASC' TABLES data_tab = lt_downtab_t.



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