SAP Reports / Programs

J_1SNSTR SAP ABAP Report - IS-M/SD CH/S: PTT Data Transfer Program for Streets







J_1SNSTR is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This program formats the data from the temporary street file (ISP_PTT_STR_DAT) and writes it to the street table JSTSTRPRO...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 J_1SNSTR 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

J1SNS - Data Transfer: Streets


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 J_1SNSTR. "Basic submit
SUBMIT J_1SNSTR AND RETURN. "Return to original report after report execution complete
SUBMIT J_1SNSTR 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: VERWDAU = Spool Retention Period
Selection Text: SOFORT = Print Immediately
Selection Text: PRINTER = Printer
Selection Text: LOESCHN = Delete After Output
Selection Text: LAND = Country
Selection Text: FORMSPRA = Language
Selection Text: FORMNAME = Form Name
Selection Text: DECKTXT = Cover Sh.Text
Selection Text: DECKBL = Cover Sheet
Selection Text: ANZCOPY = Number of Copies
Title: IS-M/SD CH/S: PTT Data Transfer Program for Streets
Text Symbol: 029 = Error Reason
Text Symbol: 030 = Incorrect street data:
Text Symbol: 902 = Print Control
Text Symbol: 903 = Name of Spool List
Text Symbol: 904 = No. of Printouts
Text Symbol: 905 = Printer
Text Symbol: 906 = Delete After Print
Text Symbol: 907 = Reten.Period
Text Symbol: 910 = Print Imm.
Text Symbol: 911 = Print Cover Sheet
Text Symbol: 912 = Text on Cov.Sheet
Text Symbol: 913 = Lang.
Text Symbol: T01 = Street Log
Text Symbol: T02 = Log: Transfer PTT Streets
Text Symbol: T03 = End of Dataset
Text Symbol: T04 = Cannot Read Dataset
Text Symbol: 028 = StMaster
Text Symbol: 001 = Incorrect input data for
Text Symbol: 002 = Error during update for:
Text Symbol: 003 = Incorrect DB code for:
Text Symbol: 004 = Street file and CH street file created.
Text Symbol: 005 = Start Report Processing:
Text Symbol: 006 = End Report Processing:
Text Symbol: 007 = Invalid city number
Text Symbol: 008 = Invalid street number
Text Symbol: 009 = No street name
Text Symbol: 010 = Incorrect 'umlauts'





Text Symbol: 011 = Invalid house numbers
Text Symbol: 012 = Incomplete CH data
Text Symbol: 013 = No street insert
Text Symbol: 014 = HStInd. incorr.for city
Text Symbol: 015 = Street file created
Text Symbol: 016 = Street Data Transfer By
Text Symbol: 017 = City No.
Text Symbol: 018 = St No.
Text Symbol: 019 = Street Name
Text Symbol: 020 = HI
Text Symbol: 021 = HNo.Fr.
Text Symbol: 022 = HNo.To
Text Symbol: 023 = PTT St
Text Symbol: 024 = STy.
Text Symbol: 025 = PrC
Text Symbol: 026 = Error logging program
Text Symbol: 027 = SpC


INCLUDES used within this REPORT J_1SNSTR

INCLUDE MJO0FA02.
INCLUDE MJV00T16.


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 = 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.

J_1S_STRPRO_PTT_POSTE_DATA CALL FUNCTION 'J_1S_STRPRO_PTT_POSTE_DATA' EXPORTING dsetname = dsetname land = land IMPORTING loc_jststrpro = w_jststrpro x_dbcode_str = dbcode_str EXCEPTIONS cant_read_dataset = 01 end_of_dataset = 02 unknown_data = 03.

ISP_UMLAUT_CHECK CALL FUNCTION 'ISP_UMLAUT_CHECK' EXPORTING sortierfeld = w_jststrpro-str_name_s EXCEPTIONS wrong_sign = 1.

ISP_HOUSENUMBER_CHECK CALL FUNCTION 'ISP_HOUSENUMBER_CHECK' EXPORTING hausnrvon = w_jststrpro-hnr1von hausnrbis = w_jststrpro-hnr1bis hausnrkennung = w_jststrpro-hnrkenn EXCEPTIONS invalid_input = 01 von_groesser_bis = 02 konflikt_kenn_1 = 03 konflikt_kenn_2 = 04.

ISP_JSTSTRPRO_HNRZUSATZ_CHECK CALL FUNCTION 'ISP_JSTSTRPRO_HNRZUSATZ_CHECK' EXPORTING hnrzvon = w_jststrpro-hnr2von hnrzbis = w_jststrpro-hnr2bis IMPORTING hnrzvon = w_jststrpro-hnr2von hnrzbis = w_jststrpro-hnr2bis EXCEPTIONS invalid_input = 1.

ISP_JSTSTRPRO_INSERT CALL FUNCTION 'ISP_JSTSTRPRO_INSERT' EXPORTING ststrpro = w_jststrpro *ststrpro = w_jststrpro EXCEPTIONS no_insert = 1 OTHERS = 2.



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