I_WORKFLOWUSERWORKITEM
User Work Item
I_WORKFLOWUSERWORKITEM is a CDS View in S/4HANA. User Work Item. It contains 1 fields. 2 CDS views read from this table.
CDS Views using this table (2)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| P_ProjectBillingWrkflwApprvr | view_entity | inner | COMPOSITE | Project Billing Request Approvers |
| P_WorkflowMyPresentDialogItem | view | inner | COMPOSITE |
Fields (1)
| Key | Field | CDS Fields | Used in Views |
|---|---|---|---|
| KEY | UserID | WorkflowTaskRecipient | 1 |
@AbapCatalog.sqlViewName: 'IFIWFUSRWI'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.usageType.dataClass: #MIXED
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #XL
@VDM.viewType: #BASIC
@EndUserText.label: 'User Work Item'
define view I_WorkflowUserWorkItem as select from swwuserwi {
user_id as UserID,
wi_id as WorkItem,
task_obj as ObjectType,
//this field is required by Hrebicek, Martin
no_sel as WrkItmIsNotRelevantToSelection
}