SAP Reports / Programs

COM_SE_DISPATCHER SAP ABAP Report - Search Engine Service: Indexing







COM_SE_DISPATCHER is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This is the standard 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_DISPATCHER 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

HRRCF_RECREATE_SPSES - Recreate Search Profile


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_DISPATCHER. "Basic submit
SUBMIT COM_SE_DISPATCHER AND RETURN. "Return to original report after report execution complete
SUBMIT COM_SE_DISPATCHER 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: REL_IDX = Relation Indexing
Selection Text: OBJ_TYPE = D .
Selection Text: OBJ_IDX = Object Indexing
Selection Text: FULLMODE = Full Indexing
Selection Text: DELTAMOD = Delta Indexing
Selection Text: BUSOBJ = D .
Title: Search Engine Service: Indexing
Text Symbol: TSK = Parallel Tasks:
Text Symbol: TIR = Runtime:
Text Symbol: TIO = Runtime Per Object:
Text Symbol: SEM = Milliseconds
Text Symbol: SEC = Seconds
Text Symbol: PAC = Package Size:
Text Symbol: OBJ = Objects
Text Symbol: NOO = Number of Objects:
Text Symbol: MDF = Full
Text Symbol: MDD = Delta
Text Symbol: MDA = Indexing Mode:
Text Symbol: JT2 = End of Job:
Text Symbol: JT1 = Start of Job:
Text Symbol: JLG = Check the Messages in the Job Log
Text Symbol: ETX = To Display Error Long Texts: Transaction SE91
Text Symbol: ESI = Return Code for Indexing in Search Engine:
Text Symbol: ESD = Return Code for Deletion in Search Engine:
Text Symbol: ERT = Runtime Error
Text Symbol: ERR = Error
Text Symbol: EOL = End of Spool List
Text Symbol: DET = Detailed Information
Text Symbol: DEA = Index Deactivated Due To This Error
Text Symbol: BUS = Business Object/Type:


INCLUDES used within this REPORT COM_SE_DISPATCHER

INCLUDE COM_SE_DISPATCHER_TOP.


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