<div>Hi Kesari,</div>
<div>&nbsp;&nbsp;&nbsp;&nbsp; Thank you&nbsp;for the solution. I&nbsp;could get the workitem ID from &quot;SWP_NODEWI&quot;. </div>
<div>&nbsp;</div>
<div>Thanks again,</div>
<div>Deepali</div>
<div><br>&nbsp;</div>
<div><span class="gmail_quote">On 7/14/08, <b class="gmail_sendername"><a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:sap-wug-request@mit.edu" target="_blank">sap-wug-request@mit.edu</a></b> &lt;<a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:sap-wug-request@mit.edu" target="_blank">sap-wug-request@mit.edu</a>&gt; wrote:</span> 
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">
<div style="DIRECTION: ltr">Send SAP-WUG mailing list submissions to<br>&nbsp; &nbsp; &nbsp; &nbsp;<a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:sap-wug@mit.edu" target="_blank">sap-wug@mit.edu</a><br><br>To subscribe or unsubscribe via the World Wide Web, visit<br>
&nbsp; &nbsp; &nbsp; &nbsp;<a onclick="return top.js.OpenExtLink(window,event,this)" href="http://mailman.mit.edu/mailman/listinfo/sap-wug" target="_blank">http://mailman.mit.edu/mailman/listinfo/sap-wug</a><br>or, via email, send a message with subject or body &#39;help&#39; to<br>
&nbsp; &nbsp; &nbsp; &nbsp;<a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:sap-wug-request@mit.edu" target="_blank">sap-wug-request@mit.edu</a><br><br>You can reach the person managing the list at<br>&nbsp; &nbsp; &nbsp; &nbsp;<a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:sap-wug-owner@mit.edu" target="_blank">sap-wug-owner@mit.edu</a><br>
<br>When replying, please edit your Subject line so it is more specific<br>than &quot;Re: Contents of SAP-WUG digest...&quot;<br>&nbsp;</div><br>Today&#39;s Topics:<br><br>&nbsp; 1. Re: Help: How to get workItem ID for a workflow step with<br>
&nbsp; &nbsp; &nbsp;foreground &nbsp; &nbsp; &nbsp; &nbsp;task before Method execution (Kesari Katakam)<br>&nbsp; 2. RE: CONFIGURING STANDARD WORKFLOW (Keohan, Susan)<br>&nbsp; 3. Credit status and overall blocked status of a sales order<br>&nbsp; &nbsp; &nbsp;(Gayathri Shivakumar)<br>
&nbsp; 4. RE: Work Items Processing on Blackberry (Griffiths, Mark)<br><br><br>---------- Forwarded message ----------<br>From:&nbsp;&quot;Kesari Katakam&quot; &lt;<a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:kesari.katakam@gmail.com" target="_blank">kesari.katakam@gmail.com</a>&gt;<br>
To:&nbsp;&quot;SAP Workflow Users&#39; Group&quot; &lt;<a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:sap-wug@mit.edu" target="_blank">sap-wug@mit.edu</a>&gt;<br>Date:&nbsp;Mon, 14 Jul 2008 10:35:14 +0000<br>
Subject:&nbsp;Re: Help: How to get workItem ID for a workflow step with foreground task before Method execution<br>Hi Deepali,<br><br>1) &nbsp; &nbsp; &nbsp; If you are storing the Workitem ID in the custom table just to<br>have the information and control of the Workitem of a particular step<br>
from an OUTSIDE program,<br>&nbsp;then you can always get it using the table swp_nodewi with Parent ID<br>and then finding subsequent child for the TASK you need.<br>This way you don&#39;t need to overload the workflow with custom code to<br>
add it in tables.<br><br><br>2) &nbsp; &nbsp; &nbsp;Otherwise, check if you can use the Alternate Methods under the<br>METHODs section of your task and put the custom method to update the<br>workitem in the BEFORE workitem gets executed section. So that in<br>
anycase your workitem id is added before the process.<br><br>Regards,<br>Kesari V. S. Katakam<br><br><br>On 7/11/08, shaurya jain &lt;<a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:jain.shaurya@gmail.com" target="_blank">jain.shaurya@gmail.com</a>&gt; wrote:<br>
&gt; Hi Deepali,<br>&gt;<br>&gt; I don&#39;t know what do you mean by before starting but workitem id will be<br>&gt; generated only after an instance of that work item is generated. I think you<br>&gt; can check with Program Exits if they can solve your purpose.<br>
&gt;<br>&gt;<br>&gt; Programming exits are available for workflow/dialog/wait step/background<br>&gt; work items in which you can add ABAP classes. The ABAP classes must support<br>&gt; the interface IF_SWF_IFS_WORKITEM_EXIT and they can react to a pre-defined<br>
&gt; status change.<br>&gt;<br>&gt;<br>&gt;<br>&gt; I hope this helps.<br>&gt;<br>&gt;<br>&gt;<br>&gt; Thanks,<br>&gt;<br>&gt; Shaurya Jain<br>&gt;<br>&gt;<br>&gt; 2008/7/11 Deepali Margaj &lt;<a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:deepalimargaj@gmail.com" target="_blank">deepalimargaj@gmail.com</a>&gt;:<br>
&gt;<br>&gt;&gt; &nbsp;Hi Experts,<br>&gt;&gt; &nbsp; &nbsp; &nbsp;We have a requirement to get workitem ID for a Foreground task in a<br>&gt;&gt; workflow. I have written code which uses FM SWO_QUERY_REQUESTER to return<br>&gt;&gt; the workItem ID and update it to custom table. I have placed this code in<br>
&gt;&gt; the object method call (used by task) and it returns workitem ID correctly<br>&gt;&gt; only if work Item execution is started. However requirement is to get the<br>&gt;&gt; workItem ID as soon as WorkItem is created and we don&#39;t want to execute<br>
&gt;&gt; the<br>&gt;&gt; workItem before receiving the ID in a custom table. Could anybody suggest<br>&gt;&gt; the proper place to write this code .<br>&gt;&gt; &nbsp; &nbsp; &nbsp; Thanks in advance.<br>&gt;&gt;<br>&gt;&gt;<br>&gt;&gt; Regards,<br>
&gt;&gt; Deepali<br>&gt;&gt;<br>&gt;&gt; _______________________________________________<br>&gt;&gt; SAP-WUG mailing list<br>&gt;&gt; <a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:SAP-WUG@mit.edu" target="_blank">SAP-WUG@mit.edu</a><br>
&gt;&gt; <a onclick="return top.js.OpenExtLink(window,event,this)" href="http://mailman.mit.edu/mailman/listinfo/sap-wug" target="_blank">http://mailman.mit.edu/mailman/listinfo/sap-wug</a><br>&gt;&gt;<br>&gt;&gt;<br>&gt;<br>
<br><br><br>---------- Forwarded message ----------<br>From:&nbsp;&quot;Keohan, Susan&quot; &lt;<a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:keohan@ll.mit.edu" target="_blank">keohan@ll.mit.edu</a>&gt;<br>
To:&nbsp;&quot;SAP Workflow Users&#39; Group&quot; &lt;<a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:sap-wug@mit.edu" target="_blank">sap-wug@mit.edu</a>&gt;<br>Date:&nbsp;Mon, 14 Jul 2008 08:25:31 -0400<br>
Subject:&nbsp;RE: CONFIGURING STANDARD WORKFLOW<br>
<div lang="EN-US" vlink="purple" link="blue">
<div>
<p><font face="Times New Roman" color="black" size="2"><span style="FONT-SIZE: 11pt; COLOR: black">Hi Yohanraju,</span></font></p>
<p><font face="Times New Roman" color="black" size="2"><span style="FONT-SIZE: 11pt; COLOR: black">You should really try to help us help you by providing your SAP release, and perhaps an idea of what workflow you are trying to configure. </span></font></p>

