I_RetailPromotionCustomerTypeT
Retail Promotion Category Text
I_RetailPromotionCustomerTypeT is a Basic CDS View that provides data about "Retail Promotion Category Text" in SAP S/4HANA. It reads from 1 data source (rdmt_cust_typet) and exposes 5 fields with key fields RetailPromotionCustomerType, Language. It has 2 associations to related views. Part of development package VDM_RFM_PROMOTION.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| rdmt_cust_typet | rdmt_cust_typet | from |
Associations (2)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | I_Language | _Language | $projection.Language = _Language.Language |
| [1..1] | I_RetailPromotionCustomerType | _RetailPromotionCustomerType | $projection.RetailPromotionCustomerType = _RetailPromotionCustomerType.RetailPromotionCustomerType |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| Analytics.technicalName | IRTLPROMNCUSTYPT | view | |
| EndUserText.label | Retail Promotion Category Text | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| AccessControl.personalData.blocking | #NOT_REQUIRED | view | |
| VDM.viewType | #BASIC | view | |
| ObjectModel.representativeKey | RetailPromotionCustomerType | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view |
Fields (5)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | RetailPromotionCustomerType | customer_type | ||
| KEY | Language | spras | ||
| RetailPromotionCustTypeDesc | customer_typet | |||
| _RetailPromotionCustomerType | _RetailPromotionCustomerType | |||
| _Language | _Language |
@Analytics.technicalName: 'IRTLPROMNCUSTYPT'
@EndUserText: {label: 'Retail Promotion Category Text'}
@AccessControl: {
authorizationCheck: #NOT_REQUIRED,
personalData.blocking: #NOT_REQUIRED
}
@VDM: {viewType: #BASIC}
@ObjectModel: {
representativeKey: 'RetailPromotionCustomerType',
dataCategory: #TEXT,
usageType: {
serviceQuality: #A,
sizeCategory: #S,
dataClass: #CUSTOMIZING
}
}
define view entity I_RetailPromotionCustomerTypeT
as select from rdmt_cust_typet
association [0..1] to I_Language as _Language on $projection.Language = _Language.Language
association [1..1] to I_RetailPromotionCustomerType as _RetailPromotionCustomerType on $projection.RetailPromotionCustomerType = _RetailPromotionCustomerType.RetailPromotionCustomerType
{
@ObjectModel.foreignKey.association: '_RetailPromotionCustomerType'
key customer_type as RetailPromotionCustomerType,
@ObjectModel.foreignKey.association: '_Language'
@Semantics.language: true
key spras as Language,
@Semantics.text: true
customer_typet as RetailPromotionCustTypeDesc,
@ObjectModel.association.type: [#TO_COMPOSITION_PARENT, #TO_COMPOSITION_ROOT]
_RetailPromotionCustomerType,
_Language
}
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