I_SrcgSuplrListRefObjectType

DDL: I_SRCGSUPLRLISTREFOBJECTTYPE Type: view_entity BASIC

Ref Object Type for Srcg Suplr List

I_SrcgSuplrListRefObjectType is a Basic CDS View that provides data about "Ref Object Type for Srcg Suplr List" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 3 fields with key field SuplrListReferenceObjectType. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_SrcgSuplrListRefObjTypeText _Text

Annotations (15)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Ref Object Type for Srcg Suplr List view
ObjectModel.representativeKey SuplrListReferenceObjectType view
ObjectModel.sapObjectNodeType.name SuplrListReferenceObjectType view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.modelingPattern #NONE view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.resultSet.sizeCategory #XS view
VDM.viewType #BASIC view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
Metadata.ignorePropagatedAnnotations true view
Search.searchable true view
Consumption.ranked true view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY SuplrListReferenceObjectType
DomainValue dd07l domvalue_l
_Text _Text
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Ref Object Type for Srcg Suplr List'
@ObjectModel:{representativeKey: 'SuplrListReferenceObjectType',
              sapObjectNodeType.name: 'SuplrListReferenceObjectType',
              usageType.dataClass: #MASTER,
              usageType.serviceQuality: #A,
              usageType.sizeCategory: #S,
              modelingPattern: #NONE,
              dataCategory: #VALUE_HELP,
              resultSet.sizeCategory: #XS,
              supportedCapabilities: [ #SQL_DATA_SOURCE, #CDS_MODELING_DATA_SOURCE, 
              #CDS_MODELING_ASSOCIATION_TARGET ] }

@VDM:{viewType: #BASIC,
      lifecycle.contract.type: #PUBLIC_LOCAL_API}
@Metadata.ignorePropagatedAnnotations: true
@Search.searchable: true
@Consumption.ranked:true 
define root view entity I_SrcgSuplrListRefObjectType
  as select from dd07l
  composition [0..*] of I_SrcgSuplrListRefObjTypeText as _Text
{
      @ObjectModel.text.association: '_Text'
  key cast (  dd07l.domvalue_l as vdm_suplrlrefobjecttype ) as SuplrListReferenceObjectType,
      @Analytics.hidden: true
      @Consumption.hidden: true
      @Search.defaultSearchElement: true
      @Search.ranking: #HIGH
      dd07l.domvalue_l as DomainValue,
      _Text

}
where
      domname       = 'VDM_SUPLRLREFOBJECTTYPE'
  and as4local      = 'A'
  and dd07l.as4vers = '0000'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07L"
],
"ASSOCIATED":
[
"I_SRCGSUPLRLISTREFOBJTYPETEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/