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
Below is a list of transaction codes which are relevant to this SAP report
J1SP - IS-M: CH/S: Change Street Data
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: 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
INCLUDE MJO0FA02.
INCLUDE MJNUMTOP.
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
J_1SUSTR - IS-M/SD CH/S: Change Program for Streets J_1SUSTR - IS-M/SD CH/S: Change Program for Streets J_1SUPLZ - IS-M/SD CH/S: Change Program for Postal Codes J_1SUPLZ - IS-M/SD CH/S: Change Program for Postal Codes J_1SUPAL - IS-M/SD CH/S: Comparison/Conversion for Postal Code and Cities J_1SUPAL - IS-M/SD CH/S: Comparison/Conversion for Postal Code and Cities