I_RetailCharacteristicType

DDL: I_RETAILCHARACTERISTICTYPE Type: view_entity BASIC

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.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[1] I_RetailCharacteristicTypeText _RetailCharacterTypeText $projection.RetailCharacteristicType = _RetailCharacterTypeText.RetailCharacteristicType

Annotations (14)

NameValueLevelField
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)

KeyFieldSource TableSource FieldDescription
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'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07L"
],
"ASSOCIATED":
[
"I_RETAILCHARACTERISTICTYPETEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/