CDS标准视图:付款锁定原因描述 I_PaymentBlockingReasonText
视图名称:付款锁定原因描述 I_PaymentBlockingReasonText
视图类型:基础
视图代码:
点击查看代码
//Documentation about annotations can be found at http://help.sap.com searching for CDS annotations //Inserted by VDM CDS Suite Plugin
@ObjectModel.usageType.sizeCategory: #M //Inserted by VDM CDS Suite Plugin
@ObjectModel.usageType.serviceQuality: #A //Inserted by VDM CDS Suite Plugin
@ObjectModel.usageType.dataClass: #CUSTOMIZING //Inserted by VDM CDS Suite Plugin
@ObjectModel.supportedCapabilities: [ #CDS_MODELING_DATA_SOURCE , #CDS_MODELING_ASSOCIATION_TARGET , #SQL_DATA_SOURCE , #LANGUAGE_DEPENDENT_TEXT ]
@EndUserText.label: 'Payment Blocking Reason - Text'
@ObjectModel.dataCategory: #TEXT
@VDM.viewType: #BASIC
@AbapCatalog.sqlViewName: 'IFIPAYBLOCKREAST'
@AbapCatalog.compiler.compareFilter: true
@Metadata.ignorePropagatedAnnotations: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.representativeKey: 'PaymentBlockingReason'
@Search.searchable: true
@VDM.lifecycle.contract.type: #PUBLIC_LOCAL_API
define view I_PaymentBlockingReasonText
as select from t008t
association [0..1] to I_Language as _Language on $projection.Language = _Language.Language
{
@Semantics.language:true
key spras as Language,
@Search.defaultSearchElement: true
@Search.fuzzinessThreshold: 1.0
key cast (zahls as farp_dzlspr) as PaymentBlockingReason,
@Search.defaultSearchElement: true
@Search.fuzzinessThreshold: 0.8
@Semantics.text:true
cast (textl as farp_payment_block_reason_name ) as PaymentBlockingReasonName,
_Language
};
事务代码:SPRO
视图结构:
| 字段名称 | 技术名称 |
|---|---|
| 语言 | LANGUAGE |
| 项目付款冻结 | PAYMENTBLOCKINGREASON |
| 付款冻结原因 | PAYMENTBLOCKINGREASONNAME |

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

浙公网安备 33010602011771号