I_ACMRoleAssignmentForUser
Interface layer for role assigned to the user
I_ACMRoleAssignmentForUser is a Basic CDS View that provides data about "Interface layer for role assigned to the user" in SAP S/4HANA. It reads from 1 data source (agr_users) and exposes 4 fields with key fields LogAccMActyGrpProfileRoleName, SessionUser.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| agr_users | agr_users | from |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IACMUSRROLASGNT | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ClientHandling.type | #INHERITED | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| VDM.viewType | #BASIC | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| EndUserText.label | Interface layer for role assigned to the user | view |
Fields (4)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | LogAccMActyGrpProfileRoleName | agr_name | ||
| KEY | SessionUser | uname | ||
| CharcFromDate | from_dat | |||
| CharcToDate | to_dat |
@AbapCatalog.sqlViewName: 'IACMUSRROLASGNT'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.type: #INHERITED
@ClientHandling.algorithm: #SESSION_VARIABLE
@VDM.viewType: #BASIC
@ObjectModel.usageType.dataClass: #TRANSACTIONAL
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #L
@Metadata.ignorePropagatedAnnotations: true
@EndUserText.label: 'Interface layer for role assigned to the user'
define view I_ACMRoleAssignmentForUser as select from agr_users
{
//agr_users
key agr_name as LogAccMActyGrpProfileRoleName,
key uname as SessionUser,
from_dat as CharcFromDate,
to_dat as CharcToDate
}
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