I_BPBalSheetDisplayTypeText
Balance Sheet Display for BP - Text
I_BPBalSheetDisplayTypeText is a Basic CDS View that provides data about "Balance Sheet Display for BP - Text" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 5 fields with key fields Language, BPBalanceSheetDisplayType. It has 2 associations to related views. Part of development package FS_BP_CDS_BP001.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| dd07t | dd07t | from |
Associations (2)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | I_BPBalanceSheetDisplayType | _BPBalanceSheetDisplayType | $projection.BPBalanceSheetDisplayType = _BPBalanceSheetDisplayType.BPBalanceSheetDisplayType |
| [0..1] | I_Language | _Language | $projection.Language = _Language.Language |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Balance Sheet Display for BP - Text | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.modelingPattern | #LANGUAGE_DEPENDENT_TEXT | view | |
| ObjectModel.representativeKey | BPBalanceSheetDisplayType | view | |
| VDM.viewType | #BASIC | view |
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Balance Sheet Display for BP - Text'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel: { dataCategory: #TEXT,
usageType: { dataClass: #CUSTOMIZING,
serviceQuality: #A,
sizeCategory: #S
},
supportedCapabilities: [#LANGUAGE_DEPENDENT_TEXT],
modelingPattern: #LANGUAGE_DEPENDENT_TEXT,
representativeKey: 'BPBalanceSheetDisplayType'
}
@VDM.viewType: #BASIC
/*+[hideWarning] { "IDS" : [ "KEY_CHECK" ] } */
define view entity I_BPBalSheetDisplayTypeText
as select from dd07t
association [0..1] to I_BPBalanceSheetDisplayType as _BPBalanceSheetDisplayType on $projection.BPBalanceSheetDisplayType = _BPBalanceSheetDisplayType.BPBalanceSheetDisplayType
association [0..1] to I_Language as _Language on $projection.Language = _Language.Language
{
@Semantics.language: true
@ObjectModel.foreignKey.association: '_Language'
key dd07t.ddlanguage as Language,
@ObjectModel.text.element: ['BPBalanceSheetDisplayTypeDesc']
@ObjectModel.foreignKey.association: '_BPBalanceSheetDisplayType'
key cast ( dd07t.domvalue_l as bp_bal_flg ) as BPBalanceSheetDisplayType,
@Semantics.text: true
dd07t.ddtext as BPBalanceSheetDisplayTypeDesc,
_BPBalanceSheetDisplayType,
_Language
}
where
dd07t.domname = 'BP_BAL_FLG'
and dd07t.as4local = 'A'
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