SUSR_USERS_FOR_AUTH_OBJECT

DDL: SUSR_USERS_FOR_AUTH_OBJECT SQL: SUSRUSERSOBJECT Type: view

Users with Authorization for given Authorization Object

SUSR_USERS_FOR_AUTH_OBJECT is a CDS View that provides data about "Users with Authorization for given Authorization Object" in SAP S/4HANA. It reads from 1 data source (usrefus) and exposes 1 field.

Data Sources (1)

SourceAliasJoin Type
usrefus usrefus inner

Parameters (1)

NameTypeDefault
p_auth_object xuobject

Annotations (4)

NameValueLevelField
AbapCatalog.sqlViewName SUSRUSERSOBJECT view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_ALLOWED view
EndUserText.label Users with Authorization for given Authorization Object view

Fields (1)

KeyFieldSource TableSource FieldDescription
bnameasbname

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 SUSR_USERS_FOR_AUTH_OBJECT.
-- 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: SUSRUSERSOBJECT
-- Parameters: p_auth_object : xuobject

CREATE VIEW SUSR_USERS_FOR_AUTH_OBJECT AS
SELECT
  bname AS bnameasbname
INNER JOIN usrefus ON /* join condition not captured in parsed metadata */
;