MGRW1F90_GET_PROGRAM_NAMES 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_GET_PROGRAM_NAMES 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!
G_PROGRAM_NAME CALL FUNCTION 'G_PROGRAM_NAME' EXPORTING program_type = grwt_gen-sufex report_group = i_rgjnr program_version = i_version IMPORTING program_name = e_exec_program EXCEPTIONS OTHERS = 4.
G_PROGRAM_NAME CALL FUNCTION 'G_PROGRAM_NAME' EXPORTING program_type = grwt_gen-sufsl report_group = i_rgjnr program_version = i_version IMPORTING program_name = e_sel_program EXCEPTIONS OTHERS = 4.
G_PROGRAM_NAME CALL FUNCTION 'G_PROGRAM_NAME' EXPORTING program_type = grwt_gen-sufed report_group = i_rgjnr program_version = i_version IMPORTING program_name = e_edi_program.
G_PROGRAM_NAME CALL FUNCTION 'G_PROGRAM_NAME' EXPORTING program_type = grwt_gen-sufct report_group = i_rgjnr program_version = i_version IMPORTING program_name = e_col_include.
G_PROGRAM_NAME CALL FUNCTION 'G_PROGRAM_NAME' EXPORTING program_type = grwt_gen-suffc report_group = i_rgjnr program_version = i_version IMPORTING program_name = e_aux_program.
G_PROGRAM_NAME CALL FUNCTION 'G_PROGRAM_NAME' EXPORTING program_type = grwt_gen-sufbf report_group = i_rgjnr program_version = i_version IMPORTING program_name = e_var_program EXCEPTIONS OTHERS = 4.
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_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 MGRW1F90_GEN_CHECK_CLIENT - MGRW1F90GENCHECKCLIENT