I_Projectmilestoneusage
Project Milestone Usage
I_Projectmilestoneusage is a Basic CDS View that provides data about "Project Milestone Usage" in SAP S/4HANA. It reads from 1 data source (t433) and exposes 2 fields with key field UsageCode. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| t433 | t433 | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_Usagecodetext | _UsageCodeText | $projection.UsageCode = _UsageCodeText.UsageCode |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IPROJMLSTNUSAGE | view | |
| VDM.viewType | #BASIC | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.usageType.serviceQuality | #D | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| EndUserText.label | Project Milestone Usage | view | |
| ObjectModel.representativeKey | UsageCode | view | |
| ObjectModel.sapObjectNodeType.name | ProjectMilestoneUsage | view |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | UsageCode | mlstn | Usage Code | |
| _UsageCodeText | _UsageCodeText |
@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
@ObjectModel.sapObjectNodeType.name:'ProjectMilestoneUsage'
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
}
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