SAP Reports / Programs

RJSPSUMS SAP ABAP Report - IS-M: Convert Phonetic Search Field in Postal Data







RJSPSUMS is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Reorganization of the phonetic search field used to find cities, city districts and streets...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 RJSPSUMS 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

JSB8 - IS-M: Convert Phonetic Search


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 RJSPSUMS. "Basic submit
SUBMIT RJSPSUMS AND RETURN. "Return to original report after report execution complete
SUBMIT RJSPSUMS 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: VERWDAU = Spool Retention Period
Selection Text: SOFORT = Print Immediately?
Selection Text: P_LAND = Country
Selection Text: PRINTER = Printer
Selection Text: LOESCHN = Delete After Output
Selection Text: FORMSPRA = Spool File Language
Selection Text: FORMNAME = Spool File Name
Selection Text: DECKTXT = Cover Sheet Text
Selection Text: DECKBL = Cover Sheet?
Selection Text: ANZCOPY = No.of Copies
Title: IS-M: Convert Phonetic Search Field in Postal Data
Text Symbol: S02 = Convert Phonetic Search Field
Text Symbol: S01 = Convert Ph.SFld
Text Symbol: M06 = Number of Changed City District Entries:
Text Symbol: M05 = The search fields for the city districts must be converted again
Text Symbol: M04 = Number of Changed Street Entries:
Text Symbol: M03 = The search fields for the streets must be converted again
Text Symbol: M02 = Number of Changed City Entries:
Text Symbol: M01 = The search fields for the cities must be converted again
Text Symbol: 913 = Language
Text Symbol: 912 = Text on Cover Sheet
Text Symbol: 911 = Print Cover Sheet
Text Symbol: 910 = Print Immediately
Text Symbol: 907 = Retention Period
Text Symbol: 906 = Delete After Output
Text Symbol: 905 = Printer
Text Symbol: 904 = Number of Printouts
Text Symbol: 903 = Name of Spool List
Text Symbol: 902 = Print Control
Text Symbol: 007 = Update of all city districts was performed successfully
Text Symbol: 006 = Update of city districts was not possible due to block
Text Symbol: 005 = Error while opening database cluster
Text Symbol: 004 = Update of streets not performed due to block
Text Symbol: 003 = Update of all streets performed successfully
Text Symbol: 002 = Update of cities not performed due to block
Text Symbol: 001 = Update of all cities performed successfully


INCLUDES used within this REPORT RJSPSUMS

No INCLUDES are used within this REPORT code!


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:

ISM_CONVERT_TO_NORMAL_FORM CALL FUNCTION 'ISM_CONVERT_TO_NORMAL_FORM' EXPORTING INPUT = P_LAND IMPORTING OUTPUT = P_LAND EXCEPTIONS OTHERS = 1.

ISP_SUCHFELD_PHONETISCHE_SUCHE CALL FUNCTION 'ISP_SUCHFELD_PHONETISCHE_SUCHE' EXPORTING SORTIERFELD = WA_JSTORTPRO-ORT_NAME_L LAND1 = WA_JSTORTPRO-LAND1 FELDNAME = CON_ORT ART_PH_SUCHE = CON_ART_PS_ORT IMPORTING SUCHFELD = WA_JSTORTPRO-SUCHFELDO.

DB_COMMIT CALL FUNCTION 'DB_COMMIT'.

ISP_SUCHFELD_PHONETISCHE_SUCHE CALL FUNCTION 'ISP_SUCHFELD_PHONETISCHE_SUCHE' EXPORTING SORTIERFELD = WA_JSTSTRPRO-STR_NAME_L LAND1 = WA_JSTSTRPRO-LAND1 FELDNAME = CON_STR IMPORTING SUCHFELD = WA_JSTSTRPRO-SUCHFELDS.

DB_COMMIT CALL FUNCTION 'DB_COMMIT'.

ISP_SUCHFELD_PHONETISCHE_SUCHE CALL FUNCTION 'ISP_SUCHFELD_PHONETISCHE_SUCHE' EXPORTING SORTIERFELD = L_OTL_NAME LAND1 = WA_JSTOTLPRO-LAND1 FELDNAME = CON_OTL ART_PH_SUCHE = CON_ART_PS_OTL IMPORTING SUCHFELD = WA_JSTOTLPRO-SUCHFELDOT.

DB_COMMIT CALL FUNCTION 'DB_COMMIT'.



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