SAIS_USER_F4_X

DDL: SAIS_USER_F4_X Type: view_entity

BC-SEC Value Help for Users (Helper)

SAIS_USER_F4_X is a CDS View that provides data about "BC-SEC Value Help for Users (Helper)" in SAP S/4HANA. It reads from 2 data sources (rsauprof, usr02) and exposes 1 field with key field bname.

Data Sources (2)

SourceAliasJoin Type
rsauprof chk from
usr02 x inner

Annotations (6)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label BC-SEC Value Help for Users (Helper) view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.serviceQuality #X view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MIXED view

Fields (1)

KeyFieldSource TableSource FieldDescription
KEY bname usr02 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 SAIS_USER_F4_X.
-- 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 SAIS_USER_F4_X AS
SELECT
  x.bname AS bname
FROM rsauprof AS chk
INNER JOIN usr02 AS x ON /* join condition not captured in parsed metadata */
;