SATC_CI_CF_USER

DDL: SATC_CI_CF_USER Type: view_entity

User

SATC_CI_CF_USER is a CDS View that provides data about "User" 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 (2)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label User 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 SATC_CI_CF_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.

CREATE VIEW SATC_CI_CF_USER AS
SELECT
  UserID
FROM I_User
;