C_Variantspricingprfiltemp

DDL: C_VARIANTSPRICINGPRFILTEMP SQL: CVARIANTPRCNG Type: view CONSUMPTION

Pricing profile for variants

C_Variantspricingprfiltemp is a Consumption CDS View that provides data about "Pricing profile for variants" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 3 fields with key field VariantsPricingProfile. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] C_Variantspricingprfiltxttemp _Text $projection.VariantsPricingProfile = _Text.VariantsPricingProfile

Annotations (12)

NameValueLevelField
AbapCatalog.sqlViewName CVARIANTPRCNG view
VDM.viewType #CONSUMPTION view
VDM.lifecycle.status #DEPRECATED view
VDM.lifecycle.successor I_VariantsPricingProfile view
AccessControl.authorizationCheck #NOT_REQUIRED view
Search.searchable true view
ObjectModel.representativeKey VariantsPricingProfile view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MASTER view
EndUserText.label Pricing profile for variants view
ObjectModel.dataCategory #VALUE_HELP view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY VariantsPricingProfile
DomainValue domvalue_l
_Text _Text
@AbapCatalog.sqlViewName: 'CVARIANTPRCNG'
@VDM:{
  viewType: #CONSUMPTION,
  lifecycle: {
    status: #DEPRECATED,
    successor: 'I_VariantsPricingProfile'
  }
}
@AccessControl.authorizationCheck: #NOT_REQUIRED
@Search.searchable: true
@ObjectModel.representativeKey:'VariantsPricingProfile'

@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory : #S
@ObjectModel.usageType.dataClass: #MASTER
@EndUserText.label: 'Pricing profile for variants'
@ObjectModel.dataCategory: #VALUE_HELP
define view C_Variantspricingprfiltemp
  as select from dd07l

  association [0..*] to C_Variantspricingprfiltxttemp as _Text on $projection.VariantsPricingProfile = _Text.VariantsPricingProfile
{
      @ObjectModel.text.association: '_Text'
  key cast (domvalue_l as variantspricingprofile) as VariantsPricingProfile,
      @Search.defaultSearchElement: true
      @Search.fuzzinessThreshold: 0.8
      @Consumption.hidden: true
      domvalue_l                                  as DomainValue,
      _Text

}
where
  domname = 'SPROF'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07L"
],
"ASSOCIATED":
[
"C_VARIANTSPRICINGPRFILTXTTEMP"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0
}
}*/