I_HCMOrganizationalUnit
HCM Organizational Unit
I_HCMOrganizationalUnit is a Composite CDS View that provides data about "HCM Organizational Unit" in SAP S/4HANA. It has 1 association to related views.
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_HCMOrganizationalUnitText | _Text | $projection.HCMOrganizationalUnit = _Text.HCMOrganizationalUnit |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | HCM Organizational Unit | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| Consumption.filter.businessDate.at | true | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.representativeKey | HCMOrganizationalUnit | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.modelingPattern | #ANALYTICAL_DIMENSION | view | |
| Search.searchable | true | view | |
| VDM.viewType | #COMPOSITE | view |
Fields (4)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | HCMOrganizationalUnit | HCMOrganizationalUnit | ||
| KEY | EndDate | EndDate | ||
| StartDate | StartDate | |||
| _Text | _Text |
@EndUserText.label: 'HCM Organizational Unit'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@Consumption.filter.businessDate.at: true
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel: { representativeKey: 'HCMOrganizationalUnit',
usageType.sizeCategory: #M,
usageType.dataClass: #MASTER,
usageType.serviceQuality: #A,
supportedCapabilities: [ #ANALYTICAL_DIMENSION, #CDS_MODELING_ASSOCIATION_TARGET, #SQL_DATA_SOURCE, #CDS_MODELING_DATA_SOURCE ],
modelingPattern: #ANALYTICAL_DIMENSION }
@Search.searchable: true
@VDM.viewType: #COMPOSITE
define view entity I_HCMOrganizationalUnit
as select distinct from I_HCMOrganizationalUnitBasic
association [0..*] to I_HCMOrganizationalUnitText as _Text on $projection.HCMOrganizationalUnit = _Text.HCMOrganizationalUnit
{
@ObjectModel.text.association: '_Text'
@Search.defaultSearchElement:true
key HCMOrganizationalUnit,
@Semantics.businessDate.to: true
key EndDate,
@Semantics.businessDate.from: true
@Consumption.hidden: true
StartDate,
_Text
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_HCMORGANIZATIONALUNITBASIC"
],
"ASSOCIATED":
[
"I_HCMORGANIZATIONALUNITTEXT"
],
"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