I_CNSLDTNDEBITCREDITCODETEXT
Consolidation Debit Credit Text
I_CNSLDTNDEBITCREDITCODETEXT is a CDS View in S/4HANA. Consolidation Debit Credit Text. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| A_CnsldtnDebitCreditCodeT | view | from | BASIC | Debit Credit Text |
@AbapCatalog.sqlViewName: 'ICCDECRECODET'
@AbapCatalog.compiler.compareFilter: true
@EndUserText.label: 'Consolidation Debit Credit Text'
@ObjectModel.dataCategory: #TEXT
@ObjectModel.representativeKey: 'DebitCreditCode'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType: {
dataClass: #CUSTOMIZING,
serviceQuality: #C,
sizeCategory: #S
}
@VDM.viewType: #BASIC
@Search.searchable: true
define view I_CnsldtnDebitCreditCodeText as
select from dd07t
association [0..1] to I_Language as _Language on $projection.Language = _Language.Language
{
@ObjectModel.foreignKey.association: '_Language'
@Semantics.language
key cast(ddlanguage as spras) as Language,
key cast(domvalue_l as fis_shkzg) as DebitCreditCode,
@Semantics.text
@Search: {defaultSearchElement: true, fuzzinessThreshold: 0.8, ranking: #HIGH}
cast(ddtext as fis_shkzg_name) as DebitCreditCodeName,
_Language
}
where domname = 'SHKZG' and as4local = 'A';
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07T"
],
"ASSOCIATED":
[
"I_LANGUAGE"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0
}
}*/