I_SrvcDocQuotationStatus_2

DDL: I_SRVCDOCQUOTATIONSTATUS_2 Type: view_entity BASIC Package: CRMS4_REPORT

Quotation Status of Service Transaction

I_SrvcDocQuotationStatus_2 is a Basic CDS View (Dimension) that provides data about "Quotation Status of Service Transaction" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field ServiceDocumentIsQuotation. It has 1 association to related views. Part of development package CRMS4_REPORT.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[1..*] I_SrvcDocQuotationStatusT_2 _SrvcDocQuotationStatusText $projection.ServiceDocumentIsQuotation = _SrvcDocQuotationStatusText.ServiceDocumentIsQuotation

Annotations (11)

NameValueLevelField
EndUserText.label Quotation Status of Service Transaction view
VDM.viewType #BASIC view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
AccessControl.authorizationCheck #NOT_REQUIRED view
Analytics.dataCategory #DIMENSION view
ObjectModel.representativeKey ServiceDocumentIsQuotation view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #X view
ObjectModel.usageType.sizeCategory #S view
Metadata.ignorePropagatedAnnotations true view
Analytics.internalName #LOCAL view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY ServiceDocumentIsQuotation
_SrvcDocQuotationStatusText _SrvcDocQuotationStatusText
@EndUserText.label: 'Quotation Status of Service Transaction'

@VDM: {
  viewType: #BASIC,
  lifecycle.contract.type: #PUBLIC_LOCAL_API
}

@AccessControl.authorizationCheck: #NOT_REQUIRED

@Analytics.dataCategory: #DIMENSION

@ObjectModel: {
   representativeKey: 'ServiceDocumentIsQuotation',
   usageType: {
     dataClass:      #CUSTOMIZING,
     serviceQuality: #X,
     sizeCategory:   #S
   },
   supportedCapabilities: [#ANALYTICAL_DIMENSION, #SQL_DATA_SOURCE, #CDS_MODELING_ASSOCIATION_TARGET, #CDS_MODELING_DATA_SOURCE]
}
//@Metadata.allowExtensions:true

@Metadata.ignorePropagatedAnnotations: true
@Analytics.internalName:#LOCAL

define view entity I_SrvcDocQuotationStatus_2 as select from dd07l
  association [1..*] to I_SrvcDocQuotationStatusT_2 as _SrvcDocQuotationStatusText on $projection.ServiceDocumentIsQuotation = _SrvcDocQuotationStatusText.ServiceDocumentIsQuotation

{
      @ObjectModel.text.association: '_SrvcDocQuotationStatusText'
      @Semantics.booleanIndicator: true
  key cast ( substring( domvalue_l, 1, 1 )  as crms4_stat_quotation preserving type )  as ServiceDocumentIsQuotation,

      _SrvcDocQuotationStatusText
}
where
      domname  = 'CRMS4_STAT_QUOTATION'
  and as4local = 'A'