视图名称:催款范围 I_DunningArea
视图类型:基础
视图代码:
点击查看代码
@AccessControl.authorizationCheck: #CHECK //authority check is wrong, for compatibility reasons DCL remains but is always true
@EndUserText.label: 'Dunning Area'
@Analytics: { dataCategory: #DIMENSION }
@VDM.viewType: #BASIC
@Metadata.ignorePropagatedAnnotations: true
@Metadata.allowExtensions:true
@ClientHandling.algorithm: #SESSION_VARIABLE
@AbapCatalog.sqlViewName: 'IFIDUNAREA'
@AbapCatalog.preserveKey:true
@AbapCatalog.compiler.compareFilter:true
@ObjectModel.representativeKey: 'DunningArea'
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #M
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.supportedCapabilities: [ #CDS_MODELING_DATA_SOURCE ]
define view I_DunningArea
as select from t047m
association [1..1] to I_CompanyCode as _CompanyCode on $projection.CompanyCode = _CompanyCode.CompanyCode
association [0..*] to I_DunningAreaText as _Text on $projection.CompanyCode = _Text.CompanyCode
and $projection.DunningArea = _Text.DunningArea
{
@Consumption.valueHelpDefinition: [
{ entity: { name: 'I_CompanyCodeStdVH',
element: 'CompanyCode' }
}]
@ObjectModel.foreignKey.association: '_CompanyCode'
key cast(bukrs as fis_bukrs preserving type) as CompanyCode,
@ObjectModel.text.association: '_Text'
key cast(maber as farp_maber preserving type) as DunningArea,
_CompanyCode,
_Text
};
事务代码:SPRO
视图结构:
字段名称 | 技术名称 |
---|---|
公司代码 | COMPANYCODE |
催款范围 | DUNNINGAREA |