Easiest way to tell if single step task and not a task in WF?

Kyle McCarter kmccarter at csc.com
Fri Sep 14 18:13:52 EDT 2012


Rick,

WI_TYPE = 'W' and WI_CHCKWI <Initial> WILL NOT give you ALL workflows that 
are Single Step Tasks; which is what I believe you are looking for. 

While I haven't thoroughly researched this, I would suggest the following 
MAY do the trick:
  IF   SWWWIHEAD-WI_ID = SWWWIHEAD-TOP_WI_ID 
   AND SWWIHEAD-PARENTWI IS <Initial>.
This will certainly get you closer to your goal. You may need to look at 
work items that are generated due to things like deadline monitoring to 
ensure they stand up to your requirements.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.mit.edu/pipermail/sap-wug/attachments/20120914/ee686552/attachment.htm


More information about the SAP-WUG mailing list