C_SupProtTimeBucketCnsmpnTP

DDL: C_SUPPROTTIMEBUCKETCNSMPNTP Type: view_entity CONSUMPTION Package: ATP_SUP_VDM

Supply Protection Time Bucket Cnsmpn

C_SupProtTimeBucketCnsmpnTP is a Consumption CDS View that provides data about "Supply Protection Time Bucket Cnsmpn" in SAP S/4HANA. It reads from 1 data source (I_SupProtTimeBucketCnsmpnTP) and exposes 16 fields with key fields SupProtTimeBucketUUID, SupProtPermConsumptionUUID. It is exposed through 1 OData service (UI_SUPPLYPROTECTION). It is used in 1 Fiori application: Configure Supply Protection. Part of development package ATP_SUP_VDM.

Data Sources (1)

SourceAliasJoin Type
I_SupProtTimeBucketCnsmpnTP I_SupProtTimeBucketCnsmpnTP projection

Annotations (8)

NameValueLevelField
VDM.viewType #CONSUMPTION view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #XL view
ObjectModel.usageType.dataClass #MIXED view
AccessControl.authorizationCheck #MANDATORY view
AccessControl.personalData.blocking #NOT_REQUIRED view
Metadata.allowExtensions true view
EndUserText.label Supply Protection Time Bucket Cnsmpn view

OData Services (1)

ServiceBindingVersionContractRelease
UI_SUPPLYPROTECTION UI_SUPPLYPROTECTION V2 C1 NOT_RELEASED

Fiori Apps (1)

App IDApp NameTypeDescription
F4569 Configure Supply Protection Transactional An application to manage supply protection quantities that are working as virtual reservations in the ATP logic.

Configure Supply Protection

Business Role: Order Fulfillment Manager

Sales quotations are supported as documents to by protected and restriced by supply protection.The sales quotation matches supply protection with any characteristic available in the characteristics catalog defined for sales documents.Referenced sales orders are integrated in a transfer logic which reduces the consumed supply protection of the quotation and transfers the consumption to the matching supply protection time bucket of the referenced sales order.

Fields (16)

KeyFieldSource TableSource FieldDescription
KEY SupProtTimeBucketUUID SupProtTimeBucketUUID
KEY SupProtPermConsumptionUUID SupProtPermConsumptionUUID
SupplyProtectionGroupUUID SupplyProtectionGroupUUID
StartDate StartDate
EndDate EndDate
UnitOfMeasure UnitOfMeasure
SupProtProtectedQuantity
SupProtSumConsumedQuantity
SupProtRemainingProtectedQty
SupplyProtectionDocumentType SupplyProtectionDocumentType
ATPRlvtDocumentCategoryTextlocalized
SupProtAssignedDocument SupProtAssignedDocument
SupProtAssignedDocumentItem SupProtAssignedDocumentItem
ATPRelevantDocScheduleLine ATPRelevantDocScheduleLine
SupProtConsumedQuantity SupProtConsumedQuantity
SupplyProtectionUUID SupplyProtectionUUID
@VDM.viewType: #CONSUMPTION
@ObjectModel:   { usageType: { serviceQuality: #C,
                               sizeCategory:   #XL,
                               dataClass:      #MIXED }
}
@AccessControl.authorizationCheck: #MANDATORY
@AccessControl.personalData.blocking: #NOT_REQUIRED
@Metadata.allowExtensions: true
@EndUserText.label: 'Supply Protection Time Bucket Cnsmpn'
define root view entity C_SupProtTimeBucketCnsmpnTP
  as projection on I_SupProtTimeBucketCnsmpnTP
{
  key SupProtTimeBucketUUID,
  key SupProtPermConsumptionUUID,

      SupplyProtectionGroupUUID,
      StartDate,
      EndDate,

      @Semantics.unitOfMeasure: true
      UnitOfMeasure,

      @Semantics.quantity.unitOfMeasure: 'UnitOfMeasure'
      cast(SupProtProtectedQuantity as sup_protected_quantity preserving type)       as SupProtProtectedQuantity,
      @Semantics.quantity.unitOfMeasure: 'UnitOfMeasure'
      @ObjectModel.virtualElement: true
      @ObjectModel.virtualElementCalculatedBy: 'ABAP:CL_ATP_SUP_SADL_EXIT_QTY_CON'
      cast(SupProtSumConsumedQuantity as sup_consumed_quantity preserving type)      as SupProtSumConsumedQuantity,

      @Semantics.quantity.unitOfMeasure: 'UnitOfMeasure'
      @ObjectModel.virtualElement: true
      @ObjectModel.virtualElementCalculatedBy: 'ABAP:CL_ATP_SUP_SADL_EXIT_QTY_CON'
      cast(SupProtRemainingProtectedQty as sup_remaining_quantity  preserving type ) as SupProtRemainingProtectedQty,

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

      SupProtAssignedDocument,
      SupProtAssignedDocumentItem,
      ATPRelevantDocScheduleLine,

      @Semantics.quantity.unitOfMeasure: 'UnitOfMeasure'
      SupProtConsumedQuantity,

      SupplyProtectionUUID,
      /* Associations */
      _SupplyProtectionGroupTP  : redirected to C_SupplyProtectionGroupTP,
      _SupProtPermConsumptionTP : redirected to C_SupProtPermConsumptionTP
}