I_Cpdfinancialrisk

DDL: I_CPDFINANCIALRISK SQL: ICPDFINRSK Type: view BASIC

Get Financial Risk

I_Cpdfinancialrisk is a Basic CDS View (Dimension) that provides data about "Get Financial Risk" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field FinancialRisk.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Annotations (13)

NameValueLevelField
AbapCatalog.sqlViewName ICPDFINRSK view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Get Financial Risk view
Analytics.dataCategory #DIMENSION view
Analytics.dataExtraction.enabled true view
VDM.viewType #BASIC view
ObjectModel.representativeKey FinancialRisk view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #D view
ObjectModel.usageType.sizeCategory #S view
ClientHandling.algorithm #SESSION_VARIABLE view
AbapCatalog.buffering.status #NOT_ALLOWED view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY FinancialRisk domvalue_l
_Text _Text
@AbapCatalog.sqlViewName: 'ICPDFINRSK'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Get Financial Risk'
@Analytics : {dataCategory: #DIMENSION, dataExtraction.enabled : true}
@VDM.viewType: #BASIC
@ObjectModel.representativeKey: 'FinancialRisk'
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.usageType.serviceQuality: #D
@ObjectModel.usageType.sizeCategory: #S
@ClientHandling.algorithm: #SESSION_VARIABLE

@AbapCatalog.buffering.status: #NOT_ALLOWED
//@AbapCatalog.buffering.numberOfKeyFields: 000

//@AbapCatalog.buffering.type: #FULL


define view I_Cpdfinancialrisk 
as select from dd07l

association[0..*] to I_CpdFinancialRiskText as _Text on $projection.FinancialRisk = _Text.FinancialRisk
{
    @ObjectModel.text.association: '_Text'
    key domvalue_l                 as FinancialRisk,
    _Text
}
where
  domname = '/CPD/PWS_WS_FIN_RISK' and  domvalue_l <>  ''   
  
  
  
  
  
  
  
 /*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07L"
],
"ASSOCIATED":
[
"I_CPDFINANCIALRISKTEXT"
],
"BASE":
[],
"VERSION":0
}
}*/