RNUPLZES is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This program is relevant for the country version Spain only...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 RNUPLZES into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
ONU3 - 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: CH_UCASE = File Names in Upper Case
Selection Text: PARLAND1 = Country Key
Selection Text: SE_PROV = Provinces to Be Imported
Selection Text: TX_CODEP = Character Set
Selection Text: TX_DIR = Directory
Selection Text: TX_TYPE = Data Format
Selection Text: CH_MANU = Overwrite PCdes Changed Manual
Selection Text: CH_2LONG = Log Texts Exceeding Max.Length
Selection Text: CH_LOCAL = Source Files Pres.Server
Title: IS-H ES: Import Postal Codes Spain
Text Symbol: S04 = Log Texts Exceeding Max. Length
Text Symbol: S05 = Files on Presentation Server
Text Symbol: T01 = IS-H ES: Import Postal Codes Spain
Text Symbol: 010 = Correos Telegráfos
Text Symbol: 005 = Postal Codes Deleted
Text Symbol: 004 = Postal Codes Created
Text Symbol: 003 = Postal Codes Retained
Text Symbol: 002 = Provinces not Correctly Processed
Text Symbol: 001 = Provinces Correctly Processed
Text Symbol: 011 = Organismos Oficiales
Text Symbol: S03 = File Names in Upper Case
Text Symbol: S02 = Source Files
Text Symbol: S01 = Overwrite PCdes Changed Manually
Text Symbol: F01 = Error Log
Text Symbol: E01 = For province (01-52 only)!
Text Symbol: 012 = Aptdos. Postales
INCLUDE RNSSTABL.
INCLUDE RNSSSPBO.
No SAP DATABASE tables are accessed within this REPORT code!
ISH_LANDK_CHECK call function 'ISH_LANDK_CHECK' exporting ss_landk = clandkesp importing ss_land1 = land1esp exceptions not_found = 1 others = 2.
MESSAGES_INITIALIZE call function 'MESSAGES_INITIALIZE'.
ISH_FILE_VALIDATE_NAME call function 'ISH_FILE_VALIDATE_NAME' changing c_filename = filename.
ISH_HELP_REQUEST call function 'ISH_HELP_REQUEST' exporting ss_object = l_helpobj ss_popup = on exceptions others = 0.
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.
WS_UPLOAD * call function 'WS_UPLOAD' * exporting * filename = p_filename * filetype = lfiletype * tables * data_tab = p_itab * exceptions * conversion_error = 1 * file_open_error = 2 * file_read_error = 3 * invalid_table_width = 4 * invalid_type = 5 * no_batch = 6 * unknown_error = 7 * others = 8.
ISH_FILE_VALIDATE_NAME call function 'ISH_FILE_VALIDATE_NAME' changing c_filename = filename.
DB_COMMIT call function 'DB_COMMIT'.
ISH_TRANS_STAND call function 'ISH_TRANS_STAND' exporting string_norm = p_wanplz-stras importing string_stand = p_wanplz-ststr.
ISH_TRANS_STAND call function 'ISH_TRANS_STAND' exporting string_norm = p_wanplz-ort01 importing string_stand = p_wanplz-stort.
ISH_TRANS_STAND call function 'ISH_TRANS_STAND' exporting string_norm = p_wanplz-ort02 importing string_stand = p_wanplz-stott.
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 = 0.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RNUPLZES - IS-H ES: Import Postal Codes Spain RNUPLZES - IS-H ES: Import Postal Codes Spain RNUPLZ50 - documentation and ABAP source code RNUPLZ50 - documentation and ABAP source code RNUPLZ00 - IS-H: Import Postal Code File of the Post Office RNUPLZ00 - IS-H: Import Postal Code File of the Post Office