E_CommoditySubAccount

DDL: E_COMMODITYSUBACCOUNT SQL: ECMMDTYSUBACCT Type: view EXTENSION

Extension View for Commodity Sub Account

E_CommoditySubAccount is a Extension CDS View that provides data about "Extension View for Commodity Sub Account" in SAP S/4HANA. It reads from 1 data source (cmmfsa_d_subacct) and exposes 1 field with key field CommoditySubAccountUUID.

Data Sources (1)

SourceAliasJoin Type
cmmfsa_d_subacct Persistence from

Annotations (7)

NameValueLevelField
AbapCatalog.sqlViewName ECMMDTYSUBACCT view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #PRIVILEGED_ONLY view
ObjectModel.usageType.serviceQuality #P view
EndUserText.label Extension View for Commodity Sub Account view
VDM.viewType #EXTENSION view

Fields (1)

KeyFieldSource TableSource FieldDescription
KEY CommoditySubAccountUUID cmmfsa_d_subacct commoditysubaccountuuid Key

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 E_CommoditySubAccount.
-- 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: ECMMDTYSUBACCT

CREATE VIEW E_CommoditySubAccount AS
SELECT
  Persistence.commoditysubaccountuuid AS CommoditySubAccountUUID
FROM cmmfsa_d_subacct AS Persistence
;