J_3RTUPDFRM 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_3RTUPDFRM 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_3RTUPDFRM
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
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.
J_3RT_TRANSP_VALUE CALL FUNCTION 'J_3RT_TRANSP_VALUE' EXPORTING p_anep = l_anep p_anlc = l_anlc p_afap = l_afap p_ants = l_ants p_firstmoving = l_firstmoving p_balance = l_balance p_period = l_period CHANGING p_mess_open = l_mess_open p_afabtr = p_nafal EXCEPTIONS tax_parmeters_is_empty = 1 okof_code_is_empty = 2 OTHERS = 3 .
RS_REFRESH_FROM_SELECTOPTIONS CALL FUNCTION 'RS_REFRESH_FROM_SELECTOPTIONS' EXPORTING curr_report = l_repid TABLES selection_table = l_seltab EXCEPTIONS not_found = 1 no_report = 2 OTHERS = 3.
T093C_READ_MULTIPLE CALL FUNCTION 'T093C_READ_MULTIPLE' TABLES t_t093c = x093c.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.