I_EngmtProjFinPlanVersionType

DDL: I_ENGMTPROJFINPLANVERSIONTYPE SQL: IEPFINPLNVERTYP Type: view BASIC

Engagement Project Financial Plan Version Type

I_EngmtProjFinPlanVersionType is a Basic CDS View (Dimension) that provides data about "Engagement Project Financial Plan Version Type" in SAP S/4HANA. It reads from 1 data source (/cpd/fc_ver_type) and exposes 2 fields with key field EngmtProjFinPlanVersionType. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
/cpd/fc_ver_type PlanVersionType from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_EngmtProjFinPlnVersTypeTxt _Text $projection.EngmtProjFinPlanVersionType = _Text.EngmtProjFinPlanVersionType

Annotations (14)

NameValueLevelField
AbapCatalog.sqlViewName IEPFINPLNVERTYP view
AbapCatalog.compiler.compareFilter true view
ClientHandling.algorithm #SESSION_VARIABLE view
Analytics.dataCategory #DIMENSION view
VDM.viewType #BASIC view
ObjectModel.representativeKey EngmtProjFinPlanVersionType view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Engagement Project Financial Plan Version Type view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #CUSTOMIZING view
AbapCatalog.buffering.status #ACTIVE view
AbapCatalog.buffering.type #FULL view
AbapCatalog.buffering.numberOfKeyFields 000 view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY EngmtProjFinPlanVersionType /cpd/fc_ver_type ver_type_id
_Text _Text
@AbapCatalog.sqlViewName: 'IEPFINPLNVERTYP'
@AbapCatalog.compiler.compareFilter: true
@ClientHandling.algorithm: #SESSION_VARIABLE
@Analytics.dataCategory: #DIMENSION
@VDM.viewType: #BASIC
@ObjectModel.representativeKey: 'EngmtProjFinPlanVersionType'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Engagement Project Financial Plan Version Type'
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@AbapCatalog.buffering.status: #ACTIVE
@AbapCatalog.buffering.type: #FULL
@AbapCatalog.buffering.numberOfKeyFields: 000

define view I_EngmtProjFinPlanVersionType
  as select from /cpd/fc_ver_type as PlanVersionType
  association [0..*] to I_EngmtProjFinPlnVersTypeTxt as _Text on $projection.EngmtProjFinPlanVersionType = _Text.EngmtProjFinPlanVersionType
{

      @ObjectModel.text.association: '_Text'
  key PlanVersionType.ver_type_id as EngmtProjFinPlanVersionType,
      _Text

} 
  
  
  
 /*+[internal] {
"BASEINFO":
{
"FROM":
[
"/CPD/FC_VER_TYPE"
],
"ASSOCIATED":
[
"I_ENGMTPROJFINPLNVERSTYPETXT"
],
"BASE":
[],
"VERSION":0
}
}*/