J_3RTVEHFLW 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_3RTVEHFLW 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_3RTVEHFLW
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
MESSAGES_INITIALIZE CALL FUNCTION 'MESSAGES_INITIALIZE'.
REUSE_ALV_EXTRACT_AT_INIT CALL FUNCTION 'REUSE_ALV_EXTRACT_AT_INIT' * EXPORTING * i_report = g_repid * i_handle = 'SIMP' * i_log_group = '0001' CHANGING cs_extract1 = gs_extract1 cs_extract2 = gs_extract2.
REUSE_ALV_EXTRACT_AT_SELSCREEN CALL FUNCTION 'REUSE_ALV_EXTRACT_AT_SELSCREEN' EXPORTING i_p_save = p_save i_p_load = p_load CHANGING c_p_ex1 = p_ex1 c_p_ex2 = p_ex2 c_p_ext1 = p_ext1 c_p_ext2 = p_ext2 cs_extract1 = gs_extract1 cs_extract2 = gs_extract2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.