SAP Reports / Programs

J_1SUORT SAP ABAP Report - IS-M/SD CH/S: Change Program for Cities







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


Text pool values


PTT Changes - Open / Change / Move Cities
Selection Text: LAND = Country
Selection Text: TESTL = Test Run (Log Output Only)
Title: IS-M/SD CH/S: Change Program for Cities
Text Symbol: 904 = No. of Printouts
Text Symbol: 903 = Name of Spool List
Text Symbol: 902 = Print Control
Text Symbol: 010 = City opened
Text Symbol: 007 = This program is obsolete and should not be used
Text Symbol: 006 = Incorrect DB Code for
Text Symbol: 005 = Insert could not be updated for:
Text Symbol: 004 = City already exists
Text Symbol: 003 = City Log
Text Symbol: 002 = Log: Change Cities
Text Symbol: 001 = Cannot Read Dataset
Text Symbol: 905 = Printer
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
001 Ctr Old ALORT New ALORT Old City (Short) Old City (Short) Text


INCLUDES used within this REPORT J_1SUORT

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:

FILE_GET_NAME CALL FUNCTION 'FILE_GET_NAME' EXPORTING LOGICAL_FILENAME = LOG_NAME IMPORTING FILE_NAME = DSETNAME EXCEPTIONS FILE_NOT_FOUND = 01.

J_1S_ORTPRO_PTT_POSTE_DATA CALL FUNCTION 'J_1S_ORTPRO_PTT_POSTE_DATA' EXPORTING DSETNAME = DSETNAME LAND = LAND TESTL = TESTL AENDER = GLB_JSTAENDER IMPORTING LOC_JSTORTPRO = JSTORTPRO X_DBCODE_ORT = DBCODE_ORT EXCEPTIONS END_OF_DATASET = 01 CANT_READ_DATASET = 02 UNKNOWN_DATA = 03.

ISP_JSTORTPRO_PRUEFEN CALL FUNCTION 'ISP_JSTORTPRO_PRUEFEN' EXPORTING STORTPRO = JSTORTPRO X_DBCODE_ORT = DBCODE_ORT IMPORTING STORTPRO = JSTORTPRO EXCEPTIONS NO_UPDATE = 01.

ISP_JSTORTPRO_INSERT CALL FUNCTION 'ISP_JSTORTPRO_INSERT' EXPORTING STORTPRO = JSTORTPRO *STORTPRO = JSTORTPRO EXCEPTIONS NO_INSERT = 1.

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