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
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
Below is a list of transaction codes which are relevant to this SAP report
HRRCF_RECREATE_SPSES - Recreate Search Profile
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: 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:
INCLUDE COM_SE_DISPATCHER_TOP.
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_DISPATCHER - Search Engine Service: Indexing COM_SE_DISPATCHER - Search Engine Service: Indexing COM_SE_DELETE_FROM_INDEX - Search Engine Service: Delete Object from Index COM_SE_DELETE_FROM_INDEX - Search Engine Service: Delete Object from Index COM_SE_CPOINTER_REACTIVATE - Search Engine Service: Reactivate Change Pointer(s) COM_SE_CPOINTER_REACTIVATE - Search Engine Service: Reactivate Change Pointer(s)