I_PriceQuotationType

DDL: I_PRICEQUOTATIONTYPE SQL: IPRICEQUOT Type: view BASIC

Price Quotation Type

I_PriceQuotationType is a Basic CDS View (Dimension) that provides data about "Price Quotation Type" in SAP S/4HANA. It reads from 1 data source (tw56) and exposes 2 fields with key field PriceQuotationType. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
tw56 tw56 from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_PricequotationtypeText _Text $projection.PriceQuotationType = _Text.PriceQuotationType

Annotations (10)

NameValueLevelField
EndUserText.label Price Quotation Type view
Analytics.dataCategory #DIMENSION view
VDM.viewType #BASIC view
AccessControl.authorizationCheck #NOT_REQUIRED view
AbapCatalog.sqlViewName IPRICEQUOT view
ObjectModel.representativeKey PriceQuotationType view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ClientHandling.algorithm #SESSION_VARIABLE view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY PriceQuotationType
_Text _Text
@EndUserText.label: 'Price Quotation Type'
@Analytics.dataCategory: #DIMENSION
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck: #NOT_REQUIRED
@AbapCatalog.sqlViewName: 'IPRICEQUOT'
@ObjectModel.representativeKey: 'PriceQuotationType'
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ClientHandling.algorithm: #SESSION_VARIABLE

define view I_PriceQuotationType
  as select from tw56

  association [0..*] to I_PricequotationtypeText as _Text on $projection.PriceQuotationType = _Text.PriceQuotationType
{
      @ObjectModel.text.association: '_Text'
  key cast ( tw56.skursart as tba_pricetype) as PriceQuotationType,
      _Text

}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"TW56"
],
"ASSOCIATED":
[
"I_PRICEQUOTATIONTYPETEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/