I_ACMBusPartUoMConfign
UoM Configuration
I_ACMBusPartUoMConfign is a Composite CDS View that provides data about "UoM Configuration" in SAP S/4HANA. It reads from 1 data source (I_ACMBusPartUoMConfignDetail) and exposes 3 fields with key fields BusinessPartnerNumber, PreferredUnitOfMeasure.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_ACMBusPartUoMConfignDetail | I_ACMBusPartUoMConfignDetail | from |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IUOMCONFIGN | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| EndUserText.label | UoM Configuration | view | |
| VDM.viewType | #COMPOSITE | view | |
| VDM.lifecycle.contract.type | #PUBLIC_LOCAL_API | view | |
| ClientHandling.type | #CLIENT_DEPENDENT | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #S | view |
Fields (3)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | BusinessPartnerNumber | BusinessPartnerNumber | ||
| KEY | PreferredUnitOfMeasure | PreferredUnitOfMeasure | ||
| _BusPartValues | _BusPartValues |
@AbapCatalog.sqlViewName: 'IUOMCONFIGN'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'UoM Configuration'
@VDM: {
viewType: #COMPOSITE,
lifecycle.contract.type: #PUBLIC_LOCAL_API
}
@ClientHandling.type: #CLIENT_DEPENDENT
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel:{
usageType: {
dataClass: #MASTER,
serviceQuality: #C,
sizeCategory: #S
}
}
define view I_ACMBusPartUoMConfign
as select from I_ACMBusPartUoMConfignDetail
association to parent I_ACMBusPartValues as _BusPartValues on $projection.BusinessPartnerNumber = _BusPartValues.BusinessPartnerNumber
{
key BusinessPartnerNumber,
key PreferredUnitOfMeasure,
_BusPartValues
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_ACMBUSPARTUOMCONFIGNDETAIL"
],
"ASSOCIATED":
[
"I_ACMBUSPARTVALUES"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/
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