sycm_aps_i_user

DDL: SYCM_APS_I_USER SQL: SYCMVIUSER Type: view

User information

sycm_aps_i_user is a CDS View that provides data about "User information" in SAP S/4HANA. It reads from 1 data source (I_User) and exposes 1 field with key field UserID.

Data Sources (1)

SourceAliasJoin Type
I_User I_User from

Annotations (5)

NameValueLevelField
AbapCatalog.sqlViewName SYCMVIUSER view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label User information view

Fields (1)

KeyFieldSource TableSource FieldDescription
KEY UserID UserID 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 sycm_aps_i_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: SYCMVIUSER

CREATE VIEW sycm_aps_i_user AS
SELECT
  UserID
FROM I_User
;