R_PROJECTDEMANDEXPENSETP
Project Demand for Expense - TP
R_PROJECTDEMANDEXPENSETP is a CDS View in S/4HANA. Project Demand for Expense - TP. 2 CDS views read from this table.
CDS Views using this table (2)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| A_ProjectDemandExpense | view_entity | projection | COMPOSITE | Demand for Expense |
| I_ProjectDemandExpenseTP | view_entity | projection | TRANSACTIONAL | Project Demand for Expense - TP |
@AccessControl: {authorizationCheck: #MANDATORY,
personalData.blocking: #NOT_REQUIRED}
@VDM: { viewType : #TRANSACTIONAL,
lifecycle.contract.type : #SAP_INTERNAL_API}
@ObjectModel: { representativeKey: 'ProjectDemandExpenseUUID',
usageType: { dataClass : #TRANSACTIONAL,
serviceQuality : #B,
sizeCategory : #L }}
@EndUserText.label: 'Project Demand for Expense - TP'
define view entity R_ProjectDemandExpenseTP
as select from R_ProjectDemandExpense
association to parent I_ProjectDemandTP as _Root on _Root.ProjectDemandUUID = $projection.ProjectDemandUUID
composition [*] of R_ProjDmndExpenseDistrTP as _ProjDmndExpenseDistr
{
key ProjectDemandExpenseUUID,
ProjectDemandUUID,
ProjectDemandExpenseType,
ProjectUUID,
ReferencedObjectUUID,
ProjDmndBillingControlCategory,
CreatedByUser,
CreationDateTime,
LastChangedByUser,
LastChangeDateTime,
/* Associations */
_Root,
_ProjDmndExpenseDistr
}