/AGIL/LUR_I_AuthTraceNormal

DDL: /AGIL/LUR_I_AUTHTRACENORMAL SQL: /AGIL/LURATNORM Type: view

Normalize Authorization

/AGIL/LUR_I_AuthTraceNormal is a CDS View that provides data about "Normalize Authorization" in SAP S/4HANA. It reads from 9 data sources and exposes 74 fields with key fields ObjectName, ObjectType, Username, Hash, ObjectType.

Data Sources (9)

SourceAliasJoin Type
/AGIL/LUR_I_AuthTraceBase /AGIL/LUR_I_AuthTraceBase from
/AGIL/LUR_I_AuthTraceBase /AGIL/LUR_I_AuthTraceBase union
/AGIL/LUR_I_AuthTraceBase /AGIL/LUR_I_AuthTraceBase union
/AGIL/LUR_I_AuthTraceBase /AGIL/LUR_I_AuthTraceBase union
/AGIL/LUR_I_AuthTraceBase /AGIL/LUR_I_AuthTraceBase union
/AGIL/LUR_I_AuthTraceBase /AGIL/LUR_I_AuthTraceBase union
/AGIL/LUR_I_AuthTraceBase /AGIL/LUR_I_AuthTraceBase union
/AGIL/LUR_I_AuthTraceBase /AGIL/LUR_I_AuthTraceBase union
/AGIL/LUR_I_AuthTraceBase /AGIL/LUR_I_AuthTraceBase union

Annotations (6)

NameValueLevelField
AbapCatalog.sqlViewName /AGIL/LURATNORM view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Normalize Authorization view
Metadata.ignorePropagatedAnnotations true view

Fields (74)

KeyFieldSource TableSource FieldDescription
KEY ObjectName ObjectName Object name
KEY ObjectType ObjectType Type
KEY Username Username User who owns item
KEY Hash Hash Statement Hash
AuthObject AuthObject Object
AuthField Field1 Value
AuthValue FieldValue1 Value
AccessDate AccessDate
AccessTime AccessTime
KEY ObjectType ObjectType Type
KEY Username Username User who owns item
KEY Hash Hash Statement Hash
AuthObject AuthObject Object
AuthField Field2 Value
AuthValue FieldValue2 Value
AccessDate AccessDate
AccessTime AccessTime
KEY ObjectType ObjectType Type
KEY Username Username User who owns item
KEY Hash Hash Statement Hash
AuthObject AuthObject Object
AuthField Field3 Value
AuthValue FieldValue3 Value
AccessDate AccessDate
AccessTime AccessTime
KEY ObjectType ObjectType Type
KEY Username Username User who owns item
KEY Hash Hash Statement Hash
AuthObject AuthObject Object
AuthField Field4 Value
AuthValue FieldValue4 Value
AccessDate AccessDate
AccessTime AccessTime
KEY ObjectType ObjectType Type
KEY Username Username User who owns item
KEY Hash Hash Statement Hash
AuthObject AuthObject Object
AuthField Field5 Value
AuthValue FieldValue5 Value
AccessDate AccessDate
AccessTime AccessTime
KEY ObjectType ObjectType Type
KEY Username Username User who owns item
KEY Hash Hash Statement Hash
AuthObject AuthObject Object
AuthField Field6 Value
AuthValue FieldValue6 Value
AccessDate AccessDate
AccessTime AccessTime
KEY ObjectType ObjectType Type
KEY Username Username User who owns item
KEY Hash Hash Statement Hash
AuthObject AuthObject Object
AuthField Field7 Value
AuthValue FieldValue7 Value
AccessDate AccessDate
AccessTime AccessTime
KEY ObjectType ObjectType Type
KEY Username Username User who owns item
KEY Hash Hash Statement Hash
AuthObject AuthObject Object
AuthField Field8 Value
AuthValue FieldValue8 Value
AccessDate AccessDate
AccessTime AccessTime
KEY ObjectType ObjectType Type
KEY Username Username User who owns item
KEY Hash Hash Statement Hash
AuthObject AuthObject Object
AuthField Field9 Value
AuthValue FieldValue9 Value
AccessDate AccessDate
AccessTime AccessTime
TimeStamp TimeStamp UTC Time Stamp in Short Form (YYYYMMDDhhmmss)

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 /AGIL/LUR_I_AuthTraceNormal.
-- 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: /AGIL/LURATNORM

CREATE VIEW /AGIL/LUR_I_AuthTraceNormal AS
SELECT
  ObjectName,
  ObjectType,
  Username,
  Hash,
  AuthObject,
  Field1 AS AuthField,
  FieldValue1 AS AuthValue,
  AccessDate,
  AccessTime,
  TimeStamp
FROM /AGIL/LUR_I_AuthTraceBase
-- UNION with additional select branch(es): /AGIL/LUR_I_AuthTraceBase
;