I_PriceQuotationType

DDL: I_PRICEQUOTATIONTYPE SQL: IPRICEQUOT Type: view BASIC Package: LOG_CMM_CDS

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. It is exposed through 1 OData service (UI_CMMDTYHDGCNTRDEALREQ). Part of development package LOG_CMM_CDS.

Data Sources (1)

SourceAliasJoin Type
tw56 tw56 from

Associations (1)

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

Annotations (12)

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
Search.searchable true view
Consumption.ranked true view

OData Services (1)

ServiceBindingVersionContractRelease
UI_CMMDTYHDGCNTRDEALREQ UI_CMMDTYHDGCNTRDEALREQ V2 C1 NOT_RELEASED

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
@Search.searchable: true
@Consumption.ranked: true

define view I_PriceQuotationType
  as select from tw56

  association [0..*] to I_PricequotationtypeText as _Text on $projection.PriceQuotationType = _Text.PriceQuotationType
{
  @ObjectModel.text.association: '_Text'
  @Search.defaultSearchElement: true
  @Search.ranking: #HIGH
  @Search.fuzzinessThreshold: 0.8
  key cast ( tw56.skursart as tba_pricetype) as PriceQuotationType,
      _Text

}