C_CostCtrlgOriginIndicatorText

DDL: C_COSTCTRLGORIGININDICATORTEXT Type: view_entity CONSUMPTION

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.

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 Lower Value
KEY Language Language Report Text Language
CtrlgOriginClassificationName Short Description
_Language _Language

Derived SQL interpretation, reconstructed from the parsed view metadata (data sources, associations, and field mappings). SAP annotations are omitted and the structure is reformulated as SQL — this is a functional approximation, not the verbatim SAP source.

-- Derived SQL interpretation of CDS view C_CostCtrlgOriginIndicatorText.
-- Reconstructed from parsed metadata (data sources, associations, fields).
-- SAP annotations are omitted and the structure is reformulated as SQL;
-- this is a functional approximation, not the verbatim SAP source. Some join
-- conditions may be unavailable and a few CDS constructs are kept as-is.

CREATE VIEW C_CostCtrlgOriginIndicatorText AS
SELECT
  cast(DomainValue as fco_origin_indicator) AS CtrlgOriginClassification,
  Language,
  cast(DomainText as fis_herkz_name) AS CtrlgOriginClassificationName
FROM I_DomainFixedValueText
;