I_StartConstraintTypeText_2

DDL: I_STARTCONSTRAINTTYPETEXT_2 SQL: ISTCONSTRTPTXT2 Type: view BASIC

Start Constraint Type - Text

I_StartConstraintTypeText_2 is a Basic CDS View that provides data about "Start Constraint Type - Text" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 5 fields with key fields Language, StartDateConstraintType. 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 (16)

NameValueLevelField
AbapCatalog.sqlViewName ISTCONSTRTPTXT2 view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
ClientHandling.algorithm #SESSION_VARIABLE view
Analytics.dataExtraction.enabled true view
EndUserText.label Start Constraint Type - Text view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.dataCategory #TEXT view
ObjectModel.modelingPattern #LANGUAGE_DEPENDENT_TEXT view
ObjectModel.representativeKey StartDateConstraintType view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.dataClass #META view
ObjectModel.usageType.sizeCategory #S view
Search.searchable true view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
VDM.viewType #BASIC view

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY Language
KEY StartDateConstraintType
StartDateConstraintTypeText dd07t ddtext
_StartConstraintType _StartConstraintType
_Language _Language
@AbapCatalog.sqlViewName: 'ISTCONSTRTPTXT2'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@Analytics.dataExtraction.enabled: true
@EndUserText.label: 'Start Constraint Type - Text'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.dataCategory: #TEXT
@ObjectModel.modelingPattern: #LANGUAGE_DEPENDENT_TEXT
@ObjectModel.representativeKey: 'StartDateConstraintType'
@ObjectModel.supportedCapabilities: [#CDS_MODELING_ASSOCIATION_TARGET,
                                     #CDS_MODELING_DATA_SOURCE,
                                     #EXTRACTION_DATA_SOURCE,
                                     #LANGUAGE_DEPENDENT_TEXT,
                                     #SEARCHABLE_ENTITY,
                                     #SQL_DATA_SOURCE]
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.dataClass: #META
@ObjectModel.usageType.sizeCategory: #S
@Search.searchable: true
@VDM.lifecycle.contract.type: #PUBLIC_LOCAL_API
@VDM.viewType: #BASIC
define view I_StartConstraintTypeText_2
  as select from dd07t
  association to parent I_StartConstraintType  as _StartConstraintType
    on $projection.StartDateConstraintType = _StartConstraintType.StartDateConstraintType
  association [0..1] to I_Language as _Language
  on $projection.Language = _Language.Language
{
      @ObjectModel.foreignKey.association: '_Language'
      @Semantics.language: true
  key cast( dd07t.ddlanguage as spras preserving type ) as Language,
      @ObjectModel.foreignKey.association: '_StartConstraintType'
      @ObjectModel.text.element: ['StartDateConstraintType']
  key cast( dd07t.domvalue_l as einschra ) as StartDateConstraintType,

//      @Analytics.hidden: true

//      @Search.defaultSearchElement: true

//      @Consumption.hidden: true

//     dd07t.domvalue_l as DomainValue,


      @Search.defaultSearchElement: true
      @Semantics.text
      dd07t.ddtext                                          as StartDateConstraintTypeText,

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