CRMT_EI_SEARCH_SE SAP (index and search engine settings for search service) Structure details

Dictionary Type: Structure
Description: index and search engine settings for search service




ABAP Code to SELECT data from CRMT_EI_SEARCH_SE
Related tables to CRMT_EI_SEARCH_SE
Access table CRMT_EI_SEARCH_SE




Structure field list including key, data, relationships and ABAP select examples

CRMT_EI_SEARCH_SE is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "index and search engine settings for search service" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_CRMT_EI_SEARCH_SE TYPE CRMT_EI_SEARCH_SE.

The CRMT_EI_SEARCH_SE table consists of various fields, each holding specific information or linking keys about index and search engine settings for search service data available in SAP. These include SE_NAME (SAF: Name of search engine), SE_TYPE (SAF: Search engine type), SE_MODE (Search Engine Mode, e.g. HTTP or JNI), SE_HOST (SAF: Search host).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP CRMT_EI_SEARCH_SE structure fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
INDEX_NAMESAF: Search index name CRMT_EI_INDEX_NAMECHAR32CRM_EI_INDEX_NAME
SE_NAMESAF: Name of search engine CRMT_EI_SE_NAMECHAR30Assigned to domainCRM_EI_SE_NAME
SE_TYPESAF: Search engine type CRMT_EI_SE_TYPECHAR40CRM_EI_SE_TYPE
SE_MODESearch Engine Mode, e.g. HTTP or JNI CRMT_EI_SE_MODECHAR8CRM_EI_SE_MODE
SE_HOSTSAF: Search host CRMT_EI_SE_HOSTCHAR128CRM_EI_HOST
SE_PORTSAF: Search host port CRMT_EI_SE_PORTNUMC10CRM_EI_PORT
SE_FILESAF: Search engine path CRMT_EI_SE_PATHCHAR255CRM_EI_SE_PATH
INDEX_HOSTSAF: Index host CRMT_EI_INDEX_HOSTCHAR128CRM_EI_HOST
INDEX_PORTSAF: Index host port CRMT_EI_INDEX_PORTNUMC10CRM_EI_PORT
QUEUE_HOSTSAF: Queue Host CRMT_EI_QUEUE_HOSTCHAR128CRM_EI_HOST
QUEUE_PORTSAF: Queue host port CRMT_EI_QUEUE_PORTNUMC10CRM_EI_PORT

Key field Non-key field



How do I retrieve data from SAP structure CRMT_EI_SEARCH_SE using ABAP code?

As CRMT_EI_SEARCH_SE is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on CRMT_EI_SEARCH_SE as there is no data to select.

How to access SAP table CRMT_EI_SEARCH_SE

Within an ECC or HANA version of SAP you can also view further information about CRMT_EI_SEARCH_SE and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!