SAP Program COM_SE_DELETE_FROM_INDEX - Search Engine Service: Delete Object from Index

Purpose
This program is concerned with a tool of theSearch Engine Service. Itis intended for developers and system administrators.
You can use this program to delete individual objects from the index ofthe search engine.

Integration
The program controls the search engine directly.

Prerequisites
None: The program is mainly intended for use in customer-specificdevelopments and tests. If necessary, you can also use it unrestrictedlyin a productive environment - in the dialog or in the background orbatch input.

Features
The selected object is deleted only from the index of the search engine,not from the application database.

Selection
Enter the internal key (GUID) of the object on the selection screen. Ifyou don't know this GUID, you can determine it using the programCOM_SE_SEARCH_TEST.

Output
For confirmation, you receive the index ID, the previously entered GUID,and the return value and return text of the search engine. A returnvalue of 0 means that no problems arose. However, it does not mean thatthe selected object previously existed in the index.

Activities
Consider that the communication with the search engine takes place via aqueue not just for indexing but also for deleting from the indexing. Inconnection with the deletion order, this program trigerrs a processingof the queue. If the queue has a high load, it can still take a whilebefore the object is removed from the index. If necessary, you can usethe transaction COM_SE_ADMIN to check thestatus of the queue processing.

Example
########################################################################
#######################################