RH_DELETE_SPECIAL_CHARACTERS is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report deletes entries that contain the special characters ú and û in the relevant tables for managing column configuration in the Free Search area of the object manager...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 RH_DELETE_SPECIAL_CHARACTERS into the relevant SAP transactions such as SE38 or SE80
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.
Title: Deleting Special Characters in Tables of OM Column Configuration
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
DB_COMMIT CALL FUNCTION 'DB_COMMIT'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RH_DELETE_SPECIAL_CHARACTERS - Deleting Special Characters in Tables of OM Column Configuration RH_DELETE_SPECIAL_CHARACTERS - Deleting Special Characters in Tables of OM Column Configuration RH_DELETE_OM_USER_SETTINGSO01 - RHDELETEOMUSERSETTINGSO01 RH_DELETE_OM_USER_SETTINGSI01 - RHDELETEOMUSERSETTINGSI01 RH_DELETE_OM_USER_SETTINGS - Delete the user settings for the object manager RH_DELETE_OM_USER_SETTINGS - Delete the user settings for the object manager