I_EngmtProjFinPlnVersTypeTxt
Engagement Project Financial Plan Version Type Text
I_EngmtProjFinPlnVersTypeTxt is a Basic CDS View that provides data about "Engagement Project Financial Plan Version Type Text" in SAP S/4HANA. It reads from 1 data source (/cpd/fc_ver_ty_t) and exposes 5 fields with key fields EngmtProjFinPlanVersionType, Language. It has 2 associations to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| /cpd/fc_ver_ty_t | PlanVersionTypeText | from |
Associations (2)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [1..1] | I_EngmtProjFinPlanVersionType | _EngmtProjFinPlanVersionType | $projection.EngmtProjFinPlanVersionType = _EngmtProjFinPlanVersionType.EngmtProjFinPlanVersionType |
| [0..1] | I_Language | _Language | $projection.Language = _Language.Language |
Annotations (13)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | Engagement Project Financial Plan Version Type Text | view | |
| ObjectModel.representativeKey | EngmtProjFinPlanVersionType | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| VDM.viewType | #BASIC | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| AbapCatalog.sqlViewName | IEPFINPLNVERTYPT | 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 (5)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | EngmtProjFinPlanVersionType | /cpd/fc_ver_ty_t | ver_type_id | |
| KEY | Language | /cpd/fc_ver_ty_t | spras | |
| EngmtProjFinPlnVersTypeName | /cpd/fc_ver_ty_t | description | ||
| _Language | _Language | |||
| _EngmtProjFinPlanVersionType | _EngmtProjFinPlanVersionType |
@EndUserText.label: 'Engagement Project Financial Plan Version Type Text'
@ObjectModel.representativeKey: 'EngmtProjFinPlanVersionType'
@ObjectModel.dataCategory: #TEXT
@VDM.viewType: #BASIC
@ClientHandling.algorithm: #SESSION_VARIABLE
@AccessControl.authorizationCheck: #NOT_REQUIRED
@AbapCatalog.sqlViewName: 'IEPFINPLNVERTYPT'
@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_EngmtProjFinPlnVersTypeTxt
as select from /cpd/fc_ver_ty_t as PlanVersionTypeText
association [1..1] to I_EngmtProjFinPlanVersionType as _EngmtProjFinPlanVersionType on $projection.EngmtProjFinPlanVersionType = _EngmtProjFinPlanVersionType.EngmtProjFinPlanVersionType
association [0..1] to I_Language as _Language on $projection.Language = _Language.Language
{
@ObjectModel.foreignKey.association: '_EngmtProjFinPlanVersionType'
key PlanVersionTypeText.ver_type_id as EngmtProjFinPlanVersionType,
@ObjectModel.foreignKey.association: '_Language'
@Semantics.language: true
key PlanVersionTypeText.spras as Language,
@Semantics.text: true
PlanVersionTypeText.description as EngmtProjFinPlnVersTypeName,
_Language,
_EngmtProjFinPlanVersionType
}
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