Deprecated
This CDS view is deprecated in S/4HANA. View all deprecated CDS views →

C_LU_SAFTGenLedgerSecEntries

DDL: C_LU_SAFTGENLEDGERSECENTRIES SQL: CLUSAFTGENLDENTR Type: view CONSUMPTION

SAFT General Ledger Section Entries

C_LU_SAFTGenLedgerSecEntries is a Consumption CDS View that provides data about "SAFT General Ledger Section Entries" in SAP S/4HANA. It reads from 1 data source (I_LU_SAFTGenLedgerEntry) and exposes 2 fields with key field StatryRptgEntity.

Data Sources (1)

SourceAliasJoin Type
I_LU_SAFTGenLedgerEntry Document from

Annotations (11)

NameValueLevelField
AbapCatalog.sqlViewName CLUSAFTGENLDENTR view
AbapCatalog.compiler.compareFilter true view
VDM.viewType #CONSUMPTION view
VDM.lifecycle.status #DEPRECATED view
AccessControl.authorizationCheck #CHECK view
AccessControl.personalData.blocking #NOT_REQUIRED view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.usageType.serviceQuality #X view
ObjectModel.usageType.sizeCategory #XL view
ObjectModel.usageType.dataClass #MIXED view
EndUserText.label SAFT General Ledger Section Entries view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY StatryRptgEntity StatryRptgEntity Reporting Entity
NumberOfLines 0

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_LU_SAFTGenLedgerSecEntries.
-- 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.
-- SQL view name: CLUSAFTGENLDENTR

CREATE VIEW C_LU_SAFTGenLedgerSecEntries AS
SELECT
  StatryRptgEntity,
  0 AS NumberOfLines
FROM I_LU_SAFTGenLedgerEntry AS Document
;