I_CAPAYMENTLOCKREASON

CDS View

Payment Lock Reason

I_CAPAYMENTLOCKREASON is a CDS View in S/4HANA. Payment 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_CAPaymentLockReasonVH view from COMPOSITE Payment Lock Reason

Fields (1)

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

@EndUserText.label: 'Payment Lock Reason'

@Metadata.ignorePropagatedAnnotations: true

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

define view entity I_CAPaymentLockReason
  as select from tfk008

  association [0..*] to I_CAPaymentLockReasonText as _Text on $projection.CAPaymentLockReason = _Text.CAPaymentLockReason
{
      @ObjectModel.text.association: '_Text'
  key zahls                                  as CAPaymentLockReason,
      xclar                                  as CAIsIncludedInClrfctnWorklist,
      cast( begru as begru preserving type ) as CAAuthorizationGroup,
      tdate_period                           as CATimeUnitForLockDuration,
      tdate_value                            as CANumberOfUnitsForLockDuration,
      ppval                                  as CAValidityForPrepaidAccount,

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