I_EntProjACLByUserRead
Permitted Access by User-ACL with read
I_EntProjACLByUserRead is a Composite CDS View that provides data about "Permitted Access by User-ACL with read" in SAP S/4HANA. Part of development package VDM_PPM_OBJECTS_AUTHORIZATION.
Annotations (14)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | Permitted Access by User-ACL with read | view | |
| AbapCatalog.sqlViewName | IEPRJACLUSRREAD | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| AccessControl.auditing.type | #CUSTOM | view | |
| AccessControl.auditing.specification | change documents on Enterprise Projects | view | |
| AccessControl.personalData.blocking | #BLOCKED_DATA_EXCLUDED | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.usageType.serviceQuality | #B | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| VDM.viewType | #COMPOSITE | view | |
| VDM.lifecycle.contract.type | #SAP_INTERNAL_API | view |
@EndUserText.label: 'Permitted Access by User-ACL with read'
@AbapCatalog.sqlViewName: 'IEPRJACLUSRREAD'
@AbapCatalog.compiler.compareFilter: true
@AccessControl: {
authorizationCheck: #NOT_REQUIRED,
auditing: {
type: #CUSTOM,
specification: 'change documents on Enterprise Projects'
},
personalData.blocking: #BLOCKED_DATA_EXCLUDED
}
@ClientHandling.algorithm:#SESSION_VARIABLE
@ObjectModel: {
usageType: {
serviceQuality: #B,
dataClass: #MIXED,
sizeCategory: #L
}
}
@Metadata.ignorePropagatedAnnotations: true
@VDM.viewType: #COMPOSITE
@VDM.lifecycle.contract.type: #SAP_INTERNAL_API
define view I_EntProjACLByUserRead as select distinct from R_AccControlIsUserAuthorized as Auth
{
key Auth.AccCtrlReferencedObjectUUID as ProjectUUID,
key Auth.UserID,
key cast( Auth.AccessControlRestrictionCode as aco_actvt ) as ACLActivity
} where Auth.AccessControlRestrictionCode = 'READ'
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