A_CndnContrCndnRecdText

DDL: A_CNDNCONTRCNDNRECDTEXT Type: view_entity CONSUMPTION Package: WCB_API_A2A_CC_SRV

Condition Record Text

A_CndnContrCndnRecdText is a Consumption CDS View that provides data about "Condition Record Text" in SAP S/4HANA. It reads from 1 data source (R_CndnContrCndnRecdTextTP) and exposes 4 fields with key fields ConditionContract, ConditionRecord, Language. 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_CndnContrCndnRecdTextTP R_CndnContrCndnRecdTextTP projection

Annotations (11)

NameValueLevelField
EndUserText.label Condition Record Text view
AccessControl.authorizationCheck #MANDATORY view
Metadata.ignorePropagatedAnnotations true view
OData.entityType.name CndnContrConditionRecordText_Type view
ObjectModel.dataCategory #TEXT view
ObjectModel.usageType.serviceQuality #P view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.sizeCategory #XXL view
ObjectModel.query.implementedBy ABAP:CL_S4RAP_EML_QRY 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 ConditionRecord ConditionRecord
KEY Language Language
CndnContrCndnRecdDesc CndnContrCndnRecdDesc
@EndUserText.label: 'Condition Record Text'
@AccessControl: {
  authorizationCheck: #MANDATORY,
  personalData.blocking: #('TRANSACTIONAL_DATA')
}
@Metadata.ignorePropagatedAnnotations: true
@OData.entityType.name:'CndnContrConditionRecordText_Type'
@ObjectModel: {
  dataCategory: #TEXT,
  usageType.serviceQuality: #P,
  usageType.dataClass: #TRANSACTIONAL,
  usageType.sizeCategory: #XXL,
  query.implementedBy: 'ABAP:CL_S4RAP_EML_QRY'
  } 
@VDM: {
  viewType: #CONSUMPTION,
  lifecycle.contract.type: #PUBLIC_REMOTE_API,
  usage.type: [#TRANSACTIONAL_PROCESSING_SERVICE]
  } 

define view entity A_CndnContrCndnRecdText
  as projection on R_CndnContrCndnRecdTextTP
{
  key ConditionContract,
      @ObjectModel.text.element:['CndnContrCndnRecdDesc']
  key ConditionRecord,
      @Semantics.language: true
  key Language,
      @Semantics.text: true
      CndnContrCndnRecdDesc,

      /* --- 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
}