C_AssortmentModuleVersionTP
Assortment Module Version
C_AssortmentModuleVersionTP is a Consumption CDS View that provides data about "Assortment Module Version" in SAP S/4HANA. It reads from 1 data source (I_ExplicitAsstmtMdlVersionTP) and exposes 10 fields with key field AssortmentModuleVersionUUID.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_ExplicitAsstmtMdlVersionTP | I_ExplicitAsstmtMdlVersionTP | projection |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | Assortment Module Version | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| Metadata.allowExtensions | true | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.representativeKey | AssortmentModuleVersionUUID | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| VDM.viewType | #CONSUMPTION | view |
Fields (10)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | AssortmentModuleVersionUUID | AssortmentModuleVersionUUID | ||
| ValidityStartDate | ValidityStartDate | |||
| ValidityEndDate | ValidityEndDate | |||
| AssortmentModuleUUID | AssortmentModuleUUID | |||
| LastChangeDateTime | LastChangeDateTime | |||
| LastChangedByUserName | LastChangedByUserName | |||
| IsExpired | IsExpired | |||
| AssortmentModuleVersionDescILL | AssortmentModuleVersionDescILL | |||
| _ModuleredirectedtoC_AssortmentModuleTP | ||||
| _User | _User |
@EndUserText.label: 'Assortment Module Version'
@AccessControl.authorizationCheck: #CHECK
@Metadata.allowExtensions: true
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel: {
representativeKey: 'AssortmentModuleVersionUUID',
semanticKey: ['AssortmentModuleVersionUUID'],
usageType: {
serviceQuality: #C,
sizeCategory: #M,
dataClass: #MASTER
}
}
@AccessControl: {
privilegedAssociations: ['_User']
}
@VDM.viewType: #CONSUMPTION
@VDM.usage.type: [#TRANSACTIONAL_PROCESSING_SERVICE]
define root view entity C_AssortmentModuleVersionTP
provider contract transactional_query
as projection on I_ExplicitAsstmtMdlVersionTP
{
@ObjectModel.text.element: ['AssortmentModuleVersionDescILL']
key AssortmentModuleVersionUUID,
ValidityStartDate,
ValidityEndDate,
AssortmentModuleUUID,
LastChangeDateTime,
@Semantics.user.lastChangedBy: true
@Semantics.user.id: true
LastChangedByUserName,
@ObjectModel.filter.transformedBy: 'ABAP:CL_RFM_ASM_ISEXPIRED_TRANSFORM'
IsExpired,
@Semantics.text: true
AssortmentModuleVersionDescILL,
_Product : redirected to C_ProductToAssortmentMdlVersTP,
_Text : redirected to composition child C_AssortmentMdlVersionTextTP,
_Module : redirected to C_AssortmentModuleTP,
_User
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_EXPLICITASSTMTMDLVERSIONTP"
],
"ASSOCIATED":
[
"C_ASSORTMENTMDLVERSIONTEXTTP",
"C_ASSORTMENTMODULETP",
"C_PRODUCTTOASSORTMENTMDLVERSTP",
"I_EXPLICITASSORTMENTMODULETP",
"I_EXPLICITASSTMTMDLVERSIONTTP",
"I_PRODTOEXPLCTASSTMTMDLVERSTP",
"I_USERCONTACTCARD"
],
"BASE":
[
"I_EXPLICITASSTMTMDLVERSIONTP"
],
"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