C_LCMEntityTypeValueHelp
Value Help for LCM Entity Type
C_LCMEntityTypeValueHelp is a Consumption CDS View that provides data about "Value Help for LCM Entity Type" in SAP S/4HANA. It reads from 1 data source (I_LCMEntityType) and exposes 4 fields with key field LglCntntMEntityType.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_LCMEntityType | I_LCMEntityType | from |
Annotations (15)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | CLCMENTITYTYPEVH | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Value Help for LCM Entity Type | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| VDM.viewType | #CONSUMPTION | view | |
| Search.searchable | true | view | |
| ObjectModel.semanticKey | LglCntntMEntityType | view | |
| ObjectModel.representativeKey | LglCntntMEntityType | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view | |
| ObjectModel.resultSet.sizeCategory | #XS | view | |
| Consumption.ranked | true | view |
Fields (4)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | LglCntntMEntityType | LglCntntMEntityType | Entity Type | |
| LglCntntMTechEntityType | LglCntntMTechEntityType | |||
| LglCntntMEntityTypeName | ||||
| _Text | _Text |
@AbapCatalog.sqlViewName: 'CLCMENTITYTYPEVH'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Value Help for LCM Entity Type'
@ClientHandling.algorithm: #SESSION_VARIABLE
@VDM.viewType: #CONSUMPTION
@Search.searchable: true
@ObjectModel.semanticKey: 'LglCntntMEntityType'
@ObjectModel.representativeKey: 'LglCntntMEntityType'
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.usageType.dataClass: #MASTER
@ObjectModel.dataCategory: #VALUE_HELP
@ObjectModel.resultSet.sizeCategory: #XS
@Consumption.ranked: true
define view C_LCMEntityTypeValueHelp
as select from I_LCMEntityType
{
@ObjectModel: {
text.element: 'LglCntntMEntityTypeName'//,
//text.association: '_Text'
}
@Search: { defaultSearchElement: true, ranking: #HIGH, fuzzinessThreshold: 0.7 }
@EndUserText.label: 'Entity Type'
key LglCntntMEntityType,
LglCntntMTechEntityType,
/* Associations */
@Semantics.text: true
@Search: { defaultSearchElement: true, ranking: #LOW, fuzzinessThreshold: 0.7 }
_Text[1: Language = $session.system_language].LglCntntMEntityTypeName,
_Text
}
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA