MJS13F01 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 MJS13F01 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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
SCROLLING_IN_TABLE call function 'SCROLLING_IN_TABLE' exporting entry_to = daten_tab_lines loops = anzahl_loop_dynpro ok_code = ok_code entry_act = tctrl_otl_2001-top_line last_page_full = con_angekreuzt overlapping = con_angekreuzt importing entry_new = tctrl_otl_2001-top_line exceptions no_entry_to = 4.
SCROLLING_IN_TABLE call function 'SCROLLING_IN_TABLE' exporting entry_to = daten_tab_lines loops = anzahl_loop_dynpro ok_code = ok_code entry_act = tctrl_otl_2002-top_line * entry_act = gv_eintrag "Aufsetzindex last_page_full = con_angekreuzt overlapping = con_angekreuzt importing entry_new = tctrl_otl_2002-top_line * entry_new = gv_eintrag exceptions no_entry_to = 4.
POPUP_GET_VALUES call function 'POPUP_GET_VALUES' " _USER_CHECKED' exporting * formname = 'DRERZ_PVA_PRUEFEN' popup_title = help_text * PROGRAMNAME = 'SAPMJS13' start_column = '5' start_row = '5' importing returncode = returncode tables fields = feld_tab exceptions error_in_fields = 01.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.