MGRW1F90_INSERT_REPORT 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 MGRW1F90_INSERT_REPORT 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RSS_PROGRAM_GET_ID CALL FUNCTION 'RSS_PROGRAM_GET_ID' EXPORTING i_program_name = i_program_name IMPORTING e_uni_idc25 = l_program_id.
RSS_PROGRAM_INSERT CALL FUNCTION 'RSS_PROGRAM_INSERT' EXPORTING i_program_class = i_program_class i_uni_idc25 = l_program_id i_rdir_appl = t804a-appl i_rdir_clas = 'GGEN' i_rdir_ldbname = l_s_trdir-ldbname i_rdir_secu = l_s_trdir-secu i_rdir_fixpt = rssg_c_false i_uccheck = l_uccheck "alr50 i_t_code = i_t_code i_no_syntax_check = rssg_c_true i_no_pretty_printer = rssg_c_true EXCEPTIONS syntax_error = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MGRW1F90_INSERT_REPORT - MGRW1F90INSERTREPORT MGRW1F90_GET_PROGRAM_NAMES - MGRW1F90GETPROGRAMNAMES MGRW1F90_GEN_OUT_ED - MGRW1F90GENOUTED MGRW1F90_GEN_EXPORT_IMPORT - MGRW1F90GENEXPORTIMPORT MGRW1F90_GEN_DAT_INT_VARIABLES - MGRW1F90GENDATINTVARIABLES MGRW1F90_GEN_COMMON_PART_OUT2 - MGRW1F90GENCOMMONPARTOUT2