BTFR_FUZZY_SEARCH_INIT is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Installation and initialization of the fuzzy search in BTFR...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 BTFR_FUZZY_SEARCH_INIT 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.
Selection Text: P_GWHOST = Gateway Host
Selection Text: P_GWSERV = Gateway Service
Selection Text: P_SERVER = Server
Text Symbol: 001 = Fuzzy Search in BTFR
Text Symbol: 002 = Setup Fuzzy Search in BTFR:
Text Symbol: 003 = The fuzzy search is already set up in BTFR
Text Symbol: 008 = Error while setting up the search server relation
Text Symbol: 009 = Error while setting up the index category
Text Symbol: 012 = Error while setting up the fuzzy search
Text Symbol: 020 = Search Server Relation:
Text Symbol: 021 = Server:
Text Symbol: 022 = RFC Destination:
Text Symbol: 023 = Gateway Host:
Text Symbol: 024 = Gateway Service:
Text Symbol: 030 = Indexed Long and Short Texts per Language:
Text Symbol: 031 = Long Texts
Text Symbol: 032 = Short Texts
INCLUDE BTFR_IMS_CONSTANTS.
No SAP DATABASE tables are accessed within this REPORT code!
BTFR_IMS_INSTALL call function 'BTFR_IMS_INSTALL' exporting description = g_descr server = p_server gwhost = p_gwhost gwservice = p_gwserv tables result_tab = g_result_tab EXCEPTIONS FUZZY_ALREADY_INSTALLED = 1 SSR_ERROR = 2 INDEXCAT_ERROR = 3 OTHERS = 4.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
BTFR_FUZZY_SEARCH_INIT - BTFRFUZZYSEARCHINIT BTFR_FUZZY_SEARCH_INIT - BTFRFUZZYSEARCHINIT BTFR_FUZZY_SEARCH_DEINSTALL - Program BTFR_FUZZY_SEARCH_DEINSTALL BTFR_FUZZY_SEARCH_DEINSTALL - Program BTFR_FUZZY_SEARCH_DEINSTALL BTFR_DISPLAY_INFO_F01 - BTFRDISPLAYINFOF01 BTFR_DISPLAY_INFO - OTR: Text Information