SAP Reports / Programs

RJSCSPALL SAP ABAP Report - IS-M: Import File ISM_CITYSTATE (Cities, Postal Codes and Aliases)







RJSCSPALL 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 RJSCSPALL 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

JSE1 - Transfer Cities, Postal Codes - USA


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 RJSCSPALL. "Basic submit
SUBMIT RJSCSPALL AND RETURN. "Return to original report after report execution complete
SUBMIT RJSCSPALL 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: COMMIT_C = No. Records for DB Commit
Selection Text: COUNTRY = Country
Selection Text: FROM_CP = Code Page Start
Selection Text: STATES = States
Selection Text: TO_CP = Code Page Destination
Title: IS-M: Import File ISM_CITYSTATE (Cities, Postal Codes and Aliases)
Text Symbol: 001 = Unable to read file
Text Symbol: 002 = End of File
Text Symbol: 003 = File error - no version data
Text Symbol: 004 = General Data
Text Symbol: 005 = File-Specific Data
Text Symbol: 400 = Subobject
Text Symbol: 401 = For further information, please see the application log
Text Symbol: 402 = Object
Text Symbol: P01 = Log of Postal Data Import (City State)
Text Symbol: S03 = Version Data


INCLUDES used within this REPORT RJSCSPALL

INCLUDE MJS00T30. " TJS37


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 = CON_DSET_CITYSTATE IMPORTING FILE_NAME = DSETNAME EXCEPTIONS FILE_NOT_FOUND = 01.

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

FILE_GET_NAME_AND_LOGICAL_PATH * CALL FUNCTION 'FILE_GET_NAME_AND_LOGICAL_PATH' * EXPORTING * LOGICAL_FILENAME = CON_DSET_CITYSTATE * USE_PRESENTATION_SERVER = space * IMPORTING * file_name = l_filename * logical_path = filepath.

FILE_GET_NAME_USING_PATH * CALL FUNCTION 'FILE_GET_NAME_USING_PATH' * EXPORTING * LOGICAL_PATH = filepath * FILE_NAME = error_f * USE_PRESENTATION_SERVER = space * IMPORTING * FILE_NAME_WITH_PATH = error_f * EXCEPTIONS * PATH_NOT_FOUND = 1 * MISSING_PARAMETER = 2 * OPERATING_SYSTEM_NOT_FOUND = 3 * FILE_SYSTEM_NOT_FOUND = 4 * OTHERS = 5.

FILE_VALIDATE_NAME call function 'FILE_VALIDATE_NAME' exporting logical_filename = 'ISM_GROUP_MSD_US_POSTALDATA_CITIES_IMPORT' "<= File-Gruppe changing physical_filename = error_F "<= Pfad vom Selektionsbild exceptions others = 4.

FILE_VALIDATE_NAME call function 'FILE_VALIDATE_NAME' exporting logical_filename = CON_DSET_CITYSTATE changing physical_filename = DSETNAME exceptions others = 4.

ISM_JSTORTPRO_USPS_POST_DATA CALL FUNCTION 'ISM_JSTORTPRO_USPS_POST_DATA' EXPORTING DSETNAME = DSETNAME ERROR_FILE = error_f LOG_FILE = CON_DSET_CITYSTATE COUNTRY = COUNTRY FROM_CODEPAGE = FROM_CP TO_CODEPAGE = TO_CP RESTART_COUNTER = RESTART_COUNTER COMMIT_COUNTER = COMMIT_COUNTER TABLES STATE_RANGE = STATES EXCEPTIONS INVALID_INPUT = 1 FILE_ERROR = 2 CANT_READ_DATASET = 8 END_OF_DATASET = 4 OTHERS = 3.



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