SAP Reports / Programs

J_1SUSTR SAP ABAP Report - IS-M/SD CH/S: Change Program for Streets







J_1SUSTR is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This program imports the entries in table J_1SSUPBESTAND from the street dataset comparison...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter J_1SUSTR into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

J1SP - IS-M: CH/S: Change Street Data


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 J_1SUSTR. "Basic submit
SUBMIT J_1SUSTR AND RETURN. "Return to original report after report execution complete
SUBMIT J_1SUSTR 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 CH/S: Change Program for Streets
Text Symbol: 013 = Update CH Street Data:
Text Symbol: 012 = Insert CH Street Data:
Text Symbol: 011 = CH Street Data
Text Symbol: 010 = Incorrect Conversions:
Text Symbol: 009 = Correct Conversions:
Text Symbol: 008 = Streets
Text Symbol: 007 = End Report Processing:
Text Symbol: 006 = No CH streets from comparison exist
Text Symbol: 005 = Number range object ISP_STR does not exist
Text Symbol: 004 = Start Report Processing:
Text Symbol: 003 = Create UPDA Tables for CH Streets
Text Symbol: 002 = CH Street Upgrade
Text Symbol: 001 = Error logging program
Text Symbol: 014 = Delete CH Street Data:
Text Symbol: 913 = Lang.
Text Symbol: 912 = Text on Cov.Sheet
Text Symbol: 911 = Print Cover Sheet
Text Symbol: 910 = Print Imm.
Text Symbol: 907 = Reten.Period
Text Symbol: 906 = Delete After Print
Text Symbol: 905 = Printer
Text Symbol: 904 = No. of Printouts
Text Symbol: 903 = Name of Spool List
Text Symbol: 902 = Print Control
Text Symbol: 016 = Error logging program
Text Symbol: 015 = Fill street UPDA table by


INCLUDES used within this REPORT J_1SUSTR

INCLUDE MJO0FA02.
INCLUDE MJNUMTOP.


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_POP_UP_AENDER CALL FUNCTION 'ISP_POP_UP_AENDER' EXPORTING soll_artaendnr = pa_aednr IMPORTING aenderungsnr = glb_jstaender EXCEPTIONS aborted = 1 OTHERS = 2.

ISP_JSTAENDER_CHECK CALL FUNCTION 'ISP_JSTAENDER_CHECK' EXPORTING aendnr = aendnr aktion = loc_aktion IMPORTING out_message = out_msg aenderungsnr = loc_jstaender.



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