I_PROJECTMILESTONEUSAGE
Project Milestone Usage
I_PROJECTMILESTONEUSAGE is a CDS View in S/4HANA. Project Milestone Usage. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_TriggerPointUsage | view_entity | from | BASIC | Trigger Point Usage |
@AbapCatalog.sqlViewName: 'IPROJMLSTNUSAGE'
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck: #NOT_REQUIRED
//@Analytics: { dataCategory: #DIMENSION, dataExtraction.enabled: true }
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.usageType.serviceQuality: #D
@ObjectModel.usageType.sizeCategory: #L
@ObjectModel.usageType.dataClass: #TRANSACTIONAL
@EndUserText.label: 'Project Milestone Usage'
@ObjectModel.representativeKey: 'UsageCode'
@VDM.lifecycle.contract.type: #SAP_INTERNAL_API
define view I_Projectmilestoneusage as select from t433
association [0..*] to I_Usagecodetext as _UsageCodeText on $projection.UsageCode = _UsageCodeText.UsageCode
{
@EndUserText.label: 'Usage Code'
// Medium label of data element milestone: 'Usage'
key mlstn as UsageCode,
_UsageCodeText
}