C_AssortmentMdlVersionTextTP
Assortment Module Version - Text
C_AssortmentMdlVersionTextTP is a Consumption CDS View that provides data about "Assortment Module Version - Text" in SAP S/4HANA. It reads from 1 data source (I_ExplicitAsstmtMdlVersionTTP) and exposes 3 fields with key fields AssortmentModuleVersionUUID, Language.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_ExplicitAsstmtMdlVersionTTP | I_ExplicitAsstmtMdlVersionTTP | projection |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #CHECK | view | |
| EndUserText.label | Assortment Module Version - Text | view | |
| Metadata.allowExtensions | true | view | |
| VDM.lifecycle.contract.type | #PUBLIC_LOCAL_API | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| ObjectModel.representativeKey | AssortmentModuleVersionUUID | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #META | view | |
| VDM.viewType | #CONSUMPTION | view |
Fields (3)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | AssortmentModuleVersionUUID | AssortmentModuleVersionUUID | ||
| KEY | Language | Language | ||
| AssortmentModuleObjectDesc | AssortmentModuleObjectDesc |
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'Assortment Module Version - Text'
@Metadata.allowExtensions: true
@VDM.lifecycle.contract.type:#PUBLIC_LOCAL_API
@ObjectModel: {
dataCategory: #TEXT,
representativeKey: 'AssortmentModuleVersionUUID',
semanticKey: ['Language'],
usageType: {
serviceQuality: #C,
sizeCategory: #S,
dataClass: #META
}
}
@VDM.viewType: #CONSUMPTION
@VDM.usage.type: [#TRANSACTIONAL_PROCESSING_SERVICE]
define view entity C_AssortmentMdlVersionTextTP
as projection on I_ExplicitAsstmtMdlVersionTTP
{
key AssortmentModuleVersionUUID,
@Semantics.language: true
key Language,
@Semantics.text: true
AssortmentModuleObjectDesc,
@Consumption.hidden: true
_ExplicitAssortmentModule : redirected to parent C_AssortmentModuleVersionTP
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_EXPLICITASSTMTMDLVERSIONTTP"
],
"ASSOCIATED":
[
"C_ASSORTMENTMODULEVERSIONTP"
],
"BASE":
[
"I_EXPLICITASSTMTMDLVERSIONTTP"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/
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