R_BDTSExecutionPlanItemTP
Execution Plan Item - TP
R_BDTSExecutionPlanItemTP is a Transactional CDS View that provides data about "Execution Plan Item - TP" in SAP S/4HANA. It reads from 1 data source (R_BDTSExecutionPlanItem) and exposes 15 fields with key fields BDTSTransformationAreaID, BDTSExecPlanID, BDTSExecPlanItemID. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| R_BDTSExecutionPlanItem | R_BDTSExecutionPlanItem | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | R_BDTSExecPlanItemDpndcyTP | _ItemDependency | |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| VDM.viewType | #TRANSACTIONAL | view | |
| VDM.lifecycle.contract.type | #SAP_INTERNAL_API | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| EndUserText.label | Execution Plan Item - TP | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| Metadata.allowExtensions | false | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.sapObjectNodeType.name | BDTSExecutionPlanItem | view |
Fields (15)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | BDTSTransformationAreaID | BDTSTransformationAreaID | ||
| KEY | BDTSExecPlanID | BDTSExecPlanID | ||
| KEY | BDTSExecPlanItemID | BDTSExecPlanItemID | ||
| BDTSExecPlanItemType | BDTSExecPlanItemType | |||
| BDTSExecPlanItemGroupSequence | BDTSExecPlanItemGroupSequence | |||
| BDTSExecPlanItemObjectName | BDTSExecPlanItemObjectName | |||
| BDTSExecPlanItemStatus | BDTSExecPlanItemStatus | |||
| BDTSExecPlanItemIsErrorSkipped | BDTSExecPlanItemIsErrorSkipped | |||
| BDTSExecPlanItemHasPredecessor | BDTSExecPlanItemHasPredecessor | |||
| BDTSExecPlanItemLastLogNumber | BDTSExecPlanItemLastLogNumber | |||
| BDTSExecPlanCreationDateTime | BDTSExecPlanCreationDateTime | |||
| BDTSExecPlanStartDateTime | BDTSExecPlanStartDateTime | |||
| BDTSExecPlanEndDateTime | BDTSExecPlanEndDateTime | |||
| _ExecutionPlan | _ExecutionPlan | |||
| _ItemDependency | _ItemDependency |
@VDM: {
viewType: #TRANSACTIONAL,
lifecycle.contract.type: #SAP_INTERNAL_API
}
@ObjectModel: {
usageType: {
dataClass: #TRANSACTIONAL,
serviceQuality: #A,
sizeCategory: #S
}
}
@EndUserText.label: 'Execution Plan Item - TP'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@Metadata.allowExtensions:false
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.sapObjectNodeType.name: 'BDTSExecutionPlanItem'
define view entity R_BDTSExecutionPlanItemTP
as select from R_BDTSExecutionPlanItem
composition [0..*] of R_BDTSExecPlanItemDpndcyTP as _ItemDependency
association to parent R_BDTSExecutionPlanTP as _ExecutionPlan on $projection.BDTSTransformationAreaID = _ExecutionPlan.BDTSTransformationAreaID
and $projection.BDTSExecPlanID = _ExecutionPlan.BDTSExecPlanID
{
key BDTSTransformationAreaID,
key BDTSExecPlanID,
key BDTSExecPlanItemID,
BDTSExecPlanItemType,
BDTSExecPlanItemGroupSequence,
BDTSExecPlanItemObjectName,
BDTSExecPlanItemStatus,
BDTSExecPlanItemIsErrorSkipped,
BDTSExecPlanItemHasPredecessor,
BDTSExecPlanItemLastLogNumber,
@Semantics.systemDateTime.createdAt: true
BDTSExecPlanCreationDateTime,
BDTSExecPlanStartDateTime,
BDTSExecPlanEndDateTime,
//Parent
_ExecutionPlan,
//Compositions
_ItemDependency
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"R_BDTSEXECUTIONPLANITEM"
],
"ASSOCIATED":
[
"R_BDTSEXECPLANITEMDPNDCYTP",
"R_BDTSEXECUTIONPLANTP"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/
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