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

MJSSTF25 SAP ABAP INCLUDE - IS-M/SD: Include







MJSSTF25 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 MJSSTF25 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 MJSSTF25. "Basic submit
SUBMIT MJSSTF25 AND RETURN. "Return to original report after report execution complete
SUBMIT MJSSTF25 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: IS-M/SD: Include


INCLUDES used within this REPORT MJSSTF25

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_TEXTS_FOR_DATAELEMENT_GET CALL FUNCTION 'ISP_TEXTS_FOR_DATAELEMENT_GET' EXPORTING FIELDNAME = 'JSTORTPRO-ALORT' IMPORTING TEXT_MIDLE = TAB_SELFIELD-SCRTEXT_M LEN_MIDLE = TAB_SELFIELD-SCRLEN_M LEN_FIELD = TAB_SELFIELD-FLENGTH EXCEPTIONS NOT_FOUND = 01.

ISP_TEXTS_FOR_DATAELEMENT_GET CALL FUNCTION 'ISP_TEXTS_FOR_DATAELEMENT_GET' EXPORTING FIELDNAME = 'JSTORTPRO-ORT_NAME_G' IMPORTING TEXT_MIDLE = TAB_SELFIELD-SCRTEXT_M LEN_MIDLE = TAB_SELFIELD-SCRLEN_M LEN_FIELD = TAB_SELFIELD-FLENGTH EXCEPTIONS NOT_FOUND = 01.

ISP_TEXTS_FOR_DATAELEMENT_GET CALL FUNCTION 'ISP_TEXTS_FOR_DATAELEMENT_GET' EXPORTING FIELDNAME = 'JSTPLZPRO-PLZNEU' IMPORTING TEXT_MIDLE = TAB_SELFIELD-SCRTEXT_M LEN_MIDLE = TAB_SELFIELD-SCRLEN_M LEN_FIELD = TAB_SELFIELD-FLENGTH EXCEPTIONS NOT_FOUND = 01.

ISP_TEXTS_FOR_DATAELEMENT_GET CALL FUNCTION 'ISP_TEXTS_FOR_DATAELEMENT_GET' EXPORTING FIELDNAME = 'JSTSTRPRO-STRASSENNR' IMPORTING TEXT_MIDLE = TAB_SELFIELD-SCRTEXT_M LEN_MIDLE = TAB_SELFIELD-SCRLEN_M LEN_FIELD = TAB_SELFIELD-FLENGTH EXCEPTIONS NOT_FOUND = 01.

ISP_TEXTS_FOR_DATAELEMENT_GET CALL FUNCTION 'ISP_TEXTS_FOR_DATAELEMENT_GET' EXPORTING FIELDNAME = 'JSTSTRPRO-STR_NAME_G' IMPORTING TEXT_MIDLE = TAB_SELFIELD-SCRTEXT_M LEN_MIDLE = TAB_SELFIELD-SCRLEN_M LEN_FIELD = TAB_SELFIELD-FLENGTH EXCEPTIONS NOT_FOUND = 01.

ISP_TEXTS_FOR_DATAELEMENT_GET CALL FUNCTION 'ISP_TEXTS_FOR_DATAELEMENT_GET' EXPORTING FIELDNAME = 'JVTBEZIRK-BEZIRK' IMPORTING TEXT_MIDLE = TAB_SELFIELD-SCRTEXT_M LEN_MIDLE = TAB_SELFIELD-SCRLEN_M LEN_FIELD = TAB_SELFIELD-FLENGTH EXCEPTIONS NOT_FOUND = 01.

ISP_ADDRESS_CHECK CALL FUNCTION 'ISP_ADDRESS_CHECK' EXPORTING LAND1 = TJY00-DEFLAND1 ORTNAME = LOC_ORTNM_EG PLZ = LOC_PLZNR_EG POSTORT = LOC_ORTNR_EG STRNAME = LOC_STRNM_EG IMPORTING PLZ = LOC_PLZNR POSTORT = LOC_ORTNR POSTSTR = LOC_STRNR EXCEPTIONS INVALID_INPUT = 01 NO_SUCH_POSTCODE_FOUND = 02 NO_SUCH_TOWN_FOUND = 03 PLZART_CONFLICT = 04 PLZ_KEINEM_ORT_ZUGEORDNET = 05 "HGL301096 OTHERS = 06. "Rel.4.01 CJ

ISP_STRUCTURE_INITIALIZE CALL FUNCTION 'ISP_STRUCTURE_INITIALIZE' TABLES ABLDBAR_TAB = ABLDBARTAB_DUMMY ABLDRGL_TAB = ABLDRGLTAB_DUMMY LIEFBAR_TAB = LIEFBARTAB_DUMMY ROUPVA_TAB = ROUPVATAB_DUMMY HIETYP_TAB = HIETYP ZIEL_KNOART_TAB = KNOART INT_TAB_ZUO = ZUORD KNOTEN_TAB = KNOTEN_TAB.

ISP_STRUCTURE_READ CALL FUNCTION 'ISP_STRUCTURE_READ' EXPORTING AB = JSTAENDER-GUELTIGAB BIS = JSTAENDER-GUELTIGBIS RICHT = RICHTUNG STARTZUORDTYP = STARTZUOTYP ZIELZUORDTYP = ZIELZUOTYP ZUGRIFFSPFAD = CON_PFAD_BEZGEOPOS TABLES ZIEL_KNOART_TAB = KNOART HIETYP_TAB = HIETYP INT_TAB_ZUO = ZUORD KNOTEN_TAB = KNOTEN_TAB ROUPVA_TAB = ROUPVATAB_DUMMY LIEFBAR_TAB = LIEFBARTAB_DUMMY ABLDRGL_TAB = ABLDRGLTAB_DUMMY ABLDBAR_TAB = ABLDBARTAB_DUMMY.



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 MJSSTF25 or its description.