A_CndnContrCndnRecdText

DDL: A_CNDNCONTRCNDNRECDTEXT Type: view_entity CONSUMPTION

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.

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

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY ConditionContract ConditionContract
KEY ConditionRecord ConditionRecord
KEY Language Language
CndnContrCndnRecdDesc CndnContrCndnRecdDesc
@EndUserText.label: 'Condition Record Text'
@AccessControl.authorizationCheck: #MANDATORY
@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
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"R_CNDNCONTRCNDNRECDTEXTTP"
],
"ASSOCIATED":
[
"A_CNDNCONTRCNDNRECORD",
"A_CONDITIONCONTRACT",
"R_CNDNCONTRCNDNRECORDTP",
"R_CONDITIONCONTRACTTP"
],
"BASE":
[
"R_CNDNCONTRCNDNRECDTEXTTP"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/