ATOV_USER

DDL: ATOV_USER SQL: ATO_V_USER Type: view Package: S_ATO_CORE

Wrapper view for USR21

ATOV_USER is a CDS View that provides data about "Wrapper view for USR21" in SAP S/4HANA. It reads from 1 data source (usr21) and exposes 1 field with key field name. Part of development package S_ATO_CORE.

Data Sources (1)

SourceAliasJoin Type
usr21 usr21 from

Annotations (3)

NameValueLevelField
AbapCatalog.sqlViewName ATO_V_USER view
ClientDependent true view
EndUserText.label Wrapper view for USR21 view

Fields (1)

KeyFieldSource TableSource FieldDescription
KEY name bname User 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_USER.
-- 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_USER

CREATE VIEW ATOV_USER AS
SELECT
  bname AS name
FROM usr21
;