I_RetailCharacteristicType
Retail Characteristics Type
I_RetailCharacteristicType is a Basic CDS View (Dimension) that provides data about "Retail Characteristics Type" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field RetailCharacteristicType. It has 1 association to related views. Part of development package WRF_CHARACTERISTIC_VALUE_GRP.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| dd07l | dd07l | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [1] | I_RetailCharacteristicTypeText | _RetailCharacterTypeText | $projection.RetailCharacteristicType = _RetailCharacterTypeText.RetailCharacteristicType |
Annotations (14)
| Name | Value | Level | Field |
|---|---|---|---|
| Analytics.dataExtraction.enabled | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| Analytics.dataCategory | #DIMENSION | view | |
| Analytics.internalName | #LOCAL | view | |
| EndUserText.label | Retail Characteristics Type | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.modelingPattern | #ANALYTICAL_DIMENSION | view | |
| ObjectModel.representativeKey | RetailCharacteristicType | view | |
| ObjectModel.resultSet.sizeCategory | #XS | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.dataClass | #META | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| VDM.lifecycle.contract.type | #PUBLIC_LOCAL_API | view | |
| VDM.viewType | #BASIC | view |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | RetailCharacteristicType | |||
| _RetailCharacterTypeText | _RetailCharacterTypeText |
@Analytics.dataExtraction.enabled: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@Analytics.dataCategory: #DIMENSION
@Analytics.internalName: #LOCAL
@EndUserText.label: 'Retail Characteristics Type'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.modelingPattern: #ANALYTICAL_DIMENSION
@ObjectModel.representativeKey: 'RetailCharacteristicType'
@ObjectModel.resultSet.sizeCategory: #XS
@ObjectModel.supportedCapabilities: [#ANALYTICAL_DIMENSION,
#CDS_MODELING_ASSOCIATION_TARGET,
#CDS_MODELING_DATA_SOURCE,
#EXTRACTION_DATA_SOURCE,
#SQL_DATA_SOURCE]
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.dataClass: #META
@ObjectModel.usageType.sizeCategory: #S
@VDM.lifecycle.contract.type: #PUBLIC_LOCAL_API
@VDM.viewType: #BASIC
define view entity I_RetailCharacteristicType
as select from dd07l
//association [1] to I_RetailCharacteristicTypeTxt as _RetailCharacterTypeText on $projection.RetailCharacteristicType = _RetailCharacterTypeText.RetailCharacteristicType
association [1] to I_RetailCharacteristicTypeText as _RetailCharacterTypeText on $projection.RetailCharacteristicType = _RetailCharacterTypeText.RetailCharacteristicType
{
key cast(dd07l.domvalue_l as wrf_chartyp ) as RetailCharacteristicType,
_RetailCharacterTypeText
}
where
dd07l.domname = 'WRF_CHARTYP'
and dd07l.as4local = 'A'
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