/AGIL/LUR_I_AuthTraceNormal
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)
| Source | Alias | Join 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)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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
;
Learn More
- CDS View Annotations — A Complete Guide
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA
- BSEG to ACDOCA: The Universal Journal Migration
- Business Partner Migration: KNA1/LFA1 to BUT000
- Material Document Migration: MSEG/MKPF to MATDOC
- How to Find the Right CDS View for an SAP Table
- BW Extractor to CDS View Migration Guide
- S/4HANA CDS View Deprecation: What You Need to Know
- ABAP CDS View Tutorial — From Basics to Real-World Examples
- RAP and CDS Views — Building Transactional Apps in SAP S/4HANA
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA