CRMC_SAF_KB SAP (SAF: Customizing table for knowledge base repository) Table details

Dictionary Type: Table
Description: SAF: Customizing table for knowledge base repository




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




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

CRMC_SAF_KB is a standard SAP Table which is used to store SAF: Customizing table for knowledge base repository data and is available within R/3 SAP systems depending on the version and release level.

The CRMC_SAF_KB table consists of various fields, each holding specific information or linking keys about SAF: Customizing table for knowledge base repository data available in SAP. These include KB_SERVICE (SAF: Java class name for knowledge service), GENERATION (SAF - Java class name for generation), TEXT_CONV (EI: Java class name for text conversion), ATTRIBUTE_CONV (Java Class Name for Attribute Conversion).. 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)

Text table = CRMC_SAF_KB_T


SAP CRMC_SAF_KB 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
KB_NAMEName of Knowledge Base CRMT_EI_KB_NAMECHAR30CRMT_EI_KB_NAME
KB_SERVICESAF: Java class name for knowledge service CRMT_EI_KBS_CLASS_NAMECHAR128CRM_EI_JAVA_CLASS_NAME
GENERATIONSAF - Java class name for generation CRMT_EI_GEN_CLASS_NAMECHAR128CRM_EI_JAVA_CLASS_NAME
TEXT_CONVEI: Java class name for text conversion CRMT_EI_TCV_CLASS_NAMECHAR128CRM_EI_JAVA_CLASS_NAME
ATTRIBUTE_CONVJava Class Name for Attribute Conversion CRMT_EI_ACV_CLASS_NAMECHAR128CRM_EI_JAVA_CLASS_NAME
META_CONVEI: Java class name for mata conversion CRMT_EI_MCV_CLASS_NAMECHAR128CRM_EI_JAVA_CLASS_NAME
PATTERN_CONVEI: Java class name for pattern conversion CRMT_EI_PCV_CLASS_NAMECHAR128CRM_EI_JAVA_CLASS_NAME
CMP_CLASSSAF - Java Class Name for Compilation Service CRMT_EI_CMP_CLASS_NAMECHAR128CRM_EI_JAVA_CLASS_NAME
INDEX_CLASSJava Indexing Class Name CRMT_EI_INDEX_CLASS_NAMECHAR128CRM_EI_JAVA_CLASS_NAME
CLUSTER_CLASSJava Clustering Class Name CRMT_EI_CLUSTER_CLASS_NAMECHAR128CRM_EI_JAVA_CLASS_NAME
FCMP_QUERYExternal Name of Object CRMT_EXT_OBJ_NAMECHAR30CRM_OBJEXT_NAME
ACMP_QUERYExternal Name of Object CRMT_EXT_OBJ_NAMECHAR30CRM_OBJEXT_NAME
CL_CRM_KBABAP Class Name for Knowledge Base CRMT_EI_KB_CLASS_NAMECHAR30CHAR30
CL_CRM_KB_STATABAP Class Name for Knowledge Base Statistics CRMT_EI_KB_STAT_CLASS_NAMECHAR30CHAR30
XSL_NAMESAF: XSL name in SAP for detail display conversion CRMT_EI_KB_XSL_NAMECHAR40
XSL_NAME_TEXTSAF: XSL name in SAP for detail display conversion CRMT_EI_KB_XSL_NAMECHAR40
LOCAL_KBKnowledge Base Is Local Data Source CRMT_EI_LOCAL_KBCHAR1BOOLEAN
NEED_SETUPSAF: Set Up Knowledge Base CRMT_EI_NEED_SETUPCHAR1BOOLEAN
SUPPORT_DELTADelta Compilation Supported for Knowledge Base CRMT_EI_SUPPORT_DELTACHAR1BOOLEAN
URL_BASEDKnowledge Base Is URL Based CRMT_EI_URL_BASEDCHAR1CHAR1

Key field Non-key field



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

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

SELECT SINGLE *
FROM CRMC_SAF_KB
INTO CORRESPONDING FIELDS OF WA_CRMC_SAF_KB
WHERE...

How to access SAP table CRMC_SAF_KB

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