I_BILLINGPROCESSDOCTYPETEXT
Billing Process Document Type - Text
I_BILLINGPROCESSDOCTYPETEXT is a CDS View in S/4HANA. Billing Process Document Type - Text. It contains 2 fields. 3 CDS views read from this table.
CDS Views using this table (3)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_BillgDocRequestTypeText | view_entity | from | BASIC | Billing Document Request Type - Text |
| I_BillingDocumentTypeText_2 | view_entity | from | BASIC | Billing Document Type - Text |
| I_InvoiceListTypeText | view_entity | from | BASIC | Invoice List Type - Text |
Fields (2)
| Key | Field | CDS Fields | Used in Views |
|---|---|---|---|
| KEY | Language | Language | 3 |
| _Language | _Language | 3 |
@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":""
}
}*/