DAAG00O2TII6W7814BCYOFVJ7382B

DDL: DAAG00O2TII6W7814BCYOFVJ7382B SQL: DAAGCYOFVJ7382B Type: view

DAAG Obj-EPM_SO_AGING_RULES Residence Rule Source

DAAG00O2TII6W7814BCYOFVJ7382B is a CDS View that provides data about "DAAG Obj-EPM_SO_AGING_RULES Residence Rule Source" in SAP S/4HANA. It reads from 1 data source (SNWD_SO) and exposes 3 fields with key field NODE_KEY.

Data Sources (1)

SourceAliasJoin Type
SNWD_SO SNWD_SO from

Annotations (4)

NameValueLevelField
AbapCatalog.sqlViewName DAAGCYOFVJ7382B view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #CHECK view
EndUserText.label DAAG Obj-EPM_SO_AGING_RULES Residence Rule Source view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY NODE_KEY SNWD_SO NODE_KEY Tree Model: Node Key
LIFECYCLE_STATUS SNWD_SO LIFECYCLE_STATUS Status
CHANGED_AT

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 DAAG00O2TII6W7814BCYOFVJ7382B.
-- 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: DAAGCYOFVJ7382B

CREATE VIEW DAAG00O2TII6W7814BCYOFVJ7382B AS
SELECT
  SNWD_SO.NODE_KEY AS NODE_KEY,
  SNWD_SO.LIFECYCLE_STATUS AS LIFECYCLE_STATUS,
  TSTMP_TO_DATS( SNWD_SO.CHANGED_AT, ABAP_SYSTEM_TIMEZONE($SESSION.CLIENT,'NULL'), $SESSION.CLIENT, 'NULL' ) AS CHANGED_AT
FROM SNWD_SO
;