A_CnsldtnBillingDocumentType_2

DDL: A_CNSLDTNBILLINGDOCUMENTTYPE_2 Type: view_entity COMPOSITE

Consolidation Billing Document Type

A_CnsldtnBillingDocumentType_2 is a Composite CDS View that provides data about "Consolidation Billing Document Type" in SAP S/4HANA. It reads from 1 data source (R_CnsldtnBillingDocumentTypeTP) and exposes 2 fields with key field BillingDocumentType.

Data Sources (1)

SourceAliasJoin Type
R_CnsldtnBillingDocumentTypeTP R_CnsldtnBillingDocumentTypeTP projection

Annotations (10)

NameValueLevelField
AccessControl.authorizationCheck #MANDATORY view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #S view
OData.entityType.name CnsldtnBillingDocumentType_Type view
VDM.lifecycle.contract.type #PUBLIC_REMOTE_API view
VDM.viewType #COMPOSITE view
Search.searchable true view
EndUserText.label Consolidation Billing Document Type view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY BillingDocumentType _CnsldtnBillingDocumentType BillingDocumentType
CnsldtnIsAdditionalMasterData _CnsldtnBillingDocumentType CnsldtnIsAdditionalMasterData
@AccessControl: {
  authorizationCheck: #MANDATORY
}
@Metadata: {
  ignorePropagatedAnnotations: true
}
@ObjectModel: {
  usageType: {
    dataClass: #MASTER,
    serviceQuality: #C,
    sizeCategory: #S
  }
}
@OData.entityType.name: 'CnsldtnBillingDocumentType_Type'
@VDM: {
  lifecycle.contract.type: #PUBLIC_REMOTE_API,
  viewType: #COMPOSITE,
  usage.type: [#TRANSACTIONAL_PROCESSING_SERVICE]
}
@Search.searchable: true
@EndUserText.label: 'Consolidation Billing Document Type'
define root view entity A_CnsldtnBillingDocumentType_2
  provider contract transactional_query
  as projection on R_CnsldtnBillingDocumentTypeTP as _CnsldtnBillingDocumentType

{

      @Search: { defaultSearchElement: true, ranking: #HIGH, fuzzinessThreshold: 0.8 }
  key _CnsldtnBillingDocumentType.BillingDocumentType,

      _CnsldtnBillingDocumentType.CnsldtnIsAdditionalMasterData,


      /* associations for transactional processing */
      _Text as _Text : redirected to composition child A_CnsldtnBillingDocTypeText_2

}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"R_CNSLDTNBILLINGDOCUMENTTYPETP"
],
"ASSOCIATED":
[
"A_CNSLDTNBILLINGDOCTYPETEXT_2"
],
"BASE":
[
"R_CNSLDTNBILLINGDOCUMENTTYPETP"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/