CRMC_SAF_SE_EXT SAP (SAF: Customizing table for generic search engine extension) Table details

Dictionary Type: Table
Description: SAF: Customizing table for generic search engine extension




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




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

CRMC_SAF_SE_EXT is a standard SAP Table which is used to store SAF: Customizing table for generic search engine extension data and is available within R/3 SAP systems depending on the version and release level.

The CRMC_SAF_SE_EXT table consists of various fields, each holding specific information or linking keys about SAF: Customizing table for generic search engine extension data available in SAP. These include SE_NAME (SAF: Name of search engine), SE_SERVICE (Search Engine Extension ABAP Class), QUERY_SERVICE (SAF: Java class for query service), QUERY_PARSER (SAF: Query parser Java class name).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP CRMC_SAF_SE_EXT 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 MANDTCLNT3Assigned to domainMANDT
SE_NAMESAF: Name of search engine CRMT_EI_SE_NAMECHAR30CRMC_SAF_SE_NAMECRM_EI_SE_NAME
SE_SERVICESearch Engine Extension ABAP Class CRMT_EI_SE_CLASS_NAMECHAR30CHAR30
QUERY_SERVICESAF: Java class for query service CRMT_EI_JAVA_QUERY_SERVICECHAR128CRM_EI_JAVA_CLASS_NAME
QUERY_PARSERSAF: Query parser Java class name CRMT_EI_QUERY_PARSERCHAR128CRM_EI_JAVA_CLASS_NAME
QUERY_COMPOSERSAF: Query composer Java class CRMT_EI_QUERY_COMPOSERCHAR128CRM_EI_JAVA_CLASS_NAME
RESULT_COMPOSERSAF: Result composer Java class CRMT_EI_RESULT_COMPOSERCHAR128CRM_EI_JAVA_CLASS_NAME
CMP_INDEXJava Indexing Class Name CRMT_EI_INDEX_CLASS_NAMECHAR128CRM_EI_JAVA_CLASS_NAME
CMP_CLUSTERJava Clustering Class Name CRMT_EI_CLUSTER_CLASS_NAMECHAR128CRM_EI_JAVA_CLASS_NAME

Key field Non-key field



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

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

SELECT SINGLE *
FROM CRMC_SAF_SE_EXT
INTO CORRESPONDING FIELDS OF WA_CRMC_SAF_SE_EXT
WHERE...

How to access SAP table CRMC_SAF_SE_EXT

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