ATOV_ERROR_COMP4IMG_ACTIVITY

DDL: ATOV_ERROR_COMP4IMG_ACTIVITY SQL: ATO_V_IMGERROR Type: view

Error Component for IMG Activity

ATOV_ERROR_COMP4IMG_ACTIVITY is a CDS View that provides data about "Error Component for IMG Activity" in SAP S/4HANA. It reads from 3 data sources (df14l, tadir, tdevc) and exposes 1 field.

Data Sources (3)

SourceAliasJoin Type
df14l ach_component inner
tadir tadir from
tdevc tdevc inner

Annotations (7)

NameValueLevelField
AbapCatalog.sqlViewName ATO_V_IMGERROR view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
ClientHandling.type #INHERITED view
ClientHandling.algorithm #SESSION_VARIABLE view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Error Component for IMG Activity view

Fields (1)

KeyFieldSource TableSource FieldDescription
object_name tadir 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 ATOV_ERROR_COMP4IMG_ACTIVITY.
-- 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: ATO_V_IMGERROR

CREATE VIEW ATOV_ERROR_COMP4IMG_ACTIVITY AS
SELECT
  tadir.obj_name AS object_name
FROM tadir
INNER JOIN tdevc ON /* join condition not captured in parsed metadata */
INNER JOIN df14l AS ach_component ON /* join condition not captured in parsed metadata */
;