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
Below is a list of transaction codes which are relevant to this SAP report
JSE1 - Transfer Cities, Postal Codes - USA
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: 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
INCLUDE MJS00T30. " TJS37
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RJSCSPALL - IS-M: Import File ISM_CITYSTATE (Cities, Postal Codes and Aliases) RJSCSPALL - IS-M: Import File ISM_CITYSTATE (Cities, Postal Codes and Aliases) RJSCAP_STREETS - IS-M: Import Street Data - Italy RJSCAP_STREETS - IS-M: Import Street Data - Italy RJSCAP_CITIES - IS-M: Import Cities and Postal Codes for Italy RJSCAP_CITIES - IS-M: Import Cities and Postal Codes for Italy