CRMD_SAF_KB_STAT SAP (SAF: Knowledge entity access statistics) Table details

Dictionary Type: Table
Description: SAF: Knowledge entity access statistics




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




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

CRMD_SAF_KB_STAT is a standard SAP Table which is used to store SAF: Knowledge entity access statistics data and is available within R/3 SAP systems depending on the version and release level.

The CRMD_SAF_KB_STAT table consists of various fields, each holding specific information or linking keys about SAF: Knowledge entity access statistics data available in SAP. These include APP_NAME ( Application Name), KB_NAME (Name of Knowledge Base), KB_ID (Knowledge Base Entity ID), LANGU (Language Key).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP CRMD_SAF_KB_STAT 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
APP_NAME Application Name CRMT_EI_APP_NAMECHAR20CHAR20
KB_NAMEName of Knowledge Base CRMT_EI_KB_NAMECHAR30Assigned to domainCRMT_EI_KB_NAME
KB_IDKnowledge Base Entity ID CRMT_EI_KB_IDCHAR50CRM_EI_KB_ID
LANGULanguage Key SPRASLANG1T002ISOLASPRASSPRH_T002
USE_TYPESAF: Type of how knowledge entity is used CRMT_SAF_KB_USE_TYPECHAR1CHAR1
FEEDBACKSAF: Feedback Value CRMT_EI_SOL_FEEDBACKNUMC2NUMC2
MEDIUMChannel for Delivering Solution CRMT_EI_SOL_MEDIACHAR12CHAR12
DESCRIPTIONSAF: Attribute value for knowledge repository CRMT_EI_KB_ATTR_TEXTCHAR255CRM_EI_DESCRIPTION
CREATED_BYUser Name UNAMECHAR12UNAME
CREATED_ATUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS

Key field Non-key field



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

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

SELECT SINGLE *
FROM CRMD_SAF_KB_STAT
INTO CORRESPONDING FIELDS OF WA_CRMD_SAF_KB_STAT
WHERE...

How to access SAP table CRMD_SAF_KB_STAT

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