J_1SUPLZ is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This program reads the entries in table J_1SPUPBESTAND from the PTT dataset set comparison or the PTT conversion run...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_1SUPLZ into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
J1SM - IS-M: CH/S: Change PCode 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.
Selection Text: PA_LAND = Country
Selection Text: PA_AEDNR = Change Number
Title: IS-M/SD CH/S: Change Program for Postal Codes
Text Symbol: 913 = Lang.
Text Symbol: 912 = Text on cov.sheet
Text Symbol: 911 = Print Cover Sheet
Text Symbol: 910 = Print Imm.
Text Symbol: 909 = Cover Sh.Text
Text Symbol: 908 = Cover Sht
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: 017 = Error logging program
Text Symbol: 015 = Correct Reassgmt:
Text Symbol: 014 = Reassign Streets
Text Symbol: 013 = Number range object ISP_STR does not exist
Text Symbol: 012 = PCd-City Assgmts
Text Symbol: 011 = PCd
Text Symbol: 010 = Enter Data in UPDA Tabs with
Text Symbol: 009 = Incorrect Conversions:
Text Symbol: 008 = Correct Conversions:
Text Symbol: 007 = Cits
Text Symbol: 006 = End Report Processing:
Text Symbol: 004 = Start Report Processing:
Text Symbol: 003 = Create UPDA Tables for PCodes and Cities
Text Symbol: 002 = Upgrade PCd/Cty
Text Symbol: 001 = Country / Change Number
INCLUDE MJNUMTOP.
INCLUDE MJO0FA02.
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.
NUMBER_GET_NEXT CALL FUNCTION 'NUMBER_GET_NEXT' EXPORTING nr_range_nr = nr_range_nr object = object IMPORTING number = w_strnr returncode = rcode_nr.
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_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 J_1SUORT - IS-M/SD CH/S: Change Program for Cities J_1SUORT - IS-M/SD CH/S: Change Program for Cities