A_LogAccMObjectUserAuthzn
API for Object User Authorization
A_LogAccMObjectUserAuthzn is a Composite CDS View that provides data about "API for Object User Authorization" in SAP S/4HANA. It reads from 1 data source (I_LogAccMObjectUserAuthzn) and exposes 14 fields. Part of development package VDM_PLMB_ACM_API.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_LogAccMObjectUserAuthzn | I_LogAccMObjectUserAuthzn | from |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | AACMOBJUSRAUTH | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #PRIVILEGED_ONLY | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.usageType.sizeCategory | #XL | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| VDM.viewType | #COMPOSITE | view | |
| VDM.lifecycle.contract.type | #PUBLIC_REMOTE_API | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| EndUserText.label | API for Object User Authorization | view |
Fields (14)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| LogAccMActivityRoleID | LogAccMActivityRoleID | |||
| LogAccMActivitySecureID | LogAccMActivitySecureID | |||
| LogAccMUserEntityID | LogAccMUserEntityID | |||
| LogAccMUserEntityType | LogAccMUserEntityType | |||
| CreatedByUser | CreatedByUser | |||
| CreationDateTime | CreationDateTime | |||
| LastChangeDateTime | LastChangeDateTime | |||
| LastChangedByUser | LastChangedByUser | |||
| LogAccMObjectID | LogAccMObjectID | |||
| LogAccMObjectType | LogAccMObjectType | |||
| LogAccMUserAuthznObject | LogAccMUserAuthznObject | |||
| LogAccMUserAuthznField | LogAccMUserAuthznField | |||
| LogAccMUserAuthznFrom | LogAccMUserAuthznFrom | |||
| UserID | UserID |
@AbapCatalog.sqlViewName: 'AACMOBJUSRAUTH'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #PRIVILEGED_ONLY
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.usageType.sizeCategory: #XL
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.dataClass: #MASTER
@VDM.viewType: #COMPOSITE
@VDM.lifecycle.contract.type: #PUBLIC_REMOTE_API
@Metadata.ignorePropagatedAnnotations: true
@EndUserText.label: 'API for Object User Authorization'
define view A_LogAccMObjectUserAuthzn
as select from I_LogAccMObjectUserAuthzn
{
LogAccMActivityRoleID,
LogAccMActivitySecureID,
LogAccMUserEntityID,
LogAccMUserEntityType,
CreatedByUser,
CreationDateTime,
LastChangeDateTime,
LastChangedByUser,
LogAccMObjectID,
LogAccMObjectType,
LogAccMUserAuthznObject,
LogAccMUserAuthznField,
LogAccMUserAuthznFrom,
UserID
}
Learn More
- 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 Annotations — A Complete Guide
- 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