RJSPDSTR is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Batch transfer program: Transfers streets from German postal service...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 RJSPDSTR into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
JSB6 - IS-M: Transfer Data on Streets
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: VERWDAU = ?...(VERWDAU)
Selection Text: SOFORT = ?...(SOFORT)
Selection Text: PRINTER = ?...(PRINTER)
Selection Text: LOG_NAME = ?...(LOG NAME)
Selection Text: LOESCHN = ?...(LOESCHN)
Selection Text: FORMSPRA = ?...(FORMSPRA)
Selection Text: FORMNAME = ?...(FORMNAME)
Selection Text: DECKTXT = ?...(DECKTXT)
Selection Text: DECKBL = ?...(DECKBL)
Selection Text: ANZCOPY = ?...(ANZCOPY)
Selection Text: LAND = Country
Title: IS-M: Postal Data Transfer Program for Streets
Text Symbol: 913 = Language
Text Symbol: 912 = Text on Cover Sheet
Text Symbol: 911 = Print Cover Sheet
Text Symbol: 910 = Print Immediately
Text Symbol: 907 = Retention Period
Text Symbol: 906 = Delete After Print
Text Symbol: 905 = Printer
Text Symbol: 904 = Number of Printouts
Text Symbol: 903 = Name of Spool List
Text Symbol: 902 = Print Control
Text Symbol: 009 = with PCode
Text Symbol: 008 = not performed
Text Symbol: 007 = f.country
Text Symbol: 006 = * Street update
Text Symbol: 005 = Cannot read dataset
Text Symbol: 004 = End of dataset
Text Symbol: 003 = Cannot open dataset
Text Symbol: 002 = Transfer: Street Log
Text Symbol: 001 = Street Log
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FILE_GET_NAME CALL FUNCTION 'FILE_GET_NAME' EXPORTING LOGICAL_FILENAME = LOG_NAME IMPORTING FILE_NAME = DSETNAME EXCEPTIONS FILE_NOT_FOUND = 01.
FILE_VALIDATE_NAME call function 'FILE_VALIDATE_NAME' exporting logical_filename = log_name changing physical_filename = dsetname exceptions others = 4.
ISP_INITIALIZE_DBP_POSTE_DATA CALL FUNCTION 'ISP_INITIALIZE_DBP_POSTE_DATA'.
ISP_JSTSTRPRO_DBP_POSTE_DATA CALL FUNCTION 'ISP_JSTSTRPRO_DBP_POSTE_DATA' EXPORTING DSETNAME = DSETNAME LAND = LAND IMPORTING LOC_JSTKGSPRO = JSTKGSPRO LOC_JSTOTLPRO = JSTOTLPRO LOC_JSTORTPRO = JSTORTPRO LOC_JSTPLZORT = JSTPLZORT LOC_JSTPLZPRO = JSTPLZPRO LOC_JSTPOFPRO = JSTPOFPRO LOC_JSTSTRPRO = JSTSTRPRO X_DBCODE_KGS = DBCODE_KGS X_DBCODE_OTL = DBCODE_OTL X_DBCODE_ORT = DBCODE_ORT X_DBCODE_PLZ = DBCODE_PLZ X_DBCODE_PLZORT = DBCODE_PLZORT X_DBCODE_POF = DBCODE_POF X_DBCODE_STR = DBCODE_STR EXCEPTIONS END_OF_DATASET = 01 CANT_READ_DATASET = 02 UNKNOWN_DATA = 03.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RJSPDSTR - IS-M: Postal Data Transfer Program for Streets RJSPDSTR - IS-M: Postal Data Transfer Program for Streets RJSPDREP - IS-M: Rep.Postal Data After Import (Cities Without Streets) RJSPDREP - IS-M: Rep.Postal Data After Import (Cities Without Streets) RJSPDPOF - IS-M: Postal Data Transfer Program for PO Box Racks (PO Boxes) RJSPDPOF - IS-M: Postal Data Transfer Program for PO Box Racks (PO Boxes)