SAP Reports / Programs | SAP Media | SAP Media(IS-M) SAP IS

J_1SUPLZ SAP ABAP Report - IS-M/SD CH/S: Change Program for Postal Codes







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


Transaction Code(s):

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

J1SM - IS-M: CH/S: Change PCode 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_1SUPLZ. "Basic submit
SUBMIT J_1SUPLZ AND RETURN. "Return to original report after report execution complete
SUBMIT J_1SUPLZ VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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


INCLUDES used within this REPORT J_1SUPLZ

INCLUDE MJNUMTOP.
INCLUDE MJO0FA02.


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.

NUMBER_GET_NEXT CALL FUNCTION 'NUMBER_GET_NEXT' EXPORTING nr_range_nr = nr_range_nr object = object IMPORTING number = w_strnr returncode = rcode_nr.



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