C_CostCtrlgOriginIndicatorText

DDL: C_COSTCTRLGORIGININDICATORTEXT Type: view_entity CONSUMPTION Package: ODATA_CO_EB_PROD_COST_CLTR_DET

Cost Controlling Origin Indicator - Text

C_CostCtrlgOriginIndicatorText is a Consumption CDS View that provides data about "Cost Controlling Origin Indicator - Text" in SAP S/4HANA. It reads from 1 data source (I_DomainFixedValueText) and exposes 4 fields with key fields CtrlgOriginClassification, Language. Part of development package ODATA_CO_EB_PROD_COST_CLTR_DET.

Data Sources (1)

SourceAliasJoin Type
I_DomainFixedValueText I_DomainFixedValueText from

Annotations (10)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
AccessControl.personalData.blocking #NOT_REQUIRED view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.dataCategory #TEXT view
ObjectModel.representativeKey CtrlgOriginClassification view
VDM.viewType #CONSUMPTION view
Metadata.ignorePropagatedAnnotations true view
EndUserText.label Cost Controlling Origin Indicator - Text view

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY CtrlgOriginClassification
KEY Language Language
CtrlgOriginClassificationName
_Language _Language
@AbapCatalog.viewEnhancementCategory: [#NONE]

@AccessControl.authorizationCheck: #NOT_REQUIRED
@AccessControl.personalData.blocking: #NOT_REQUIRED

@ObjectModel: {
  usageType: {
    dataClass: #MASTER,
    serviceQuality: #A,
    sizeCategory: #S
  },
  dataCategory: #TEXT,
  representativeKey: 'CtrlgOriginClassification'
}

@VDM.viewType: #CONSUMPTION

@Metadata.ignorePropagatedAnnotations: true

@EndUserText.label: 'Cost Controlling Origin Indicator - Text'
define view entity C_CostCtrlgOriginIndicatorText
  as select from I_DomainFixedValueText
{
      @ObjectModel.text.element: ['CtrlgOriginClassificationName']
  key cast(DomainValue as fco_origin_indicator) as CtrlgOriginClassification,

      @UI.hidden: true
      @Semantics.language: true
      @ObjectModel.foreignKey.association: '_Language'
  key Language,

      @Semantics.text: true
      cast(DomainText as fis_herkz_name)        as CtrlgOriginClassificationName,
      
      _Language
}
where
  SAPDataDictionaryDomain = 'FCO_ORIGIN_INDICATOR'