CRMC_SAF_INX SAP (SAF: Search index) Table details

Dictionary Type: Table
Description: SAF: Search index




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




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

CRMC_SAF_INX is a standard SAP Table which is used to store SAF: Search index data and is available within R/3 SAP systems depending on the version and release level.

The CRMC_SAF_INX table consists of various fields, each holding specific information or linking keys about SAF: Search index data available in SAP. These include KB_NAME (Name of Knowledge Base), LANG (Language Key), AFFIX (Suffix for Search Index Name), SE_NAME (SAF: Name of search engine).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP CRMC_SAF_INX table 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
CLIENTClient MANDTCLNT3T000MANDT
KB_NAMEName of Knowledge Base CRMT_EI_KB_NAMECHAR30CRMC_SAF_KBCRMT_EI_KB_NAME
LANGLanguage Key SPRASLANG1T002ISOLASPRASSPRH_T002
AFFIXSuffix for Search Index Name CRMT_EI_INX_AFFIXCHAR10CHAR10
SE_NAMESAF: Name of search engine CRMT_EI_SE_NAMECHAR30CRMC_SAF_SE_NAMECRM_EI_SE_NAME
ALT_INDEX_NAMESAF: Search index name CRMT_EI_INDEX_NAMECHAR32CRM_EI_INDEX_NAME
CLUSTERINGExecute Clustering Service CRMT_EI_FLAG_CLUSTERINGCHAR1BOOLEAN
USE_QUEUEUse Queue Server CRMT_EI_FLAG_USER_QUEUECHAR1BOOLEAN
CLU_NOSAF: Number of clusters CRMT_EI_CLUSTER_NOINT410
CLU_THRESHOLDSAF: Cluster threshold for clustering service CRMT_EI_CLUSTER_THRESHOLDCHAR16
CLU_METHODSAF: Clustering algorithm name CRMT_EI_CLU_METHODCHAR30CRM_EI_CLU_METHOD
CLA_NOSAF: Classification number CRMT_EI_CLA_NOINT410INT4
CLA_THRESHOLDSAF: Classification threshold CRMT_EI_CLA_THRESHOLDCHAR16
CLA_METHODSAF: Classification method CRMT_EI_CLA_METHODCHAR30CRM_EI_CLA_METHOD
FEATURE_NOCharacteristic Feature Number for Clustering CRMT_EI_FEATURE_NOINT410INT4
ALERT_THRESHOLDSAF - Alert Threshold CRMT_EI_ALERT_THRESHOLDCHAR16
SWAP_FLAGIndex Is Swapped to Backup Index CRMT_EI_SWAP_FLAGCHAR1BOOLEAN
BATCH_SIZESAF: Batch size for indexing CRMT_SAF_BATCH_SIZECHAR10CHAR10

Key field Non-key field



How do I retrieve data from SAP table CRMC_SAF_INX using ABAP code

The following ABAP code Example will allow you to do a basic selection on CRMC_SAF_INX to SELECT all data from the table
DATA: WA_CRMC_SAF_INX TYPE CRMC_SAF_INX.

SELECT SINGLE *
FROM CRMC_SAF_INX
INTO CORRESPONDING FIELDS OF WA_CRMC_SAF_INX
WHERE...

How to access SAP table CRMC_SAF_INX

Within an ECC or HANA version of SAP you can also view further information about CRMC_SAF_INX 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!