I_ControllingStructureTypeText

DDL: I_CONTROLLINGSTRUCTURETYPETEXT Type: view_entity BASIC

Controlling Structure Type - Text

I_ControllingStructureTypeText is a Basic CDS View that provides data about "Controlling Structure Type - Text" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 4 fields with key fields Language, ControllingStructureType. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
dd07t dd07t from

Associations (1)

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

Annotations (11)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
Analytics.technicalName ICTRLGSTRUCTYPET view
ObjectModel.dataCategory #TEXT view
ObjectModel.representativeKey ControllingStructureType view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #META view
VDM.viewType #BASIC view
VDM.lifecycle.contract.type #NONE view
Metadata.ignorePropagatedAnnotations true view
EndUserText.label Controlling Structure Type - Text view

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY Language
KEY ControllingStructureType
ControllingStructureTypeName ddtext
_Language _Language
@AccessControl.authorizationCheck: #NOT_REQUIRED
@Analytics.technicalName: 'ICTRLGSTRUCTYPET'

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

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

@Metadata.ignorePropagatedAnnotations: true
@EndUserText.label: 'Controlling Structure Type - Text'
define view entity I_ControllingStructureTypeText
  as select from dd07t
  association [0..1] to I_Language as _Language on $projection.Language = _Language.Language
{
        @Semantics.language:true
        @ObjectModel.foreignKey.association: '_Language'
  key   cast(ddlanguage as spras preserving type) as Language,
        @ObjectModel.text.element: ['ControllingStructureTypeName']
  key   cast( domvalue_l as co_sctyp )            as ControllingStructureType,
        @Semantics.text:true
        ddtext                                    as ControllingStructureTypeName,

        _Language
}
where
      domname  = 'CO_SCTYP'
  and as4local = 'A'
  and as4vers  = '0000';
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07T"
],
"ASSOCIATED":
[
"I_LANGUAGE"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/