<p><font face="Times New Roman" color="black" size="2"><span style="FONT-SIZE: 11pt; COLOR: black">Otherwise, your question is way too broad.&nbsp; </span></font></p>
<p><font face="Times New Roman" color="black" size="2"><span style="FONT-SIZE: 11pt; COLOR: black">&nbsp;</span></font></p>
<p><font face="Times New Roman" color="black" size="2"><span style="FONT-SIZE: 11pt; COLOR: black">Also, please ensure you&#39;ve done your due diligence, such as reading documentation, before posting questions.&nbsp; </span></font></p>

<p><font face="Times New Roman" color="black" size="2"><span style="FONT-SIZE: 11pt; COLOR: black">&nbsp;</span></font></p>
<p><font face="Times New Roman" color="black" size="2"><span style="FONT-SIZE: 11pt; COLOR: black">Regards,<br>Sue</span></font></p>
<p><font face="Times New Roman" color="black" size="2"><span style="FONT-SIZE: 11pt; COLOR: black">&nbsp;</span></font></p>
<div>
<p><font face="Times New Roman" color="black" size="2"><span style="FONT-SIZE: 10pt; COLOR: black">----</span></font><font color="black"><span style="COLOR: black"></span></font></p>
<p><font face="Times New Roman" color="black" size="2"><span style="FONT-SIZE: 10pt; COLOR: black">Susan R. Keohan</span></font><font color="black"><span style="COLOR: black"></span></font></p>
<p><font face="Times New Roman" color="black" size="2"><span style="FONT-SIZE: 10pt; COLOR: black">SAP Workflow Specialist</span></font><font color="black"><span style="COLOR: black"></span></font></p>
<p><font face="Times New Roman" color="black" size="2"><span style="FONT-SIZE: 10pt; COLOR: black">Enterprise</span></font><font color="black" size="2"><span style="FONT-SIZE: 10pt; COLOR: black"> Applications</span></font><font color="black"><span style="COLOR: black"></span></font></p>

