P_MyUserGroup
My User Groups
P_MyUserGroup is a Basic CDS View that provides data about "My User Groups" in SAP S/4HANA. It reads from 1 data source (I_ClosingUserGroupUserAssgmt) and exposes 1 field. Part of development package FCCO_VDM_APPS.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_ClosingUserGroupUserAssgmt | I_ClosingUserGroupUserAssgmt | from |
Annotations (5)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | PMYUSERGRP | view | |
| VDM.viewType | #BASIC | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| VDM.private | true | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view |
Fields (1)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| ClosingUserGroup | ClosingUserGroup |
@AbapCatalog.sqlViewName: 'PMYUSERGRP'
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.private:true
@ClientHandling.algorithm: #SESSION_VARIABLE
define view P_MyUserGroup
as select from I_ClosingUserGroupUserAssgmt
{
ClosingUserGroup
}
where
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