SAP Reports / Programs

COM_SE_SEARCH_IIF_TEST SAP ABAP Report - Search Engine Service: Test Frame for Internal Search Interface







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


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 COM_SE_SEARCH_IIF_TEST. "Basic submit
SUBMIT COM_SE_SEARCH_IIF_TEST AND RETURN. "Return to original report after report execution complete
SUBMIT COM_SE_SEARCH_IIF_TEST 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: 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





Text Symbol: 002 = Error Text
Text Symbol: 001 = Error Code


INCLUDES used within this REPORT COM_SE_SEARCH_IIF_TEST

INCLUDE COM_SE_SEARCH_INPUT.
INCLUDE COM_SE_SEARCH_IIF_DATA.
INCLUDE COM_SE_SEARCH_IIF_OUTPUT.
INCLUDE COM_SE_SEARCH_IIF.


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:

No SAP FUNCTION MODULES are executed within this report code!



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