I_BillingProcessDocTypeText

DDL: I_BILLINGPROCESSDOCTYPETEXT Type: view_entity BASIC

Billing Process Document Type - Text

I_BillingProcessDocTypeText is a Basic CDS View that provides data about "Billing Process Document Type - Text" in SAP S/4HANA. It reads from 1 data source (tvfkt) and exposes 5 fields with key fields BillingProcessDocumentType, Language.

Data Sources (1)

SourceAliasJoin Type
tvfkt tvfkt from

Annotations (14)

NameValueLevelField
AbapCatalog.entityBuffer.definitionAllowed true view
AccessControl.authorizationCheck #NOT_REQUIRED view
Analytics.dataExtraction.enabled true view
EndUserText.label Billing Process Document Type - Text view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.dataCategory #TEXT view
ObjectModel.modelingPattern #LANGUAGE_DEPENDENT_TEXT view
ObjectModel.representativeKey BillingProcessDocumentType view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
Search.searchable true view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
VDM.viewType #BASIC view

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY BillingProcessDocumentType
KEY Language spras
BillingProcessDocumentTypeName
_Language _Language
_BillingProcessDocumentType _BillingProcessDocumentType
@AbapCatalog.entityBuffer.definitionAllowed: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@Analytics.dataExtraction.enabled: true
@EndUserText.label: 'Billing Process Document Type - Text'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.dataCategory: #TEXT
@ObjectModel.modelingPattern: #LANGUAGE_DEPENDENT_TEXT
@ObjectModel.representativeKey: 'BillingProcessDocumentType'
@ObjectModel.supportedCapabilities: [#CDS_MODELING_ASSOCIATION_TARGET,
                                     #CDS_MODELING_DATA_SOURCE,
                                     #EXTRACTION_DATA_SOURCE,
                                     #LANGUAGE_DEPENDENT_TEXT,
                                     #SEARCHABLE_ENTITY,
                                     #SQL_DATA_SOURCE]
@ObjectModel.usageType: { dataClass: #CUSTOMIZING, serviceQuality: #A, sizeCategory: #S }
@Search.searchable: true
@VDM.lifecycle.contract.type: #PUBLIC_LOCAL_API
@VDM.viewType: #BASIC

define view entity I_BillingProcessDocTypeText
  as select from tvfkt

  association to parent I_BillingProcessDocumentType as _BillingProcessDocumentType on $projection.BillingProcessDocumentType = _BillingProcessDocumentType.BillingProcessDocumentType
  association to exact one I_Language                as _Language                   on $projection.Language = _Language.Language

{

      @ObjectModel.foreignKey.association: '_BillingProcessDocumentType'
      @ObjectModel.text.element: ['BillingProcessDocumentTypeName']
  key cast( fkart as billingprocessdocumenttype preserving type )     as BillingProcessDocumentType,
      @ObjectModel.foreignKey.association: '_Language'
      @Semantics.language: true
  key spras                                                           as Language,
      @Search.defaultSearchElement: true
      @Search.fuzzinessThreshold: 0.8
      @Search.ranking: #LOW
      @Semantics.text: true
      cast( vtext as billingprocessdocumenttypename preserving type ) as BillingProcessDocumentTypeName,

      _Language,
      _BillingProcessDocumentType
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"TVFKT"
],
"ASSOCIATED":
[
"I_BILLINGPROCESSDOCUMENTTYPE",
"I_LANGUAGE"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/