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

RPFIKZ_TRTAX_FORMS SAP ABAP INCLUDE - Include J_3RTVEHFRM







RPFIKZ_TRTAX_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 RPFIKZ_TRTAX_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 RPFIKZ_TRTAX_FORMS. "Basic submit
SUBMIT RPFIKZ_TRTAX_FORMS AND RETURN. "Return to original report after report execution complete
SUBMIT RPFIKZ_TRTAX_FORMS VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT RPFIKZ_TRTAX_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:

GLO_FAA_TD_READ_NO_DUPLICATES CALL FUNCTION 'GLO_FAA_TD_READ_NO_DUPLICATES' EXPORTING id_orgunit = -bukrs id_asset = -anln1 id_subnumber = -anln2 id_from_date = l_from_date id_to_date = l_to_date id_structure = ls_structure TABLES et_glofaatmdpndnt = lt_glo_tmd EXCEPTIONS not_found = 1 not_activated = 1 OTHERS = 1 .

GLO_FAA_TI_READ_SINGLE CALL FUNCTION 'GLO_FAA_TI_READ_SINGLE' EXPORTING id_orgunit = -bukrs id_asset = -anln1 id_subnumber = -anln2 * IB_BYPASSING_MEMORY = ' ' * IB_RESET_BUFFER = ' ' IMPORTING es_glofaaassetdata = lt_vehicl EXCEPTIONS not_found = 1 not_activated = 1 OTHERS = 1 .

FIKZ_TRTAX_RATE_GET CALL FUNCTION 'FIKZ_TRTAX_RATE_GET' EXPORTING iv_type = wa_vehicl-glo_rus_ttx_type iv_year = p_gjahr iv_cyear = lv_constr_year iv_prvg = wa_vehrip-cprtx iv_tax_base_unit = wa_vehpar-glo_rus_txb_unit iv_region = wa_vehpar-region iv_district = wa_vehpar-district IMPORTING ES_TRTAX_RATE = LS_TRTAX_RATE.

REUSE_ALV_GRID_DISPLAY

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' *call function 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = g_repid i_callback_pf_status_set = gc_status i_callback_user_command = gc_user_command is_layout = gs_layout it_fieldcat = gt_fieldcat[] i_structure_name = gc_strname * it_special_groups = gt_sp_group[] it_sort = gt_sort * it_filter = save_filter i_default = space i_save = gc_save is_variant = g_variant it_events = gt_events[] * it_event_exit = gt_event_exit TABLES t_outtab = it_vehrip * gc_viewtb * EXCEPTIONS * OTHERS = 1 .

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_internal_tabname = gc_viewtb i_structure_name = gc_strname i_bypassing_buffer = abap_true CHANGING ct_fieldcat = p_fieldcat[].

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

REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = gt_top_of_page.

MESSAGES_SHOW CALL FUNCTION 'MESSAGES_SHOW'.

REUSE_ALV_VARIANT_F4 CALL FUNCTION 'REUSE_ALV_VARIANT_F4' EXPORTING is_variant = g_variant i_save = gc_save i_tabname_header = gc_viewtb IMPORTING e_exit = g_exit es_variant = gx_variant EXCEPTIONS not_found = 2.

REUSE_ALV_VARIANT_EXISTENCE CALL FUNCTION 'REUSE_ALV_VARIANT_EXISTENCE' EXPORTING i_save = gc_save CHANGING cs_variant = pgx_variant.

REUSE_ALV_VARIANT_DEFAULT_GET CALL FUNCTION 'REUSE_ALV_VARIANT_DEFAULT_GET' EXPORTING i_save = gc_save CHANGING cs_variant = pgx_variant EXCEPTIONS not_found = 2.

MESSAGE_LINE_GET CALL FUNCTION 'MESSAGE_LINE_GET' IMPORTING e_zeile = l_zeile EXCEPTIONS not_active = 1 OTHERS = 2.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = p_percentshw text = p_text.

DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = sy-CPROG dynumb = sy-dynnr TABLES dynpfields = LT_DYNPFIELD_TAB EXCEPTIONS OTHERS = 1 .

F4IF_FIELD_VALUE_REQUEST CALL FUNCTION 'F4IF_FIELD_VALUE_REQUEST' EXPORTING TABNAME = 'FIKZD_TT_RUNS' FIELDNAME = 'LAUFI' SEARCHHELP = 'FIKZD_TT_RUNS' SHLPPARAM = 'LAUFI' CALLBACK_PROGRAM = SY-REPID CALLBACK_FORM = 'AT_F4_CALLBACK' TABLES return_tab = LT_RETURN_TAB EXCEPTIONS FIELD_NOT_FOUND = 1 NO_HELP_FOR_FIELD = 2 INCONSISTENT_HELP = 3 NO_VALUES_FOUND = 4 OTHERS = 5 .



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