P_CN_CADEFSVITMWPrefix

DDL: P_CN_CADEFSVITMWPREFIX SQL: PCADEFSVITMPFX Type: view CONSUMPTION

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)

SourceAliasJoin Type
I_FinancialStatementItem FinancialStatementItem from

Annotations (10)

NameValueLevelField
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)

KeyFieldSource TableSource FieldDescription
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
}
}*/