MSM20F03 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 MSM20F03 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!
RSLG_LAYOUT_ST_COL_TABE CALL FUNCTION 'RSLG_LAYOUT_ST_COL_TABE' EXPORTING WITH_COLUMN = DY_COL_TABE.
RSLG_LAYOUT_ST_COL_DEVC CALL FUNCTION 'RSLG_LAYOUT_ST_COL_DEVC' EXPORTING WITH_COLUMN = DY_COL_DEVCLASS.
RSLG_LAYOUT_ST_COL_POSI CALL FUNCTION 'RSLG_LAYOUT_ST_COL_POSI' EXPORTING WITH_COLUMN = DY_COL_POSI.
RSLG_SEL_ST_PARAREC CALL FUNCTION 'RSLG_SEL_ST_PARAREC' EXPORTING WITH_LINE = DY_LIN_PARAREC.
RSLG_LAYOUT_ST_COL_MAND CALL FUNCTION 'RSLG_LAYOUT_ST_COL_MAND' EXPORTING WITH_COLUMN = DY_COL_MAND.
RSLG_LAYOUT_ST_COL_DATE CALL FUNCTION 'RSLG_LAYOUT_ST_COL_DATE' EXPORTING WITH_COLUMN = DY_COL_DATE.
RSLG_LAYOUT_ST_COL_PROG CALL FUNCTION 'RSLG_LAYOUT_ST_COL_PROG' EXPORTING WITH_COLUMN = DY_COL_PROG.
RSLG_LAYOUT_ST_COL_TERM CALL FUNCTION 'RSLG_LAYOUT_ST_COL_TERM' EXPORTING WITH_COLUMN = DY_COL_TERM.
RSLG_LAYOUT_ST_PRINT CALL FUNCTION 'RSLG_LAYOUT_ST_PRINT' EXPORTING PRINT_KIND = 'S'.
RSLG_LAYOUT_ST_PRINT CALL FUNCTION 'RSLG_LAYOUT_ST_PRINT' EXPORTING PRINT_KIND = '8'.
RSLG_LAYOUT_ST_PRINT CALL FUNCTION 'RSLG_LAYOUT_ST_PRINT' EXPORTING PRINT_KIND = '2'.
RSLG_LAYOUT_ST_PRINT CALL FUNCTION 'RSLG_LAYOUT_ST_PRINT' EXPORTING PRINT_KIND = '3'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.