Hello,
I am trying to create a report with Qlikview which gives an overview over workflows and workitems.
- For the listing of the Workflows I collect information from the table SWDSMNODES. As I understood, in this table there should be all tasks (Field TASK) and the related workflows (Field WFD_ID). From this data I create a table with all available Workflows and the taks it contains of
- The actual workitems are collected through the table SWWWIHEAD. But when I compare the items of SWWWIHEAD to SWDSMNODES I sometimes find tasks which in SWWWIHEAD are part of a specific workflow definition (lets say WS95500111) while in SWDSMNODES they are part of the workflow WS95500222
Could you please tell me if my approach is ok so far and, if yes, why there are those anomalies?
Thanks in advance!