R_UnivAllocVirtualKeyField
Universal Allocation Virtual Key Field
R_UnivAllocVirtualKeyField is a Basic CDS View that provides data about "Universal Allocation Virtual Key Field" in SAP S/4HANA. It reads from 1 data source (I_UniversalAllocationKeyField) and exposes 8 fields with key fields AllocationType, AllocationCycle, AllocationCycleStartDate, AllocationCycleSegment, AllocationSetType. Part of development package ODATA_MANAGE_ALLOCATION_V2.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_UniversalAllocationKeyField | I_UniversalAllocationKeyField | from |
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Universal Allocation Virtual Key Field | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| VDM.lifecycle.contract.type | #SAP_INTERNAL_API | view | |
| VDM.viewType | #BASIC | view |
Fields (8)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | AllocationType | AllocationType | ||
| KEY | AllocationCycle | AllocationCycle | ||
| KEY | AllocationCycleStartDate | AllocationCycleStartDate | ||
| KEY | AllocationCycleSegment | AllocationCycleSegment | ||
| KEY | AllocationSetType | AllocationSetType | ||
| KEY | AllocDocumentSequenceNumber | AllocDocumentSequenceNumber | ||
| AllocationFieldName | AllocationFieldName | |||
| AllocationFieldMinimumValue | AllocationFieldMinimumValue |
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Universal Allocation Virtual Key Field'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType:{
serviceQuality: #A,
sizeCategory: #L,
dataClass: #TRANSACTIONAL
}
@VDM: {
lifecycle.contract.type: #SAP_INTERNAL_API,
viewType: #BASIC }
define view entity R_UnivAllocVirtualKeyField
as select from I_UniversalAllocationKeyField
{
key AllocationType,
key AllocationCycle,
key AllocationCycleStartDate,
key AllocationCycleSegment,
key AllocationSetType,
key AllocDocumentSequenceNumber,
AllocationFieldName,
AllocationFieldMinimumValue
}
where
AllocationSetType = '4'
and (
AllocationFieldName = 'CATEGORY'
or AllocationFieldName = 'RUNIT'
or AllocationFieldName = 'RVUNIT' )
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