CDS标准视图:技术对象检验级别 I_TechObjInspectionLevelCode

  • 视图名称:技术对象检验级别 I_TechObjInspectionLevelCode
  • 视图类型:基础
  • 视图代码:
点击查看代码
@AbapCatalog: {
 sqlViewName: 'ITECHOBJINSPLVL',
 compiler.compareFilter: true,
 preserveKey: true
 }

@ClientHandling.algorithm: #SESSION_VARIABLE

@AccessControl.authorizationCheck: #NOT_REQUIRED

@EndUserText.label: 'Technical Object Inspection Level'

@VDM.viewType: #BASIC

@Analytics: {
  dataCategory: #DIMENSION,
  internalName:#LOCAL,
  dataExtraction.enabled: true
}

@ObjectModel :
{
  representativeKey: 'TechObjInspectionLevelCode',
  usageType.dataClass: #META,
  usageType.serviceQuality: #A,
  usageType.sizeCategory: #S,
  resultSet.sizeCategory: #XS,
  modelingPattern: #ANALYTICAL_DIMENSION,
  supportedCapabilities: [#SQL_DATA_SOURCE, #CDS_MODELING_DATA_SOURCE, #CDS_MODELING_ASSOCIATION_TARGET,#EXTRACTION_DATA_SOURCE,#ANALYTICAL_DIMENSION]
}

@Metadata.ignorePropagatedAnnotations: true


define view I_TechObjInspectionLevelCode as select from dd07l
  association [0..*] to I_TechObjInspectionLevelText as _InspectionLevelText on $projection.TechObjInspectionLevelCode = _InspectionLevelText.TechObjInspectionLevelCode
{
      @ObjectModel.text.association: '_InspectionLevelText'
      key cast(dd07l.domvalue_l as eame_idms_type) as TechObjInspectionLevelCode,
      _InspectionLevelText
}
where
      dd07l.domname  = 'EAM_IDMS_TYPE_D'
  and dd07l.as4local = 'A'
  and dd07l.as4vers = '0000'
  • 事务代码:

  • 视图结构:

字段名称 技术名称
检验级别 TECHOBJINSPECTIONLEVELCODE

作者:观兴

出处:https://www.cnblogs.com/guanxing/p/18658999

版权:本作品采用「署名-非商业性使用-相同方式共享 4.0 国际」许可协议进行许可。

转载需本人同意,未经同意转载视同接受稿费2元/字

posted @   观兴  阅读(3)  评论(0编辑  收藏  举报
相关博文:
阅读排行:
· CSnakes vs Python.NET:高效嵌入与灵活互通的跨语言方案对比
· DeepSeek “源神”启动!「GitHub 热点速览」
· 我与微信审核的“相爱相杀”看个人小程序副业
· Plotly.NET 一个为 .NET 打造的强大开源交互式图表库
· 上周热点回顾(2.17-2.23)
more_horiz
keyboard_arrow_up dark_mode palette
选择主题
点击右上角即可分享
微信分享提示