A_CndnContrCndnRecdValidity

DDL: A_CNDNCONTRCNDNRECDVALIDITY Type: view_entity CONSUMPTION Package: WCB_API_A2A_CC_SRV

Condition Record Validity

A_CndnContrCndnRecdValidity is a Consumption CDS View that provides data about "Condition Record Validity" in SAP S/4HANA. It reads from 1 data source (R_CndnContrCndnRecdValidityTP) and exposes 7 fields with key fields ConditionContract, ConditionRecord, ConditionValidityEndDate. It is exposed through 1 OData service (API_CONDITION_CONTRACT). Part of development package WCB_API_A2A_CC_SRV.

Data Sources (1)

SourceAliasJoin Type
R_CndnContrCndnRecdValidityTP R_CndnContrCndnRecdValidityTP projection

Annotations (9)

NameValueLevelField
EndUserText.label Condition Record Validity view
AccessControl.authorizationCheck #MANDATORY view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.serviceQuality #P view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.sizeCategory #XXL view
ObjectModel.query.implementedBy ABAP:CL_WCB_CC_TP_QRY_COND_VALIDITY view
VDM.viewType #CONSUMPTION view
VDM.lifecycle.contract.type #PUBLIC_REMOTE_API view

OData Services (1)

ServiceBindingVersionContractRelease
API_CONDITION_CONTRACT API_CONDITION_CONTRACT V4 C2 C1

Fields (7)

KeyFieldSource TableSource FieldDescription
KEY ConditionContract ConditionContract
KEY ConditionRecord ConditionRecord
KEY ConditionValidityEndDate ConditionValidityEndDate
ConditionValidityStartDate ConditionValidityStartDate
ConditionTable ConditionTable
ConditionApplication ConditionApplication
ConditionType ConditionType
@EndUserText.label: 'Condition Record Validity'
@AccessControl: {
  authorizationCheck: #MANDATORY,
  personalData.blocking: #('TRANSACTIONAL_DATA')
}
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel: {
  usageType.serviceQuality: #P,
  usageType.dataClass: #TRANSACTIONAL,
  usageType.sizeCategory: #XXL,
  query.implementedBy: 'ABAP:CL_WCB_CC_TP_QRY_COND_VALIDITY'
  }
@VDM: {
  viewType: #CONSUMPTION,
  lifecycle.contract.type: #PUBLIC_REMOTE_API,
  usage.type: [#TRANSACTIONAL_PROCESSING_SERVICE]
  }

define view entity A_CndnContrCndnRecdValidity
  as projection on R_CndnContrCndnRecdValidityTP
{
  key ConditionContract,
  key ConditionRecord,
      @Semantics.businessDate.to: true
  key ConditionValidityEndDate,
      @Semantics.businessDate.from: true
      ConditionValidityStartDate,
      ConditionTable,
      ConditionApplication,
      ConditionType,

      /* --- Root Entity --- */
      @ObjectModel.filter.enabled: false
      @ObjectModel.sort.enabled: false
      _ConditionContract   : redirected to A_ConditionContract, //lock dependency


      /* --- Parent --- */
      @ObjectModel.filter.enabled: false
      @ObjectModel.sort.enabled: false
      _CndnContrCndnRecord : redirected to parent A_CndnContrCndnRecord

}