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. 46 CDS views read from this table.

CDS Views using this table (46)

ViewTypeJoinVDMDescription
C_BankAccountReviewAreaInbox view_entity inner CONSUMPTION Bank Account Review Area
C_BkAccountReviewWorkflowEDP view_entity inner CONSUMPTION Bank Account Review Email Data Provider
C_BkPowerOfAttorneyWorkflowEDP view_entity inner CONSUMPTION Power of Attorney Email Data Provider
C_ChangeRecdMailTmplForApprvl view_entity inner CONSUMPTION Email Template for Approval
C_CN_PayReqnWrkflwApprvlTmpl view_entity inner CONSUMPTION Payment Requisition Approval Email
C_CN_PayReqnWrkflwNotifTmpl view_entity inner CONSUMPTION Payment Requisiton Notification Email
C_CndnContrWorkItem view_entity 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_EDCWorkflowTask view_entity inner CONSUMPTION EDC Workflow Task
C_MaintOrderWorkflowEmail view_entity inner CONSUMPTION Maintenance Order Details for WF
C_PersSettlmtDocWorkItem view_entity 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_entity 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_SuplrConfWorkflowDeadlineEDP view_entity inner CONSUMPTION Suppl Conf Details for Deadline Email
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_EHSIncidentWrkflwTskProcsr view_entity from COMPOSITE Incident Workflow Processor
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 Batches with flexible workflow
P_EHSTaskRelatedObject32 view from COMPOSITE Related Objects with Key restricted to 32 characters
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 Private view for email template header
P_purreqemailtemplateitm view from COMPOSITE Private view for email template purchase requsition item

Fields (9)

KeyField CDS FieldsUsed in Views
KEY TechnicalWrkflwObject ApplicationObject,ApplicationObjectID,TechnicalWrkflwObject 7
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 = ' '