A_CndnContrActiveStatus

DDL: A_CNDNCONTRACTIVESTATUS Type: view_entity CONSUMPTION Package: WCB_API_A2A_CC_SRV

Condition Contract Status

A_CndnContrActiveStatus is a Consumption CDS View that provides data about "Condition Contract Status" in SAP S/4HANA. It reads from 1 data source (R_CndnContrActiveStatusTP) and exposes 4 fields with key fields ConditionContract, StatusCode. 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_CndnContrActiveStatusTP R_CndnContrActiveStatusTP projection

Annotations (8)

NameValueLevelField
EndUserText.label Condition Contract Status view
AccessControl.authorizationCheck #MANDATORY view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.sizeCategory #XL 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 (4)

KeyFieldSource TableSource FieldDescription
KEY ConditionContract ConditionContract
KEY StatusCode StatusCode
IsUserStatus IsUserStatus
StatusProfile StatusProfile
@EndUserText.label: 'Condition Contract Status'
@AccessControl: {
  authorizationCheck: #MANDATORY,
  personalData.blocking: #('TRANSACTIONAL_DATA')
}
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel: {
  usageType.serviceQuality: #C,
  usageType.dataClass: #TRANSACTIONAL,
  usageType.sizeCategory: #XL
  }
@VDM: {
  viewType: #CONSUMPTION,
  lifecycle.contract.type: #PUBLIC_REMOTE_API,
  usage.type: [#TRANSACTIONAL_PROCESSING_SERVICE]
  } 
  
define view entity A_CndnContrActiveStatus
  as projection on R_CndnContrActiveStatusTP
{
  key ConditionContract,
  key StatusCode,
      IsUserStatus,
      StatusProfile,

      /* --- Root Entity --- */
      _ConditionContract : redirected to parent A_ConditionContract
 
}