C_Planexplosiontemptext
Plan Explosion text view
C_Planexplosiontemptext is a Consumption CDS View that provides data about "Plan Explosion text view" in SAP S/4HANA. It reads from 1 data source (I_PlanExplosionText) and exposes 3 fields with key fields BOMTypeExplosionUsed, Language.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_PlanExplosionText | I_PlanExplosionText | from |
Annotations (13)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | CPLNEXPLOSNTEXT | view | |
| AbapCatalog.preserveKey | true | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| VDM.viewType | #CONSUMPTION | view | |
| VDM.lifecycle.status | #DEPRECATED | view | |
| VDM.lifecycle.successor | I_PlanExplosionText | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ObjectModel.representativeKey | BOMTypeExplosionUsed | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| EndUserText.label | Plan Explosion text view | view |
Fields (3)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | BOMTypeExplosionUsed | PlanExplosionType | ||
| KEY | Language | Language | ||
| PlanExplosionTypeDesc | PlanExplosionTypeDesc |
@AbapCatalog.sqlViewName: 'CPLNEXPLOSNTEXT'
@AbapCatalog.preserveKey: true
@AbapCatalog.compiler.compareFilter:true
@ObjectModel.dataCategory: #TEXT
@VDM:{
viewType: #CONSUMPTION,
lifecycle: {
status: #DEPRECATED,
successor: 'I_PlanExplosionText'
}
}
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel.representativeKey: 'BOMTypeExplosionUsed'
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory : #S
@ObjectModel.usageType.dataClass: #MASTER
@EndUserText.label: 'Plan Explosion text view'
define view C_Planexplosiontemptext
as select from I_PlanExplosionText
{
key PlanExplosionType as BOMTypeExplosionUsed,
@Semantics.language:true
key Language,
@Semantics.text: true
PlanExplosionTypeDesc
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_PLANEXPLOSIONTEXT"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0
}
}*/
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