SAP Reports / Programs | Master Data | SAP Media | Master Data(IS-M-MD) SAP IS

MJSSTF08 SAP ABAP INCLUDE - t







MJSSTF08 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 MJSSTF08 into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

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.






SUBMIT MJSSTF08. "Basic submit
SUBMIT MJSSTF08 AND RETURN. "Return to original report after report execution complete
SUBMIT MJSSTF08 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: t


INCLUDES used within this REPORT MJSSTF08

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

ISP_ZUORDNUNG_BAUMWURZEL_SET CALL FUNCTION 'ISP_ZUORDNUNG_BAUMWURZEL_SET' EXPORTING WURZEL_OBJEKT = LOC_OBJEKT WURZEL_LAND1 = CON_LAND_SPACE WURZEL_OBJEKT_TYP = LOC_OBJEKTTYP HIERACHIE_TYP = LOC_HIETYP 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_BAUMWURZEL_SET CALL FUNCTION 'ISP_ZUORDNUNG_BAUMWURZEL_SET' EXPORTING WURZEL_OBJEKT = WURZEL_OBJEKTE-OBJEKT WURZEL_LAND1 = CON_LAND_SPACE WURZEL_OBJEKT_TYP = WURZEL_OBJEKTE-OBJEKT_TYP HIERACHIE_TYP = WURZEL_OBJEKTE-HIETYP 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_BAUMWURZEL_LIST CALL FUNCTION 'ISP_ZUORDNUNG_BAUMWURZEL_LIST' TABLES WURZEL_OBJEKTE = WURZEL_OBJEKTE.

ISP_NEW_STRUCTURE_NUMBER_SET CALL FUNCTION 'ISP_NEW_STRUCTURE_NUMBER_SET' EXPORTING FORMNAME = 'WURZEL_OBJEKT_PRUEFEN' POPUP_TITLE = POPUP_TITLE PROGRAMNAME = LOC_PROGNAME START_COLUM = '5' START_ROW = '5' IMPORTING RETURNCODE = RC TABLES FIELDS = FELD_TAB EXCEPTIONS ERROR_IN_FIELDS = 01.

ISM_ZUORDNUNG_BAUMWURZEL_FIND CALL FUNCTION 'ISM_ZUORDNUNG_BAUMWURZEL_FIND' "HR4.61

ISP_RELATION_ROOT_GET CALL FUNCTION 'ISP_RELATION_ROOT_GET' IMPORTING HIE_TYPE = ALTER_HIETYP.

ISP_RELATION_ROOT_GET CALL FUNCTION 'ISP_RELATION_ROOT_GET' IMPORTING HIE_TYPE = HIETYP.

ISP_RELATION_ROOT_GET CALL FUNCTION 'ISP_RELATION_ROOT_GET' IMPORTING HIE_TYPE = HIETYP.

ISP_STRUCTURE_ROOT_CHECK CALL FUNCTION 'ISP_STRUCTURE_ROOT_CHECK' EXPORTING AB = AB BIS = BIS HIETYP = HIETYP KNOTEN = KNOTEN KNOTENART = KNOTENART PRUEFZUORDTYP = STARTZUOTP IMPORTING * XISTWURZEL = IST_WURZEL XIST_WURZEL = IST_WURZEL TABLES KNOTEN_TAB = LOC_KNOT EXCEPTIONS FALSCHER_PRUEFZUORDTYP = 9.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name MJSSTF08 or its description.