I_SupProtSelfRestrictionType

DDL: I_SUPPROTSELFRESTRICTIONTYPE Type: view_entity BASIC

Supply Protection Restriction Type

I_SupProtSelfRestrictionType is a Basic CDS View that provides data about "Supply Protection Restriction Type" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 3 fields with key field SupProtSelfRestrictionType. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
dd07l ValueProvider from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_SupProtSelfRestrictionTypeT _Text

Annotations (14)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
Analytics.dataExtraction.enabled true view
Analytics.technicalName ISUPSLFRT view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.representativeKey SupProtSelfRestrictionType view
ObjectModel.resultSet.sizeCategory #XS view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.dataClass #META view
ObjectModel.usageType.sizeCategory #S view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
VDM.viewType #BASIC view
Search.searchable true view
EndUserText.label Supply Protection Restriction Type view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY SupProtSelfRestrictionType
DomainValue dd07l domvalue_l
_Text _Text
@AccessControl.authorizationCheck: #NOT_REQUIRED
@Analytics.dataExtraction.enabled: true
@Analytics.technicalName: 'ISUPSLFRT'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel: { dataCategory:       #VALUE_HELP,
                representativeKey: 'SupProtSelfRestrictionType',
                resultSet:         { sizeCategory:   #XS },
                usageType:         { serviceQuality: #A,
                                     dataClass:      #META,
                                     sizeCategory:   #S } }
@ObjectModel.supportedCapabilities: [#ANALYTICAL_DIMENSION,
                                     #CDS_MODELING_ASSOCIATION_TARGET,
                                     #CDS_MODELING_DATA_SOURCE,
                                     #EXTRACTION_DATA_SOURCE,
                                     #SEARCHABLE_ENTITY,
                                     #SQL_DATA_SOURCE,
                                     #VALUE_HELP_PROVIDER]
@VDM: { lifecycle: { contract.type: #PUBLIC_LOCAL_API },
        viewType:  #BASIC }
@Search.searchable: true
@EndUserText.label: 'Supply Protection Restriction Type'
define root view entity I_SupProtSelfRestrictionType
  as select from dd07l as ValueProvider
  composition [0..*] of I_SupProtSelfRestrictionTypeT as _Text
{
      @ObjectModel.text.association: '_Text'
  key cast( ValueProvider.domvalue_l as sup_self_restriction_type ) as SupProtSelfRestrictionType,
      @Analytics.hidden: true
      @Consumption.hidden: true
      @Search.defaultSearchElement: true
      @Search.ranking: #HIGH
      ValueProvider.domvalue_l                                      as DomainValue,
      _Text
}
where
      ValueProvider.domname  = 'SUP_SELF_RESTRICTION_TYPE'
  and ValueProvider.as4local = 'A'
  and ValueProvider.as4vers  = '0000'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07L"
],
"ASSOCIATED":
[
"I_SUPPROTSELFRESTRICTIONTYPET"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/