I_MatlProcmtExternalType

DDL: I_MATLPROCMTEXTERNALTYPE SQL: IMATPROCMTEXTTYP Type: view COMPOSITE

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.

Associations (1)

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

Annotations (18)

NameValueLevelField
AbapCatalog.sqlViewName IMATPROCMTEXTTYP view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
Analytics.dataCategory #DIMENSION view
Analytics.internalName #LOCAL view
ClientHandling.algorithm #SESSION_VARIABLE 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
@AbapCatalog.sqlViewName: 'IMATPROCMTEXTTYP'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@Analytics.dataCategory: #DIMENSION
@Analytics.internalName: #LOCAL
@ClientHandling.algorithm: #SESSION_VARIABLE
@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 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
};
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_MATLPROCMTEXTERNALTYPETEXT"
],
"ASSOCIATED":
[
"I_MATLPROCMTEXTERNALTYPETEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/