MJSSTF07 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 MJSSTF07 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_ZUORDNUNG_BAUMWURZEL_SET CALL FUNCTION 'ISP_ZUORDNUNG_BAUMWURZEL_SET' EXPORTING WURZEL_OBJEKT = LOC_OBJEKT WURZEL_OBJEKT_TYP = LOC_OBJEKTTYP HIERACHIE_TYP = RJS_Z_PARA-HIETYP WURZEL_LAND1 = CON_LAND_SPACE WURZEL_HAUSNR = RJS_Z_PARA-HAUSNR WURZEL_HNRZUSATZ = RJS_Z_PARA-HNRZUSATZ WURZEL_ADRZUSATZ = RJS_Z_PARA-ADRZUSATZ WURZEL_STOCKWERK = RJS_Z_PARA-STOCKWERK IMPORTING OUT_MESSAGE = MELDUNG EXCEPTIONS WURZEL_VORHANDEN = 1.
ISP_ZUORDNUNG_EINFUEGEPOSITION CALL FUNCTION 'ISP_ZUORDNUNG_EINFUEGEPOSITION' EXPORTING ZUORDKNOTEN = G_KNOTEN IMPORTING ZUORDKNOTENUEB = LOC_RJS0102 ZUOINDEX = ZUOINDEX VORGAENGER_INDEX = EINFINDEX.
ISP_ZUORDNUNG_KOPIEREN CALL FUNCTION 'ISP_ZUORDNUNG_KOPIEREN' EXPORTING ZIEL_KNOTEN = G_KNOTEN " Ziel-Zuordnung EINFINDEX = EINFINDEX IMPORTING OUT_MESSAGE = MELDUNG TABLES "HR4.02
ISP_ZUORDNUNG_BAUMWURZEL_LAST CALL FUNCTION 'ISP_ZUORDNUNG_BAUMWURZEL_LAST' IMPORTING WURZEL_OBJEKT = LOC_OBJEKT WURZEL_OBJEKTTYP = LOC_OBJEKT_TYP WURZEL_HIETYP = LOC_HIETYP.
ISP_ZUORDNUNG_KOPIEREN_INIT CALL FUNCTION 'ISP_ZUORDNUNG_KOPIEREN_INIT' EXPORTING ORGI_KNOTEN = KNOTEN IMPORTING OUT_MESSAGE = MSG.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.