I_CAInvcgReqLock

DDL: I_CAINVCGREQLOCK Type: view_entity BASIC Package: FKKINV_VDM_UTILS

Sperre zum Fakturierungsauftrag

I_CAInvcgReqLock is a Basic CDS View (Dimension) that provides data about "Sperre zum Fakturierungsauftrag" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field CAInvcgReqIsLockedForInvoicing. It has 1 association to related views. Part of development package FKKINV_VDM_UTILS.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_CAInvcgReqLockText _Text $projection.CAInvcgReqIsLockedForInvoicing = _Text.CAInvcgReqIsLockedForInvoicing

Annotations (12)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
Analytics.dataCategory #DIMENSION view
Analytics.dataExtraction.enabled true view
Analytics.internalName #LOCAL view
EndUserText.label Sperre zum Fakturierungsauftrag view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.modelingPattern #ANALYTICAL_DIMENSION view
ObjectModel.representativeKey CAInvcgReqIsLockedForInvoicing view
ObjectModel.usageType.dataClass #META view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
VDM.viewType #BASIC view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY CAInvcgReqIsLockedForInvoicing
_Text _Text
@AccessControl.authorizationCheck: #NOT_REQUIRED
@Analytics: {
  dataCategory: #DIMENSION,
  dataExtraction.enabled: true,
  internalName: #LOCAL
}
@EndUserText.label: 'Sperre zum Fakturierungsauftrag'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel: {
  modelingPattern: #ANALYTICAL_DIMENSION,
  representativeKey: 'CAInvcgReqIsLockedForInvoicing',
//  sapObjectNodeType.name: 'ContrAcctgInvoicingRequestLock',

  supportedCapabilities: [
    #ANALYTICAL_DIMENSION,
    #CDS_MODELING_ASSOCIATION_TARGET,
    #CDS_MODELING_DATA_SOURCE,
    #EXTRACTION_DATA_SOURCE,
    #SQL_DATA_SOURCE
  ],
  usageType: {
    dataClass: #META,
    serviceQuality: #A,
    sizeCategory: #S
  }
}
@VDM.viewType: #BASIC

define view entity I_CAInvcgReqLock
  as select from dd07l

  association [0..*] to I_CAInvcgReqLockText as _Text on $projection.CAInvcgReqIsLockedForInvoicing = _Text.CAInvcgReqIsLockedForInvoicing
{
      @ObjectModel.text.association: '_Text'
  key cast ( substring( dd07l.domvalue_l,1,1 ) as invtriglock_kk preserving type ) as CAInvcgReqIsLockedForInvoicing,
      _Text
}
where
      domname  = 'INVTRIGLOCK_KK'
  and as4local = 'A'