P_BusSolnOrdSubsqntDocTypeText

DDL: P_BUSSOLNORDSUBSQNTDOCTYPETEXT Type: view BASIC

P_BusSolnOrdSubsqntDocTypeText is a Basic CDS View in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 4 fields with key fields Language, UI5NetworkGraphDescription. 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
AbapCatalog.sqlViewName PBSOSUBDOCTYPTXT view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.representativeKey UI5NetworkGraphDescription view
ObjectModel.usageType.dataClass #MIXED view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #S view
VDM.viewType #BASIC view
VDM.private true view

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY Language ddlanguage
KEY UI5NetworkGraphDescription domvalue_l
UI5NetworkGraphDescriptionName ddtext
_Language _Language
@AbapCatalog: {
    sqlViewName:            'PBSOSUBDOCTYPTXT',
    compiler.compareFilter: true,
    preserveKey:            true
}

@AccessControl.authorizationCheck: #NOT_REQUIRED

@ClientHandling.algorithm: #SESSION_VARIABLE

@ObjectModel: {
//    dataCategory: #TEXT,

    representativeKey: 'UI5NetworkGraphDescription',
    usageType: {
        dataClass:      #MIXED,
        serviceQuality: #C,
        sizeCategory:   #S
    }
}

@VDM: {
    viewType: #BASIC,
    private:  true
}

//@EndUserText.label: 'Solution Order Network Graph: Document Types'


define view P_BusSolnOrdSubsqntDocTypeText
  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 ddlanguage as Language,

      @ObjectModel.text.element: ['UI5NetworkGraphDescriptionName']
  key domvalue_l as UI5NetworkGraphDescription,

      @Semantics.text: true
      ddtext     as UI5NetworkGraphDescriptionName,

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