<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'>
Rick,<BR>
sorry for the typo...<BR>
all i am trying to say is if she is using a Loop until step then she has to do a container operation step and check&nbsp; the same in the condition.<BR>
&nbsp;<BR>
&nbsp;<BR>
&nbsp;<BR>
Thanks,<BR><BR>yogesh "not a failure but a low aim is a crime"<BR><BR>&gt; From: sap-wug-request@mit.edu<BR>&gt; Subject: SAP-WUG Digest, Vol 39, Issue 81<BR>&gt; To: sap-wug@mit.edu<BR>&gt; Date: Thu, 28 Feb 2008 12:14:42 -0500<BR>&gt; <BR>&gt; Send SAP-WUG mailing list submissions to<BR>&gt; sap-wug@mit.edu<BR>&gt; <BR>&gt; To subscribe or unsubscribe via the World Wide Web, visit<BR>&gt; http://mailman.mit.edu/mailman/listinfo/sap-wug<BR>&gt; or, via email, send a message with subject or body 'help' to<BR>&gt; sap-wug-request@mit.edu<BR>&gt; <BR>&gt; You can reach the person managing the list at<BR>&gt; sap-wug-owner@mit.edu<BR>&gt; <BR>&gt; When replying, please edit your Subject line so it is more specific<BR>&gt; than "Re: Contents of SAP-WUG digest..."<BR>&gt; <BR>&gt; <BR>&gt; Today's Topics:<BR>&gt; <BR>&gt; 1. RE: SAP-WUG Digest, Vol 39, Issue 78 (Sample, Rick)<BR>&gt; <BR>&gt; <BR>&gt; ----------------------------------------------------------------------<BR>&gt; <BR>&gt; Message: 1<BR>&gt; Date: Thu, 28 Feb 2008 11:13:36 -0600<BR>&gt; From: "Sample, Rick" &lt;Rick.Sample@gbe.com&gt;<BR>&gt; Subject: RE: SAP-WUG Digest, Vol 39, Issue 78<BR>&gt; To: "SAP Workflow Users' Group" &lt;sap-wug@mit.edu&gt;<BR>&gt; Message-ID:<BR>&gt; &lt;1897E92A96C47648A6574CB9A51C64070558071F@SEBEV1PW.graybar.com&gt;<BR>&gt; Content-Type: text/plain; charset="us-ascii"<BR>&gt; <BR>&gt; This is incorrect if you are trying to catch the RESULT parm from<BR>&gt; method-&gt;task!<BR>&gt; swc_set_element container 'RESULT' 'T'. Will set a "container element".<BR>&gt; <BR>&gt; <BR>&gt; swc_set_element container RESULT 'T'. Will set the METHOD RESULT<BR>&gt; parameters to be caught by Task.<BR>&gt; <BR>&gt; <BR>&gt; Rick Sample<BR>&gt; SAP Business Workflow Developer<BR>&gt; Graybar, Inc.<BR>&gt; 11885 Lackland Dr.<BR>&gt; St. Louis, MO. 63146<BR>&gt; 314-573-5822<BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; ________________________________<BR>&gt; <BR>&gt; From: sap-wug-bounces@mit.edu [mailto:sap-wug-bounces@mit.edu] On Behalf<BR>&gt; Of yogesh patil<BR>&gt; Sent: Thursday, February 28, 2008 10:41 AM<BR>&gt; To: sap-wug@mit.edu<BR>&gt; Subject: RE: SAP-WUG Digest, Vol 39, Issue 78<BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; Sue,<BR>&gt; <BR>&gt; Since you are checking the condition in a loop ,i think you have to do<BR>&gt; a container operation with assign "after "the method you are calling<BR>&gt; for getting T or F of the result element and then check for the<BR>&gt; Condition(the workflow container used in the container operation) in the<BR>&gt; condition step. it should work.<BR>&gt; <BR>&gt; for exampe!<BR>&gt; <BR>&gt; method get_result.<BR>&gt; <BR>&gt; if <BR>&gt; swc_set_element container 'RESULTt' 'T'.<BR>&gt; else.<BR>&gt; swc_Set_element container 'RESULT' 'F'.<BR>&gt; <BR>&gt; endmethod.<BR>&gt; <BR>&gt; Do a container operation in the wf definition.<BR>&gt; <BR>&gt; set the workflow container for EX..FLAG = RESULT(from task container)<BR>&gt; <BR>&gt; and then in the next step check for the <BR>&gt; WF container FLAG in the condition.<BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; Please let me know if this works..<BR>&gt; <BR>&gt; Thanks,<BR>&gt; <BR>&gt; <BR>&gt; yogesh.<BR>&gt; <BR>&gt; &gt; From: sap-wug-request@mit.edu<BR>&gt; &gt; Subject: SAP-WUG Digest, Vol 39, Issue 78<BR>&gt; &gt; To: sap-wug@mit.edu<BR>&gt; &gt; Date: Thu, 28 Feb 2008 10:31:04 -0500<BR>&gt; &gt; <BR>&gt; &gt; Send SAP-WUG mailing list submissions to<BR>&gt; &gt; sap-wug@mit.edu<BR>&gt; &gt; <BR>&gt; &gt; To subscribe or unsubscribe via the World Wide Web, visit<BR>&gt; &gt; http://mailman.mit.edu/mailman/listinfo/sap-wug<BR>&gt; &gt; or, via email, send a message with subject or body 'help' to<BR>&gt; &gt; sap-wug-request@mit.edu<BR>&gt; &gt; <BR>&gt; &gt; You can reach the person managing the list at<BR>&gt; &gt; sap-wug-owner@mit.edu<BR>&gt; &gt; <BR>&gt; &gt; When replying, please edit your Subject line so it is more specific<BR>&gt; &gt; than "Re: Contents of SAP-WUG digest..."<BR>&gt; &gt; <BR>&gt; &gt; <BR>&gt; &gt; Today's Topics:<BR>&gt; &gt; <BR>&gt; &gt; 1. RE: Condition step not working in Workflow (Sue Doughty)<BR>&gt; &gt; 2. RE: Condition step not working in Workflow (Sue Doughty)<BR>&gt; &gt; 3. RE: Condition step not working in Workflow (Sample, Rick)<BR>&gt; &gt; <BR>&gt; &gt; <BR>&gt; &gt; ----------------------------------------------------------------------<BR>&gt; &gt; <BR>&gt; &gt; Message: 1<BR>&gt; &gt; Date: Thu, 28 Feb 2008 08:23:51 -0500<BR>&gt; &gt; From: "Sue Doughty" &lt;Sue.Doughty@odfl.com&gt;<BR>&gt; &gt; Subject: RE: Condition step not working in Workflow<BR>&gt; &gt; To: "SAP Workflow Users' Group" &lt;sap-wug@mit.edu&gt;<BR>&gt; &gt; Message-ID:<BR>&gt; &gt; &lt;082C942F46528B44B5463D3C2A1FF0F40E5BB199@corp-m-exch2.corp.odfl.com&gt;<BR>&gt; &gt; Content-Type: text/plain; charset="us-ascii"<BR>&gt; &gt; <BR>&gt; &gt; Hi Mike,<BR>&gt; &gt; <BR>&gt; &gt; The step actually completes. The next step (condition checking for T<BR>&gt; or<BR>&gt; &gt; F) does not start if the result of the method is F, but the condition<BR>&gt; is<BR>&gt; &gt; executed if the result of the method is T.<BR>&gt; &gt; <BR>&gt; &gt; I'll give your suggestion a try.<BR>&gt; &gt; <BR>&gt; &gt; Regards,<BR>&gt; &gt; Sue T. Doughty<BR>&gt; &gt; SAP Workflow Specialist<BR>&gt; &gt; Old Dominion Freight Line, Inc.<BR>&gt; &gt; 500 Old Dominion Way<BR>&gt; &gt; Thomasville, NC 27360<BR>&gt; &gt; Phone: (336) 822-5189<BR>&gt; &gt; Toll Free (800 ) 432-6335, ext. 5189<BR>&gt; &gt; Email: sue.doughty@odfl.com<BR>&gt; &gt; -----Original Message-----<BR>&gt; &gt; From: sap-wug-bounces@mit.edu [mailto:sap-wug-bounces@mit.edu] On<BR>&gt; Behalf<BR>&gt; &gt; Of Mike Pokraka<BR>&gt; &gt; Sent: Thursday, February 28, 2008 7:54 AM<BR>&gt; &gt; To: SAP Workflow Users' Group<BR>&gt; &gt; Subject: RE: Condition step not working in Workflow<BR>&gt; &gt; <BR>&gt; &gt; Just to confirm the obvious: Does the step actually complete? (Status<BR>&gt; &gt; Completed)<BR>&gt; &gt; If it just completes and the next step doesn't start then your WF<BR>&gt; &gt; definition couldbe corrupt. Put the two steps into a test WF and see<BR>&gt; if<BR>&gt; &gt; that works.<BR>&gt; &gt; <BR>&gt; &gt; On Wed, February 27, 2008 6:20 pm, Sue Doughty wrote:<BR>&gt; &gt; &gt; Hi Mike,<BR>&gt; &gt; &gt;<BR>&gt; &gt; &gt; I changed the data type to SY-INPUT and still get the same results.<BR>&gt; &gt; &gt;<BR>&gt; &gt; &gt; Thank you for the suggestion though. I'm willing to try anything. I<BR>&gt; &gt; &gt; hope that it is not something so simple that I'll feel really stupid<BR>&gt; &gt; &gt; when I find it. :-)<BR>&gt; &gt; &gt;<BR>&gt; &gt; &gt; Regards,<BR>&gt; &gt; &gt; Sue T. Doughty<BR>&gt; &gt; &gt; SAP Workflow Specialist<BR>&gt; &gt; &gt; Old Dominion Freight Line, Inc.<BR>&gt; &gt; &gt; 500 Old Dominion Way<BR>&gt; &gt; &gt; Thomasville, NC 27360<BR>&gt; &gt; &gt; Phone: (336) 822-5189<BR>&gt; &gt; &gt; Toll Free (800 ) 432-6335, ext. 5189<BR>&gt; &gt; &gt; Email: sue.doughty@odfl.com<BR>&gt; &gt; &gt;<BR>&gt; &gt; &gt; -----Original Message-----<BR>&gt; &gt; &gt; From: sap-wug-bounces@mit.edu [mailto:sap-wug-bounces@mit.edu] On<BR>&gt; &gt; Behalf<BR>&gt; &gt; &gt; Of Mike Pokraka<BR>&gt; &gt; &gt; Sent: Wednesday, February 27, 2008 12:13 PM<BR>&gt; &gt; &gt; To: SAP Workflow Users' Group<BR>&gt; &gt; &gt; Subject: RE: Condition step not working in Workflow<BR>&gt; &gt; &gt;<BR>&gt; &gt; &gt; Hmm, not too sure then. I thought I'd mention as it would be worth<BR>&gt; &gt; &gt; checking. Also make sure your data type is valid for the values. Try<BR>&gt; &gt; &gt; changing it to SY-INPUT just to make sure.<BR>&gt; &gt; &gt;<BR>&gt; &gt; &gt; On Wed, February 27, 2008 4:11 pm, Sue Doughty wrote:<BR>&gt; &gt; &gt;&gt; Hi Mike,<BR>&gt; &gt; &gt;&gt;<BR>&gt; &gt; &gt;&gt; Thanks for your reply.<BR>&gt; &gt; &gt;&gt;<BR>&gt; &gt; &gt;&gt; I am not using a result parameter even though I tried that when it<BR>&gt; &gt; did<BR>&gt; &gt; &gt;&gt; not work the way I had it at first. Neither way works. I can see in<BR>&gt; &gt; &gt;&gt; the workflow log that my export parameter (ImageFound) is being<BR>&gt; &gt; &gt;&gt; populated with the correct 'T' or 'F' value, but the Results<BR>&gt; &gt; &gt; processing<BR>&gt; &gt; &gt;&gt; step is not being executed with an F value - it only executes when<BR>&gt; &gt; the<BR>&gt; &gt; &gt;&gt; export parameter contains a 'T' value.<BR>&gt; &gt; &gt;&gt;<BR>&gt; &gt; &gt;&gt; I can't use a virtual attribute because the input parameters to the<BR>&gt; &gt; &gt;&gt; method change with each call to the method (i.e., doctype and<BR>&gt; &gt; &gt;&gt; imagedate).<BR>&gt; &gt; &gt;&gt;<BR>&gt; &gt; &gt;&gt; Regards,<BR>&gt; &gt; &gt;&gt; Sue T. Doughty<BR>&gt; &gt; &gt;&gt; SAP Workflow Specialist<BR>&gt; &gt; &gt;&gt; Old Dominion Freight Line, Inc.<BR>&gt; &gt; &gt;&gt; 500 Old Dominion Way<BR>&gt; &gt; &gt;&gt; Thomasville, NC 27360<BR>&gt; &gt; &gt;&gt; Phone: (336) 822-5189<BR>&gt; &gt; &gt;&gt; Toll Free (800 ) 432-6335, ext. 5189<BR>&gt; &gt; &gt;&gt; Email: sue.doughty@odfl.com<BR>&gt; &gt; &gt;&gt; -----Original Message-----<BR>&gt; &gt; &gt;&gt; From: sap-wug-bounces@mit.edu [mailto:sap-wug-bounces@mit.edu] On<BR>&gt; &gt; &gt; Behalf<BR>&gt; &gt; &gt;&gt; Of Mike Pokraka<BR>&gt; &gt; &gt;&gt; Sent: Wednesday, February 27, 2008 10:44 AM<BR>&gt; &gt; &gt;&gt; To: SAP Workflow Users' Group<BR>&gt; &gt; &gt;&gt; Subject: Re: Condition step not working in Workflow<BR>&gt; &gt; &gt;&gt;<BR>&gt; &gt; &gt;&gt; Hi Sue,<BR>&gt; &gt; &gt;&gt; Are you using a standard return parameter or a result parameter?<BR>&gt; &gt; &gt;&gt; ("Result<BR>&gt; &gt; &gt;&gt; parameter" checkbox on your method properties).<BR>&gt; &gt; &gt;&gt; Result parameters behave differently, T/F must be defined within<BR>&gt; the<BR>&gt; &gt; &gt;&gt; data<BR>&gt; &gt; &gt;&gt; dictionary and become separate outcomes of the method.<BR>&gt; &gt; &gt;&gt; Also, perhaps a virtual attribute might be easier if this is all<BR>&gt; that<BR>&gt; &gt; &gt;&gt; the<BR>&gt; &gt; &gt;&gt; method does...<BR>&gt; &gt; &gt;&gt;<BR>&gt; &gt; &gt;&gt; Cheers,<BR>&gt; &gt; &gt;&gt; Mike<BR>&gt; &gt; &gt;&gt;<BR>&gt; &gt; &gt;&gt; On Tue, February 26, 2008 5:06 pm, Sue Doughty wrote:<BR>&gt; &gt; &gt;&gt;&gt; We are on 4.7, ECC 6.0<BR>&gt; &gt; &gt;&gt;&gt;<BR>&gt; &gt; &gt;&gt;&gt;<BR>&gt; &gt; &gt;&gt;&gt;<BR>&gt; &gt; &gt;&gt;&gt; I have a sub-workflow that executes a loop until a result flag is<BR>&gt; &gt; set<BR>&gt; &gt; &gt;&gt; to<BR>&gt; &gt; &gt;&gt;&gt; T. It executes a method that reads a table with some information.<BR>&gt; &gt; &gt; If<BR>&gt; &gt; &gt;&gt;&gt; the record is found, the result is set to T, if not it is set to F<BR>&gt; &gt; &gt; and<BR>&gt; &gt; &gt;&gt;&gt; the result container is set in the method. The next step is a<BR>&gt; &gt; &gt;&gt; condition<BR>&gt; &gt; &gt;&gt;&gt; to check the result. If T, the loop and sub-workflow are<BR>&gt; completed,<BR>&gt; &gt; &gt;&gt; if<BR>&gt; &gt; &gt;&gt;&gt; F, it waits and tries again after five minutes.<BR>&gt; &gt; &gt;&gt;&gt;<BR>&gt; &gt; &gt;&gt;&gt;<BR>&gt; &gt; &gt;&gt;&gt;<BR>&gt; &gt; &gt;&gt;&gt; My problem: If the method executes and the result is T, the<BR>&gt; &gt; workflow<BR>&gt; &gt; &gt;&gt;&gt; works as designed. If the method returns a result of F, the<BR>&gt; &gt; workflow<BR>&gt; &gt; &gt;&gt;&gt; stops at that step and does not move to the condition step to<BR>&gt; check<BR>&gt; &gt; &gt;&gt; the<BR>&gt; &gt; &gt;&gt;&gt; result.<BR>&gt; &gt; &gt;&gt;&gt;<BR>&gt; &gt; &gt;&gt;&gt;<BR>&gt; &gt; &gt;&gt;&gt;<BR>&gt; &gt; &gt;&gt;&gt; I can see that the method is returning the result container. If<BR>&gt; the<BR>&gt; &gt; &gt;&gt;&gt; Result = T, I can see that the Result container is sent back to<BR>&gt; the<BR>&gt; &gt; &gt;&gt;&gt; sub-workflow. When I look at the step in the log, it says that the<BR>&gt; &gt; &gt;&gt;&gt; background item was created, started, work item processing is<BR>&gt; &gt; &gt; complete<BR>&gt; &gt; &gt;&gt;&gt; and the result processing is done with no errors.<BR>&gt; &gt; &gt;&gt;&gt;<BR>&gt; &gt; &gt;&gt;&gt;<BR>&gt; &gt; &gt;&gt;&gt;<BR>&gt; &gt; &gt;&gt;&gt; If the Result is F, I can see that the method is returning the<BR>&gt; &gt; result<BR>&gt; &gt; &gt;&gt;&gt; container, but the workflow container does NOT get set to the<BR>&gt; &gt; Result.<BR>&gt; &gt; &gt;&gt;&gt; When I look at the step in the log, it says that the background<BR>&gt; item<BR>&gt; &gt; &gt;&gt; was<BR>&gt; &gt; &gt;&gt;&gt; created; started and work item processing is complete with no<BR>&gt; &gt; errors,<BR>&gt; &gt; &gt;&gt;&gt; BUT the Result Processing is NOT done.<BR>&gt; &gt; &gt;&gt;&gt;<BR>&gt; &gt; &gt;&gt;&gt;<BR>&gt; &gt; &gt;&gt;&gt;<BR>&gt; &gt; &gt;&gt;&gt; What am I missing? Why is the Result processing being done for one<BR>&gt; &gt; &gt;&gt;&gt; result but not the other?<BR>&gt; &gt; &gt;&gt;&gt;<BR>&gt; &gt; &gt;&gt;&gt;<BR>&gt; &gt; &gt;&gt;&gt;<BR>&gt; &gt; &gt;&gt;&gt; Regards,<BR>&gt; &gt; &gt;&gt;&gt;<BR>&gt; &gt; &gt;&gt;&gt; Sue T. Doughty<BR>&gt; &gt; &gt;&gt;&gt;<BR>&gt; &gt; &gt;&gt;&gt; SAP Workflow Specialist<BR>&gt; &gt; &gt;&gt;&gt;<BR>&gt; &gt; &gt;&gt;&gt; Old Dominion Freight Line, Inc.<BR>&gt; &gt; &gt;&gt;&gt;<BR>&gt; &gt; &gt;&gt;&gt; 500 Old Dominion Way<BR>&gt; &gt; &gt;&gt;&gt;<BR>&gt; &gt; &gt;&gt;&gt; Thomasville, NC 27360<BR>&gt; &gt; &gt;&gt;&gt;<BR>&gt; &gt; &gt;&gt;&gt; Phone: (336) 822-5189<BR>&gt; &gt; &gt;&gt;&gt;<BR>&gt; &gt; &gt;&gt;&gt; Toll Free (800 ) 432-6335, ext. 5189<BR>&gt; &gt; &gt;&gt;&gt;<BR>&gt; &gt; &gt;&gt;&gt; Email: sue.doughty@odfl.com<BR>&gt; &gt; &gt;&gt;&gt;<BR>&gt; &gt; &gt;&gt;&gt;<BR>&gt; &gt; &gt;&gt;&gt;<BR>&gt; &gt; &gt;&gt;&gt; ****************************<BR>&gt; &gt; &gt;&gt;&gt; CONFIDENTIALITY NOTICE: The information contained in this message<BR>&gt; &gt; may<BR>&gt; &gt; &gt;&gt; be<BR>&gt; &gt; &gt;&gt;&gt; confidential, privileged, proprietary, or otherwise legally exempt<BR>&gt; &gt; &gt;&gt; from<BR>&gt; &gt; &gt;&gt;&gt; disclosure. If the reader of this message is not the intended<BR>&gt; &gt; &gt;&gt; recipient,<BR>&gt; &gt; &gt;&gt;&gt; or an employee or agent responsible for delivering this message to<BR>&gt; &gt; &gt; the<BR>&gt; &gt; &gt;&gt;&gt; intended recipient, you are hereby notified that you are not<BR>&gt; &gt; &gt;&gt; authorized to<BR>&gt; &gt; &gt;&gt;&gt; read, print, retain, copy or disseminate this message, any part of<BR>&gt; &gt; &gt; it,<BR>&gt; &gt; &gt;&gt; or<BR>&gt; &gt; &gt;&gt;&gt; any attachments. If you have received this message in error,<BR>&gt; please<BR>&gt; &gt; &gt;&gt; delete<BR>&gt; &gt; &gt;&gt;&gt; this message and any attachments from your system without reading<BR>&gt; &gt; the<BR>&gt; &gt; &gt;&gt;&gt; content and notify the sender immediately of the inadvertent<BR>&gt; &gt; &gt;&gt; transmission.<BR>&gt; &gt; &gt;&gt;&gt; Thank you for your cooperation.<BR>&gt; &gt; &gt;&gt;&gt;<BR>&gt; &gt; &gt;&gt;&gt; _______________________________________________<BR>&gt; &gt; &gt;&gt;&gt; SAP-WUG mailing list<BR>&gt; &gt; &gt;&gt;&gt; SAP-WUG@mit.edu<BR>&gt; &gt; &gt;&gt;&gt; http://mailman.mit.edu/mailman/listinfo/sap-wug<BR>&gt; &gt; &gt;&gt;&gt;<BR>&gt; &gt; &gt;&gt;<BR>&gt; &gt; &gt;&gt;<BR>&gt; &gt; &gt;&gt; _______________________________________________<BR>&gt; &gt; &gt;&gt; SAP-WUG mailing list<BR>&gt; &gt; &gt;&gt; SAP-WUG@mit.edu<BR>&gt; &gt; &gt;&gt; http://mailman.mit.edu/mailman/listinfo/sap-wug<BR>&gt; &gt; &gt;&gt;<BR>&gt; &gt; &gt;&gt;<BR>&gt; &gt; &gt;&gt; ****************************<BR>&gt; &gt; &gt;&gt; CONFIDENTIALITY NOTICE: The information contained in this message<BR>&gt; may<BR>&gt; &gt; &gt; be<BR>&gt; &gt; &gt;&gt; confidential, privileged, proprietary, or otherwise legally exempt<BR>&gt; &gt; &gt; from<BR>&gt; &gt; &gt;&gt; disclosure. If the reader of this message is not the intended<BR>&gt; &gt; &gt; recipient,<BR>&gt; &gt; &gt;&gt; or an employee or agent responsible for delivering this message to<BR>&gt; &gt; the<BR>&gt; &gt; &gt;&gt; intended recipient, you are hereby notified that you are not<BR>&gt; &gt; &gt; authorized to<BR>&gt; &gt; &gt;&gt; read, print, retain, copy or disseminate this message, any part of<BR>&gt; &gt; it,<BR>&gt; &gt; &gt; or<BR>&gt; &gt; &gt;&gt; any attachments. If you have received this message in error, please<BR>&gt; &gt; &gt; delete<BR>&gt; &gt; &gt;&gt; this message and any attachments from your system without reading<BR>&gt; the<BR>&gt; &gt; &gt;&gt; content and notify the sender immediately of the inadvertent<BR>&gt; &gt; &gt; transmission.<BR>&gt; &gt; &gt;&gt; Thank you for your cooperation.<BR>&gt; &gt; &gt;&gt;<BR>&gt; &gt; &gt;&gt; _______________________________________________<BR>&gt; &gt; &gt;&gt; SAP-WUG mailing list<BR>&gt; &gt; &gt;&gt; SAP-WUG@mit.edu<BR>&gt; &gt; &gt;&gt; http://mailman.mit.edu/mailman/listinfo/sap-wug<BR>&gt; &gt; &gt;&gt;<BR>&gt; &gt; &gt;<BR>&gt; &gt; &gt;<BR>&gt; &gt; &gt; _______________________________________________<BR>&gt; &gt; &gt; SAP-WUG mailing list<BR>&gt; &gt; &gt; SAP-WUG@mit.edu<BR>&gt; &gt; &gt; http://mailman.mit.edu/mailman/listinfo/sap-wug<BR>&gt; &gt; &gt;<BR>&gt; &gt; &gt;<BR>&gt; &gt; &gt; ****************************<BR>&gt; &gt; &gt; CONFIDENTIALITY NOTICE: The information contained in this message<BR>&gt; may<BR>&gt; &gt; be<BR>&gt; &gt; &gt; confidential, privileged, proprietary, or otherwise legally exempt<BR>&gt; &gt; from<BR>&gt; &gt; &gt; disclosure. If the reader of this message is not the intended<BR>&gt; &gt; recipient,<BR>&gt; &gt; &gt; or an employee or agent responsible for delivering this message to<BR>&gt; the<BR>&gt; &gt; &gt; intended recipient, you are hereby notified that you are not<BR>&gt; &gt; authorized to<BR>&gt; &gt; &gt; read, print, retain, copy or disseminate this message, any part of<BR>&gt; it,<BR>&gt; &gt; or<BR>&gt; &gt; &gt; any attachments. If you have received this message in error, please<BR>&gt; &gt; delete<BR>&gt; &gt; &gt; this message and any attachments from your system without reading<BR>&gt; the<BR>&gt; &gt; &gt; content and notify the sender immediately of the inadvertent<BR>&gt; &gt; transmission.<BR>&gt; &gt; &gt; Thank you for your cooperation.<BR>&gt; &gt; &gt;<BR>&gt; &gt; &gt; _______________________________________________<BR>&gt; &gt; &gt; SAP-WUG mailing list<BR>&gt; &gt; &gt; SAP-WUG@mit.edu<BR>&gt; &gt; &gt; http://mailman.mit.edu/mailman/listinfo/sap-wug<BR>&gt; &gt; &gt;<BR>&gt; &gt; <BR>&gt; &gt; <BR>&gt; &gt; _______________________________________________<BR>&gt; &gt; SAP-WUG mailing list<BR>&gt; &gt; SAP-WUG@mit.edu<BR>&gt; &gt; http://mailman.mit.edu/mailman/listinfo/sap-wug<BR>&gt; &gt; <BR>&gt; &gt; <BR>&gt; &gt; ****************************<BR>&gt; &gt; CONFIDENTIALITY NOTICE: The information contained in this message may<BR>&gt; be confidential, privileged, proprietary, or otherwise legally exempt<BR>&gt; from disclosure. If the reader of this message is not the intended<BR>&gt; recipient, or an employee or agent responsible for delivering this<BR>&gt; message to the intended recipient, you are hereby notified that you are<BR>&gt; not authorized to read, print, retain, copy or disseminate this message,<BR>&gt; any part of it, or any attachments. If you have received this message in<BR>&gt; error, please delete this message and any attachments from your system<BR>&gt; without reading the content and notify the sender immediately of the<BR>&gt; inadvertent transmission. Thank you for your cooperation.<BR>&gt; &gt; <BR>&gt; &gt; <BR>&gt; &gt; <BR>&gt; &gt; ------------------------------<BR>&gt; &gt; <BR>&gt; &gt; Message: 2<BR>&gt; &gt; Date: Thu, 28 Feb 2008 09:53:03 -0500<BR>&gt; &gt; From: "Sue Doughty" &lt;Sue.Doughty@odfl.com&gt;<BR>&gt; &gt; Subject: RE: Condition step not working in Workflow<BR>&gt; &gt; To: "SAP Workflow Users' Group" &lt;sap-wug@mit.edu&gt;<BR>&gt; &gt; Message-ID:<BR>&gt; &gt; &lt;082C942F46528B44B5463D3C2A1FF0F40E5BB327@corp-m-exch2.corp.odfl.com&gt;<BR>&gt; &gt; Content-Type: text/plain; charset="us-ascii"<BR>&gt; &gt; <BR>&gt; &gt; Hi Mike,<BR>&gt; &gt; <BR>&gt; &gt; I tried creating the dummy method that just takes in the T or F and<BR>&gt; &gt; returns the T or F that was sent in like you said....got same results.<BR>&gt; &gt; <BR>&gt; &gt; I tried creating a new workflow with the new dummy task and a new<BR>&gt; &gt; condition step (that reads the workflow container that is updated from<BR>&gt; &gt; the method looking for the T or F)....got same results.<BR>&gt; &gt; <BR>&gt; &gt; I tried change T and F to Y and N....got same results.<BR>&gt; &gt; <BR>&gt; &gt; I can see the output container from the method in the workflow log.<BR>&gt; &gt; But, if the condition is false, the output container from the method<BR>&gt; is<BR>&gt; &gt; not returned to the workflow container and the condition step is not<BR>&gt; &gt; executed. If the condition is true, the output container from the<BR>&gt; &gt; method is returned to the workflow container and the condition step is<BR>&gt; &gt; executed. <BR>&gt; &gt; <BR>&gt; &gt; I have an OSS note open with SAP. I can see where they have come into<BR>&gt; &gt; the system and tested it, but as of yet, have not gotten a response<BR>&gt; from<BR>&gt; &gt; them.<BR>&gt; &gt; <BR>&gt; &gt; I am totally befuddled!!!<BR>&gt; &gt; <BR>&gt; &gt; Regards,<BR>&gt; &gt; Sue T. Doughty<BR>&gt; &gt; SAP Workflow Specialist<BR>&gt; &gt; Old Dominion Freight Line, Inc.<BR>&gt; &gt; 500 Old Dominion Way<BR>&gt; &gt; Thomasville, NC 27360<BR>&gt; &gt; Phone: (336) 822-5189<BR>&gt; &gt; Toll Free (800 ) 432-6335, ext. 5189<BR>&gt; &gt; Email: sue.doughty@odfl.com<BR>&gt; &gt; <BR>&gt; &gt; -----Original Message-----<BR>&gt; &gt; From: sap-wug-bounces@mit.edu [mailto:sap-wug-bounces@mit.edu] On<BR>&gt; Behalf<BR>&gt; &gt; Of Mike Pokraka<BR>&gt; &gt; Sent: Thursday, February 28, 2008 7:54 AM<BR>&gt; &gt; To: SAP Workflow Users' Group<BR>&gt; &gt; Subject: RE: Condition step not working in Workflow<BR>&gt; &gt; <BR>&gt; &gt; Just to confirm the obvious: Does the step actually complete? (Status<BR>&gt; &gt; Completed)<BR>&gt; &gt; If it just completes and the next step doesn't start then your WF<BR>&gt; &gt; definition couldbe corrupt. Put the two steps into a test WF and see<BR>&gt; if<BR>&gt; &gt; that works.<BR>&gt; &gt; <BR>&gt; &gt; On Wed, February 27, 2008 6:20 pm, Sue Doughty wrote:<BR>&gt; &gt; &gt; Hi Mike,<BR>&gt; &gt; &gt;<BR>&gt; &gt; &gt; I changed the data type to SY-INPUT and still get the same results.<BR>&gt; &gt; &gt;<BR>&gt; &gt; &gt; Thank you for the suggestion though. I'm willing to try anything. I<BR>&gt; &gt; &gt; hope that it is not something so simple that I'll feel really stupid<BR>&gt; &gt; &gt; when I find it. :-)<BR>&gt; &gt; &gt;<BR>&gt; &gt; &gt; Regards,<BR>&gt; &gt; &gt; Sue T. Doughty<BR>&gt; &gt; &gt; SAP Workflow Specialist<BR>&gt; &gt; &gt; Old Dominion Freight Line, Inc.<BR>&gt; &gt; &gt; 500 Old Dominion Way<BR>&gt; &gt; &gt; Thomasville, NC 27360<BR>&gt; &gt; &gt; Phone: (336) 822-5189<BR>&gt; &gt; &gt; Toll Free (800 ) 432-6335, ext. 5189<BR>&gt; &gt; &gt; Email: sue.doughty@odfl.com<BR>&gt; &gt; &gt;<BR>&gt; &gt; &gt; -----Original Message-----<BR>&gt; &gt; &gt; From: sap-wug-bounces@mit.edu [mailto:sap-wug-bounces@mit.edu] On<BR>&gt; &gt; Behalf<BR>&gt; &gt; &gt; Of Mike Pokraka<BR>&gt; &gt; &gt; Sent: Wednesday, February 27, 2008 12:13 PM<BR>&gt; &gt; &gt; To: SAP Workflow Users' Group<BR>&gt; &gt; &gt; Subject: RE: Condition step not working in Workflow<BR>&gt; &gt; &gt;<BR>&gt; &gt; &gt; Hmm, not too sure then. I thought I'd mention as it would be worth<BR>&gt; &gt; &gt; checking. Also make sure your data type is valid for the values. Try<BR>&gt; &gt; &gt; changing it to SY-INPUT just to make sure.<BR>&gt; &gt; &gt;<BR>&gt; &gt; &gt; On Wed, February 27, 2008 4:11 pm, Sue Doughty wrote:<BR>&gt; &gt; &gt;&gt; Hi Mike,<BR>&gt; &gt; &gt;&gt;<BR>&gt; &gt; &gt;&gt; Thanks for your reply.<BR>&gt; &gt; &gt;&gt;<BR>&gt; &gt; &gt;&gt; I am not using a result parameter even though I tried that when it<BR>&gt; &gt; did<BR>&gt; &gt; &gt;&gt; not work the way I had it at first. Neither way works. I can see in<BR>&gt; &gt; &gt;&gt; the workflow log that my export parameter (ImageFound) is being<BR>&gt; &gt; &gt;&gt; populated with the correct 'T' or 'F' value, but the Results<BR>&gt; &gt; &gt; processing<BR>&gt; &gt; &gt;&gt; step is not being executed with an F value - it only executes when<BR>&gt; &gt; the<BR>&gt; &gt; &gt;&gt; export parameter contains a 'T' value.<BR>&gt; &gt; &gt;&gt;<BR>&gt; &gt; &gt;&gt; I can't use a virtual attribute because the input parameters to the<BR>&gt; &gt; &gt;&gt; method change with each call to the method (i.e., doctype and<BR>&gt; &gt; &gt;&gt; imagedate).<BR>&gt; &gt; &gt;&gt;<BR>&gt; &gt; &gt;&gt; Regards,<BR>&gt; &gt; &gt;&gt; Sue T. Doughty<BR>&gt; &gt; &gt;&gt; SAP Workflow Specialist<BR>&gt; &gt; &gt;&gt; Old Dominion Freight Line, Inc.<BR>&gt; &gt; &gt;&gt; 500 Old Dominion Way<BR>&gt; &gt; &gt;&gt; Thomasville, NC 27360<BR>&gt; &gt; &gt;&gt; Phone: (336) 822-5189<BR>&gt; &gt; &gt;&gt; Toll Free (800 ) 432-6335, ext. 5189<BR>&gt; &gt; &gt;&gt; Email: sue.doughty@odfl.com<BR>&gt; &gt; &gt;&gt; -----Original Message-----<BR>&gt; &gt; &gt;&gt; From: sap-wug-bounces@mit.edu [mailto:sap-wug-bounces@mit.edu] On<BR>&gt; &gt; &gt; Behalf<BR>&gt; &gt; &gt;&gt; Of Mike Pokraka<BR>&gt; &gt; &gt;&gt; Sent: Wednesday, February 27, 2008 10:44 AM<BR>&gt; &gt; &gt;&gt; To: SAP Workflow Users' Group<BR>&gt; &gt; &gt;&gt; Subject: Re: Condition step not working in Workflow<BR>&gt; &gt; &gt;&gt;<BR>&gt; &gt; &gt;&gt; Hi Sue,<BR>&gt; &gt; &gt;&gt; Are you using a standard return parameter or a result parameter?<BR>&gt; &gt; &gt;&gt; ("Result<BR>&gt; &gt; &gt;&gt; parameter" checkbox on your method properties).<BR>&gt; &gt; &gt;&gt; Result parameters behave differently, T/F must be defined within<BR>&gt; the<BR>&gt; &gt; &gt;&gt; data<BR>&gt; &gt; &gt;&gt; dictionary and become separate outcomes of the method.<BR>&gt; &gt; &gt;&gt; Also, perhaps a virtual attribute might be easier if this is all<BR>&gt; that<BR>&gt; &gt; &gt;&gt; the<BR>&gt; &gt; &gt;&gt; method does...<BR>&gt; &gt; &gt;&gt;<BR>&gt; &gt; &gt;&gt; Cheers,<BR>&gt; &gt; &gt;&gt; Mike<BR>&gt; &gt; &gt;&gt;<BR>&gt; &gt; &gt;&gt; On Tue, February 26, 2008 5:06 pm, Sue Doughty wrote:<BR>&gt; &gt; &gt;&gt;&gt; We are on 4.7, ECC 6.0<BR>&gt; &gt; &gt;&gt;&gt;<BR>&gt; &gt; &gt;&gt;&gt;<BR>&gt; &gt; &gt;&gt;&gt;<BR>&gt; &gt; &gt;&gt;&gt; I have a sub-workflow that executes a loop until a result flag is<BR>&gt; &gt; set<BR>&gt; &gt; &gt;&gt; to<BR>&gt; &gt; &gt;&gt;&gt; T. It executes a method that reads a table with some information.<BR>&gt; &gt; &gt; If<BR>&gt; &gt; &gt;&gt;&gt; the record is found, the result is set to T, if not it is set to F<BR>&gt; &gt; &gt; and<BR>&gt; &gt; &gt;&gt;&gt; the result container is set in the method. The next step is a<BR>&gt; &gt; &gt;&gt; condition<BR>&gt; &gt; &gt;&gt;&gt; to check the result. If T, the loop and sub-workflow are<BR>&gt; completed,<BR>&gt; &gt; &gt;&gt; if<BR>&gt; &gt; &gt;&gt;&gt; F, it waits and tries again after five minutes.<BR>&gt; &gt; &gt;&gt;&gt;<BR>&gt; &gt; &gt;&gt;&gt;<BR>&gt; &gt; &gt;&gt;&gt;<BR>&gt; &gt; &gt;&gt;&gt; My problem: If the method executes and the result is T, the<BR>&gt; &gt; workflow<BR>&gt; &gt; &gt;&gt;&gt; works as designed. If the method returns a result of F, the<BR>&gt; &gt; workflow<BR>&gt; &gt; &gt;&gt;&gt; stops at that step and does not move to the condition step to<BR>&gt; check<BR>&gt; &gt; &gt;&gt; the<BR>&gt; &gt; &gt;&gt;&gt; result.<BR>&gt; &gt; &gt;&gt;&gt;<BR>&gt; &gt; &gt;&gt;&gt;<BR>&gt; &gt; &gt;&gt;&gt;<BR>&gt; &gt; &gt;&gt;&gt; I can see that the method is returning the result container. If<BR>&gt; the<BR>&gt; &gt; &gt;&gt;&gt; Result = T, I can see that the Result container is sent back to<BR>&gt; the<BR>&gt; &gt; &gt;&gt;&gt; sub-workflow. When I look at the step in the log, it says that the<BR>&gt; &gt; &gt;&gt;&gt; background item was created, started, work item processing is<BR>&gt; &gt; &gt; complete<BR>&gt; &gt; &gt;&gt;&gt; and the result processing is done with no errors.<BR>&gt; &gt; &gt;&gt;&gt;<BR>&gt; &gt; &gt;&gt;&gt;<BR>&gt; &gt; &gt;&gt;&gt;<BR>&gt; &gt; &gt;&gt;&gt; If the Result is F, I can see that the method is returning the<BR>&gt; &gt; result<BR>&gt; &gt; &gt;&gt;&gt; container, but the workflow container does NOT get set to the<BR>&gt; &gt; Result.<BR>&gt; &gt; &gt;&gt;&gt; When I look at the step in the log, it says that the background<BR>&gt; item<BR>&gt; &gt; &gt;&gt; was<BR>&gt; &gt; &gt;&gt;&gt; created; started and work item processing is complete with no<BR>&gt; &gt; errors,<BR>&gt; &gt; &gt;&gt;&gt; BUT the Result Processing is NOT done.<BR>&gt; &gt; &gt;&gt;&gt;<BR>&gt; &gt; &gt;&gt;&gt;<BR>&gt; &gt; &gt;&gt;&gt;<BR>&gt; &gt; &gt;&gt;&gt; What am I missing? Why is the Result processing being done for one<BR>&gt; &gt; &gt;&gt;&gt; result but not the other?<BR>&gt; &gt; &gt;&gt;&gt;<BR>&gt; &gt; &gt;&gt;&gt;<BR>&gt; &gt; &gt;&gt;&gt;<BR>&gt; &gt; &gt;&gt;&gt; Regards,<BR>&gt; &gt; &gt;&gt;&gt;<BR>&gt; &gt; &gt;&gt;&gt; Sue T. Doughty<BR>&gt; &gt; &gt;&gt;&gt;<BR>&gt; &gt; &gt;&gt;&gt; SAP Workflow Specialist<BR>&gt; &gt; &gt;&gt;&gt;<BR>&gt; &gt; &gt;&gt;&gt; Old Dominion Freight Line, Inc.<BR>&gt; &gt; &gt;&gt;&gt;<BR>&gt; &gt; &gt;&gt;&gt; 500 Old Dominion Way<BR>&gt; &gt; &gt;&gt;&gt;<BR>&gt; &gt; &gt;&gt;&gt; Thomasville, NC 27360<BR>&gt; &gt; &gt;&gt;&gt;<BR>&gt; &gt; &gt;&gt;&gt; Phone: (336) 822-5189<BR>&gt; &gt; &gt;&gt;&gt;<BR>&gt; &gt; &gt;&gt;&gt; Toll Free (800 ) 432-6335, ext. 5189<BR>&gt; &gt; &gt;&gt;&gt;<BR>&gt; &gt; &gt;&gt;&gt; Email: sue.doughty@odfl.com<BR>&gt; &gt; &gt;&gt;&gt;<BR>&gt; &gt; &gt;&gt;&gt;<BR>&gt; &gt; &gt;&gt;&gt;<BR>&gt; &gt; &gt;&gt;&gt; ****************************<BR>&gt; &gt; &gt;&gt;&gt; CONFIDENTIALITY NOTICE: The information contained in this message<BR>&gt; &gt; may<BR>&gt; &gt; &gt;&gt; be<BR>&gt; &gt; &gt;&gt;&gt; confidential, privileged, proprietary, or otherwise legally exempt<BR>&gt; &gt; &gt;&gt; from<BR>&gt; &gt; &gt;&gt;&gt; disclosure. If the reader of this message is not the intended<BR>&gt; &gt; &gt;&gt; recipient,<BR>&gt; &gt; &gt;&gt;&gt; or an employee or agent responsible for delivering this message to<BR>&gt; &gt; &gt; the<BR>&gt; &gt; &gt;&gt;&gt; intended recipient, you are hereby notified that you are not<BR>&gt; &gt; &gt;&gt; authorized to<BR>&gt; &gt; &gt;&gt;&gt; read, print, retain, copy or disseminate this message, any part of<BR>&gt; &gt; &gt; it,<BR>&gt; &gt; &gt;&gt; or<BR>&gt; &gt; &gt;&gt;&gt; any attachments. If you have received this message in error,<BR>&gt; please<BR>&gt; &gt; &gt;&gt; delete<BR>&gt; &gt; &gt;&gt;&gt; this message and any attachments from your system without reading<BR>&gt; &gt; the<BR>&gt; &gt; &gt;&gt;&gt; content and notify the sender immediately of the inadvertent<BR>&gt; &gt; &gt;&gt; transmission.<BR>&gt; &gt; &gt;&gt;&gt; Thank you for your cooperation.<BR>&gt; &gt; &gt;&gt;&gt;<BR>&gt; &gt; &gt;&gt;&gt; _______________________________________________<BR>&gt; &gt; &gt;&gt;&gt; SAP-WUG mailing list<BR>&gt; &gt; &gt;&gt;&gt; SAP-WUG@mit.edu<BR>&gt; &gt; &gt;&gt;&gt; http://mailman.mit.edu/mailman/listinfo/sap-wug<BR>&gt; &gt; &gt;&gt;&gt;<BR>&gt; &gt; &gt;&gt;<BR>&gt; &gt; &gt;&gt;<BR>&gt; &gt; &gt;&gt; _______________________________________________<BR>&gt; &gt; &gt;&gt; SAP-WUG mailing list<BR>&gt; &gt; &gt;&gt; SAP-WUG@mit.edu<BR>&gt; &gt; &gt;&gt; http://mailman.mit.edu/mailman/listinfo/sap-wug<BR>&gt; &gt; &gt;&gt;<BR>&gt; &gt; &gt;&gt;<BR>&gt; &gt; &gt;&gt; ****************************<BR>&gt; &gt; &gt;&gt; CONFIDENTIALITY NOTICE: The information contained in this message<BR>&gt; may<BR>&gt; &gt; &gt; be<BR>&gt; &gt; &gt;&gt; confidential, privileged, proprietary, or otherwise legally exempt<BR>&gt; &gt; &gt; from<BR>&gt; &gt; &gt;&gt; disclosure. If the reader of this message is not the intended<BR>&gt; &gt; &gt; recipient,<BR>&gt; &gt; &gt;&gt; or an employee or agent responsible for delivering this message to<BR>&gt; &gt; the<BR>&gt; &gt; &gt;&gt; intended recipient, you are hereby notified that you are not<BR>&gt; &gt; &gt; authorized to<BR>&gt; &gt; &gt;&gt; read, print, retain, copy or disseminate this message, any part of<BR>&gt; &gt; it,<BR>&gt; &gt; &gt; or<BR>&gt; &gt; &gt;&gt; any attachments. If you have received this message in error, please<BR>&gt; &gt; &gt; delete<BR>&gt; &gt; &gt;&gt; this message and any attachments from your system without reading<BR>&gt; the<BR>&gt; &gt; &gt;&gt; content and notify the sender immediately of the inadvertent<BR>&gt; &gt; &gt; transmission.<BR>&gt; &gt; &gt;&gt; Thank you for your cooperation.<BR>&gt; &gt; &gt;&gt;<BR>&gt; &gt; &gt;&gt; _______________________________________________<BR>&gt; &gt; &gt;&gt; SAP-WUG mailing list<BR>&gt; &gt; &gt;&gt; SAP-WUG@mit.edu<BR>&gt; &gt; &gt;&gt; http://mailman.mit.edu/mailman/listinfo/sap-wug<BR>&gt; &gt; &gt;&gt;<BR>&gt; &gt; &gt;<BR>&gt; &gt; &gt;<BR>&gt; &gt; &gt; _______________________________________________<BR>&gt; &gt; &gt; SAP-WUG mailing list<BR>&gt; &gt; &gt; SAP-WUG@mit.edu<BR>&gt; &gt; &gt; http://mailman.mit.edu/mailman/listinfo/sap-wug<BR>&gt; &gt; &gt;<BR>&gt; &gt; &gt;<BR>&gt; &gt; &gt; ****************************<BR>&gt; &gt; &gt; CONFIDENTIALITY NOTICE: The information contained in this message<BR>&gt; may<BR>&gt; &gt; be<BR>&gt; &gt; &gt; confidential, privileged, proprietary, or otherwise legally exempt<BR>&gt; &gt; from<BR>&gt; &gt; &gt; disclosure. If the reader of this message is not the intended<BR>&gt; &gt; recipient,<BR>&gt; &gt; &gt; or an employee or agent responsible for delivering this message to<BR>&gt; the<BR>&gt; &gt; &gt; intended recipient, you are hereby notified that you are not<BR>&gt; &gt; authorized to<BR>&gt; &gt; &gt; read, print, retain, copy or disseminate this message, any part of<BR>&gt; it,<BR>&gt; &gt; or<BR>&gt; &gt; &gt; any attachments. If you have received this message in error, please<BR>&gt; &gt; delete<BR>&gt; &gt; &gt; this message and any attachments from your system without reading<BR>&gt; the<BR>&gt; &gt; &gt; content and notify the sender immediately of the inadvertent<BR>&gt; &gt; transmission.<BR>&gt; &gt; &gt; Thank you for your cooperation.<BR>&gt; &gt; &gt;<BR>&gt; &gt; &gt; _______________________________________________<BR>&gt; &gt; &gt; SAP-WUG mailing list<BR>&gt; &gt; &gt; SAP-WUG@mit.edu<BR>&gt; &gt; &gt; http://mailman.mit.edu/mailman/listinfo/sap-wug<BR>&gt; &gt; &gt;<BR>&gt; &gt; <BR>&gt; &gt; <BR>&gt; &gt; _______________________________________________<BR>&gt; &gt; SAP-WUG mailing list<BR>&gt; &gt; SAP-WUG@mit.edu<BR>&gt; &gt; http://mailman.mit.edu/mailman/listinfo/sap-wug<BR>&gt; &gt; <BR>&gt; &gt; <BR>&gt; &gt; ****************************<BR>&gt; &gt; CONFIDENTIALITY NOTICE: The information contained in this message may<BR>&gt; be confidential, privileged, proprietary, or otherwise legally exempt<BR>&gt; from disclosure. If the reader of this message is not the intended<BR>&gt; recipient, or an employee or agent responsible for delivering this<BR>&gt; message to the intended recipient, you are hereby notified that you are<BR>&gt; not authorized to read, print, retain, copy or disseminate this message,<BR>&gt; any part of it, or any attachments. If you have received this message in<BR>&gt; error, please delete this message and any attachments from your system<BR>&gt; without reading the content and notify the sender immediately of the<BR>&gt; inadvertent transmission. Thank you for your cooperation.<BR>&gt; &gt; <BR>&gt; &gt; <BR>&gt; &gt; <BR>&gt; &gt; ------------------------------<BR>&gt; &gt; <BR>&gt; &gt; Message: 3<BR>&gt; &gt; Date: Thu, 28 Feb 2008 09:29:50 -0600<BR>&gt; &gt; From: "Sample, Rick" &lt;Rick.Sample@gbe.com&gt;<BR>&gt; &gt; Subject: RE: Condition step not working in Workflow<BR>&gt; &gt; To: "SAP Workflow Users' Group" &lt;sap-wug@mit.edu&gt;<BR>&gt; &gt; Message-ID:<BR>&gt; &gt; &lt;1897E92A96C47648A6574CB9A51C6407055805CD@SEBEV1PW.graybar.com&gt;<BR>&gt; &gt; Content-Type: text/plain; charset="us-ascii"<BR>&gt; &gt; <BR>&gt; &gt; Hi Sue (a.k.a. Ms. Befuddled. LOL)<BR>&gt; &gt; <BR>&gt; &gt; This is interesting. Before you through in the towel do you mind<BR>&gt; &gt; checking a few things?<BR>&gt; &gt; <BR>&gt; &gt; 1: <BR>&gt; &gt; Try changing your data to just CHAR1 type for all values in your test<BR>&gt; WF<BR>&gt; &gt; / method, <BR>&gt; &gt; GET_ELEMENT_CONTAINER the values to same data type in method at<BR>&gt; &gt; beginning of method, (inspect that you can actually get values)<BR>&gt; &gt; SET_ELEMENT_CONTAINER to same on export, (inspect you are actually<BR>&gt; &gt; setting the values)<BR>&gt; &gt; ensure all bindings are setup.<BR>&gt; &gt; <BR>&gt; &gt; 2:<BR>&gt; &gt; You are in ECC6? If so, the below may be a long shot, but worth<BR>&gt; &gt; remembering anyway. Because I had a similar sounding issue on<BR>&gt; conversion<BR>&gt; &gt; from 4.6c to ECC6. Bindings have new options. (Nice to know after the<BR>&gt; &gt; fact eh!)<BR>&gt; &gt; <BR>&gt; &gt; 4.6c by default, if you have bindings setup for task-&gt;WF but DO NOT do<BR>&gt; a<BR>&gt; &gt; SET_ELEMENT_CONTAINER in method it will NOT overwrite your WF values<BR>&gt; &gt; even though the binding are setup. <BR>&gt; &gt; * This, in my option, is the way it should have worked in the first<BR>&gt; &gt; place! You have a binding with null value...it should set null values!<BR>&gt; &gt; Period!<BR>&gt; &gt; Developers job to explicitly GET/SET in the code. (Not bindings!) Just<BR>&gt; &gt; my .02 worth. <BR>&gt; &gt; <BR>&gt; &gt; ECC6, by default, WILL overwrite empty / initial values unless you<BR>&gt; &gt; change the bindings to ignore empty/initial values.<BR>&gt; &gt; <BR>&gt; &gt; I do not like the extra options on bindings. Just a personal<BR>&gt; preference<BR>&gt; &gt; I suppose. So, what I now do is GET/SET all values in/out of<BR>&gt; &gt; task-method. <BR>&gt; &gt; That way, I don't have to squirrel through code AND bindings to figure<BR>&gt; &gt; out what is getting passed back if empty / initial values. If I want<BR>&gt; to<BR>&gt; &gt; pass back an empty value, I set the value to empty in the method. I<BR>&gt; find<BR>&gt; &gt; it more confusing to use the extra binding options. (Also, you can't<BR>&gt; add<BR>&gt; &gt; a "comment" on binding to remind yourself as to the whys, as you can<BR>&gt; in<BR>&gt; &gt; code)<BR>&gt; &gt; <BR>&gt; &gt; 3:<BR>&gt; &gt; If using ECC6, verify you are have all same data types for the values<BR>&gt; &gt; you are passing around. <BR>&gt; &gt; I know in 4.6c you can create the containers to a data type, but it<BR>&gt; &gt; always pass char 255 strings no matter what. i.e. if you import via<BR>&gt; &gt; GET_ELEMENT_CONTAINER, you got a string. Not a type data value you set<BR>&gt; &gt; in WF or Task. (Can't remember if ECC6 does this. Don't have it in<BR>&gt; front<BR>&gt; &gt; of me at the moment!)<BR>&gt; &gt; <BR>&gt; &gt; 4:<BR>&gt; &gt; Verify that the method is not terminating on your F condition before<BR>&gt; it<BR>&gt; &gt; gets a chance to set the value. <BR>&gt; &gt; <BR>&gt; &gt; If these are not the issue, and you would like more assistance, feel<BR>&gt; &gt; free to ask. (I have an inch of breathing room to spare today!)<BR>&gt; &gt; <BR>&gt; &gt; Rick Sample<BR>&gt; &gt; SAP Business Workflow Developer<BR>&gt; &gt; Graybar, Inc.<BR>&gt; &gt; 11885 Lackland Dr.<BR>&gt; &gt; St. Louis, MO. 63146<BR>&gt; &gt; 314-573-5822<BR>&gt; &gt; <BR>&gt; &gt; -----Original Message-----<BR>&gt; &gt; From: sap-wug-bounces@mit.edu [mailto:sap-wug-bounces@mit.edu] On<BR>&gt; Behalf<BR>&gt; &gt; Of Sue Doughty<BR>&gt; &gt; Sent: Thursday, February 28, 2008 8:53 AM<BR>&gt; &gt; To: SAP Workflow Users' Group<BR>&gt; &gt; Subject: RE: Condition step not working in Workflow<BR>&gt; &gt; <BR>&gt; &gt; Hi Mike,<BR>&gt; &gt; <BR>&gt; &gt; I tried creating the dummy method that just takes in the T or F and<BR>&gt; &gt; returns the T or F that was sent in like you said....got same results.<BR>&gt; &gt; <BR>&gt; &gt; I tried creating a new workflow with the new dummy task and a new<BR>&gt; &gt; condition step (that reads the workflow container that is updated from<BR>&gt; &gt; the method looking for the T or F)....got same results.<BR>&gt; &gt; <BR>&gt; &gt; I tried change T and F to Y and N....got same results.<BR>&gt; &gt; <BR>&gt; &gt; I can see the output container from the method in the workflow log.<BR>&gt; &gt; But, if the condition is false, the output container from the method<BR>&gt; is<BR>&gt; &gt; not returned to the workflow container and the condition step is not<BR>&gt; &gt; executed. If the condition is true, the output container from the<BR>&gt; &gt; method is returned to the workflow container and the condition step is<BR>&gt; &gt; executed. <BR>&gt; &gt; <BR>&gt; &gt; I have an OSS note open with SAP. I can see where they have come into<BR>&gt; &gt; the system and tested it, but as of yet, have not gotten a response<BR>&gt; from<BR>&gt; &gt; them.<BR>&gt; &gt; <BR>&gt; &gt; I am totally befuddled!!!<BR>&gt; &gt; <BR>&gt; &gt; Regards,<BR>&gt; &gt; Sue T. Doughty<BR>&gt; &gt; SAP Workflow Specialist<BR>&gt; &gt; Old Dominion Freight Line, Inc.<BR>&gt; &gt; 500 Old Dominion Way<BR>&gt; &gt; Thomasville, NC 27360<BR>&gt; &gt; Phone: (336) 822-5189<BR>&gt; &gt; Toll Free (800 ) 432-6335, ext. 5189<BR>&gt; &gt; Email: sue.doughty@odfl.com<BR>&gt; &gt; <BR>&gt; &gt; -----Original Message-----<BR>&gt; &gt; From: sap-wug-bounces@mit.edu [mailto:sap-wug-bounces@mit.edu] On<BR>&gt; Behalf<BR>&gt; &gt; Of Mike Pokraka<BR>&gt; &gt; Sent: Thursday, February 28, 2008 7:54 AM<BR>&gt; &gt; To: SAP Workflow Users' Group<BR>&gt; &gt; Subject: RE: Condition step not working in Workflow<BR>&gt; &gt; <BR>&gt; &gt; Just to confirm the obvious: Does the step actually complete? (Status<BR>&gt; &gt; Completed)<BR>&gt; &gt; If it just completes and the next step doesn't start then your WF<BR>&gt; &gt; definition couldbe corrupt. Put the two steps into a test WF and see<BR>&gt; if<BR>&gt; &gt; that works.<BR>&gt; &gt; <BR>&gt; &gt; On Wed, February 27, 2008 6:20 pm, Sue Doughty wrote:<BR>&gt; &gt; &gt; Hi Mike,<BR>&gt; &gt; &gt;<BR>&gt; &gt; &gt; I changed the data type to SY-INPUT and still get the same results.<BR>&gt; &gt; &gt;<BR>&gt; &gt; &gt; Thank you for the suggestion though. I'm willing to try anything. I<BR>&gt; &gt; &gt; hope that it is not something so simple that I'll feel really stupid<BR>&gt; &gt; &gt; when I find it. :-)<BR>&gt; &gt; &gt;<BR>&gt; &gt; &gt; Regards,<BR>&gt; &gt; &gt; Sue T. Doughty<BR>&gt; &gt; &gt; SAP Workflow Specialist<BR>&gt; &gt; &gt; Old Dominion Freight Line, Inc.<BR>&gt; &gt; &gt; 500 Old Dominion Way<BR>&gt; &gt; &gt; Thomasville, NC 27360<BR>&gt; &gt; &gt; Phone: (336) 822-5189<BR>&gt; &gt; &gt; Toll Free (800 ) 432-6335, ext. 5189<BR>&gt; &gt; &gt; Email: sue.doughty@odfl.com<BR>&gt; &gt; &gt;<BR>&gt; &gt; &gt; -----Original Message-----<BR>&gt; &gt; &gt; From: sap-wug-bounces@mit.edu [mailto:sap-wug-bounces@mit.edu] On<BR>&gt; &gt; Behalf<BR>&gt; &gt; &gt; Of Mike Pokraka<BR>&gt; &gt; &gt; Sent: Wednesday, February 27, 2008 12:13 PM<BR>&gt; &gt; &gt; To: SAP Workflow Users' Group<BR>&gt; &gt; &gt; Subject: RE: Condition step not working in Workflow<BR>&gt; &gt; &gt;<BR>&gt; &gt; &gt; Hmm, not too sure then. I thought I'd mention as it would be worth<BR>&gt; &gt; &gt; checking. Also make sure your data type is valid for the values. Try<BR>&gt; &gt; &gt; changing it to SY-INPUT just to make sure.<BR>&gt; &gt; &gt;<BR>&gt; &gt; &gt; On Wed, February 27, 2008 4:11 pm, Sue Doughty wrote:<BR>&gt; &gt; &gt;&gt; Hi Mike,<BR>&gt; &gt; &gt;&gt;<BR>&gt; &gt; &gt;&gt; Thanks for your reply.<BR>&gt; &gt; &gt;&gt;<BR>&gt; &gt; &gt;&gt; I am not using a result parameter even though I tried that when it<BR>&gt; &gt; did<BR>&gt; &gt; &gt;&gt; not work the way I had it at first. Neither way works. I can see in<BR>&gt; &gt; &gt;&gt; the workflow log that my export parameter (ImageFound) is being<BR>&gt; &gt; &gt;&gt; populated with the correct 'T' or 'F' value, but the Results<BR>&gt; &gt; &gt; processing<BR>&gt; &gt; &gt;&gt; step is not being executed with an F value - it only executes when<BR>&gt; &gt; the<BR>&gt; &gt; &gt;&gt; export parameter contains a 'T' value.<BR>&gt; &gt; &gt;&gt;<BR>&gt; &gt; &gt;&gt; I can't use a virtual attribute because the input parameters to the<BR>&gt; &gt; &gt;&gt; method change with each call to the method (i.e., doctype and<BR>&gt; &gt; &gt;&gt; imagedate).<BR>&gt; &gt; &gt;&gt;<BR>&gt; &gt; &gt;&gt; Regards,<BR>&gt; &gt; &gt;&gt; Sue T. Doughty<BR>&gt; &gt; &gt;&gt; SAP Workflow Specialist<BR>&gt; &gt; &gt;&gt; Old Dominion Freight Line, Inc.<BR>&gt; &gt; &gt;&gt; 500 Old Dominion Way<BR>&gt; &gt; &gt;&gt; Thomasville, NC 27360<BR>&gt; &gt; &gt;&gt; Phone: (336) 822-5189<BR>&gt; &gt; &gt;&gt; Toll Free (800 ) 432-6335, ext. 5189<BR>&gt; &gt; &gt;&gt; Email: sue.doughty@odfl.com<BR>&gt; &gt; &gt;&gt; -----Original Message-----<BR>&gt; &gt; &gt;&gt; From: sap-wug-bounces@mit.edu [mailto:sap-wug-bounces@mit.edu] On<BR>&gt; &gt; &gt; Behalf<BR>&gt; &gt; &gt;&gt; Of Mike Pokraka<BR>&gt; &gt; &gt;&gt; Sent: Wednesday, February 27, 2008 10:44 AM<BR>&gt; &gt; &gt;&gt; To: SAP Workflow Users' Group<BR>&gt; &gt; &gt;&gt; Subject: Re: Condition step not working in Workflow<BR>&gt; &gt; &gt;&gt;<BR>&gt; &gt; &gt;&gt; Hi Sue,<BR>&gt; &gt; &gt;&gt; Are you using a standard return parameter or a result parameter?<BR>&gt; &gt; &gt;&gt; ("Result<BR>&gt; &gt; &gt;&gt; parameter" checkbox on your method properties).<BR>&gt; &gt; &gt;&gt; Result parameters behave differently, T/F must be defined within<BR>&gt; the<BR>&gt; &gt; &gt;&gt; data<BR>&gt; &gt; &gt;&gt; dictionary and become separate outcomes of the method.<BR>&gt; &gt; &gt;&gt; Also, perhaps a virtual attribute might be easier if this is all<BR>&gt; that<BR>&gt; &gt; &gt;&gt; the<BR>&gt; &gt; &gt;&gt; method does...<BR>&gt; &gt; &gt;&gt;<BR>&gt; &gt; &gt;&gt; Cheers,<BR>&gt; &gt; &gt;&gt; Mike<BR>&gt; &gt; &gt;&gt;<BR>&gt; &gt; &gt;&gt; On Tue, February 26, 2008 5:06 pm, Sue Doughty wrote:<BR>&gt; &gt; &gt;&gt;&gt; We are on 4.7, ECC 6.0<BR>&gt; &gt; &gt;&gt;&gt;<BR>&gt; &gt; &gt;&gt;&gt;<BR>&gt; &gt; &gt;&gt;&gt;<BR>&gt; &gt; &gt;&gt;&gt; I have a sub-workflow that executes a loop until a result flag is<BR>&gt; &gt; set<BR>&gt; &gt; &gt;&gt; to<BR>&gt; &gt; &gt;&gt;&gt; T. It executes a method that reads a table with some information.<BR>&gt; &gt; &gt; If<BR>&gt; &gt; &gt;&gt;&gt; the record is found, the result is set to T, if not it is set to F<BR>&gt; &gt; &gt; and<BR>&gt; &gt; &gt;&gt;&gt; the result container is set in the method. The next step is a<BR>&gt; &gt; &gt;&gt; condition<BR>&gt; &gt; &gt;&gt;&gt; to check the result. If T, the loop and sub-workflow are<BR>&gt; completed,<BR>&gt; &gt; &gt;&gt; if<BR>&gt; &gt; &gt;&gt;&gt; F, it waits and tries again after five minutes.<BR>&gt; &gt; &gt;&gt;&gt;<BR>&gt; &gt; &gt;&gt;&gt;<BR>&gt; &gt; &gt;&gt;&gt;<BR>&gt; &gt; &gt;&gt;&gt; My problem: If the method executes and the result is T, the<BR>&gt; &gt; workflow<BR>&gt; &gt; &gt;&gt;&gt; works as designed. If the method returns a result of F, the<BR>&gt; &gt; workflow<BR>&gt; &gt; &gt;&gt;&gt; stops at that step and does not move to the condition step to<BR>&gt; check<BR>&gt; &gt; &gt;&gt; the<BR>&gt; &gt; &gt;&gt;&gt; result.<BR>&gt; &gt; &gt;&gt;&gt;<BR>&gt; &gt; &gt;&gt;&gt;<BR>&gt; &gt; &gt;&gt;&gt;<BR>&gt; &gt; &gt;&gt;&gt; I can see that the method is returning the result container. If<BR>&gt; the<BR>&gt; &gt; &gt;&gt;&gt; Result = T, I can see that the Result container is sent back to<BR>&gt; the<BR>&gt; &gt; &gt;&gt;&gt; sub-workflow. When I look at the step in the log, it says that the<BR>&gt; &gt; &gt;&gt;&gt; background item was created, started, work item processing is<BR>&gt; &gt; &gt; complete<BR>&gt; &gt; &gt;&gt;&gt; and the result processing is done with no errors.<BR>&gt; &gt; &gt;&gt;&gt;<BR>&gt; &gt; &gt;&gt;&gt;<BR>&gt; &gt; &gt;&gt;&gt;<BR>&gt; &gt; &gt;&gt;&gt; If the Result is F, I can see that the method is returning the<BR>&gt; &gt; result<BR>&gt; &gt; &gt;&gt;&gt; container, but the workflow container does NOT get set to the<BR>&gt; &gt; Result.<BR>&gt; &gt; &gt;&gt;&gt; When I look at the step in the log, it says that the background<BR>&gt; item<BR>&gt; &gt; &gt;&gt; was<BR>&gt; &gt; &gt;&gt;&gt; created; started and work item processing is complete with no<BR>&gt; &gt; errors,<BR>&gt; &gt; &gt;&gt;&gt; BUT the Result Processing is NOT done.<BR>&gt; &gt; &gt;&gt;&gt;<BR>&gt; &gt; &gt;&gt;&gt;<BR>&gt; &gt; &gt;&gt;&gt;<BR>&gt; &gt; &gt;&gt;&gt; What am I missing? Why is the Result processing being done for one<BR>&gt; &gt; &gt;&gt;&gt; result but not the other?<BR>&gt; &gt; &gt;&gt;&gt;<BR>&gt; &gt; &gt;&gt;&gt;<BR>&gt; &gt; &gt;&gt;&gt;<BR>&gt; &gt; &gt;&gt;&gt; Regards,<BR>&gt; &gt; &gt;&gt;&gt;<BR>&gt; &gt; &gt;&gt;&gt; Sue T. Doughty<BR>&gt; &gt; &gt;&gt;&gt;<BR>&gt; &gt; &gt;&gt;&gt; SAP Workflow Specialist<BR>&gt; &gt; &gt;&gt;&gt;<BR>&gt; &gt; &gt;&gt;&gt; Old Dominion Freight Line, Inc.<BR>&gt; &gt; &gt;&gt;&gt;<BR>&gt; &gt; &gt;&gt;&gt; 500 Old Dominion Way<BR>&gt; &gt; &gt;&gt;&gt;<BR>&gt; &gt; &gt;&gt;&gt; Thomasville, NC 27360<BR>&gt; &gt; &gt;&gt;&gt;<BR>&gt; &gt; &gt;&gt;&gt; Phone: (336) 822-5189<BR>&gt; &gt; &gt;&gt;&gt;<BR>&gt; &gt; &gt;&gt;&gt; Toll Free (800 ) 432-6335, ext. 5189<BR>&gt; &gt; &gt;&gt;&gt;<BR>&gt; &gt; &gt;&gt;&gt; Email: sue.doughty@odfl.com<BR>&gt; &gt; &gt;&gt;&gt;<BR>&gt; &gt; &gt;&gt;&gt;<BR>&gt; &gt; &gt;&gt;&gt;<BR>&gt; &gt; &gt;&gt;&gt; ****************************<BR>&gt; &gt; &gt;&gt;&gt; CONFIDENTIALITY NOTICE: The information contained in this message<BR>&gt; &gt; may<BR>&gt; &gt; &gt;&gt; be<BR>&gt; &gt; &gt;&gt;&gt; confidential, privileged, proprietary, or otherwise legally exempt<BR>&gt; &gt; &gt;&gt; from<BR>&gt; &gt; &gt;&gt;&gt; disclosure. If the reader of this message is not the intended<BR>&gt; &gt; &gt;&gt; recipient,<BR>&gt; &gt; &gt;&gt;&gt; or an employee or agent responsible for delivering this message to<BR>&gt; &gt; &gt; the<BR>&gt; &gt; &gt;&gt;&gt; intended recipient, you are hereby notified that you are not<BR>&gt; &gt; &gt;&gt; authorized to<BR>&gt; &gt; &gt;&gt;&gt; read, print, retain, copy or disseminate this message, any part of<BR>&gt; &gt; &gt; it,<BR>&gt; &gt; &gt;&gt; or<BR>&gt; &gt; &gt;&gt;&gt; any attachments. If you have received this message in error,<BR>&gt; please<BR>&gt; &gt; &gt;&gt; delete<BR>&gt; &gt; &gt;&gt;&gt; this message and any attachments from your system without reading<BR>&gt; &gt; the<BR>&gt; &gt; &gt;&gt;&gt; content and notify the sender immediately of the inadvertent<BR>&gt; &gt; &gt;&gt; transmission.<BR>&gt; &gt; &gt;&gt;&gt; Thank you for your cooperation.<BR>&gt; &gt; &gt;&gt;&gt;<BR>&gt; &gt; &gt;&gt;&gt; _______________________________________________<BR>&gt; &gt; &gt;&gt;&gt; SAP-WUG mailing list<BR>&gt; &gt; &gt;&gt;&gt; SAP-WUG@mit.edu<BR>&gt; &gt; &gt;&gt;&gt; http://mailman.mit.edu/mailman/listinfo/sap-wug<BR>&gt; &gt; &gt;&gt;&gt;<BR>&gt; &gt; &gt;&gt;<BR>&gt; &gt; &gt;&gt;<BR>&gt; &gt; &gt;&gt; _______________________________________________<BR>&gt; &gt; &gt;&gt; SAP-WUG mailing list<BR>&gt; &gt; &gt;&gt; SAP-WUG@mit.edu<BR>&gt; &gt; &gt;&gt; http://mailman.mit.edu/mailman/listinfo/sap-wug<BR>&gt; &gt; &gt;&gt;<BR>&gt; &gt; &gt;&gt;<BR>&gt; &gt; &gt;&gt; ****************************<BR>&gt; &gt; &gt;&gt; CONFIDENTIALITY NOTICE: The information contained in this message<BR>&gt; may<BR>&gt; &gt; &gt; be<BR>&gt; &gt; &gt;&gt; confidential, privileged, proprietary, or otherwise legally exempt<BR>&gt; &gt; &gt; from<BR>&gt; &gt; &gt;&gt; disclosure. If the reader of this message is not the intended<BR>&gt; &gt; &gt; recipient,<BR>&gt; &gt; &gt;&gt; or an employee or agent responsible for delivering this message to<BR>&gt; &gt; the<BR>&gt; &gt; &gt;&gt; intended recipient, you are hereby notified that you are not<BR>&gt; &gt; &gt; authorized to<BR>&gt; &gt; &gt;&gt; read, print, retain, copy or disseminate this message, any part of<BR>&gt; &gt; it,<BR>&gt; &gt; &gt; or<BR>&gt; &gt; &gt;&gt; any attachments. If you have received this message in error, please<BR>&gt; &gt; &gt; delete<BR>&gt; &gt; &gt;&gt; this message and any attachments from your system without reading<BR>&gt; the<BR>&gt; &gt; &gt;&gt; content and notify the sender immediately of the inadvertent<BR>&gt; &gt; &gt; transmission.<BR>&gt; &gt; &gt;&gt; Thank you for your cooperation.<BR>&gt; &gt; &gt;&gt;<BR>&gt; &gt; &gt;&gt; _______________________________________________<BR>&gt; &gt; &gt;&gt; SAP-WUG mailing list<BR>&gt; &gt; &gt;&gt; SAP-WUG@mit.edu<BR>&gt; &gt; &gt;&gt; http://mailman.mit.edu/mailman/listinfo/sap-wug<BR>&gt; &gt; &gt;&gt;<BR>&gt; &gt; &gt;<BR>&gt; &gt; &gt;<BR>&gt; &gt; &gt; _______________________________________________<BR>&gt; &gt; &gt; SAP-WUG mailing list<BR>&gt; &gt; &gt; SAP-WUG@mit.edu<BR>&gt; &gt; &gt; http://mailman.mit.edu/mailman/listinfo/sap-wug<BR>&gt; &gt; &gt;<BR>&gt; &gt; &gt;<BR>&gt; &gt; &gt; ****************************<BR>&gt; &gt; &gt; CONFIDENTIALITY NOTICE: The information contained in this message<BR>&gt; may<BR>&gt; &gt; be<BR>&gt; &gt; &gt; confidential, privileged, proprietary, or otherwise legally exempt<BR>&gt; &gt; from<BR>&gt; &gt; &gt; disclosure. If the reader of this message is not the intended<BR>&gt; &gt; recipient,<BR>&gt; &gt; &gt; or an employee or agent responsible for delivering this message to<BR>&gt; the<BR>&gt; &gt; &gt; intended recipient, you are hereby notified that you are not<BR>&gt; &gt; authorized to<BR>&gt; &gt; &gt; read, print, retain, copy or disseminate this message, any part of<BR>&gt; it,<BR>&gt; &gt; or<BR>&gt; &gt; &gt; any attachments. If you have received this message in error, please<BR>&gt; &gt; delete<BR>&gt; &gt; &gt; this message and any attachments from your system without reading<BR>&gt; the<BR>&gt; &gt; &gt; content and notify the sender immediately of the inadvertent<BR>&gt; &gt; transmission.<BR>&gt; &gt; &gt; Thank you for your cooperation.<BR>&gt; &gt; &gt;<BR>&gt; &gt; &gt; _______________________________________________<BR>&gt; &gt; &gt; SAP-WUG mailing list<BR>&gt; &gt; &gt; SAP-WUG@mit.edu<BR>&gt; &gt; &gt; http://mailman.mit.edu/mailman/listinfo/sap-wug<BR>&gt; &gt; &gt;<BR>&gt; &gt; <BR>&gt; &gt; <BR>&gt; &gt; _______________________________________________<BR>&gt; &gt; SAP-WUG mailing list<BR>&gt; &gt; SAP-WUG@mit.edu<BR>&gt; &gt; http://mailman.mit.edu/mailman/listinfo/sap-wug<BR>&gt; &gt; <BR>&gt; &gt; <BR>&gt; &gt; ****************************<BR>&gt; &gt; CONFIDENTIALITY NOTICE: The information contained in this message may<BR>&gt; be<BR>&gt; &gt; confidential, privileged, proprietary, or otherwise legally exempt<BR>&gt; from<BR>&gt; &gt; disclosure. If the reader of this message is not the intended<BR>&gt; recipient,<BR>&gt; &gt; or an employee or agent responsible for delivering this message to the<BR>&gt; &gt; intended recipient, you are hereby notified that you are not<BR>&gt; authorized<BR>&gt; &gt; to read, print, retain, copy or disseminate this message, any part of<BR>&gt; &gt; it, or any attachments. If you have received this message in error,<BR>&gt; &gt; please delete this message and any attachments from your system<BR>&gt; without<BR>&gt; &gt; reading the content and notify the sender immediately of the<BR>&gt; inadvertent<BR>&gt; &gt; transmission. Thank you for your cooperation.<BR>&gt; &gt; <BR>&gt; &gt; _______________________________________________<BR>&gt; &gt; SAP-WUG mailing list<BR>&gt; &gt; SAP-WUG@mit.edu<BR>&gt; &gt; http://mailman.mit.edu/mailman/listinfo/sap-wug<BR>&gt; &gt; <BR>&gt; &gt; <BR>&gt; &gt; <BR>&gt; &gt; ------------------------------<BR>&gt; &gt; <BR>&gt; &gt; _______________________________________________<BR>&gt; &gt; SAP-WUG mailing list<BR>&gt; &gt; SAP-WUG@mit.edu<BR>&gt; &gt; http://mailman.mit.edu/mailman/listinfo/sap-wug<BR>&gt; &gt; <BR>&gt; &gt; <BR>&gt; &gt; End of SAP-WUG Digest, Vol 39, Issue 78<BR>&gt; &gt; ***************************************<BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; ________________________________<BR>&gt; <BR>&gt; Express yourself instantly with MSN Messenger! MSN Messenger<BR>&gt; &lt;http://clk.atdmt.com/AVE/go/onm00200471ave/direct/01/&gt; <BR>&gt; -------------- next part --------------<BR>&gt; An HTML attachment was scrubbed...<BR>&gt; URL: http://mailman.mit.edu/pipermail/sap-wug/attachments/20080228/eec6fdc3/attachment.htm<BR>&gt; <BR>&gt; ------------------------------<BR>&gt; <BR>&gt; _______________________________________________<BR>&gt; SAP-WUG mailing list<BR>&gt; SAP-WUG@mit.edu<BR>&gt; http://mailman.mit.edu/mailman/listinfo/sap-wug<BR>&gt; <BR>&gt; <BR>&gt; End of SAP-WUG Digest, Vol 39, Issue 81<BR>&gt; ***************************************<BR><BR><br /><hr />Express yourself instantly with MSN Messenger! <a href='http://clk.atdmt.com/AVE/go/onm00200471ave/direct/01/' target='_new'>MSN Messenger</a></body>
</html>