CRMVDSAF_LE SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




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

CRMVDSAF_LE is a standard SAP Table View which is used to store Generated Table for View data and is available within R/3 SAP systems depending on the version and release level.

The CRMVDSAF_LE table consists of various fields, each holding specific information or linking keys about Generated Table for View data available in SAP. These include NAME (Learning Engine: Name of Learning Engine Configuration), LANGU (Language Key), DESCRIPTION (SAF: Description for learning engine), CORPURE_A (Learning Engine: Table Name for Pure Correlations A).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP CRMVDSAF_LE table view 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
NAMELearning Engine: Name of Learning Engine Configuration CRMT_EI_LE_NAMECHAR30CHAR30
LANGULanguage Key SPRASLANG1ISOLASPRASSPRH_T002
DESCRIPTIONSAF: Description for learning engine CRMT_EI_LE_DESCCHAR80CRM_EI_LE_DESC
CORPURE_ALearning Engine: Table Name for Pure Correlations A CRMT_EI_CORRP_TABNAMECHAR30AS4TAB
CORPURE_BLearning Engine: Table Name for Pure Correlations CRMT_EI_CORRPB_TABNAMECHAR30AS4TAB
CORASPR_AEI - LE - Table Name for Activation-Spread Correlations CRMT_EI_CORRS_TABNAMECHAR30AS4TAB
CORASPR_BEI - LE - Table Name for Activation-Spread Correlations CRMT_EI_CORRSB_TABNAMECHAR30AS4TAB
RECTYPELearning Engine: Recommendation Type CRMT_EI_LE_RECTYPECHAR1CRMT_EI_DO_LE_RECTYPE
ENTSETLearning Engine: Table Containing Observed Entity Sets CRMT_EI_ENTSET_TABNAMECHAR30AS4TAB
L_RULELearning Engine: Learning Rule CRMT_EI_LEARNRULECHAR1CRM_EI_DO_LEARNRULE
A_DEPTHLearning Engine: Activation Spreading - Depth CRMT_EI_AS_DEPTHINT25INT2
A_ALPHASAF - Delta Update Parameter for Correlation Learning Engine CRMT_EI_ALPHACHAR16
A_THRESHOLDSAF - Threshold value for correlation learning engine CRMT_EI_THRESHOLDCHAR16
I_THR_UPDLearning Engine: Integer Threshold for Triggering Update CRMT_EI_LE_THRUPDINT25CRMT_EI_DO_LE_THRUPD
LOGTABLearning Engine: Name of Logging Table CRMT_EI_LE_LOG_TABNAMECHAR30AS4TAB

Key field Non-key field



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

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

SELECT SINGLE *
FROM CRMVDSAF_LE
INTO CORRESPONDING FIELDS OF WA_CRMVDSAF_LE
WHERE...

How to access SAP table CRMVDSAF_LE

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