R_CNSLDTNPSTRLVARIABLETEXTTP
Posting Rule Variable Translation - TP
R_CNSLDTNPSTRLVARIABLETEXTTP is a CDS View in S/4HANA. Posting Rule Variable Translation - TP. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| C_CnsldtnPstRlVariableTextTP | view_entity | projection | CONSUMPTION | Posting Rule Translations |
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #MANDATORY
@EndUserText.label: 'Posting Rule Variable Translation - TP'
@VDM: {
lifecycle.contract.type: #SAP_INTERNAL_API,
viewType: #TRANSACTIONAL
}
@ObjectModel: {
dataCategory: #TEXT,
usageType: {
serviceQuality: #C,
sizeCategory: #M,
dataClass: #TRANSACTIONAL
}
}
@ObjectModel.representativeKey: 'CnsldtnPostingRuleVariable'
define view entity R_CnsldtnPstRlVariableTextTP
as select from I_CnsldtnPstRlVariableText
association to parent R_CnsldtnPstRlVariableTP as _Parent on $projection.CnsldtnPostingRuleVariable = _Parent.CnsldtnPostingRuleVariable
association [0..1] to I_CnsldtnPostingRuleLanguageVH as _CnsldtnPstRlLanguageVH on _CnsldtnPstRlLanguageVH.LanguageCode = $projection.Language
{
key CnsldtnPostingRuleVariable,
@Semantics.language:true
key Language,
@Semantics.text:true
CnsldtnPstRlVariableText,
CnsldtnPstRlVariableLongText,
ChangedDateTime,
_Parent,
_CnsldtnPstRlLanguageVH
}