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

J_3RTVEHSTR SAP ABAP INCLUDE - Include J_3RTVEHSTR







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


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


INCLUDES used within this REPORT J_3RTVEHSTR

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



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