C_SupProtFlexibleTimeBucketTP

DDL: C_SUPPROTFLEXIBLETIMEBUCKETTP Type: view_entity CONSUMPTION

Supply Protection Flexible Time Bucket

C_SupProtFlexibleTimeBucketTP is a Consumption CDS View that provides data about "Supply Protection Flexible Time Bucket" in SAP S/4HANA. It reads from 1 data source (I_SupProtFlexibleTimeBucketTP) and exposes 8 fields with key field SupProtFlexibleTimeBucketUUID.

Data Sources (1)

SourceAliasJoin Type
I_SupProtFlexibleTimeBucketTP I_SupProtFlexibleTimeBucketTP 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 Flexible Time Bucket view

Fields (8)

KeyFieldSource TableSource FieldDescription
KEY SupProtFlexibleTimeBucketUUID SupProtFlexibleTimeBucketUUID
SupplyProtectionUUID SupplyProtectionUUID
SupProtPeriodStartUTCDateTime SupProtPeriodStartUTCDateTime
StartDate StartDate
SupProtPeriodEndUTCDateTime SupProtPeriodEndUTCDateTime
EndDate EndDate
NumberOfDays NumberOfDays
LastChangeDateTime LastChangeDateTime
@VDM.viewType: #CONSUMPTION
@ObjectModel:   { usageType: { serviceQuality: #C,
                               sizeCategory:   #XL,
                               dataClass:      #MIXED }
}
@AccessControl.authorizationCheck: #MANDATORY
@Metadata.allowExtensions: true
@EndUserText.label: 'Supply Protection Flexible Time Bucket'
define view entity C_SupProtFlexibleTimeBucketTP
  as projection on I_SupProtFlexibleTimeBucketTP
{
      @UI.hidden: true
  key SupProtFlexibleTimeBucketUUID,
      @UI.hidden: true
      SupplyProtectionUUID,

      SupProtPeriodStartUTCDateTime,
      StartDate,

      SupProtPeriodEndUTCDateTime,
      EndDate,

      NumberOfDays,

      @UI.hidden: true
      LastChangeDateTime, //necessary for the eTag handling


      /* Associations */
      _SupplyProtectionTP : redirected to parent C_SupplyProtectionTP

}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_SUPPROTFLEXIBLETIMEBUCKETTP"
],
"ASSOCIATED":
[
"C_SUPPLYPROTECTIONTP",
"I_SUPPLYPROTECTIONTP"
],
"BASE":
[
"I_SUPPROTFLEXIBLETIMEBUCKETTP"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/