I_SupProtPermConsumption

DDL: I_SUPPROTPERMCONSUMPTION Type: view_entity BASIC

Supply Protection Perm Consumed Prot

I_SupProtPermConsumption is a Basic CDS View that provides data about "Supply Protection Perm Consumed Prot" in SAP S/4HANA. It reads from 1 data source (sup_pcp) and exposes 12 fields with key field SupProtPermConsumptionUUID.

Data Sources (1)

SourceAliasJoin Type
sup_pcp sup_pcp from

Annotations (7)

NameValueLevelField
VDM.viewType #BASIC view
VDM.lifecycle.contract.type #SAP_INTERNAL_API view
AccessControl.authorizationCheck #MANDATORY view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #XL view
ObjectModel.usageType.dataClass #MIXED view
EndUserText.label Supply Protection Perm Consumed Prot view

Fields (12)

KeyFieldSource TableSource FieldDescription
KEY SupProtPermConsumptionUUID uuid
SupProtTimeBucketUUID timebucketuuid
SupplyProtectionDocumentType documenttype
SupProtAssignedDocument documentid
SupProtAssignedDocumentItem documentitemid
ATPRelevantDocScheduleLine delet
SupProtConsumedQuantity consumedquantity
SupProtConsumedQuantityUnit consumedquantityunit
CreationDateTime creationdatetime
CreatedByUser createdbyuser
LastChangeDateTime lastchangedatetime
LastChangedByUser lastchangedbyuser
@VDM.viewType: #BASIC
@VDM.lifecycle.contract.type: #SAP_INTERNAL_API
@AccessControl.authorizationCheck: #MANDATORY

@ObjectModel:   { usageType: { serviceQuality: #C,
                               sizeCategory:   #XL,
                               dataClass:      #MIXED }
}

@EndUserText.label: 'Supply Protection Perm Consumed Prot'
define view entity I_SupProtPermConsumption
  as select from sup_pcp
{
  key uuid                 as SupProtPermConsumptionUUID,
      timebucketuuid       as SupProtTimeBucketUUID,
      documenttype         as SupplyProtectionDocumentType,
      documentid           as SupProtAssignedDocument,
      documentitemid       as SupProtAssignedDocumentItem,
      delet                as ATPRelevantDocScheduleLine,
      @Semantics.quantity.unitOfMeasure: 'SUPPROTCONSUMEDQUANTITYUNIT'
      consumedquantity     as SupProtConsumedQuantity,
      consumedquantityunit as SupProtConsumedQuantityUnit,
      creationdatetime     as CreationDateTime,
      createdbyuser        as CreatedByUser,
      lastchangedatetime   as LastChangeDateTime,
      lastchangedbyuser    as LastChangedByUser
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"SUP_PCP"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/