P_AllocationCostCenterVH
P_AllocationCostCenterVH is a Composite CDS View in SAP S/4HANA. It reads from 1 data source (I_AllocationKeyField) and exposes 11 fields with key fields AllocationType, AllocationCycle, AllocationCycleStartDate, AllocationCycleSegment, AllocationSetType.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_AllocationKeyField | I_AllocationKeyField | from |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | PALOCOSTELEM | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| VDM.private | true | view | |
| VDM.viewType | #COMPOSITE | view | |
| ObjectModel.usageType.serviceQuality | #B | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view |
Fields (11)
| 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 | |||
| AllocationSetName | AllocationSetName | |||
| AllocationFieldMinimumValue | AllocationFieldMinimumValue | |||
| AllocationFieldMaximumValue | AllocationFieldMaximumValue | |||
| AllocationSetId | AllocationSetId |
@AbapCatalog.sqlViewName: 'PALOCOSTELEM'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #CHECK
//@EndUserText.label: 'Allocation Cost Center'
@VDM.private: true
@VDM.viewType: #COMPOSITE
@ObjectModel.usageType.serviceQuality: #B
@ObjectModel.usageType.sizeCategory: #M
@ObjectModel.usageType.dataClass: #MASTER
@ClientHandling.algorithm: #SESSION_VARIABLE
//@ObjectModel.dataCategory: #VALUE_HELP
define view P_AllocationCostCenterVH as
select from I_AllocationKeyField
{
//I_AllocationKeyField
@UI.hidden: true
key AllocationType,
@UI.hidden: true
key AllocationCycle,
@UI.hidden: true
key AllocationCycleStartDate,
@UI.hidden: true
key AllocationCycleSegment,
@UI.hidden: true
key AllocationSetType,
@UI.hidden: true
key AllocDocumentSequenceNumber,
AllocationFieldName,
@UI.hidden: true
AllocationSetName,
AllocationFieldMinimumValue,
AllocationFieldMaximumValue,
@UI.hidden: true
AllocationSetId
}
where AllocationFieldName = 'RACCT'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_ALLOCATIONKEYFIELD"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0
}
}*/
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