I_EAMUserParameter
User Parameter
I_EAMUserParameter is a Basic CDS View that provides data about "User Parameter" in SAP S/4HANA. It reads from 1 data source (usr05) and exposes 2 fields with key field UserParameter. It is exposed through 1 OData service (UI_MAINTENANCEORDER_MANAGE). Part of development package IWO1.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| usr05 | usr05 | from |
Annotations (6)
| Name | Value | Level | Field |
|---|---|---|---|
| VDM.viewType | #BASIC | view | |
| EndUserText.label | User Parameter | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.dataClass | #META | view | |
| ObjectModel.usageType.sizeCategory | #S | view |
OData Services (1)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| UI_MAINTENANCEORDER_MANAGE | UI_MAINTENANCEORDER_MANAGE | V4 | C1 | NOT_RELEASED |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | UserParameter | parid | ||
| UserParameterValue | parva |
@VDM.viewType: #BASIC
@EndUserText.label: 'User Parameter'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.dataClass: #META
@ObjectModel.usageType.sizeCategory: #S
define view entity I_EAMUserParameter
as select from usr05
{
key parid as UserParameter,
parva as UserParameterValue
}
where
bname = $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