I_ProdStrucObjectUserAuthzn
Product Structure Object Authorization
I_ProdStrucObjectUserAuthzn is a Composite CDS View that provides data about "Product Structure Object Authorization" in SAP S/4HANA.
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IPSOBJUSRAUTH | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.usageType.sizeCategory | #XL | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| VDM.lifecycle.contract.type | #PUBLIC_LOCAL_API | view | |
| VDM.viewType | #COMPOSITE | view | |
| EndUserText.label | Product Structure Object Authorization | view |
Fields (11)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | LogAccMObjectID | LogAccMObjectID | ||
| KEY | LogAccMObjectType | LogAccMObjectType | ||
| KEY | LogAccMUserAuthznObject | LogAccMUserAuthznObject | ||
| LogAccMActivitySecureID | LogAccMActivitySecureID | |||
| LogAccMActivityRoleID | LogAccMActivityRoleID | |||
| LogAccMUserAuthznField | LogAccMUserAuthznField | |||
| LogAccMUserAuthznFrom | LogAccMUserAuthznFrom | |||
| LogAccMUserEntityType | LogAccMUserEntityType | |||
| LogAccMUserEntityID | LogAccMUserEntityID | |||
| UserID | UserID | |||
| LogAccMReadActivityIsEnabled | LogAccMReadActivityIsEnabled |
@AbapCatalog.sqlViewName: 'IPSOBJUSRAUTH'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey:true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType.sizeCategory: #XL
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.dataClass: #MASTER
@ObjectModel.supportedCapabilities: [ #SQL_DATA_SOURCE, #CDS_MODELING_DATA_SOURCE, #SEARCHABLE_ENTITY ]
@VDM.lifecycle.contract.type: #PUBLIC_LOCAL_API
@VDM.viewType: #COMPOSITE
@EndUserText.label: 'Product Structure Object Authorization'
define view I_ProdStrucObjectUserAuthzn
as select distinct from I_LogAccMObjectUserAuthzn
{
key LogAccMObjectID,
key LogAccMObjectType,
key LogAccMUserAuthznObject,
LogAccMActivitySecureID,
LogAccMActivityRoleID,
LogAccMUserAuthznField,
LogAccMUserAuthznFrom,
LogAccMUserEntityType,
LogAccMUserEntityID,
UserID,
LogAccMReadActivityIsEnabled
}
where (
LogAccMObjectType = 'PLM_PPEPF'
or LogAccMObjectType = 'PLM_PPEPVW'
or LogAccMObjectType = 'PLM_PPEPI'
or LogAccMObjectType = 'PLM_PPEPV'
or LogAccMObjectType = 'PLM_PPEPIV'
) and LogAccMReadActivityIsEnabled = 'X'
and LogAccMUserAuthznField = 'ACTVT'
and UserID = $session.user
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