In this post, I will try and describe everything you need to know about the SAP crmd_saf_kb_stat table. What it is, including what type of data it stores.
A list of fields which make up the table structure and on an S/4Hana System for CRMD_SAF_KB_STAT what does this table look like.
And what relationships it has with other SAP tables.
Also see here for example ABAP code to select data from CRMD_SAF_KB_STAT....Right lets get started!
Object Name: CRMD_SAF_KB_STAT
Dictionary Type: Transparent table
Description: SAF: Knowledge entity access statistics
Field | Data Element | Data Type | length (Dec) | Check table | Description | Conversion Routine | Domain Name | MemoryID | AppClass | SHLP | SHLP Field | ConvExit |
CLIENT | MANDT | CLNT | 3(0) | T000 | Client | MANDT | TEST | |||||
APP_NAME | CRMT_EI_APP_NAME | CHAR | 20(0) | Application Name | CHAR20 | |||||||
KB_NAME | CRMT_EI_KB_NAME | CHAR | 30(0) | * | Name of Knowledge Base | CRMT_EI_KB_NAME | ||||||
KB_ID | CRMT_EI_KB_ID | CHAR | 50(0) | Knowledge Base Entity ID | CRM_EI_KB_ID | |||||||
LANGU | SPRAS | LANG | 1(0) | T002 | Language Key | SPRAS | SPR | SAP | H_T002 | SPRAS | ||
USE_TYPE | CRMT_SAF_KB_USE_TYPE | CHAR | 1(0) | SAF: Type of how knowledge entity is used | CHAR1 | |||||||
FEEDBACK | CRMT_EI_SOL_FEEDBACK | NUMC | 2(0) | SAF: Feedback Value | NUMC2 | |||||||
MEDIUM | CRMT_EI_SOL_MEDIA | CHAR | 12(0) | Channel for Delivering Solution | CHAR12 | |||||||
DESCRIPTION | CRMT_EI_KB_ATTR_TEXT | CHAR | 255(0) | SAF: Attribute value for knowledge repository | CRM_EI_DESCRIPTION | |||||||
CREATED_BY | UNAME | CHAR | 12(0) | User Name | UNAME | SAP | ||||||
CREATED_AT | TIMESTAMP | DEC | 15(0) | UTC Time Stamp in Short Form (YYYYMMDDhhmmss) | TZNTSTMPS |