I_CAWorkflowCheckReason

DDL: I_CAWORKFLOWCHECKREASON Type: view_entity BASIC Package: FKKB

Workflow Check Reason

I_CAWorkflowCheckReason is a Basic CDS View (Dimension) that provides data about "Workflow Check Reason" in SAP S/4HANA. It reads from 1 data source (tfk4eye) and exposes 7 fields with key field CAWorkflowCheckReason. It has 1 association to related views. It is exposed through 1 OData service (UI_CADOCUMENT_MNG). Part of development package FKKB.

Data Sources (1)

SourceAliasJoin Type
tfk4eye tfk4eye from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_CAWorkflowCheckReasonText _Text $projection.CAWorkflowCheckReason = _Text.CAWorkflowCheckReason

Annotations (12)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
Analytics.dataCategory #DIMENSION view
Analytics.dataExtraction.enabled true view
EndUserText.label Workflow Check Reason view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.modelingPattern #ANALYTICAL_DIMENSION view
ObjectModel.representativeKey CAWorkflowCheckReason view
ObjectModel.sapObjectNodeType.name ContrAcctgWorkflowCheckReason view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
VDM.viewType #BASIC view

OData Services (1)

ServiceBindingVersionContractRelease
UI_CADOCUMENT_MNG UI_CADOCUMENT_MNG V4 C1 NOT_RELEASED

Fields (7)

KeyFieldSource TableSource FieldDescription
KEY CAWorkflowCheckReason c4eye
CAPaymentIsForbiddenBfrConf xspza
CAClearingIsForbiddenBfrConf xspag
CADunningIsForbiddenBfrConf xspma
CAIntrstIsForbiddenBfrConf xspzi
CADocChangeIsForbiddenBfrConf xblae
_Text _Text
@AccessControl.authorizationCheck: #NOT_REQUIRED

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

@EndUserText.label: 'Workflow Check Reason'

@Metadata.ignorePropagatedAnnotations: true

@ObjectModel: { modelingPattern: #ANALYTICAL_DIMENSION,
                representativeKey: 'CAWorkflowCheckReason',
                sapObjectNodeType.name: 'ContrAcctgWorkflowCheckReason',
                supportedCapabilities: [ #ANALYTICAL_DIMENSION,
                                         #CDS_MODELING_ASSOCIATION_TARGET,
                                         #CDS_MODELING_DATA_SOURCE,
                                         #EXTRACTION_DATA_SOURCE,
                                         #SQL_DATA_SOURCE ],
                usageType: { dataClass: #CUSTOMIZING,
                             serviceQuality: #A,
                             sizeCategory: #S } }

@VDM.viewType: #BASIC

define view entity I_CAWorkflowCheckReason
  as select from tfk4eye

  association [0..*] to I_CAWorkflowCheckReasonText as _Text on $projection.CAWorkflowCheckReason = _Text.CAWorkflowCheckReason

{
      @ObjectModel.text.association: '_Text'
  key c4eye as CAWorkflowCheckReason,

      xspza as CAPaymentIsForbiddenBfrConf,
      xspag as CAClearingIsForbiddenBfrConf,
      xspma as CADunningIsForbiddenBfrConf,
      xspzi as CAIntrstIsForbiddenBfrConf,
      xblae as CADocChangeIsForbiddenBfrConf,

      _Text
}