J_3RTVEHFLE 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_3RTVEHFLE 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_3RTVEHFLE
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
REUSE_ALV_EXTRACT_AT_F4_P_EX1 CALL FUNCTION 'REUSE_ALV_EXTRACT_AT_F4_P_EX1' * EXPORTING * I_PARNAME_P_EXT1 = 'P_EXT1' CHANGING c_p_ex1 = p_ex1 c_p_ext1 = p_ext1 cs_extract1 = gs_extract1.
REUSE_ALV_EXTRACT_AT_F4_P_EX2 CALL FUNCTION 'REUSE_ALV_EXTRACT_AT_F4_P_EX2' * EXPORTING * I_PARNAME_P_EXT2 = 'P_EXT2' CHANGING c_p_ex2 = p_ex2 c_p_ext2 = p_ext2 cs_extract2 = gs_extract2.
HELP_OBJECT_SHOW CALL FUNCTION 'HELP_OBJECT_SHOW' EXPORTING dokclass = 'TX' doklangu = sy-langu dokname = 'J_3RF_P_NOEX' doktitle = text-e01 called_by_program = sy-cprog called_by_dynp = sy-dynnr called_for_tab_fld_btch_input = 'P_NOEX' called_by_cuaprog = sy-cprog called_by_cuastat = sy-pfkey TABLES links = gt_links EXCEPTIONS object_not_found = 0 sapscript_error = 0 OTHERS = 0.
HELP_OBJECT_SHOW CALL FUNCTION 'HELP_OBJECT_SHOW' EXPORTING dokclass = 'TX' doklangu = sy-langu dokname = 'J_3RF_P_SAVE' doktitle = text-e02 called_by_program = sy-cprog called_by_dynp = sy-dynnr called_for_tab_fld_btch_input = 'P_SAVE' called_by_cuaprog = sy-cprog called_by_cuastat = sy-pfkey TABLES links = gt_links EXCEPTIONS object_not_found = 0 sapscript_error = 0 OTHERS = 0.
HELP_OBJECT_SHOW CALL FUNCTION 'HELP_OBJECT_SHOW' EXPORTING dokclass = 'TX' doklangu = sy-langu dokname = 'J_3RF_P_EX1' doktitle = text-e03 called_by_program = sy-cprog called_by_dynp = sy-dynnr called_for_tab_fld_btch_input = 'P_EX1' called_by_cuaprog = sy-cprog called_by_cuastat = sy-pfkey TABLES links = gt_links EXCEPTIONS object_not_found = 0 sapscript_error = 0 OTHERS = 0.
HELP_OBJECT_SHOW CALL FUNCTION 'HELP_OBJECT_SHOW' EXPORTING dokclass = 'TX' doklangu = sy-langu dokname = 'J_3RF_P_EXT1' doktitle = text-e04 called_by_program = sy-cprog called_by_dynp = sy-dynnr called_for_tab_fld_btch_input = 'P_EXT1' called_by_cuaprog = sy-cprog called_by_cuastat = sy-pfkey TABLES links = gt_links EXCEPTIONS object_not_found = 0 sapscript_error = 0 OTHERS = 0.
HELP_OBJECT_SHOW CALL FUNCTION 'HELP_OBJECT_SHOW' EXPORTING dokclass = 'TX' doklangu = sy-langu dokname = 'J_3RF_P_LOAD' doktitle = text-e05 called_by_program = sy-cprog called_by_dynp = sy-dynnr called_for_tab_fld_btch_input = 'P_LOAD' called_by_cuaprog = sy-cprog called_by_cuastat = sy-pfkey TABLES links = gt_links EXCEPTIONS object_not_found = 0 sapscript_error = 0 OTHERS = 0.
HELP_OBJECT_SHOW CALL FUNCTION 'HELP_OBJECT_SHOW' EXPORTING dokclass = 'TX' doklangu = sy-langu dokname = 'J_3RF_P_EX2' doktitle = text-e03 called_by_program = sy-cprog called_by_dynp = sy-dynnr called_for_tab_fld_btch_input = 'P_EX2' called_by_cuaprog = sy-cprog called_by_cuastat = sy-pfkey TABLES links = gt_links EXCEPTIONS object_not_found = 0 sapscript_error = 0 OTHERS = 0.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.