C_CnsldtnPostingRuleTextTP

DDL: C_CNSLDTNPOSTINGRULETEXTTP Type: view_entity CONSUMPTION

Posting Rule Translations

C_CnsldtnPostingRuleTextTP is a Consumption CDS View that provides data about "Posting Rule Translations" in SAP S/4HANA. It reads from 1 data source (R_CnsldtnPostingRuleTextTP) and exposes 7 fields with key fields ConsolidationPostingRule, Language.

Data Sources (1)

SourceAliasJoin Type
R_CnsldtnPostingRuleTextTP R_CnsldtnPostingRuleTextTP projection

Annotations (10)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Posting Rule Translations view
Metadata.ignorePropagatedAnnotations true view
VDM.viewType #CONSUMPTION view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.dataCategory #TEXT view
Metadata.allowExtensions true view
ObjectModel.representativeKey ConsolidationPostingRule view

Fields (7)

KeyFieldSource TableSource FieldDescription
KEY ConsolidationPostingRule ConsolidationPostingRule
KEY Language Language Report Text Language
LanguageName _CnsldtnPstRlLanguageVH LanguageName Name
ConsolidationPostingRuleText ConsolidationPostingRuleText
CnsldtnPostingRuleLongText CnsldtnPostingRuleLongText
ChangedDateTime ChangedDateTime Time Stamp
_CnsldtnPstRlLanguageVH _CnsldtnPstRlLanguageVH

Derived SQL interpretation, reconstructed from the parsed view metadata (data sources, associations, and field mappings). SAP annotations are omitted and the structure is reformulated as SQL — this is a functional approximation, not the verbatim SAP source.

-- Derived SQL interpretation of CDS view C_CnsldtnPostingRuleTextTP.
-- Reconstructed from parsed metadata (data sources, associations, fields).
-- SAP annotations are omitted and the structure is reformulated as SQL;
-- this is a functional approximation, not the verbatim SAP source. Some join
-- conditions may be unavailable and a few CDS constructs are kept as-is.

CREATE VIEW C_CnsldtnPostingRuleTextTP AS
SELECT
  ConsolidationPostingRule,
  Language,
  _CnsldtnPstRlLanguageVH.LanguageName AS LanguageName,
  ConsolidationPostingRuleText,
  CnsldtnPostingRuleLongText,
  ChangedDateTime
FROM R_CnsldtnPostingRuleTextTP
;