<p><font face="Times New Roman" color="black" size="2"><span style="FONT-SIZE: 10pt; COLOR: black">Information Services Department</span></font><font color="black"><span style="COLOR: black"></span></font></p>
<p><font face="Times New Roman" color="black" size="2"><span style="FONT-SIZE: 10pt; COLOR: black">MIT Lincoln Laboratory</span></font><font color="black"><span style="COLOR: black"></span></font></p>
<p><font face="Times New Roman" color="black" size="2"><span style="FONT-SIZE: 10pt; COLOR: black">244 Wood Street</span></font><font color="black" size="2"><span style="FONT-SIZE: 10pt; COLOR: black">, LI-200</span></font><font color="black"><span style="COLOR: black"></span></font></p>

<p><font face="Times New Roman" color="black" size="2"><span style="FONT-SIZE: 10pt; COLOR: black">Lexington</span></font><font color="black" size="2"><span style="FONT-SIZE: 10pt; COLOR: black">, MA</span></font><font color="black" size="2"><span style="FONT-SIZE: 10pt; COLOR: black">. 02420</span></font><font color="black"><span style="COLOR: black"></span></font></p>

<p><font face="Times New Roman" color="black" size="2"><span style="FONT-SIZE: 10pt; COLOR: black">781-981-3561</span></font><font color="black"><span style="COLOR: black"></span></font></p>
<p><font face="Times New Roman" color="black" size="2"><span style="FONT-SIZE: 10pt; COLOR: black"><a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:keohan@LL.MIT.EDU" target="_blank">keohan@LL.MIT.EDU</a></span></font><font color="black"><span style="COLOR: black"></span></font></p>

<p><font face="Times New Roman" color="black" size="3"><span style="FONT-SIZE: 12pt; COLOR: black">&nbsp;</span></font></p></div>
<div>
<div style="TEXT-ALIGN: center" align="center"><font face="Times New Roman" size="3"><span style="FONT-SIZE: 12pt">
<hr align="center" width="100%" size="2">
</span></font></div>
<p><b><font face="Tahoma" size="2"><span style="FONT-WEIGHT: bold; FONT-SIZE: 10pt; FONT-FAMILY: Tahoma">From:</span></font></b><font face="Tahoma" size="2"><span style="FONT-SIZE: 10pt; FONT-FAMILY: Tahoma"> <a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:sap-wug-bounces@mit.edu" target="_blank">sap-wug-bounces@mit.edu</a> [mailto:<a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:sap-wug-bounces@mit.edu" target="_blank">sap-wug-bounces@mit.edu</a>] <b><span style="FONT-WEIGHT: bold">On Behalf Of </span></b>yohanraju badugu<br>
<b><span style="FONT-WEIGHT: bold">Sent:</span></b> Monday, July 14, 2008 12:13 AM<br><b><span style="FONT-WEIGHT: bold">To:</span></b> <a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:sap-wug@mit.edu" target="_blank">sap-wug@mit.edu</a><br>
<b><span style="FONT-WEIGHT: bold">Subject:</span></b> CONFIGURING STANDARD WORKFLOW</span></font></p></div>
<p><font face="Times New Roman" size="3"><span style="FONT-SIZE: 12pt">&nbsp;</span></font></p>
<p><font face="Times New Roman" size="3"><span style="FONT-SIZE: 12pt">hi,<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; friends&nbsp; i am new to workflow and given the task&nbsp; to configure standard workflow. my doubt is where we do that in OOCU or in swdd_config OR IN swdm . i am in confusion please send me the correct procedure.<br>
<br><br><br>THANKS&amp;REGARDS.</span></font></p></div></div><br><br>---------- Forwarded message ----------<br>From:&nbsp;&quot;Gayathri Shivakumar&quot; &lt;<a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:Gayathri.Shivakumar@us.yazaki.com" target="_blank">Gayathri.Shivakumar@us.yazaki.com</a>&gt;<br>
To:&nbsp;&lt;<a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:sap-wug@mit.edu" target="_blank">sap-wug@mit.edu</a>&gt;<br>Date:&nbsp;Mon, 14 Jul 2008 08:52:51 -0400<br>Subject:&nbsp;Credit status and overall blocked status of a sales order<br>

