I_CRReassgmtTypeDomainValText

DDL: I_CRREASSGMTTYPEDOMAINVALTEXT Type: view_entity BASIC Package: ODATA_REASSIGN_COST_REVENUE_2

Cost and Revenue Reassgmt Type - Text

I_CRReassgmtTypeDomainValText is a Basic CDS View that provides data about "Cost and Revenue Reassgmt Type - Text" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 6 fields with key fields CostRevenueReassignmentType, Language. It has 1 association to related views. Part of development package ODATA_REASSIGN_COST_REVENUE_2.

Data Sources (1)

SourceAliasJoin Type
dd07t dd07t from

Associations (1)

CardinalityTargetAliasCondition
[0..1] I_Language _Language $projection.Language = _Language.Language

Annotations (13)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Cost and Revenue Reassgmt Type - Text view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.dataCategory #TEXT view
ObjectModel.modelingPattern #LANGUAGE_DEPENDENT_TEXT view
ObjectModel.representativeKey CostRevenueReassignmentType view
Analytics.technicalName ICRREASSGMTTYPE view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #META view
VDM.viewType #BASIC view
Search.searchable true view
Consumption.ranked true view

Fields (6)

KeyFieldSource TableSource FieldDescription
KEY CostRevenueReassignmentType
KEY Language
CostRevnReassignmentTypeName
DomainValue dd07t domvalue_l
_CRReassgmtTypeDomainValue _CRReassgmtTypeDomainValue
_Language _Language
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Cost and Revenue Reassgmt Type - Text'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.dataCategory: #TEXT
@ObjectModel.modelingPattern: #LANGUAGE_DEPENDENT_TEXT
@ObjectModel.representativeKey: 'CostRevenueReassignmentType'
@ObjectModel.supportedCapabilities: [#CDS_MODELING_ASSOCIATION_TARGET, 
                                     #CDS_MODELING_DATA_SOURCE,
                                     #LANGUAGE_DEPENDENT_TEXT,
                                     #SEARCHABLE_ENTITY,
                                     #SQL_DATA_SOURCE]
@Analytics.technicalName: 'ICRREASSGMTTYPE'

@ObjectModel.usageType:{
  serviceQuality: #A,
  sizeCategory: #S,
  dataClass: #META
}

@VDM.viewType: #BASIC
@Search.searchable: true
@Consumption.ranked: true
define view entity I_CRReassgmtTypeDomainValText
  as select from dd07t
  association to parent I_CRReassgmtTypeDomainValue as _CRReassgmtTypeDomainValue on $projection.CostRevenueReassignmentType = _CRReassgmtTypeDomainValue.CostRevenueReassignmentType
  association [0..1] to I_Language as _Language on $projection.Language = _Language.Language

{     @ObjectModel.foreignKey.association: '_CRReassgmtTypeDomainValue'
      @ObjectModel.text.element: ['CostRevnReassignmentTypeName']
  key cast( domvalue_l as costrevenuereassignmenttype ) as CostRevenueReassignmentType,

      @ObjectModel.foreignKey.association: '_Language'
      @Semantics.language: true
  key cast( ddlanguage as spras preserving type ) as Language,

      @Search.defaultSearchElement: true
      @Search.fuzzinessThreshold: 0.8
      @Search.ranking: #LOW
      @Semantics.text: true
      cast(ddtext as char60 preserving type )    as CostRevnReassignmentTypeName,
      
      @Analytics.hidden: true
      @Consumption.hidden: true
      dd07t.domvalue_l as DomainValue,
      
      @ObjectModel.association.type:  [ #TO_COMPOSITION_ROOT, #TO_COMPOSITION_PARENT ]
      _CRReassgmtTypeDomainValue,
      _Language

}
where dd07t.domname  = 'COSTREVENUEREASSIGNMENTTYPE'
  and dd07t.as4local = 'A'
  and dd07t.as4vers  = '0000'