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

J_3RTVEHFRM SAP ABAP INCLUDE - Include J_3RTVEHFRM







J_3RTVEHFRM 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 J_3RTVEHFRM 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 J_3RTVEHFRM. "Basic submit
SUBMIT J_3RTVEHFRM AND RETURN. "Return to original report after report execution complete
SUBMIT J_3RTVEHFRM 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 J_3RTVEHFRM


INCLUDES used within this REPORT J_3RTVEHFRM

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 * IB_SORT_DESCENDING = ' ' * IB_BYPASSING_MEMORY = ' ' * IB_RESET_BUFFER = ' ' TABLES et_glofaatmdpndnt = lt_vehpar 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 .

J_3RT_TAX_RATE CALL FUNCTION 'J_3RT_TAX_RATE' EXPORTING p_bukrs = wa_vehpar-bukrs p_base = wa_vehpar-glo_rus_txb_unit p_okato1 = wa_vehpar-glo_rus_ttx_okt1 p_cprtx = wa_vehpar-glo_rus_ttx_prvg p_ctypv = wa_vehicl-glo_rus_ttx_type p_baujj = wa_vehrip-baujj p_gjahr = pa_gjahr IMPORTING p_taxrt = wa_vehrip-taxvl CHANGING P_DEPONUSLF = wa_vehrip-DEPONUSLF EXCEPTIONS rate_not_found = 1 OTHERS = 2.

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 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.

AM_SHOW_POST_DEPR CALL FUNCTION 'AM_SHOW_POST_DEPR' EXPORTING i_anla = pp_anla i_afabe = g_afabe i_gjahr = p_gjahr i_simu = ' ' TABLES t_dpost = p_dpost[] t_anlb = p_anlb[] t_anlc = p_anlc[] t_anek = p_anek[] t_anep = p_anep[] t_anea = l_anea[] EXCEPTIONS not_found = 0 differences_posted_afa = 0 OTHERS = 0.

J_3RT_TAX_VALUE CALL FUNCTION 'J_3RT_TAX_VALUE' EXPORTING tax_rate = p_taxrt tax_modyf = p_modyf tax_base = p_base IMPORTING tax_value = l_value EXCEPTIONS tax_base_is_null = 1 OTHERS = 2.

J_3RT_TAX_VALUE CALL FUNCTION 'J_3RT_TAX_VALUE' EXPORTING tax_rate = p_taxrt tax_modyf = p_modyf tax_base = p_base IMPORTING tax_value = l_value EXCEPTIONS tax_base_is_null = 1 OTHERS = 2.

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.

DEPR_RECALCULATE CALL FUNCTION 'DEPR_RECALCULATE' EXPORTING i_ants = l_ants i_function = 'N' TABLES t_anea = l_anea t_anep = l_anep t_anfm = l_anfm t_anlb = pp_anlb t_anlc = pp_anlc t_anlz = l_anlz EXCEPTIONS answpruef_verletzt = 1 depr_not_posible = 2 minwert_verletzt = 3 normal_afa_verletzt = 4 period_false = 5 rbw_virt_afaber_verletzt = 6 sonder_afa_verletzt = 7 OTHERS = 8.

AM_DEPR_RECALCULATE_RFC CALL FUNCTION 'AM_DEPR_RECALCULATE_RFC' EXPORTING i_test = gc_true i_bukrs = pa_bukrs i_gjahr = pa_gjahr * I_EXTFORM = TABLES t_fehl = l_fehl t_stat1 = l_stat1 t_ext = l_ext t_r_anln1 = l_anln1 t_r_anln2 = l_anln2 t_r_afabe = l_afabe t_anfm = l_anfm EXCEPTIONS internal_error = 1 OTHERS = 2 .

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






MESSAGES_INITIALIZE CALL FUNCTION 'MESSAGES_INITIALIZE'.

MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING arbgb = 'AA' msgty = -kz msgv1 = -v1 msgv2 = -v2 msgv3 = -v3 msgv4 = -v4 txtnr = -nr zeile = l_zaile EXCEPTIONS message_type_not_valid not_active OTHERS.

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

MESSAGES_INITIALIZE CALL FUNCTION 'MESSAGES_INITIALIZE'.

MESSAGE_LINE_SET CALL FUNCTION 'MESSAGE_LINE_SET' EXPORTING zeile = l_zaile * I_IDENTIFICATION = EXCEPTIONS not_active = 1 wrong_input = 2 log_not_active = 3 OTHERS = 4 .

MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING arbgb = ld_msgid msgty = ld_msgty msgv1 = ld_msgv1 msgv2 = ld_msgv2 msgv3 = ld_msgv3 msgv4 = ld_msgv4 txtnr = ld_msgno zeile = l_zaile EXCEPTIONS message_type_not_valid not_active OTHERS.

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

J_3RT_TAX_VALUE call function 'J_3RT_TAX_VALUE' EXPORTING tax_rate = p_taxrt tax_modyf = p_modyf tax_base = p_base TAX_DIV_MONTH = 1 IMPORTING tax_value = l_value EXCEPTIONS tax_base_is_null = 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 J_3RTVEHFRM or its description.