A_BillingDocumentRequestText_2

DDL: A_BILLINGDOCUMENTREQUESTTEXT_2 Type: view_entity CONSUMPTION Package: ODATA_SD_BIL_BDR_API

Header Texts

A_BillingDocumentRequestText_2 is a Consumption CDS View that provides data about "Header Texts" in SAP S/4HANA. It reads from 1 data source (R_BillingDocumentRequestTextTP) and exposes 4 fields with key fields BillingDocumentRequest, Language, LongTextID. It is exposed through 1 OData service (API_BILLINGDOCUMENTREQUEST). Part of development package ODATA_SD_BIL_BDR_API.

Data Sources (1)

SourceAliasJoin Type
R_BillingDocumentRequestTextTP R_BillingDocumentRequestTextTP projection

Annotations (11)

NameValueLevelField
AccessControl.authorizationCheck #MANDATORY view
EndUserText.label Header Texts view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.dataCategory #TEXT view
ObjectModel.modelingPattern #TRANSACTIONAL_QUERY view
OData.entityType.name BillingDocumentRequestText_Type view
VDM.lifecycle.contract.type #PUBLIC_REMOTE_API view
VDM.viewType #CONSUMPTION view

OData Services (1)

ServiceBindingVersionContractRelease
API_BILLINGDOCUMENTREQUEST API_BILLINGDOCUMENTREQUEST V4 C2 C1

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY BillingDocumentRequest BillingDocumentRequest
KEY Language Language
KEY LongTextID LongTextID
string
@AccessControl: {
  authorizationCheck: #MANDATORY,
  personalData.blocking: #('TRANSACTIONAL_DATA')
}

@EndUserText.label: 'Header Texts'

@Metadata.ignorePropagatedAnnotations: true

@ObjectModel: {
   semanticKey: ['BillingDocumentRequest', 'Language', 'LongTextID'],
   usageType: {
     dataClass:      #TRANSACTIONAL,
     serviceQuality: #C,
     sizeCategory:   #L
   },
  dataCategory: #TEXT,
  modelingPattern:       #TRANSACTIONAL_QUERY,
  supportedCapabilities: [#TRANSACTIONAL_PROVIDER]
}

@OData: {
  entityType.name: 'BillingDocumentRequestText_Type'
}

@VDM: {
  lifecycle.contract.type: #PUBLIC_REMOTE_API,
  usage.type: [#TRANSACTIONAL_PROCESSING_SERVICE],
  viewType: #CONSUMPTION
}

define view entity A_BillingDocumentRequestText_2 as projection on R_BillingDocumentRequestTextTP
{
  key BillingDocumentRequest,
  @Semantics.language: true
  key Language,
  key LongTextID,
  
  @ObjectModel.virtualElementCalculatedBy: 'ABAP:CL_SDBIL_CALC_EXIT_TEXT'
  @Semantics.text: true
  virtual LongText: abap.string,
  _BillingDocumentRequest : redirected to parent A_BillingDocumentRequest_2
}