MJSSTF01 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 MJSSTF01 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_POP_UP_AENDER_ANZEIGE call function 'ISP_POP_UP_AENDER_ANZEIGE' exporting aenderungsnr = nummer.
ISP_POP_UP_AENDER call function 'ISP_POP_UP_AENDER' exporting soll_artaendnr = loc_artaendnr importing aenderungsnr = loc_aendnr exceptions aborted = 01.
ISP_RELATION_AENDNR_SET call function 'ISP_RELATION_AENDNR_SET' exporting aenderungsnr = loc_aendnr.
ISP_RELATION_CHECK call function 'ISP_RELATION_CHECK' exporting gueltigab = rjs_z_para-gueltigvon gueltigbis = rjs_z_para-gueltigbis hietyp = hierachie_typ top_knoten = pre_objekt top_knotenart = pre_objekt_typ unter_knotenart = suc_objekt_typ importing out_message = meldung.
ISP_EXCLUDE_TAB_FILL call function 'ISP_EXCLUDE_TAB_FILL' exporting programm = tj180-agidv dynpronummer = syst-dynnr transaktionstyp = tj180-trtyp operation = incode_tab-opera call_modus = call_modus * IMPORTING ENTRIES_FOUND = wird lokal ausgewertet ! tables excl_functions = ina_tab exceptions keine_dynpronummer = 1 kein_programm = 2.
ISP_ZUORDNUNG_AUFBAUEN call function 'ISP_ZUORDNUNG_AUFBAUEN' * EXPORTING * STRUKTUR_TIEFE = RJS_Z_PARA-BAUM_TIEFE exceptions keine_zuordnung = 1.
ISP_ZUORDNUNG_INIT call function 'ISP_ZUORDNUNG_INIT' exporting pfad = zugriff_pfad * Hierachietypen Geographie und Route (Eingabe Dynpro 100 ff) * HIERACHIETYP = RJS_Z_PARA-HIETYP * Eingabe aus Dynpro 100 : aktive und/oder inaktive Zuordnung struktur_aktiv = rjs_z_para-x_aktiv struktur_inaktiv = rjs_z_para-x_inaktiv * Eingabe aus Dynpro 100 : normale Zuord. oder Unterbrechungen
ISP_ZUORDNUNG_BAUMWURZEL_SET call function 'ISP_ZUORDNUNG_BAUMWURZEL_SET' exporting wurzel_objekt = rjs_z_para-objekt wurzel_land1 = rjs_z_para-land1 wurzel_hausnr = rjs_z_para-hausnr wurzel_hnrzusatz = rjs_z_para-hnrzusatz wurzel_adrzusatz = rjs_z_para-adrzusatz wurzel_stockwerk = rjs_z_para-stockwerk wurzel_objekt_typ = rjs_z_para-objekt_typ hierachie_typ = rjs_z_para-hietyp importing out_message = meldung exceptions wurzel_vorhanden = 1.
ISP_ZUORDNUNG_AUSGEBEN call function 'ISP_ZUORDNUNG_AUSGEBEN' importing doppelte_eintraege = loc_minussaetze * Anzahl der doppelten Saetze wird übergeben tables objekt_zuordnung = g_knoten.
ISP_ZUORDNUNG_DETAIL_AUSGEBEN call function 'ISP_ZUORDNUNG_DETAIL_AUSGEBEN' exporting objekt_zuordnung = objekt importing zuordnung_detail = loc_rjs0102.
ISM_JSTAENDER_UNL_POINT_SET call function 'ISM_JSTAENDER_UNL_POINT_SET'. "CC/TK20112011
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.