P_CN_CADEFSVITMWPrefix
P_CN_CADEFSVITMWPrefix is a Consumption CDS View in SAP S/4HANA. It reads from 1 data source (I_FinancialStatementItem) and exposes 3 fields with key fields FinancialStatementVariant, FinancialStatementItem.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_FinancialStatementItem | FinancialStatementItem | from |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.preserveKey | true | view | |
| AbapCatalog.sqlViewName | PCADEFSVITMPFX | view | |
| VDM.private | true | view | |
| VDM.viewType | #CONSUMPTION | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view |
Fields (3)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | FinancialStatementVariant | FinancialStatementVariant | ||
| KEY | FinancialStatementItem | FinancialStatementItem | ||
| FSVItemWithPrefix |
@AbapCatalog.preserveKey: true
@AbapCatalog.sqlViewName: 'PCADEFSVITMPFX'
@VDM.private: true
@VDM.viewType: #CONSUMPTION
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel.usageType.sizeCategory: #L
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.usageType.serviceQuality: #A
@ClientHandling.algorithm: #SESSION_VARIABLE
define view P_CN_CADEFSVITMWPrefix
as select from I_FinancialStatementItem as FinancialStatementItem {
key FinancialStatementVariant,
key FinancialStatementItem,
right(concat('0000000000',FinancialStatementItem),10) as FSVItemWithPrefix
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_FINANCIALSTATEMENTITEM"
],
"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