I_MasterProjectType

DDL: I_MASTERPROJECTTYPE Type: view BASIC

Master Project Type

I_MasterProjectType is a Basic CDS View (Dimension) that provides data about "Master Project Type" in SAP S/4HANA. It reads from 1 data source (/cpd/pwsc_mptyp) and exposes 8 fields with key field MasterProjectType. It has 2 associations to related views.

Data Sources (1)

SourceAliasJoin Type
/cpd/pwsc_mptyp /cpd/pwsc_mptyp from

Associations (2)

CardinalityTargetAliasCondition
[0..*] I_MasterProjectTypeText _Text $projection.MasterProjectType = _Text.MasterProjectType
[1..*] I_MasterProject _MasterProject $projection.MasterProjectType = _MasterProject.MasterProjectType

Annotations (17)

NameValueLevelField
AbapCatalog.sqlViewName IMPTYPE view
AbapCatalog.compiler.compareFilter true view
EndUserText.label Master Project Type view
Analytics.dataCategory #DIMENSION view
Analytics.dataExtraction.enabled true view
AccessControl.authorizationCheck #CHECK view
VDM.viewType #BASIC view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.serviceQuality #D view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.representativeKey MasterProjectType view
AbapCatalog.buffering.status #ACTIVE view
AbapCatalog.buffering.numberOfKeyFields 000 view
AbapCatalog.buffering.type #FULL view
Metadata.allowExtensions true view
AccessControl.personalData.blocking #NOT_REQUIRED view

Fields (8)

KeyFieldSource TableSource FieldDescription
KEY MasterProjectType mp_type
CntctPersnIsManuallyCreated contact_on_fly
MasterProjectStageProfile stg_prf
MasterProjectRoleProfileValue role_prf
MasterProjectFiscalYearVariant periv
MstrProjAccessPrflIsChecked check_access_prf
_Text _Text
_MasterProject _MasterProject
@AbapCatalog: {
    sqlViewName: 'IMPTYPE',
    compiler.compareFilter: true
}

@EndUserText.label: 'Master Project Type'

@Analytics: { dataCategory: #DIMENSION, dataExtraction.enabled: true }
@AccessControl.authorizationCheck: #CHECK
@VDM.viewType: #BASIC
@ObjectModel.usageType.sizeCategory: #L
@ObjectModel.usageType.serviceQuality: #D
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.representativeKey: 'MasterProjectType'
@AbapCatalog.buffering.status: #ACTIVE
@AbapCatalog.buffering.numberOfKeyFields: 000
@AbapCatalog.buffering.type: #FULL
@Metadata.allowExtensions: true
@AccessControl.personalData.blocking: #NOT_REQUIRED
@AccessControl.personalData.blockingIndicator: [false]
define view I_MasterProjectType
  as select from /cpd/pwsc_mptyp
  association [0..*] to I_MasterProjectTypeText as _Text on $projection.MasterProjectType = _Text.MasterProjectType
  association [1..*] to I_MasterProject as _MasterProject on $projection.MasterProjectType = _MasterProject.MasterProjectType

{
       @ObjectModel.text.association: '_Text'
  key  mp_type as MasterProjectType,
       contact_on_fly as CntctPersnIsManuallyCreated,
       stg_prf as MasterProjectStageProfile,
       role_prf as MasterProjectRoleProfileValue,
       periv   as MasterProjectFiscalYearVariant,
       check_access_prf as MstrProjAccessPrflIsChecked,
       _Text,
       _MasterProject
       // Exposed for DCL

}















/*+[internal] {
"BASEINFO":
{
"FROM":
[
"/CPD/PWSC_MPTYP"
],
"ASSOCIATED":
[
"I_MASTERPROJECT",
"I_MASTERPROJECTTYPETEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/