COM_SE_SEARCH_IIF_TEST is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This program provides a search engine-based search for business objects...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 COM_SE_SEARCH_IIF_TEST 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_TERM = Search Terms
Selection Text: P_S_REL = Search by Related Object
Selection Text: P_S_METH = Search Method
Selection Text: P_S_DIR = Sort Direction
Selection Text: P_S_ATTR = Sort Attribute
Selection Text: P_SUBOBJ = Business Object Subtype
Selection Text: P_R_TO = End of Page
Selection Text: P_R_FROM = Start of Page
Selection Text: P_R_ATTR = Requested Attribute
Selection Text: P_RELID = Relation Type
Selection Text: P_MODE_F = Freestyle Search
Selection Text: P_MODE_C = Full Text Search
Selection Text: P_MODE_A = Attribute Search
Selection Text: P_LANG = Language of Search Request
Selection Text: P_DMA = Display Match Attributes
Selection Text: P_CT = Search Category
Selection Text: P_BUSOBJ = Business Object Type
Selection Text: P_A_VAL = Attribute Value
Selection Text: P_A_NAME = Attribute Name
Title: Search Engine Service: Test Frame for Internal Search Interface
Text Symbol: 022 = Auth Check is complete:
Text Symbol: 021 = Value
Text Symbol: 020 = Index ID
Text Symbol: 019 = Name
Text Symbol: 018 = Type
Text Symbol: 017 = Attributes
Text Symbol: 014 = Search Result
Text Symbol: 013 = Number of All Hits:
Text Symbol: 012 = Number of Hits Displayed:
Text Symbol: 011 = active
Text Symbol: 010 = exists
Text Symbol: 009 = Subtype
Text Symbol: 008 = Type
Text Symbol: 007 = Indexes
Text Symbol: 006 = Runtime of Business Object
Text Symbol: 005 = Runtime of Search Engine
Text Symbol: 004 = ms
Text Symbol: 003 = Runtime of Internal Interface
INCLUDE COM_SE_SEARCH_INPUT.
INCLUDE COM_SE_SEARCH_IIF_DATA.
INCLUDE COM_SE_SEARCH_IIF_OUTPUT.
INCLUDE COM_SE_SEARCH_IIF.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
COM_SE_SEARCH_IIF_TEST - Search Engine Service: Test Frame for Internal Search Interface COM_SE_SEARCH_IIF_TEST - Search Engine Service: Test Frame for Internal Search Interface COM_SE_SEARCH_IIF_OUTPUT - Include COM_SE_SEARCH_OUTPUT COM_SE_SEARCH_IIF_DATA - Include COM_SE_SEARCH_DATA COM_SE_SEARCH_IIF - Programm COM_SE_SEARCH_IIF_INCLUDE COM_SE_SEARCH_ESC_TEST - Search Engine Service: Test Frame for Enterprise Search Connector