CRMD_EI_SOL_CART SAP (EI: Persist user selected solution out of SDB) Table details

Dictionary Type: Table
Description: EI: Persist user selected solution out of SDB




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




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

CRMD_EI_SOL_CART is a standard SAP Table which is used to store EI: Persist user selected solution out of SDB data and is available within R/3 SAP systems depending on the version and release level.

The CRMD_EI_SOL_CART table consists of various fields, each holding specific information or linking keys about EI: Persist user selected solution out of SDB data available in SAP. These include ID (EI/SDB Search Feedback ID), KNOWLEDGE_BASE (Name of Knowledge Base), KBID (Knowledge Base Entity ID), ISMNR (EI/SDB Search Feedback ID).. 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_EI_SOL_CART 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
IDEI/SDB Search Feedback ID CRMT_EI_FEEDBACK_IDCHAR12CRM_EI_FEEDBACK_ID
KNOWLEDGE_BASEName of Knowledge Base CRMT_EI_KB_NAMECHAR30Assigned to domainCRMT_EI_KB_NAME
KBIDKnowledge Base Entity ID CRMT_EI_KB_IDCHAR50CRM_EI_KB_ID
ISMNREI/SDB Search Feedback ID CRMT_EI_FEEDBACK_IDCHAR12CRM_EI_FEEDBACK_ID
ISLNREI/SDB Search Feedback ID CRMT_EI_FEEDBACK_IDCHAR12CRM_EI_FEEDBACK_ID
FEEDBACKSAF: Feedback Value CRMT_EI_SOL_FEEDBACKNUMC2NUMC2
REL_OBJ_TYPETexts: Application Object TDOBJECTCHAR10TTXOBTDOBJECT
REL_OBJ_IDText ID TDIDCHAR4TTXIDTDID
REL_OBJ_INT_IDName TDOBNAMECHAR70TDOBNAME
LANGULanguage Key SPRASLANG1T002ISOLASPRASSPRH_T002
LANGUAGE_ISOLanguage Key CRMT_EI_LANGUAGE_ISOCHAR2LAISO
MEDIUMChannel for Delivering Solution CRMT_EI_SOL_MEDIACHAR12CHAR12
DESCRIPTIONSAF: Attribute value for knowledge repository CRMT_EI_KB_ATTR_TEXTCHAR255CRM_EI_DESCRIPTION

Key field Non-key field



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

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

SELECT SINGLE *
FROM CRMD_EI_SOL_CART
INTO CORRESPONDING FIELDS OF WA_CRMD_EI_SOL_CART
WHERE...

How to access SAP table CRMD_EI_SOL_CART

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