I_WORKFLOWPDORGOBJECT

CDS View

Workflow: PD-Org object

I_WORKFLOWPDORGOBJECT is a CDS View in S/4HANA. Workflow: PD-Org object. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_WorkflowTaskDefinition view from BASIC Work item task definition
@AbapCatalog : {
  sqlViewName: 'IWFPDORGOBJ'
}
@EndUserText.label: 'Workflow: PD-Org object'
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.usageType: {
  dataClass: #CUSTOMIZING,
  serviceQuality: #A,
  sizeCategory: #S
}
@Analytics: { dataCategory: #DIMENSION, dataExtraction.enabled: true }
@ObjectModel.representativeKey: 'WorkflowTaskDefinitionObject'
define view I_WorkflowPDOrgObject
  as select distinct from hrs1000

  association [0..*] to I_WorkflowPDOrgObjectText as _Text on  $projection.WorkflowTaskDefinitionObjType = _Text.WorkflowTaskDefinitionObjType
                                                           and $projection.WorkflowTaskDefinitionObject  = _Text.WorkflowTaskDefinitionObject
{
      @ObjectModel: { text.association: '_Text' }
  key otype as WorkflowTaskDefinitionObjType,
  key objid as WorkflowTaskDefinitionObject,

      _Text
}
where
     langu = 'E'
  or langu = 'D'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"HRS1000"
],
"ASSOCIATED":
[
"I_WORKFLOWPDORGOBJECTTEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/