ARS_U_DISTR_VIRT_SNAP_L

DDL: ARS_U_DISTR_VIRT_SNAP_L Type: view_entity

sddsfdsf

ARS_U_DISTR_VIRT_SNAP_L is a CDS View that provides data about "sddsfdsf" in SAP S/4HANA. It reads from 2 data sources (ARS_V_DISTR_VIRT_SNAP_L, ARS_V_DISTR_VIRT_SNAP_L_T) and exposes 8 fields.

Data Sources (2)

SourceAliasJoin Type
ARS_V_DISTR_VIRT_SNAP_L ARS_V_DISTR_VIRT_SNAP_L from
ARS_V_DISTR_VIRT_SNAP_L_T ARS_V_DISTR_VIRT_SNAP_L_T union_all

Annotations (6)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label sddsfdsf view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.serviceQuality #X view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MIXED view

Fields (8)

KeyFieldSource TableSource FieldDescription
api_context api_context
created_on created_on Variant created on
created_at created_at Uploaded On
created_by created_by Version Created By
created_on created_on Variant created on
created_at created_at Uploaded On
created_by created_by Version Created By
storage storage Storage

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 ARS_U_DISTR_VIRT_SNAP_L.
-- 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 ARS_U_DISTR_VIRT_SNAP_L AS
SELECT
  api_context,
  created_on,
  created_at,
  created_by,
  storage
FROM ARS_V_DISTR_VIRT_SNAP_L
-- UNION ALL with additional select branch(es): ARS_V_DISTR_VIRT_SNAP_L_T
;