MJSSTF17 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 MJSSTF17 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: t
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ISP_POPUP_GET_STRUCTURE call function 'ISP_POPUP_GET_STRUCTURE' exporting struktur_abfragen = xstruktur importing richtung = richtung xauforg = xauforg xbezirk = xbezirk rc = rc.
POPUP_GET_VALUES call function 'POPUP_GET_VALUES' "eigene Prüfroutine * EXPORTING CHECK_EXISTENCE = CON_ANGEKREUZT exporting popup_title = popup_title start_column = 5 start_row = 5 importing returncode = returncode tables fields = feld_tab exceptions error_in_fields = 1.
ISP_ZUORDNUNG_ZIELZUOTP_SET call function 'ISP_ZUORDNUNG_ZIELZUOTP_SET' exporting ziel_zuordtyp = zielzuotyp start_zuordtyp = in_startzuotp in_richtung = rjs_z_para-richtung in_path = zugriff_pfad importing out_zielzuotyp = rjs_z_para-zielzuotp .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.