P_PPM_LocalAuthorizations
P_PPM_LocalAuthorizations is a Basic CDS View in SAP S/4HANA. It reads from 7 data sources and exposes 13 fields with key fields object_id, Activity, UserID, Activity, UserID.
Data Sources (7)
| Source | Alias | Join Type |
|---|---|---|
| aco_user_group | GroupAuth | union |
| aco_role | RoleAuth | union |
| aco_substitute | sub | inner |
| aco_user | UserAuth | from |
| P_PPM_UserGroupHierarchy | UserGroup | inner |
| agr_users | UserRole | inner |
| aco_user | usr | union |
Annotations (6)
| Name | Value | Level | Field |
|---|---|---|---|
| VDM.private | true | view | |
| VDM.viewType | #BASIC | view | |
| AbapCatalog.sqlViewName | PPPMLOCALAUTH | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view |
Fields (13)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | object_id | aco_user | object_id | Transaction ID |
| KEY | Activity | aco_user | activity | VAT Activity |
| KEY | UserID | aco_user | user_id | User Name |
| object_id | Transaction ID | |||
| KEY | Activity | aco_user | activity | VAT Activity |
| KEY | UserID | aco_substitute | user_id_subst | User Name |
| object_id | Transaction ID | |||
| KEY | Activity | aco_user_group | activity | VAT Activity |
| KEY | UserID | P_PPM_UserGroupHierarchy | UserID | User Name |
| object_id | Transaction ID | |||
| KEY | Activity | aco_role | activity | VAT Activity |
| KEY | UserID | agr_users | uname | User Name |
| ObjectType | aco_role | type | Worklist Type |
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 P_PPM_LocalAuthorizations.
-- 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: PPPMLOCALAUTH
CREATE VIEW P_PPM_LocalAuthorizations AS
SELECT
UserAuth.object_id AS object_id,
UserAuth.activity AS Activity,
UserAuth.user_id AS UserID,
RoleAuth.type AS ObjectType
FROM aco_user AS UserAuth
INNER JOIN aco_substitute AS sub ON /* join condition not captured in parsed metadata */
INNER JOIN P_PPM_UserGroupHierarchy AS UserGroup ON /* join condition not captured in parsed metadata */
INNER JOIN agr_users AS UserRole ON /* join condition not captured in parsed metadata */
-- UNION with additional select branch(es): aco_user, aco_user_group, aco_role
;
Learn More
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- CDS View Annotations — A Complete Guide
- What Is a CDS View in SAP S/4HANA?
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- 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