RNUPLZ00 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 the postal code file supplied by Deutsche Post AG (the German post office) into the IS-H System...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 RNUPLZ00 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
ONU1 - IS-H: Import Postal Code Directory
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: WDH = Import by Packet
Selection Text: VERSION = Version
Selection Text: STRA_ALL = All Streets
Selection Text: PLZ = Postal Codes
Selection Text: ORTT_ALL = All Districts
Selection Text: LIEFDAT = Delivery Date
Selection Text: LANDC = Country Key
Selection Text: LAND = Federal States
Selection Text: KREIS = Administrative Districts
Selection Text: GEMDE = Municipalities
Selection Text: FILENAME = Name of Sequential File
Selection Text: CODEPAGE = Character Set
Selection Text: BEZK = Region/County
Title: IS-H: Import Postal Code File of the Post Office
Text Symbol: U05 = Difference
Text Symbol: U04 = Statistics
Text Symbol: U03 = Error
Text Symbol: U02 = Records
Text Symbol: U01 = RT
Text Symbol: F01 = Error Log
Text Symbol: 023 = Geographical areas deleted:
Text Symbol: 022 = Postal codes deleted:
Text Symbol: 021 = Geographical areas created:
Text Symbol: 020 = Created Postal Codes:
Text Symbol: 012 = Delete Old Version Completely
Text Symbol: 011 = Import by Packet
Text Symbol: 010 = Municipalities
Text Symbol: 009 = Org.Units of Post Office
Text Symbol: 008 = Districts/Towns(Adm.Distr)
Text Symbol: 007 = All Streets
Text Symbol: 006 = Region/County
Text Symbol: 005 = All Districts
Text Symbol: 004 = Federal States
Text Symbol: 003 = Major Customer ;;
Text Symbol: 002 = Geographical Areas
Text Symbol: 001 = Postal Codes
INCLUDE RNDATA00.
INCLUDE RNSSSPBO.
No SAP DATABASE tables are accessed within this REPORT code!
MESSAGES_INITIALIZE CALL FUNCTION 'MESSAGES_INITIALIZE'.
ISH_FILE_VALIDATE_NAME call function 'ISH_FILE_VALIDATE_NAME' changing c_filename = filename.
DB_COMMIT CALL FUNCTION 'DB_COMMIT'.
DB_COMMIT CALL FUNCTION 'DB_COMMIT'.
ISH_TRANS_STAND CALL FUNCTION 'ISH_TRANS_STAND' EXPORTING string_norm = inplz-ort01 IMPORTING string_stand = inplz-stort.
ISH_TRANS_STAND CALL FUNCTION 'ISH_TRANS_STAND' EXPORTING string_norm = inplz-ort02 IMPORTING string_stand = inplz-stott.
ISH_TRANS_STAND CALL FUNCTION 'ISH_TRANS_STAND' EXPORTING string_norm = inplz-stras IMPORTING string_stand = inplz-ststr.
CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = inplz-pofav IMPORTING output = inplz-pofav.
CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = inplz-pofab IMPORTING output = inplz-pofab.
ISH_PRINT_PROTOCOL_BATCH CALL FUNCTION 'ISH_PRINT_PROTOCOL_BATCH' EXPORTING line_size = rnstat-line_size minutes_title = text-f01 repid = rnstat-repid EXCEPTIONS no_messages = 1.
ISH_TRANS_STAND CALL FUNCTION 'ISH_TRANS_STAND' EXPORTING string_norm = inpez-bezei IMPORTING string_stand = inpez-stbez.
ISH_CALL_LIST_HEAD * CALL FUNCTION 'ISH_CALL_LIST_HEAD' * EXPORTING * repid = rnstat-repid * title_lin1 = rnstat-title_lin1 * line_size = rnstat-line_size * uline = off.
ISH_CALL_LIST_HEAD CALL FUNCTION 'ISH_CALL_LIST_HEAD' EXPORTING line_size = ls_rnstat-line_size repid = ls_rnstat-repid title_lin1 = ls_rnstat-title_lin1 uline = ' ' display = ' ' IMPORTING r_form = lr_form EXCEPTIONS invalid_einri = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RNUPLZ00 - IS-H: Import Postal Code File of the Post Office RNUPLZ00 - IS-H: Import Postal Code File of the Post Office RNUPLEZG - documentation and ABAP source code RNUPLEZG - documentation and ABAP source code RNUPHON0 - IS-H: Adjust Patient Index to Phonetic Search RNUPHON0 - IS-H: Adjust Patient Index to Phonetic Search