I_SupProtSelfRestrictionTypeT

DDL: I_SUPPROTSELFRESTRICTIONTYPET Type: view_entity BASIC

Supply Protection Restriction Type - Txt

I_SupProtSelfRestrictionTypeT is a Basic CDS View that provides data about "Supply Protection Restriction Type - Txt" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 6 fields with key fields Language, SupProtSelfRestrictionType. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
dd07t ValueProvider from

Associations (1)

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

Annotations (14)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
Analytics.dataExtraction.enabled true view
Analytics.technicalName ISUPSLFRTT view
EndUserText.label Supply Protection Restriction Type - Txt view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.dataCategory #TEXT view
ObjectModel.modelingPattern #LANGUAGE_DEPENDENT_TEXT view
ObjectModel.representativeKey SupProtSelfRestrictionType 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 (6)

KeyFieldSource TableSource FieldDescription
KEY Language
KEY SupProtSelfRestrictionType
DomainValue dd07t domvalue_l
SupProtSelfRestrictionTypeText
_SupProtSelfRestrictionType _SupProtSelfRestrictionType
_Language _Language
@AccessControl.authorizationCheck: #NOT_REQUIRED
@Analytics.dataExtraction.enabled: true
@Analytics.technicalName: 'ISUPSLFRTT'
@EndUserText.label: 'Supply Protection Restriction Type - Txt'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel: { dataCategory: #TEXT,
                modelingPattern: #LANGUAGE_DEPENDENT_TEXT,
                representativeKey: 'SupProtSelfRestrictionType',
                usageType: { serviceQuality: #A,
                             dataClass: #META,
                             sizeCategory: #S } }
@ObjectModel.supportedCapabilities: [#CDS_MODELING_ASSOCIATION_TARGET,
                                     #CDS_MODELING_DATA_SOURCE,
                                     #EXTRACTION_DATA_SOURCE,
                                     #LANGUAGE_DEPENDENT_TEXT,
                                     #SEARCHABLE_ENTITY,
                                     #SQL_DATA_SOURCE]
@Search.searchable: true
@VDM: { lifecycle.contract.type: #PUBLIC_LOCAL_API,
        viewType: #BASIC }
define view entity I_SupProtSelfRestrictionTypeT
  as select from dd07t as ValueProvider
  association        to parent I_SupProtSelfRestrictionType as _SupProtSelfRestrictionType on $projection.SupProtSelfRestrictionType = _SupProtSelfRestrictionType.SupProtSelfRestrictionType
  association [0..1] to I_Language                          as _Language                   on $projection.Language = _Language.Language
{

      @ObjectModel.foreignKey.association: '_Language'
      @Semantics.language: true
  key cast( ValueProvider.ddlanguage as spras preserving type )                      as Language,

      @ObjectModel.text.element: ['SupProtSelfRestrictionTypeText']
  key cast( ValueProvider.domvalue_l as sup_self_restriction_type )                  as SupProtSelfRestrictionType,
      @Analytics.hidden: true
      @Consumption.hidden: true
      ValueProvider.domvalue_l                                                       as DomainValue,
      @Search: { defaultSearchElement: true,
                 fuzzinessThreshold: 0.8,
                 ranking: #HIGH }
      @Semantics.text: true
      cast( ValueProvider.ddtext as sup_self_restriction_type_text preserving type ) as SupProtSelfRestrictionTypeText,
      _SupProtSelfRestrictionType,
      _Language
}
where
      ValueProvider.domname  = 'SUP_SELF_RESTRICTION_TYPE'
  and ValueProvider.as4local = 'A'
  and ValueProvider.as4vers  = '0000'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07T"
],
"ASSOCIATED":
[
"I_LANGUAGE",
"I_SUPPROTSELFRESTRICTIONTYPE"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/