<br><font size=2 face="sans-serif">Hi Veit,</font>
<br><font size=2 face="sans-serif">&nbsp;I have designed a WF whose triggering
event is posted and BO is FIPP &nbsp;(FIPP.Posted). This WF has only one
step which delivers workitem with display posted document screen , &nbsp;to
president of the company once in a day ,say at 10 pm.So in our scenario,
</font>
<br><font size=2 face="sans-serif">we want to send the workitems containing
different &nbsp;posted documents of the entire day to &nbsp;the inbox of
the president &nbsp;at 10 pm everyday .</font>
<br><font size=2 face="sans-serif">i.e if we have 20 posted documents for
today , we want these 20 workitems to be delivered in inbox of president
at 10 pm .</font>
<br>
<br>
<br><font size=2 face="sans-serif">as if now :</font>
<br><font size=2 face="sans-serif">As soon as this event is reached .i.e
. a user posted the document , this WF &nbsp;starts &nbsp;and work item
will get deliver in presidents inbox at the same time .</font>
<br><font size=2 face="sans-serif">But we want this to happen at say 10
pm.</font>
<br>
<br><font size=2 face="sans-serif">If I use SAP_WAPI* functions, then will
my WF will be triggered when this FM (SAP_START_WAPI_WORKFLOW) &nbsp;is
called or will my WF works &nbsp;wen a user post the document ...</font>
<br>
<br><font size=2 face="sans-serif">Please advice how to go about solving
this . </font>
<br>
<br><font size=2 face="sans-serif">Best Regards<br>
Priya </font>
<br>
<br>
<br>
<br>
<table width=100%>
<tr valign=top>
<td width=40%><font size=1 face="sans-serif"><b>Veit Unger &lt;veit.unger@de.ibm.com&gt;</b>
</font>
<br><font size=1 face="sans-serif">Sent by: sap-wug-bounces@mit.edu</font>
<p><font size=1 face="sans-serif">07/25/2007 05:35 PM</font>
<table border>
<tr valign=top>
<td bgcolor=white>
<div align=center><font size=1 face="sans-serif">Please respond to<br>
&quot;SAP Workflow Users' Group&quot; &lt;sap-wug@mit.edu&gt;</font></div></table>
<br>
<td width=59%>
<table width=100%>
<tr valign=top>
<td>
<div align=right><font size=1 face="sans-serif">To</font></div>
<td><font size=1 face="sans-serif">&quot;SAP Workflow Users' Group&quot;
&lt;sap-wug@mit.edu&gt;</font>
<tr valign=top>
<td>
<div align=right><font size=1 face="sans-serif">cc</font></div>
<td>
<tr valign=top>
<td>
<div align=right><font size=1 face="sans-serif">Subject</font></div>
<td><font size=1 face="sans-serif">Re: Event Queue - Functionality ??</font></table>
<br>
<table>
<tr valign=top>
<td>
<td></table>
<br></table>
<br>
<br>
<br><font size=2 face="sans-serif"><br>
Hello Priya,</font><font size=3> <br>
</font><font size=2 face="sans-serif"><br>
the event queue will just queue and deliver already raised events, it won't
raise them. <br>
You could write a little ABAP that raises your start event or directly
starts you workflow using the SAP_WAPI* functions and schedule that one
as a repeating job. </font><font size=3><br>
</font><font size=2 face="sans-serif"><br>
kind regards,</font><font size=3> </font><font size=2 face="sans-serif"><br>
Veit Unger</font><font size=3> <br>
<br>
<br>
<br>
</font><font size=2 face="sans-serif"><br>
Dipl. WiInf. Veit Unger <br>
- <br>
eMail: veit.unger@de.ibm.com <br>
Telefon: +(49) 170 914 7650 <br>
<br>
IBM Global Business Services <br>
Nahmitzer Damm 12 - 12277 Berlin . Germany <br>
<br>
--<br>
IBM Deutschland GmbH<br>
Vorsitzender des Aufsichtsrats: Hans Ulrich Maerki<br>
Geschäftsführung: Martin Jetter (Vorsitzender), Rudolf Bauer, Christian
Diedrich, Christoph Grandpierre, Matthias Hartmann, Thomas Fell, Michael
Diemer<br>
Sitz der Gesellschaft: Stuttgart<br>
Registergericht: Amtsgericht Stuttgart, HRB 14562 WEEE-Reg.-Nr. DE 99369940</font><font size=3>
<br>
<br>
</font>
<table width=100%>
<tr valign=top>
<td width=46%><font size=1 face="sans-serif"><b>Priya Sharma &lt;priya.sharma@tcs.com&gt;</b>
<br>
Sent by: sap-wug-bounces@mit.edu</font><font size=3> </font>
<p><font size=1 face="sans-serif">25.07.2007 10:48</font><font size=3>
</font>
<br>
<table border=4 width=100%>
<tr valign=top>
<td width=100% bgcolor=white>
<div align=center><font size=1 face="sans-serif">Please respond to<br>
&quot;SAP Workflow Users' Group&quot; &lt;sap-wug@mit.edu&gt;</font></div></table>
<p>
<td width=53%>
<table width=100%>
<tr valign=top>
<td width=13%>
<div align=right><font size=1 face="sans-serif">To</font></div>
<td width=86%><font size=1 face="sans-serif">&quot;SAP Workflow Users'
Group&quot; &lt;sap-wug@mit.edu&gt;</font><font size=3> </font>
<tr valign=top>
<td>
<div align=right><font size=1 face="sans-serif">cc</font></div>
<td>
<tr valign=top>
<td>
<div align=right><font size=1 face="sans-serif">Subject</font></div>
<td><font size=1 face="sans-serif">Event Queue - Functionality ??</font></table>
<br>
<br>
<table width=100%>
<tr valign=top>
<td width=49%>
<td width=50%></table>
<br></table>
<br><font size=3><br>
<br>
</font><font size=2 face="sans-serif"><br>
<br>
Hi All,</font><font size=3> </font><font size=2 face="sans-serif"><br>
I am using event queue .Please guide me how to use the following tab page
of 'Event Queue Administration':</font><font size=3> </font><font size=2 face="sans-serif"><br>
I want to schedule a particular WF twice &nbsp;in a day,say at 10 am and
at 10 pm &nbsp;everyday,I guess i need to define some settings here in
tab page</font><font size=3> </font><font size=2 face="sans-serif"><b><br>
&quot;Background Job&quot;.</b></font><font size=3> </font><font size=2 face="sans-serif"><br>
In &quot;Backround Job&quot; we have 4 options :</font><font size=3> </font><font size=2 face="sans-serif"><br>
1)Operation mode of background Job : this option is only in display mode
giving dafult value as 1. can I change this value ? <br>
2)Number of events per read access : <br>
3)Time interval between two read accesses :</font><font size=3> </font><font size=2 face="sans-serif"><br>
4)Interval until event queue next checked :</font><font size=3> </font><font size=2 face="sans-serif"><br>
<br>
Can anyone help me out with, how to use these 4 options .</font><font size=3>
</font><font size=2 face="sans-serif"><br>
and In 'Event Queue Administration' (tcode - SWEQADM), in application tool
bar following functions are disabled :</font><font size=3> </font><font size=2 face="sans-serif"><br>
set default values , undo change , restore .. &nbsp;Any idea why it is
so ?? <br>
<br>
Many Thanks.</font><font size=3> </font><font size=2 face="sans-serif"><br>
<br>
Best Rgds<br>
Priya Sharma<br>
Tata Consultancy Services<br>
Mailto: priya.sharma@tcs.com<br>
Website: http://www.tcs.com</font><font size=3> </font><font size=3><tt><br>
=====-----=====-----=====<br>
Notice: The information contained in this e-mail<br>
message and/or attachments to it may contain <br>
confidential or privileged information. If you are <br>
not the intended recipient, any dissemination, use, <br>
review, distribution, printing or copying of the <br>
information contained in this e-mail message <br>
and/or attachments to it are strictly prohibited. If <br>
you have received this communication in error, <br>
please notify us by reply e-mail or telephone and <br>
immediately and permanently delete the message <br>
and any attachments. Thank you<br>
<br>
</tt></font><font size=2><tt><br>
_______________________________________________<br>
SAP-WUG mailing list<br>
SAP-WUG@mit.edu<br>
http://mailman.mit.edu/mailman/listinfo/sap-wug</tt></font><font size=3><br>
</font><font size=2><tt>_______________________________________________<br>
SAP-WUG mailing list<br>
SAP-WUG@mit.edu<br>
http://mailman.mit.edu/mailman/listinfo/sap-wug<br>
</tt></font>
<br><font size=1 color=white face="sans-serif">ForwardSourceID:NT000085D6
&nbsp; &nbsp;</font>
<br><pre>=====-----=====-----=====
Notice: The information contained in this e-mail
message and/or attachments to it may contain 
confidential or privileged information. If you are 
not the intended recipient, any dissemination, use, 
review, distribution, printing or copying of the 
information contained in this e-mail message 
and/or attachments to it are strictly prohibited. If 
you have received this communication in error, 
please notify us by reply e-mail or telephone and 
immediately and permanently delete the message 
and any attachments. Thank you


</pre>