Fins_Rev_Rec_Acc_Pri_dk

DDL: FINS_REV_REC_ACC_PRI_DK Type: view_entity Package: FINS_REV_REC_CUST

Accounting Principles for transaction based revenue recogn.

Fins_Rev_Rec_Acc_Pri_dk is a CDS View that provides data about "Accounting Principles for transaction based revenue recogn." in SAP S/4HANA. It reads from 1 data source (tka02) and exposes 3 fields. Part of development package FINS_REV_REC_CUST.

Data Sources (1)

SourceAliasJoin Type
tka02 b inner

Annotations (5)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Accounting Principles for transaction based revenue recogn. view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #CUSTOMIZING view

Fields (3)

KeyFieldSource TableSource FieldDescription
ldgrp a ldgrp Target Ledger Group
rldnr a rldnr Ledger (Compat.)
kokrs tka02 kokrs Org. Value

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 Fins_Rev_Rec_Acc_Pri_dk.
-- 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 Fins_Rev_Rec_Acc_Pri_dk AS
SELECT
  a.ldgrp AS ldgrp,
  a.rldnr AS rldnr,
  b.kokrs AS kokrs
INNER JOIN tka02 AS b ON /* join condition not captured in parsed metadata */
;