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
Below is a list of transaction codes which are relevant to this SAP report
ONU2 - 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: 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
INCLUDE RNDATA00.
INCLUDE RNSSSPBO.
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RNUPLZSG - IS-H: Import Postal Code Files of Singapore Post office RNUPLZSG - IS-H: Import Postal Code Files of Singapore Post office 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