I_CAPOSTGANDCLRGLOCKREASON

CDS View

Posting and Clearing Lock Reason

I_CAPOSTGANDCLRGLOCKREASON is a CDS View in S/4HANA. Posting and Clearing Lock Reason. It contains 1 fields. 2 CDS views read from this table.

CDS Views using this table (2)

ViewTypeJoinVDMDescription
I_CABusinessLockReason view_entity union_all COMPOSITE Business Lock Reason
I_CAClearingLockRsnValueHelp view_entity from COMPOSITE Clearing Lock Reason

Fields (1)

KeyField CDS FieldsUsed in Views
KEY CAPostgAndClrgLockReason CABusinessLockReason 1
@AccessControl.authorizationCheck: #NOT_REQUIRED

@EndUserText.label: 'Posting and Clearing Lock Reason'

@Metadata.ignorePropagatedAnnotations: true

@ObjectModel: { representativeKey: 'CAPostgAndClrgLockReason',
                usageType: { serviceQuality: #A,
                             sizeCategory: #S,
                             dataClass: #CUSTOMIZING } }
@VDM.viewType: #BASIC

define view entity I_CAPostgAndClrgLockReason
  as select from tfk000s

  association [0..*] to I_CAPostgAndClrgLockRsnText as _Text on $projection.CAPostgAndClrgLockReason = _Text.CAPostgAndClrgLockReason

{
      @ObjectModel.text.association: '_Text'
  key sppos                                  as CAPostgAndClrgLockReason,

      xpocl                                  as CAPostgAndClrgLockCategory,
      cast( begru as begru preserving type ) as CAAuthorizationGroup,
      tdate_period                           as CATimeUnitForLockDuration,
      tdate_value                            as CANumberOfUnitsForLockDuration,

      _Text
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"TFK000S"
],
"ASSOCIATED":
[
"I_CAPOSTGANDCLRGLOCKRSNTEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/