sycm_aps_i_atc_fnd_by_obj_agg

DDL: SYCM_APS_I_ATC_FND_BY_OBJ_AGG SQL: SYCMVIFNDBYOBJAG Type: view

ATC findings for Object aggregated

sycm_aps_i_atc_fnd_by_obj_agg is a CDS View that provides data about "ATC findings for Object aggregated" in SAP S/4HANA. It reads from 1 data source (sycm_aps_i_atc_fnd) and exposes 3 fields with key fields project_id, obj_type, obj_name.

Data Sources (1)

SourceAliasJoin Type
sycm_aps_i_atc_fnd sycm_aps_i_atc_fnd from

Annotations (4)

NameValueLevelField
AbapCatalog.sqlViewName SYCMVIFNDBYOBJAG view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #CHECK view
EndUserText.label ATC findings for Object aggregated view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY project_id project_id Project UUID
KEY obj_type obj_type Type
KEY obj_name obj_name Object Name

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 sycm_aps_i_atc_fnd_by_obj_agg.
-- 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: SYCMVIFNDBYOBJAG

CREATE VIEW sycm_aps_i_atc_fnd_by_obj_agg AS
SELECT
  project_id,
  obj_type,
  obj_name
FROM sycm_aps_i_atc_fnd
;