I_WorkflowUserWorkItem

DDL: I_WORKFLOWUSERWORKITEM SQL: IFIWFUSRWI Type: view BASIC

User Work Item

I_WorkflowUserWorkItem is a Basic CDS View that provides data about "User Work Item" in SAP S/4HANA. It reads from 1 data source (swwuserwi) and exposes 4 fields.

Data Sources (1)

SourceAliasJoin Type
swwuserwi swwuserwi from

Annotations (9)

NameValueLevelField
AbapCatalog.sqlViewName IFIWFUSRWI view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.usageType.dataClass #MIXED view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #XL view
VDM.viewType #BASIC view
EndUserText.label User Work Item view

Fields (4)

KeyFieldSource TableSource FieldDescription
UserID user_id
WorkItem wi_id
ObjectType task_obj
WrkItmIsNotRelevantToSelection no_sel
@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
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"SWWUSERWI"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/