C_SupProtPermConsumptionTP

DDL: C_SUPPROTPERMCONSUMPTIONTP Type: view_entity CONSUMPTION

Supply Protection Perm Consumed Prot

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

Data Sources (1)

SourceAliasJoin Type
I_SupProtPermConsumptionTP I_SupProtPermConsumptionTP projection

Annotations (7)

NameValueLevelField
VDM.viewType #CONSUMPTION view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #XL view
ObjectModel.usageType.dataClass #MIXED view
AccessControl.authorizationCheck #MANDATORY view
Metadata.allowExtensions true view
EndUserText.label Supply Protection Perm Consumed Prot view

Fields (10)

KeyFieldSource TableSource FieldDescription
KEY SupProtPermConsumptionUUID SupProtPermConsumptionUUID
SupProtTimeBucketUUID SupProtTimeBucketUUID
SupplyProtectionDocumentType SupplyProtectionDocumentType
ATPRlvtDocumentCategoryTextlocalized
SupProtAssignedDocument SupProtAssignedDocument
SupProtAssignedDocumentItem SupProtAssignedDocumentItem
SupProtConsumedQuantity SupProtConsumedQuantity
SupProtConsumedQuantityUnit SupProtConsumedQuantityUnit
SupplyProtectionUUID SupplyProtectionUUID
LastChangeDateTime LastChangeDateTime
@VDM.viewType: #CONSUMPTION
@ObjectModel:   { usageType: { serviceQuality: #C,
                               sizeCategory:   #XL,
                               dataClass:      #MIXED }
}
@AccessControl.authorizationCheck: #MANDATORY
@Metadata.allowExtensions: true
@EndUserText.label: 'Supply Protection Perm Consumed Prot'
define root view entity C_SupProtPermConsumptionTP
  as projection on I_SupProtPermConsumptionTP
{
  key SupProtPermConsumptionUUID,
      SupProtTimeBucketUUID,

      @UI.textArrangement: #TEXT_ONLY
      @ObjectModel.text.element: ['ATPRlvtDocumentCategoryText']
      SupplyProtectionDocumentType,
      @Consumption.filter.hidden: true
      _ATPRlvtDocumentCategoryText.ATPRlvtDocumentCategoryText : localized,

      SupProtAssignedDocument,
      SupProtAssignedDocumentItem,
      @Semantics.quantity.unitOfMeasure: 'SupProtConsumedQuantityUnit'
      SupProtConsumedQuantity,
      @Semantics.unitOfMeasure: true
      SupProtConsumedQuantityUnit,
      SupplyProtectionUUID,
      @UI.hidden: true
      LastChangeDateTime, //necessary for the eTag handling


      /* Associations */
      _SupplyProtectionTimeBucketTP : redirected to C_SupplyProtectionTimeBucketTP,
      _SupplyProtectionTP           : redirected to C_SupplyProtectionTP
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_ATPRLVTDOCUMENTCATEGORYTEXT",
"I_SUPPROTPERMCONSUMPTIONTP"
],
"ASSOCIATED":
[
"C_SUPPLYPROTECTIONTIMEBUCKETTP",
"C_SUPPLYPROTECTIONTP",
"I_SUPPLYPROTECTIONTIMEBUCKETTP",
"I_SUPPLYPROTECTIONTP"
],
"BASE":
[
"I_SUPPROTPERMCONSUMPTIONTP"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/