I_CNSLDTNDOCTYPEBUSINESSAPPLT
Cnsldtn Doc Type Business Appl - Text
I_CNSLDTNDOCTYPEBUSINESSAPPLT is a CDS View in S/4HANA. Cnsldtn Doc Type Business Appl - Text. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| A_CnsldtnBusinessApplT | view | from | BASIC | Business Application Check Text |
@AbapCatalog:{
sqlViewName: 'ICSDOCTYPBUSAPPT',
compiler.compareFilter: true,
preserveKey: true
}
@Analytics: {
dataExtraction.enabled: true
}
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel: {
usageType: {
dataClass: #CUSTOMIZING,
serviceQuality: #A,
sizeCategory: #S
},
dataCategory: #TEXT,
representativeKey: 'CnsldtnDocTypeBusinessAppl',
modelingPattern: #LANGUAGE_DEPENDENT_TEXT,
supportedCapabilities: [ #LANGUAGE_DEPENDENT_TEXT,
#SQL_DATA_SOURCE,
#EXTRACTION_DATA_SOURCE,
#CDS_MODELING_DATA_SOURCE,
#CDS_MODELING_ASSOCIATION_TARGET ]
}
@Search.searchable: true
@VDM.viewType: #BASIC
@EndUserText.label: 'Cnsldtn Doc Type Business Appl - Text'
/*+[hideWarning] { "IDS" : [ "KEY_CHECK", "CALCULATED_FIELD_CHECK" ] } */
define view I_CnsldtnDocTypeBusinessApplT
as select from P_CnsldtnDomainText(P_DomainName : 'FC_CACTA') as _DomainT
association [1..1] to I_CnsldtnDocTypeBusinessAppl as _DocTypeBusinessApplication on $projection.CnsldtnDocTypeBusinessAppl = _DocTypeBusinessApplication.CnsldtnDocTypeBusinessAppl
{
@ObjectModel.foreignKey.association: '_Language'
@Semantics.language: true
key cast(_DomainT.Language as spras preserving type ) as Language,
@ObjectModel.foreignKey.association: '_DocTypeBusinessApplication'
key cast(left(_DomainT.DomainValue, 1) as fincs_doctypebusinessappl preserving type) as CnsldtnDocTypeBusinessAppl,
@Semantics.text
@Search: {
defaultSearchElement: true,
ranking: #LOW,
fuzzinessThreshold: 0.8
}
_DomainT.DomainValueText as CnsldtnDocTypeBusinessApplText,
@Consumption.hidden: true
@Analytics.hidden: true
_DomainT.DomainValue,
_DocTypeBusinessApplication,
_DomainT._Language
};
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"P_CNSLDTNDOMAINTEXT"
],
"ASSOCIATED":
[
"I_CNSLDTNDOCTYPEBUSINESSAPPL",
"I_LANGUAGE"
],
"BASE":
[
"P_CNSLDTNDOMAINTEXT"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/