C_FreezeDateMngRevnContr

DDL: C_FREEZEDATEMNGREVNCONTR Type: view_entity CONSUMPTION Package: ODATA_FARR_MANAGE_CONTRACT

Freeze Data

C_FreezeDateMngRevnContr is a Consumption CDS View that provides data about "Freeze Data" in SAP S/4HANA. It reads from 1 data source (I_RAPerfOblgnWithFreezeDate) and exposes 4 fields with key fields PerformanceObligation, RAPerfOblgnFreezeDate. It is exposed through 2 OData services (UI_MANAGEREVENUECONTRACT, UI_MANAGEREVENUECONTRACTS_V4). Part of development package ODATA_FARR_MANAGE_CONTRACT.

Data Sources (1)

SourceAliasJoin Type
I_RAPerfOblgnWithFreezeDate I_RAPerfOblgnWithFreezeDate from

Annotations (10)

NameValueLevelField
AbapCatalog.extensibility.extensible false view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Freeze Data view
Metadata.allowExtensions true view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.serviceQuality #X view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MIXED view
VDM.lifecycle.contract.type #NONE view
VDM.viewType #CONSUMPTION view

OData Services (2)

ServiceBindingVersionContractRelease
UI_MANAGEREVENUECONTRACT UI_MANAGEREVENUECONTRACT V2 C1 NOT_RELEASED
UI_MANAGEREVENUECONTRACTS_V4 UI_MANAGEREVENUECONTRACTS_V4 V4 C1 NOT_RELEASED

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY PerformanceObligation PerformanceObligation
KEY RAPerfOblgnFreezeDate RAPerfOblgnFreezeDate
RAPerfOblgnUnfreezeDate RAPerfOblgnUnfreezeDate
_RAPerformanceObligation _RAPerformanceObligation
@AbapCatalog.extensibility.extensible: false
@AbapCatalog.viewEnhancementCategory: [ #NONE ]

@AccessControl.authorizationCheck: #NOT_REQUIRED

@EndUserText.label: 'Freeze Data'

@Metadata.allowExtensions: true
@Metadata.ignorePropagatedAnnotations: true

@ObjectModel.usageType: { serviceQuality: #X, sizeCategory: #S, dataClass: #MIXED }

@VDM.lifecycle.contract.type: #NONE
@VDM.viewType: #CONSUMPTION

define view entity C_FreezeDateMngRevnContr
  as select from I_RAPerfOblgnWithFreezeDate

{
  key PerformanceObligation,
  key RAPerfOblgnFreezeDate,
      RAPerfOblgnUnfreezeDate,

      /* Associations */
      _RAPerformanceObligation

}