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

RNUPLZSG SAP ABAP Report - IS-H: Import Postal Code Files of Singapore Post office







RNUPLZSG 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 the Singapore 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 RNUPLZSG 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

ONU2 - 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 RNUPLZSG. "Basic submit
SUBMIT RNUPLZSG AND RETURN. "Return to original report after report execution complete
SUBMIT RNUPLZSG 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: ADD_FILE = Addresses
Selection Text: BUI_FILE = Block
Selection Text: PST_FILE = Postal Codes
Selection Text: SE_LAND = Country Key
Selection Text: SE_ORT = City Name
Selection Text: SE_PCODE = Postal Codes to Be Imported
Selection Text: STR_FILE = Streets
Selection Text: WLK_FILE = Walkup
Title: IS-H: Import Postal Code Files of Singapore Post office
Text Symbol: 001 = Files
Text Symbol: F01 = Wrong address type for postal code:
Text Symbol: F02 = Block number is blank for postal code:
Text Symbol: F03 = Block key is blank for postal code:
Text Symbol: F04 = Street key is blank for postal code:
Text Symbol: F05 = No address exists for postal code:
Text Symbol: F06 = No walkup address exists for postal code:
Text Symbol: F07 = No street exists for street key:
Text Symbol: F08 = No block exists for block key:
Text Symbol: S00 = Imported postal codes:
Text Symbol: S01 = No postal codes were imported


INCLUDES used within this REPORT RNUPLZSG

INCLUDE RNDATA00.
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:

MESSAGES_INITIALIZE CALL FUNCTION 'MESSAGES_INITIALIZE'.

ISH_PRINT_PROTOCOL_BATCH CALL FUNCTION 'ISH_PRINT_PROTOCOL_BATCH' EXPORTING line_size = rnstat-line_size minutes_title = rnstat-title_lin1 repid = rnstat-repid EXCEPTIONS no_messages = 1.

CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = iaddress-po_lb_wd_no IMPORTING output = inplz-pofav EXCEPTIONS OTHERS = 1.

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-stras IMPORTING string_stand = inplz-ststr.

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

ISH_FILE_VALIDATE_NAME CALL FUNCTION 'ISH_FILE_VALIDATE_NAME' CHANGING c_filename = pst_file.

ISH_FILE_VALIDATE_NAME CALL FUNCTION 'ISH_FILE_VALIDATE_NAME' CHANGING c_filename = str_file.

ISH_FILE_VALIDATE_NAME CALL FUNCTION 'ISH_FILE_VALIDATE_NAME' CHANGING c_filename = add_file.

ISH_FILE_VALIDATE_NAME CALL FUNCTION 'ISH_FILE_VALIDATE_NAME' CHANGING c_filename = bui_file.

ISH_FILE_VALIDATE_NAME CALL FUNCTION 'ISH_FILE_VALIDATE_NAME' CHANGING c_filename = wlk_file.



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