J_3RTVEHSTR 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_3RTVEHSTR into the relevant SAP transactions such as SE38 or SE80
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.
Title: Include J_3RTVEHSTR
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
REUSE_ALV_EXTRACT_LOAD CALL FUNCTION 'REUSE_ALV_EXTRACT_LOAD' EXPORTING is_extract = gs_extract2 TABLES et_exp01 = it_vehrip et_exp02 = gt_fieldcat et_exp03 = gt_events et_exp04 = gt_sort et_exp05 = so_okato et_exp06 = so_anln1 et_exp07 = so_anln2 et_exp08 = so_anlkl CHANGING c_exp01 = pa_bukrs c_exp02 = pa_from c_exp03 = pa_monat c_exp04 = pa_gjahr c_exp05 = g_variant c_exp06 = pa_postd c_exp07 = gs_layout
EXCEPTIONS not_found = 1 wrong_relid = 2 no_report = 3 no_exname = 4 no_import_possible = 5 .
REUSE_ALV_EXTRACT_SAVE CALL FUNCTION 'REUSE_ALV_EXTRACT_SAVE' EXPORTING is_extract = gs_extract1 i_get_selinfos = 'X' i_exp01 = pa_bukrs i_exp02 = pa_from i_exp03 = pa_monat i_exp04 = pa_gjahr i_exp05 = g_variant i_exp06 = pa_postd i_exp07 = gs_layout TABLES it_exp01 = it_vehrip it_exp02 = gt_fieldcat it_exp03 = gt_events it_exp04 = gt_sort it_exp05 = so_okato it_exp06 = so_anln1 it_exp07 = so_anln2 it_exp08 = so_anlkl EXCEPTIONS wrong_relid = 1 no_report = 2 no_exname = 3 no_extract_created = 4 .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.