I_PricingType

DDL: I_PRICINGTYPE SQL: IPRICINGTYPE Type: view BASIC

Pricing Type

I_PricingType is a Basic CDS View that provides data about "Pricing Type" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field PricingType. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_PricingTypeText _Text $projection.PricingType = _Text.PricingType

Annotations (12)

NameValueLevelField
AbapCatalog.sqlViewName IPRICINGTYPE view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view
EndUserText.label Pricing Type view
Metadata.ignorePropagatedAnnotations true view
VDM.viewType #BASIC view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.representativeKey PricingType view
ObjectModel.usageType.dataClass #META view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY PricingType
_Text _Text
@AbapCatalog.sqlViewName: 'IPRICINGTYPE'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #L
@EndUserText.label: 'Pricing Type'
@Metadata.ignorePropagatedAnnotations:true
@VDM.viewType: #BASIC
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.representativeKey: 'PricingType'
@ObjectModel.usageType.dataClass: #META
@ObjectModel.supportedCapabilities: [#ANALYTICAL_DIMENSION, #CDS_MODELING_ASSOCIATION_TARGET, #SQL_DATA_SOURCE, #CDS_MODELING_DATA_SOURCE]

define view I_PricingType
  as select from dd07l

  association [0..*] to I_PricingTypeText as _Text on $projection.PricingType = _Text.PricingType

{

      @ObjectModel.text.association: '_Text'
  key cast ( SUBSTRING( domvalue_l, 1, 1) as knprs preserving type) as PricingType,

      _Text

}

where
      domname  = 'KNPRS'
  and as4local = 'A'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07L"
],
"ASSOCIATED":
[
"I_PRICINGTYPETEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/