C_Sitn2ObjStructureTypeVH

DDL: C_SITN2OBJSTRUCTURETYPEVH Type: view_entity CONSUMPTION

Situation Object Structure Type

C_Sitn2ObjStructureTypeVH is a Consumption CDS View that provides data about "Situation Object Structure Type" in SAP S/4HANA. It reads from 1 data source (I_SitnDefDomainValueText) and exposes 2 fields with key field SitnObjStrucType.

Data Sources (1)

SourceAliasJoin Type
I_SitnDefDomainValueText I_SitnDefDomainValueText from

Annotations (9)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.viewType #CONSUMPTION view
ObjectModel.representativeKey SitnObjStrucType view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.resultSet.sizeCategory #XS view
ObjectModel.dataCategory #VALUE_HELP view
EndUserText.label Situation Object Structure Type view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY SitnObjStrucType
SitnObjStrucTypeText DomainText
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #CONSUMPTION
@ObjectModel:{  representativeKey: 'SitnObjStrucType',
                usageType:{
                            serviceQuality:#A,
                            sizeCategory: #M,
                            dataClass: #MASTER
                           },
             resultSet.sizeCategory: #XS,
             dataCategory:#VALUE_HELP
             }
@EndUserText.label: 'Situation Object Structure Type'
/*+[hideWarning] { "IDS" : [ "KEY_CHECK" ]  } */
define view entity C_Sitn2ObjStructureTypeVH
  as select from I_SitnDefDomainValueText
{

      @Consumption.filter.hidden: true
      @ObjectModel.text: { element: ['SitnObjStrucTypeText'] }
  key cast ( DomainValue as sit2_de_obj_struc_type ) as SitnObjStrucType,

      @Semantics.text: true
      DomainText                                     as SitnObjStrucTypeText

}
where
      I_SitnDefDomainValueText.SAPDataDictionaryDomain = 'SIT2_DO_OBJ_STRUC_TYPE'
  and I_SitnDefDomainValueText.Language                = $session.system_language
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_SITNDEFDOMAINVALUETEXT"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/