I_WORKFLOWTASKAPPLOBJECT

CDS View

Application object of work items

I_WORKFLOWTASKAPPLOBJECT is a CDS View in S/4HANA. Application object of work items. It contains 9 fields. 38 CDS views read from this table.

CDS Views using this table (38)

ViewTypeJoinVDMDescription
C_CndnContrWorkItem view inner CONSUMPTION Condition Contract Work Item
C_CntrlPurContrApprovalEmail view inner CONSUMPTION Cntrl Purchase Contract Details for Workflow Approval Email
C_CntrlPurContrWorkflowEmail view inner CONSUMPTION Cntrl Purchase Contract Details for Workflow Deadline Email
C_PersSettlmtDocWorkItem view inner CONSUMPTION Personnel Settlement Document Work Item
C_PrmtHbRpldPurReqnApprvlEml view inner CONSUMPTION Purchase Requisition Details for Workflow Approval Email
C_PrmtHbRpldPurReqnItmAprvEml view inner CONSUMPTION Purchase Requisition Itm Details for WF Approval Email
C_PrmtHbRpldPurReqnItmWflEml view inner CONSUMPTION Purchase Requisition Itm Details for WF Deadline Email
C_PrmtHbRpldPurReqnWrkflwEml view inner CONSUMPTION Purchase Requisition Details for Workflow Deadline Email
C_PurchaseOrderWorkflowEmail view inner CONSUMPTION Purchase Order Details for Workflow Deadline Email
C_PurContrApprovalEmail view inner CONSUMPTION Purchase Contract Details for Workflow Approval Email
C_PurContrWorkflowEmail view inner CONSUMPTION Purchase Contract Details for Workflow Deadline Email
C_PurOrdWorkflowApprovalEmail view inner CONSUMPTION Purchase Order Details for Workflow Approval Email
C_SESWorkflowEmail view inner CONSUMPTION Email for SES Wfl Approval or Rejection
C_SettlmtDocWorkItem view inner CONSUMPTION Settlement Document Work Item
C_SrvcQtanWorkflowEmail view inner CONSUMPTION Email Data Provider for workflow
C_SrvcQtanWrkflwDeadlineEmail view inner CONSUMPTION Email Data Provider For Deadline Step
C_SuplrConfWrkflwApprovalEmail view inner CONSUMPTION Supplier Confirmation Details for Workflow Approval Email
C_SuplrInvcBlkdWrkflwEmlDcsn view inner CONSUMPTION Approve or Reject Email for Blocked Invoice
C_SuplrInvcWrkflwEmlDcsnRsn view inner CONSUMPTION Approve or Reject Email for Invoice
I_ADM_WORKFLOW view left_outer COMPOSITE Workflow work items
I_DFS_MeasureAreaForUser view inner BASIC Measure Area (for User)
I_DFS_OrganizationalMeasure view inner COMPOSITE Organizational Measure (for User)
I_LglTransWrkflwEmlDeadLine view left_outer COMPOSITE Email Template for Workflow Deadline
I_LglTransWrkflwInstce view left_outer COMPOSITE Data for Workflow Instance
I_SESWorkflowEmailDeadline view inner COMPOSITE Email Template for Service Entry Sheet Workflow Deadline
I_SrcgProjAwardEmailTemplate view inner COMPOSITE Awarding Scenario Workflow Email Template
I_SrcgSuplrListEmailTemplate view inner COMPOSITE Email Template for Srcg Supplier List
I_SuplrInvcWrkflwEmlDeadLine view inner COMPOSITE Supplier Invoice Details for Workflow Deadline Email
I_WFI_INST view_entity from Application Objects with WF Instances
I_WORKFLOW_INSTANCE view from Workflow Instances
I_WorkflowStatusOverview view inner COMPOSITE Workflow
I_WorkflowTaskLeadingApplObj view from COMPOSITE Work item leading application object
P_BatchWithFlexibleWorkflow view inner COMPOSITE
P_EHSTaskRelatedObject32 view from COMPOSITE
P_ProjectBillingWrkflwApprvr view_entity from COMPOSITE Project Billing Request Approvers
P_ProjectBillingWrkflwApprvr view_entity union COMPOSITE Project Billing Request Approvers
P_purreqemailtemplatehdr view from COMPOSITE
P_purreqemailtemplateitm view from COMPOSITE

Fields (9)

KeyField CDS FieldsUsed in Views
KEY TechnicalWrkflwObject ApplicationObject,ApplicationObjectID,TechnicalWrkflwObject 6
KEY WorkflowTaskInternalID WorkflowTaskInternalID 3
SAPBusinessObjectNodeKey1 SAPBusinessObjectNodeKey1 1
SAPBusinessObjectNodeKey2 SAPBusinessObjectNodeKey2 1
SAPBusinessObjectNodeKey3 SAPBusinessObjectNodeKey3 1
SAPBusinessObjectNodeKey4 SAPBusinessObjectNodeKey4 1
SAPBusinessObjectNodeKey5 SAPBusinessObjectNodeKey5 1
SAPBusinessObjectNodeKey6 SAPBusinessObjectNodeKey6 1
SAPObjectNodeRepresentation SAPObjectNodeRepresentation 6
@AbapCatalog : {
  sqlViewName: 'IWFTASKOBJECT',
  buffering.type: #NONE
}
@EndUserText.label: 'Application object of work items'
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.usageType : {
  dataClass: #META,
  serviceQuality: #B,
  sizeCategory: #M
}
define view I_WorkflowTaskApplObject
  as select from sww_wi2obj

{
  key cast ( guid as sww_wi2obj_guid )       as WorkflowTaskObject,
      wi_reltype                             as WorkflowObjectRole,
      wi_id                                  as WorkflowTaskInternalID,
      top_wi_id                              as TopLevelWorkflowTask,
      catid                                  as TechnicalWrkflwObjectCategory,
      typeid                                 as TechnicalWrkflwObjectType,
      instid                                 as TechnicalWrkflwObject,
      sont                                   as SAPObjectNodeRepresentation,
      sont_key_part_1                        as SAPBusinessObjectNodeKey1,
      sont_key_part_2                        as SAPBusinessObjectNodeKey2,
      sont_key_part_3                        as SAPBusinessObjectNodeKey3,
      sont_key_part_4                        as SAPBusinessObjectNodeKey4,
      sont_key_part_5                        as SAPBusinessObjectNodeKey5,
      sont_key_part_6                        as SAPBusinessObjectNodeKey6
}
where
  removed = ' '