A_ProjectDemandExpense
Demand for Expense
A_ProjectDemandExpense is a Composite CDS View that provides data about "Demand for Expense" in SAP S/4HANA. It reads from 1 data source (R_ProjectDemandExpenseTP) and exposes 11 fields with key field ProjectDemandExpenseUUID. It is exposed through 1 OData service (API_PROJECTDEMAND). Part of development package ODATA_PS_DMND_COMMON_API.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| R_ProjectDemandExpenseTP | R_ProjectDemandExpenseTP | projection |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #MANDATORY | view | |
| AccessControl.personalData.blocking | #NOT_REQUIRED | view | |
| VDM.viewType | #COMPOSITE | view | |
| VDM.lifecycle.contract.type | #PUBLIC_REMOTE_API | view | |
| ObjectModel.representativeKey | ProjectDemandExpenseUUID | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ObjectModel.usageType.serviceQuality | #B | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| OData.entityType.name | ProjectDemandExpense_Type | view | |
| EndUserText.label | Demand for Expense | view |
OData Services (1)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| API_PROJECTDEMAND | API_PROJECTDEMAND | V2 | C2 | C1 |
Fields (11)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | ProjectDemandExpenseUUID | ProjectDemandExpenseUUID | ||
| ProjectDemandUUID | ProjectDemandUUID | |||
| ProjectDemandExpenseType | ProjectDemandExpenseType | |||
| ProjectUUID | ProjectUUID | |||
| ReferencedObjectUUID | ReferencedObjectUUID | |||
| ProjDmndBillingControlCategory | ProjDmndBillingControlCategory | |||
| CreatedByUser | CreatedByUser | |||
| CreationDateTime | CreationDateTime | |||
| LastChangedByUser | LastChangedByUser | |||
| LastChangeDateTime | LastChangeDateTime | |||
| _RootredirectedtoparentA_ProjectDemand |
@AccessControl: {authorizationCheck: #MANDATORY,
personalData.blocking: #NOT_REQUIRED}
@VDM: { viewType : #COMPOSITE,
lifecycle.contract.type : #PUBLIC_REMOTE_API}
@ObjectModel: { representativeKey: 'ProjectDemandExpenseUUID',
usageType: { dataClass : #TRANSACTIONAL,
serviceQuality : #B,
sizeCategory : #L }}
@Metadata.ignorePropagatedAnnotations: true
@OData.entityType.name: 'ProjectDemandExpense_Type'
@EndUserText.label: 'Demand for Expense'
define view entity A_ProjectDemandExpense
as projection on R_ProjectDemandExpenseTP
{
key ProjectDemandExpenseUUID,
ProjectDemandUUID,
ProjectDemandExpenseType,
ProjectUUID,
@ObjectModel.sapObjectNodeTypeReference: 'EnterpriseProjectElement'
ReferencedObjectUUID,
@ObjectModel.sapObjectNodeTypeReference: 'BillingControlCategory'
ProjDmndBillingControlCategory,
CreatedByUser,
CreationDateTime,
LastChangedByUser,
LastChangeDateTime,
/* Associations */
_ProjDmndExpenseDistr: redirected to composition child A_ProjDmndExpenseDistr,
_Root : redirected to parent A_ProjectDemand
}
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