@AbapCatalog.sqlViewName : 'TRACADTLEXMASTER'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label : 'Master Data'
@ObjectModel.usageType.dataClass: #MASTER
@ObjectModel.usageType.serviceQuality: #B
@ObjectModel.usageType.sizeCategory: #S
@ClientHandling.algorithm: #SESSION_VARIABLE
// ********************************************************************************************
// This view is needed for Substitution Rule for Determination of Account Assignment Reference
// Do not use this view for any other purpose!!!!
// Only a dummy select is implemented here.
// ********************************************************************************************
/*+[hideWarning] { "IDS" : [ "KEY_CHECK" ] }*/
define view TRAC_ADTL_EXP_MASTER_DATA
as select from I_Currency
{
@Consumption.valueHelpDefinition: [
{ entity : { name: 'I_TrsyFinExpsrItmText',
element: 'FinancialExposureItem' }
}]
cast ('ABCDEFGHIJKLM' as toe_exposure_item_id preserving type ) as FinancialExposureItem,
@Consumption.valueHelpDefinition: [
{ entity : { name: 'I_TrsyFinExpsrSubitemText',
element: 'FinancialExposureSubItem' }
}]
cast ('ABCDEFGHIJKLM' as toe_exposure_subitem_id preserving type ) as FinancialExposureSubItem
} where 1 = 2;
/*+[internal] {
"BASEINFO":
{
"FROM ":
[
"I_CURRENCY"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/
Depth:
1
2
3
4
5
All
Reload
TRAC_ADTL_EXP_MASTER_DATA view