CDS标准视图:催款代码 I_DunningKey
视图名称:催款代码 I_DunningKey
视图类型:基础
视图代码:
点击查看代码
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Dunning Key'
@Analytics: { dataCategory: #DIMENSION }
@VDM.viewType: #BASIC
@ClientHandling.algorithm: #SESSION_VARIABLE
@AbapCatalog.sqlViewName: 'IFIDUNKEY'
@AbapCatalog.preserveKey:true
@AbapCatalog.compiler.compareFilter:true
@ObjectModel.representativeKey: 'DunningKey'
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.supportedCapabilities: [ #CDS_MODELING_DATA_SOURCE ]
@Metadata.ignorePropagatedAnnotations:true
@Search.searchable: true
define view I_DunningKey
as select from t040
association [0..*] to I_DunningKeyText as _Text on $projection.DunningKey = _Text.DunningKey
{
@ObjectModel.text.association: '_Text'
@Search.defaultSearchElement: true
key cast( mschl as farp_mschl ) as DunningKey,
@Consumption: { filter: { hidden: true } }
cast(maxst as maxst) as MaximumDunningLevel,
_Text
};
事务代码:SPRO
视图结构:
| 字段名称 | 技术名称 |
|---|---|
| 催款代码 | DUNNINGKEY |
| 催款级别 | MAXIMUMDUNNINGLEVEL |

本文来自博客园,作者:观兴,转载请注明原文链接:https://www.cnblogs.com/guanxing/p/18662419

浙公网安备 33010602011771号