Show TOC Entering content frame

Process documentation API Documentation Locate the document in its SAP Library structure

Making New Business Objects Searchable

If you want to make another business object searchable through the Search Engine Service, you must implement the ABAP interface IF_COM_SE_BUSOBJ for this business object.

This graphic is explained in the accompanying text

For more information, see the documentation of the interface IF_COM_SE_BUSOBJ and its methods in the SAP system.

Activating the SES Delta Indexing Function

In order to be able to use the SES delta indexing function, you must insert a call for the method CP_INSERT_ARRAY or CP_INSERT_SINGLE in the ABAP class CL_COM_SE_CPOINTER_UPDATE at a suitable point in your application.

This graphic is explained in the accompanying text

For more information, see the documentation on the method CP_INSERT_SINGLE in the SAP system.

Leaving content frame