SAP Reports / Programs

RJSCAP_STREETS SAP ABAP Report - IS-M: Import Street Data - Italy







RJSCAP_STREETS is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This program imports Italian postal data ..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 RJSCAP_STREETS 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

JSE10 - Transfer Streets - Italy


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 RJSCAP_STREETS. "Basic submit
SUBMIT RJSCAP_STREETS AND RETURN. "Return to original report after report execution complete
SUBMIT RJSCAP_STREETS 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: DAY = Day
Selection Text: FROM_CP = Code Page Start
Selection Text: MONTH = Month
Selection Text: PROT = Detailed Log
Selection Text: P_RULE = File with Substitution Rules
Selection Text: STRFILES = Input Files
Selection Text: TO_CP = Code Page Destination
Selection Text: VERS_NR = Version Number
Selection Text: YEAR = Year
Title: IS-M: Import Street Data - Italy
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: 006 = The following file was transferred successfully:
Text Symbol: 007 = The following file is currently in proc.:
Text Symbol: E01 = Invalid file name
Text Symbol: S01 = General Data
Text Symbol: S02 = Version Data


INCLUDES used within this REPORT RJSCAP_STREETS

INCLUDE RJSI0T01. " SELECTIONPARAMETERS AND GLOBAL DATA


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_SELECT_SINGLE_T005 CALL FUNCTION 'ISP_SELECT_SINGLE_T005' EXPORTING land1 = country * MSGTY = '*' IMPORTING * MELDUNG = t005_i = t005 EXCEPTIONS no_entry_found = 1 OTHERS = 2.

FILE_GET_NAME CALL FUNCTION 'FILE_GET_NAME' EXPORTING logical_filename = con_dset_cap_streets parameter_1 = p_rule "note 1790439 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_cap_streets parameter_1 = p_rule "note 1790439 IMPORTING file_name = l_filename logical_path = l_logpath.

FILE_VALIDATE_NAME CALL FUNCTION 'FILE_VALIDATE_NAME' "note 1790439 EXPORTING LOGICAL_FILENAME = con_dset_cap_streets PARAMETER_1 = p_rule CHANGING PHYSICAL_FILENAME = l_rulefile EXCEPTIONS LOGICAL_FILENAME_NOT_FOUND = 1 VALIDATION_FAILED = 2 OTHERS = 3 .

FILE_GET_NAME CALL FUNCTION 'FILE_GET_NAME' EXPORTING logical_filename = con_dset_cap_streets parameter_1 = p_rule "note 1790439 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_cap_streets parameter_1 = p_rule "note 1790439 IMPORTING file_name = l_filename logical_path = l_logpath.

FILE_VALIDATE_NAME CALL FUNCTION 'FILE_VALIDATE_NAME' "note 1790439 EXPORTING LOGICAL_FILENAME = con_dset_cap_streets PARAMETER_1 = p_rule CHANGING PHYSICAL_FILENAME = l_rulefile EXCEPTIONS LOGICAL_FILENAME_NOT_FOUND = 1 VALIDATION_FAILED = 2 OTHERS = 3 .

FILE_GET_NAME CALL FUNCTION 'FILE_GET_NAME' EXPORTING logical_filename = con_dset_cap_streets parameter_1 = phys_file_name "note 1790439 IMPORTING file_name = dsetname EXCEPTIONS file_not_found = 01.

FILE_VALIDATE_NAME CALL FUNCTION 'FILE_VALIDATE_NAME' "note 1790439 EXPORTING LOGICAL_FILENAME = con_dset_cap_streets PARAMETER_1 = strfiles-low CHANGING PHYSICAL_FILENAME = dsetname EXCEPTIONS LOGICAL_FILENAME_NOT_FOUND = 1 VALIDATION_FAILED = 2 OTHERS = 3 .

ISM_JSTSTRPRO_CAP_POST_DATA CALL FUNCTION 'ISM_JSTSTRPRO_CAP_POST_DATA' EXPORTING dset_streets = dset_satz_capstreets country = country commit_flag = flg_commit version = version record_counter = record_counter IMPORTING e_zipcity_inserted = zipcity_inserted e_zip_inserted = zip_inserted e_street_inserted = street_inserted TABLES dugrule_tab = dug_rule EXCEPTIONS invalid_input = 1 internal_error = 2 OTHERS = 3.

ISM_JSTSTRPRO_CAP_POST_DATA CALL FUNCTION 'ISM_JSTSTRPRO_CAP_POST_DATA' EXPORTING dset_streets = dset_satz_capstreets country = country commit_flag = flg_commit version = version TABLES dugrule_tab = dug_rule EXCEPTIONS invalid_input = 1.

ISM_JSTSTRPRO_CAP_POST_DATA CALL FUNCTION 'ISM_JSTSTRPRO_CAP_POST_DATA' EXPORTING dset_streets = dset_satz_capstreets country = country commit_flag = flg_commit version = version TABLES dugrule_tab = dug_rule EXCEPTIONS invalid_input = 1.

ISM_JSTSTRPRO_CAP_POST_DATA CALL FUNCTION 'ISM_JSTSTRPRO_CAP_POST_DATA' EXPORTING dset_streets = dset_satz_capstreets country = country commit_flag = flg_commit version = version TABLES dugrule_tab = dug_rule EXCEPTIONS invalid_input = 1.

SELECT_OPTIONS_RESTRICT CALL FUNCTION 'SELECT_OPTIONS_RESTRICT' EXPORTING program = g_repid restriction = restrict * DB = ' ' EXCEPTIONS OTHERS = 9 .



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