I_PMRPProcurementType

DDL: I_PMRPPROCUREMENTTYPE SQL: IPMRPPROCTYPE Type: view BASIC

PMRP Procurement type

I_PMRPProcurementType is a Basic CDS View that provides data about "PMRP Procurement type" in SAP S/4HANA. It reads from 1 data source (marc) and exposes 4 fields with key fields Product, Plant. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
marc marc from

Associations (1)

CardinalityTargetAliasCondition
[1..1] I_PMRPProcedureText _PMRPProcedureText $projection.ProcurementType = _PMRPProcedureText.ProcurementType

Annotations (11)

NameValueLevelField
AbapCatalog.sqlViewName IPMRPPROCTYPE view
AbapCatalog.preserveKey true view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #CHECK view
EndUserText.label PMRP Procurement type view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.usageType.serviceQuality #D view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
VDM.viewType #BASIC view
AccessControl.personalData.blocking #REQUIRED view

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY Product matnr
KEY Plant werks
ProcurementType beskz
ProcurementTypeDescription _PMRPProcedureText ProcurementTypeDescription
@AbapCatalog.sqlViewName: 'IPMRPPROCTYPE'
@AbapCatalog.preserveKey: true
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'PMRP Procurement type'
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.usageType: {serviceQuality: #D, sizeCategory: #L, dataClass: #TRANSACTIONAL}
@VDM.viewType: #BASIC
@AccessControl.personalData.blocking: #REQUIRED
define view I_PMRPProcurementType
  as select from marc
 association [1..1] to I_PMRPProcedureText as _PMRPProcedureText on $projection.ProcurementType = _PMRPProcedureText.ProcurementType
{
  key matnr as Product,
  key werks as Plant,
  beskz as ProcurementType,
  _PMRPProcedureText.ProcurementTypeDescription

}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_PMRPPROCEDURETEXT",
"MARC"
],
"ASSOCIATED":
[
"I_PMRPPROCEDURETEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/