I_MatlProcmtExternalType

DDL: I_MATLPROCMTEXTERNALTYPE Type: view_entity COMPOSITE Package: VDM_PP_MRP

Material Procurement External Type

I_MatlProcmtExternalType is a Composite CDS View (Dimension) that provides data about "Material Procurement External Type" in SAP S/4HANA. It has 1 association to related views. Part of development package VDM_PP_MRP.

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_MatlProcmtExternalTypeText _Text $projection.MaterialProcurementExtType = _Text.MaterialProcurementExtType

Annotations (16)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
Analytics.dataCategory #DIMENSION view
Analytics.technicalName IMATPROCMTEXTTYP view
Analytics.internalName #LOCAL view
Consumption.ranked true view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.modelingPattern #ANALYTICAL_DIMENSION view
ObjectModel.representativeKey MaterialProcurementExtType view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #CUSTOMIZING view
Search.searchable true view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
VDM.viewType #COMPOSITE view
EndUserText.label Material Procurement External Type view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY MaterialProcurementExtType typ MaterialProcurementExtType
_Text _Text
@AccessControl.authorizationCheck: #NOT_REQUIRED
@Analytics.dataCategory: #DIMENSION
@Analytics.technicalName: 'IMATPROCMTEXTTYP'
@Analytics.internalName: #LOCAL
@Consumption.ranked: true
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.dataCategory: #VALUE_HELP
@ObjectModel.modelingPattern: #ANALYTICAL_DIMENSION
@ObjectModel.supportedCapabilities: [#ANALYTICAL_DIMENSION, #CDS_MODELING_ASSOCIATION_TARGET, #CDS_MODELING_DATA_SOURCE, #SQL_DATA_SOURCE, #SEARCHABLE_ENTITY, #VALUE_HELP_PROVIDER]
@ObjectModel.representativeKey: 'MaterialProcurementExtType'
@ObjectModel.usageType: {serviceQuality: #A, sizeCategory: #S, dataClass: #CUSTOMIZING}
@Search.searchable: true
@VDM.lifecycle.contract.type: #PUBLIC_LOCAL_API
@VDM.viewType: #COMPOSITE
@EndUserText.label: 'Material Procurement External Type'

/*+[hideWarning] { "IDS" : ["KEY_CHECK"]  } */
define view entity I_MatlProcmtExternalType
  as select distinct from I_MatlProcmtExternalTypeText as typ

  association [0..*] to I_MatlProcmtExternalTypeText as _Text on $projection.MaterialProcurementExtType = _Text.MaterialProcurementExtType
{
      // Key

      @Search: {defaultSearchElement: true, ranking: #HIGH, fuzzinessThreshold: 0.8}
  key typ.MaterialProcurementExtType,

      // Associations

      _Text
};