<div lang="EN-US" vlink="purple" link="blue">
<div>
<p><font face="Arial" color="black" size="2"><span style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: Arial">Hi all<br><br>I have a requirement: Everytime a sales order is changed or a delivery is created or changed a notification needs to be sent if the credit status says blocked i.e., the the attribute VBSTT-SPSTG_BEZ says &quot;Blocked&quot;</span></font></p>

<p><font face="Arial" color="black" size="2"><span style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: Arial">&nbsp;</span></font></p>
<p><font face="Arial" color="black" size="2"><span style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: Arial">Can I use the getStatus method that BUS2032 provides to get the credit status ? This method provides a table output with information. I would like to know how to extract this information? I am kind of confused as to how to proceed.</span></font></p>

<p><font face="Arial" color="black" size="2"><span style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: Arial">&nbsp;</span></font></p>
<p><font face="Arial" color="black" size="2"><span style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: Arial">Regards,</span></font></p>
<p><font face="Arial" color="black" size="2"><span style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: Arial">&nbsp;</span></font></p>
<p><font face="Arial" color="black" size="2"><span style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: Arial">Gayathri</span></font><font face="Arial" size="2"><span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"></span></font></p>
</div></div><br><br>---------- Forwarded message ----------<br>From:&nbsp;&quot;Griffiths, Mark&quot; &lt;<a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:mark.griffiths@sap.com" target="_blank">mark.griffiths@sap.com</a>&gt;<br>
To:&nbsp;&quot;SAP Workflow Users&#39; Group&quot; &lt;<a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:sap-wug@mit.edu" target="_blank">sap-wug@mit.edu</a>&gt;<br>Date:&nbsp;Mon, 14 Jul 2008 16:38:42 +0200<br>
Subject:&nbsp;RE: Work Items Processing on Blackberry<br>
<div>
<div dir="ltr" align="left"><span><font face="Arial" color="#0000ff">There was a session&nbsp;at&nbsp;Tech Ed on this last year - I believe the solution they demo&#39;ed there involved creating a java application for the blackberry that then completed the workflow on the backend ... unfortunatley I don&#39;t have anymore details.</font></span></div>

