SAP Reports / Programs | Patient Management | SAP Healthcare - Industry-Specific Components for Hospitals | Patient Management(IS-H-PM) SAP IS

RNUPLZES SAP ABAP Report - IS-H ES: Import Postal Codes Spain







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

ONU3 - IS-H: Import Postal Code Directory


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 RNUPLZES. "Basic submit
SUBMIT RNUPLZES AND RETURN. "Return to original report after report execution complete
SUBMIT RNUPLZES 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: 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


INCLUDES used within this REPORT RNUPLZES

INCLUDE RNSSTABL.
INCLUDE RNSSSPBO.


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:

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.



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