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

Sample, Rick Rick.Sample at graybar.com
Fri Sep 14 18:51:33 EDT 2012


Cool. Thanks

FYI, not a biggie. I am just spot checking for stuff right now while doing some archiving. I will post results / finding  when I get them...

Thanks much,
Rick

From: sap-wug-bounces at mit.edu [mailto:sap-wug-bounces at mit.edu] On Behalf Of Kyle McCarter
Sent: Friday, September 14, 2012 17:14
To: sap-wug at mit.edu
Subject: RE: Easiest way to tell if single step task and not a task in WF?

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/9e329c29/attachment-0001.htm


More information about the SAP-WUG mailing list