<div dir="ltr" align="left"><span><font face="Arial" color="#0000ff"></font></span>&nbsp;</div>
<div dir="ltr" align="left"><span><font face="Arial" color="#0000ff">Did anyone attend the session and can feedback?</font></span></div>
<div dir="ltr" align="left"><span><font face="Arial" color="#0000ff"></font></span>&nbsp;</div>
<div dir="ltr" align="left"><span><font face="Arial" color="#0000ff">Cheers,</font></span></div>
<div dir="ltr" align="left"><span><font face="Arial" color="#0000ff"></font></span>&nbsp;</div>
<div dir="ltr" align="left"><span><font face="Arial" color="#0000ff"></font></span>&nbsp;</div>
<div dir="ltr" align="left"><span><font face="Arial" color="#0000ff">Mark</font></span></div>
<div>&nbsp;</div><font face="Arial Black" color="#000080" size="1"></font><br>
<div lang="en-us" dir="ltr" align="left">
<hr>
<font face="Tahoma" size="2"><b>From:</b> <a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:sap-wug-bounces@mit.edu" target="_blank">sap-wug-bounces@mit.edu</a> [mailto:<a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:sap-wug-bounces@mit.edu" target="_blank">sap-wug-bounces@mit.edu</a>] <b>On Behalf Of </b>Mike Gambier<br>
<b>Sent:</b> Friday, July 11, 2008 8:45 AM<br><b>To:</b> SAP Workflow Users&#39; Group<br><b>Subject:</b> RE: Work Items Processing on Blackberry<br></font><br>&nbsp;</div>
<div></div><br>I wonder what that would be?? XD<br>&nbsp;<br>MGT<br><br>
<hr>
<br>Subject: RE: Work Items Processing on Blackberry<br>Date: Thu, 10 Jul 2008 18:20:30 -0400<br>From: <a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:araskin@3i-consulting.com" target="_blank">araskin@3i-consulting.com</a><br>
To: <a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:sap-wug@mit.edu" target="_blank">sap-wug@mit.edu</a><br><br><br>
<div>
<p><font face="Arial" color="navy" size="2"><span style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial">There is a third party tool that does this. Please email me directly for more information.</span></font></p>
<p><font face="Arial" color="navy" size="2"><span style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial"></span></font>&nbsp;</p>
<div>
<div style="TEXT-ALIGN: center" align="center"><font face="Times New Roman" size="3"><span style="FONT-SIZE: 12pt">
<hr align="center" width="100%" size="2">
</span></font></div>
<p><b><font face="Tahoma" size="2"><span style="FONT-WEIGHT: bold; FONT-SIZE: 10pt; FONT-FAMILY: Tahoma">From:</span></font></b><font face="Tahoma" size="2"><span style="FONT-SIZE: 10pt; FONT-FAMILY: Tahoma"> <a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:sap-wug-bounces@mit.edu" target="_blank">sap-wug-bounces@mit.edu</a> [mailto:<a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:sap-wug-bounces@mit.edu" target="_blank">sap-wug-bounces@mit.edu</a>] <b><span style="FONT-WEIGHT: bold">On Behalf Of </span></b>shaurya jain<br>
<b><span style="FONT-WEIGHT: bold">Sent:</span></b> Thursday, July 10, 2008 5:33 PM<br><b><span style="FONT-WEIGHT: bold">To:</span></b> SAP Workflow Users&#39; Group<br><b><span style="FONT-WEIGHT: bold">Subject:</span></b> Work Items Processing on Blackberry</span></font></p>
</div>
<p><font face="Times New Roman" size="3"><span style="FONT-SIZE: 12pt"></span></font>&nbsp;</p>
<div>
<p><font face="Times New Roman" size="3"><span style="FONT-SIZE: 12pt">Hi Experts,</span></font></p></div>
<div>
<p><font face="Times New Roman" size="3"><span style="FONT-SIZE: 12pt"></span></font>&nbsp;</p></div>
<div>
<p><font face="Times New Roman" size="3"><span style="FONT-SIZE: 12pt">I have a requirement that user can approve or reject PO&#39;s or PRs on their handheld mobile devices (like Blackberry).&nbsp;In other words, user/approver can process work items directly from their blackberry without logging into the SAP system &amp; then the SAP backend can be synchronized automatically.</span></font></p>
</div>
<div>
<p><font face="Times New Roman" size="3"><span style="FONT-SIZE: 12pt"></span></font>&nbsp;</p></div>
<div>
<p><font face="Times New Roman" size="3"><span style="FONT-SIZE: 12pt">I have gone through lot of douments &amp; links on web but couldn&#39;t find a relevant solution to this.</span></font></p></div>
<div>
<p><font face="Times New Roman" size="3"><span style="FONT-SIZE: 12pt"></span></font>&nbsp;</p></div>
<div>
<p><font face="Times New Roman" size="3"><span style="FONT-SIZE: 12pt">If anyone of you have done this before or has any idea of the same then&nbsp;inputs&nbsp;would be greatly appreciated.</span></font></p></div>
<div>
<p><font face="Times New Roman" size="3"><span style="FONT-SIZE: 12pt"></span></font>&nbsp;</p></div>
<div>
<p><font face="Times New Roman" size="3"><span style="FONT-SIZE: 12pt">Thanks &amp; Regards,</span></font></p></div>
<div>
<p><font face="Times New Roman" size="3"><span style="FONT-SIZE: 12pt">Shaurya Jain</span></font></p></div></div><br>
<hr>
Get Hotmail on your Mobile! <a onclick="return top.js.OpenExtLink(window,event,this)" href="http://clk.atdmt.com/UKM/go/101719965/direct/01/" target="_blank">Try it Now!</a> </div><br>_______________________________________________<br>
SAP-WUG mailing list<br><a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:SAP-WUG@mit.edu" target="_blank">SAP-WUG@mit.edu</a><br><a onclick="return top.js.OpenExtLink(window,event,this)" href="http://mailman.mit.edu/mailman/listinfo/sap-wug" target="_blank">http://mailman.mit.edu/mailman/listinfo/sap-wug</a><br>
<br></blockquote></div><br>