P_CalculatedAllwncCrdtAccount

DDL: P_CALCULATEDALLWNCCRDTACCOUNT SQL: PCALALLWNCACC Type: view COMPOSITE

P_CalculatedAllwncCrdtAccount is a Composite CDS View in SAP S/4HANA.

Annotations (7)

NameValueLevelField
AbapCatalog.sqlViewName PCALALLWNCACC view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
VDM.viewType #COMPOSITE view
AccessControl.authorizationCheck #NOT_REQUIRED view
ClientHandling.algorithm #SESSION_VARIABLE view
VDM.private true view

Fields (1)

KeyFieldSource TableSource FieldDescription
KEY CreditGLAccount CreditGLAccount

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 P_CalculatedAllwncCrdtAccount.
-- 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: PCALALLWNCACC

CREATE VIEW P_CalculatedAllwncCrdtAccount AS
SELECT
  CreditGLAccount
;