I_Projectmilestoneusage

DDL: I_PROJECTMILESTONEUSAGE SQL: IPROJMLSTNUSAGE Type: view BASIC

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)

SourceAliasJoin Type
t433 t433 from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_Usagecodetext _UsageCodeText $projection.UsageCode = _UsageCodeText.UsageCode

Annotations (11)

NameValueLevelField
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
VDM.lifecycle.contract.type #SAP_INTERNAL_API view
ObjectModel.sapObjectNodeType.name ProjectMilestoneUsage view

Fields (2)

KeyFieldSource TableSource FieldDescription
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

}















/*+[internal] {
"BASEINFO":
{
"FROM":
[
"T433"
],
"ASSOCIATED":
[
"I_USAGECODETEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/