SAP Reports / Programs

RJSZIP4ALL SAP ABAP Report - IS-M: Import ZIP+4 File (Streets and Postal Codes)







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

JSE2 - Transfer Streets, P.O.Boxes - 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 RJSZIP4ALL. "Basic submit
SUBMIT RJSZIP4ALL AND RETURN. "Return to original report after report execution complete
SUBMIT RJSZIP4ALL 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 ZIP+4 File (Streets and Postal Codes)
Text Symbol: 001 = Unable to read the following file:
Text Symbol: 002 = End of File
Text Symbol: 003 = Problem reading files. Check data
Text Symbol: 004 = Sel.according to following select options
Text Symbol: 005 = Processing completed
Text Symbol: 006 = The following file was transferred successfully:
Text Symbol: 007 = The following file is currently in proc.:
Text Symbol: 008 = File-Specific Data
Text Symbol: 400 = For further information, please see the application log
Text Symbol: 401 = Object
Text Symbol: 402 = Subobject
Text Symbol: P01 = Log of Postal Data Upgrade (ZIP+4)
Text Symbol: S03 = Version Data


INCLUDES used within this REPORT RJSZIP4ALL

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

FILE_GET_NAME * call function 'FILE_GET_NAME' * exporting * logical_filename = con_dset_zip4_start * 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_zip4_start 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.

ISM_GENERATE_ZIP_FILE_NAME call function 'ISM_GENERATE_ZIP_FILE_NAME' importing phys_file_name = l_filename changing path_file_name = dsetname exceptions others = 1.

ISM_JSTSTRPRO_USPS_POST_DATA call function 'ISM_JSTSTRPRO_USPS_POST_DATA' exporting dsetname = dsetname ERROR_FILE = error_f country = country from_codepage = from_cp to_codepage = to_cp restart_counter = restart_counter commit_counter = commit_counter log_file = phys_file_name tables state_range = states exceptions invalid_input = 2 end_of_dataset = 4 "x cant_read_dataset = 8 "x file_error = 1 record_error = 5 "x others = 3.

ISM_GENERATE_ZIP_FILE_NAME call function 'ISM_GENERATE_ZIP_FILE_NAME' importing phys_file_name = phys_file_name changing path_file_name = dsetname exceptions others = 1.



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