P_EIT_User_Name

DDL: P_EIT_USER_NAME SQL: PEITUSERNAME Type: view

Extensibility Template: User Name

P_EIT_User_Name is a CDS View that provides data about "Extensibility Template: User Name" in SAP S/4HANA. It reads from 1 data source (usr21) and exposes 1 field with key field UserName.

Data Sources (1)

SourceAliasJoin Type
usr21 usr21 from

Annotations (5)

NameValueLevelField
AbapCatalog.sqlViewName PEITUSERNAME view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_ALLOWED view
EndUserText.label Extensibility Template: User Name view

Fields (1)

KeyFieldSource TableSource FieldDescription
KEY UserName 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 P_EIT_User_Name.
-- 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: PEITUSERNAME

CREATE VIEW P_EIT_User_Name AS
SELECT
  bname AS UserName
FROM usr21
;