<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">

<head>
<meta http-equiv=Content-Type content="text/html; charset=us-ascii">
<meta name=Generator content="Microsoft Word 12 (filtered medium)">
<!--[if !mso]>
<style>
v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
</style>
<![endif]-->
<style>
<!--
 /* Font Definitions */
 @font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
@font-face
        {font-family:"Freestyle Script";
        panose-1:3 8 4 2 3 2 5 11 4 4;}
@font-face
        {font-family:Verdana;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
p
        {mso-style-priority:99;
        mso-margin-top-alt:auto;
        margin-right:0cm;
        mso-margin-bottom-alt:auto;
        margin-left:0cm;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
span.EmailStyle17
        {mso-style-type:personal;
        font-family:"Arial","sans-serif";
        color:windowtext;}
span.EmailStyle18
        {mso-style-type:personal;
        font-family:"Arial","sans-serif";
        color:navy;}
span.EmailStyle19
        {mso-style-type:personal;
        font-family:"Arial","sans-serif";
        color:navy;}
span.EmailStyle20
        {mso-style-type:personal;
        font-family:"Arial","sans-serif";
        color:navy;}
span.EmailStyle22
        {mso-style-type:personal-reply;
        font-family:"Arial","sans-serif";
        color:blue;
        font-weight:normal;
        font-style:normal;
        text-decoration:none none;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page Section1
        {size:595.3pt 841.9pt;
        margin:72.0pt 90.0pt 72.0pt 90.0pt;}
div.Section1
        {page:Section1;}
-->
</style>
<!--[if gte mso 9]><xml>
 <o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
 <o:shapelayout v:ext="edit">
  <o:idmap v:ext="edit" data="1" />
 </o:shapelayout></xml><![endif]-->
</head>

<body lang=EN-US link=blue vlink=purple>

<div class=Section1>

<p class=MsoNormal><span style='font-family:"Arial","sans-serif";color:blue'>Hi
Stanley, <o:p></o:p></span></p>

<p class=MsoNormal><span style='font-family:"Arial","sans-serif";color:blue'>Not
ideal use of the wait statement.<o:p></o:p></span></p>

<p class=MsoNormal><span style='font-family:"Arial","sans-serif";color:blue'>A
running program is swapped out, for X seconds then swapped back in.<o:p></o:p></span></p>

<p class=MsoNormal><span style='font-family:"Arial","sans-serif";color:blue'>If
anything happens to the running program, or Work process, or system, then this
step will be left orphaned.<o:p></o:p></span></p>

<p class=MsoNormal><span style='font-family:"Arial","sans-serif";color:blue'><o:p>&nbsp;</o:p></span></p>

<p class=MsoNormal><span style='font-family:"Arial","sans-serif";color:blue'>Eg
if system is brought down, then this wait never finished, therefore the current
wf step needs restart.<o:p></o:p></span></p>

<p class=MsoNormal><span style='font-family:"Arial","sans-serif";color:blue'><o:p>&nbsp;</o:p></span></p>

<p class=MsoNormal><span style='font-family:"Arial","sans-serif";color:blue'><o:p>&nbsp;</o:p></span></p>

<p class=MsoNormal><span style='font-family:"Arial","sans-serif";color:blue'>I
suggest you consider temporary error and retries.<o:p></o:p></span></p>

<p class=MsoNormal><span style='font-family:"Arial","sans-serif";color:blue'>Or
Consider a loop in the workflow to check to see if the payroll area is locked with
a delayed start time. WI creation + x hrs.<o:p></o:p></span></p>

<p class=MsoNormal><span style='font-family:"Arial","sans-serif";color:blue'>&nbsp;<o:p></o:p></span></p>

<p class=MsoNormal><span style='font-family:"Arial","sans-serif";color:blue'>With
of course some exit condition to avoid permanent loops.<o:p></o:p></span></p>

<p class=MsoNormal><span style='font-family:"Arial","sans-serif";color:blue'><o:p>&nbsp;</o:p></span></p>

<p class=MsoNormal><span style='font-family:"Arial","sans-serif";color:blue'>I
can not recommend the ABAP wait statement for all but the briefest periods
inside Workflow.<o:p></o:p></span></p>

<p class=MsoNormal><span style='font-family:"Arial","sans-serif";color:blue'>Even
then error handling after the wait period is still required. <o:p></o:p></span></p>

<p class=MsoNormal><span style='font-family:"Arial","sans-serif";color:blue'><o:p>&nbsp;</o:p></span></p>

<p class=MsoNormal><span style='font-family:"Arial","sans-serif";color:blue'><o:p>&nbsp;</o:p></span></p>

<p class=MsoNormal><span style='font-family:"Arial","sans-serif";color:blue'><o:p>&nbsp;</o:p></span></p>

<p class=MsoNormal><span style='font-family:"Arial","sans-serif";color:blue'><o:p>&nbsp;</o:p></span></p>

<p class=MsoNormal><span style='font-family:"Arial","sans-serif";color:blue'><o:p>&nbsp;</o:p></span></p>

<p class=MsoNormal><b><span style='font-size:18.0pt;font-family:"Freestyle Script";
color:navy'>Phil Soady</span></b><span style='color:blue'> <br>
</span><span style='font-size:7.5pt;font-family:"Arial","sans-serif";
color:gray'>Solution Architect</span><span style='color:blue'> <br>
</span><span style='font-size:7.5pt;font-family:"Arial","sans-serif";
color:gray'>Netweaver Consulting</span><span style='color:blue'> <br>
</span><b><span style='font-size:7.5pt;font-family:"Arial","sans-serif";
color:gray'>SAP Australia </span></b><span style='color:blue'><br>
</span><span style='font-size:7.5pt;font-family:"Arial","sans-serif";
color:gray'>M&nbsp; +61 412 213 079</span><span style='color:blue'> <br>
</span><span style='font-size:7.5pt;font-family:"Arial","sans-serif";
color:gray'>F&nbsp; +61 2 9957 7263 </span><span style='color:blue'><br>
</span><span style='font-size:7.5pt;font-family:"Arial","sans-serif";
color:blue'><a href="mailto:phil.soady@sap.com">mailto:phil.soady@sap.com</a></span><span
style='color:blue'> </span><span style='font-family:"Arial","sans-serif";
color:blue'><o:p></o:p></span></p>

<div>

<div style='border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0cm 0cm 0cm'>

<p class=MsoNormal><b><span style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'>From:</span></b><span
style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'> sap-wug-bounces@mit.edu
[mailto:sap-wug-bounces@mit.edu] <b>On Behalf Of </b>Stanley Nemavhola - BCX -
CDE<br>
<b>Sent:</b> Tuesday, 14 August 2007 6:02 PM<br>
<b>To:</b> sap-wug@mit.edu<br>
<b>Subject:</b> wait up to 48 hrs<o:p></o:p></span></p>

</div>

</div>

<p class=MsoNormal><o:p>&nbsp;</o:p></p>

<p class=MsoNormal><span lang=EN-GB style='font-size:10.0pt;font-family:"Arial","sans-serif"'>Hi,<o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-GB style='font-size:10.0pt;font-family:"Arial","sans-serif"'><o:p>&nbsp;</o:p></span></p>

<p class=MsoNormal><span lang=EN-GB style='font-size:10.0pt;font-family:"Arial","sans-serif"'>I
have got a wait step which wait for 48 hrs when the payroll area is locked,
some of the workflows do not continue after 48hrs, they remain on wait.<o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-GB style='font-size:10.0pt;font-family:"Arial","sans-serif"'><o:p>&nbsp;</o:p></span></p>

<p class=MsoNormal><span lang=EN-GB style='font-size:10.0pt;font-family:"Arial","sans-serif"'>Is
there an explanation for this kind of error?<span style='color:navy'>
&nbsp;Please check below.</span><o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-GB style='font-size:10.0pt;font-family:"Arial","sans-serif"'><o:p>&nbsp;</o:p></span></p>

<p class=MsoNormal><span lang=EN-GB style='font-size:10.0pt;font-family:"Arial","sans-serif"'>-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------<o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-GB style='font-size:10.0pt;font-family:"Arial","sans-serif"'><o:p>&nbsp;</o:p></span></p>

<p class=MsoNormal><span lang=EN-GB style='font-size:10.0pt;font-family:"Arial","sans-serif"'><img
border=0 width=513 height=127 id="_x0000_i1026"
src="cid:image001.jpg@01C7DEAD.9BD38E70"><o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-GB style='font-size:10.0pt;font-family:"Arial","sans-serif"'><o:p>&nbsp;</o:p></span></p>

<p class=MsoNormal><span lang=EN-GB style='font-size:10.0pt;font-family:"Arial","sans-serif"'><img
border=0 width=1210 height=267 id="_x0000_i1025"
src="cid:image002.jpg@01C7DEAD.9BD38E70"><o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-GB style='font-size:10.0pt;font-family:"Arial","sans-serif"'><o:p>&nbsp;</o:p></span></p>

<p class=MsoNormal><span lang=EN-GB style='font-size:10.0pt;font-family:"Verdana","sans-serif";
color:#003366'>Kind Regards,</span><span lang=EN-GB><o:p></o:p></span></p>

<table class=MsoNormalTable border=0 cellspacing=1 cellpadding=0 width=400
 style='width:240.0pt;background:#003366'>
 <tr>
  <td style='background:white;padding:1.5pt 1.5pt 1.5pt 1.5pt'>
  <table class=MsoNormalTable border=0 cellspacing=3 cellpadding=0 width="100%"
   style='width:100.0%;background:white'>
   <tr>
    <td width=275 style='width:165.0pt;padding:.75pt .75pt .75pt .75pt'>
    <p class=MsoNormal>&nbsp;<o:p></o:p></p>
    </td>
    <td width=125 style='width:75.0pt;padding:.75pt .75pt .75pt .75pt'>
    <table class=MsoNormalTable border=0 cellspacing=3 cellpadding=0 width=125
     style='width:75.0pt'>
     <tr>
      <td style='padding:.75pt .75pt .75pt .75pt'>
      <p class=MsoNormal>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
      &nbsp;<o:p></o:p></p>
      </td>
     </tr>
    </table>
    </td>
   </tr>
   <tr>
    <td colspan=2 style='padding:.75pt .75pt .75pt .75pt'>
    <p class=MsoNormal style='margin-bottom:12.0pt'><b><span style='font-size:
    10.0pt;font-family:"Verdana","sans-serif";color:red'>Stanley Nemavhola</span></b><span
    style='font-size:10.0pt;font-family:"Verdana","sans-serif";color:red'><br>
    </span><span style='font-size:7.5pt;font-family:"Verdana","sans-serif";
    color:#003366'>SAP Consultant<br>
    CDE<br>
    <b>As service provider for: Sasol</b><o:p></o:p></span></p>
    <table class=MsoNormalTable border=0 cellspacing=0 cellpadding=0>
     <tr style='height:10.5pt'>
      <td width=18 nowrap valign=top style='width:10.5pt;padding:0cm 0cm 0cm 0cm;
      height:10.5pt'>
      <p class=MsoNormal><span style='font-size:11.0pt'><o:p>&nbsp;</o:p></span></p>
      </td>
      <td nowrap style='padding:0cm 0cm 0cm 0cm;height:10.5pt'>
      <p class=MsoNormal style='line-height:10.5pt'><span style='font-size:
      7.5pt;font-family:"Verdana","sans-serif";color:#003366'>&nbsp; Office:</span><o:p></o:p></p>
      </td>
      <td nowrap style='padding:0cm 0cm 0cm 0cm;height:10.5pt'>
      <p class=MsoNormal style='line-height:10.5pt'><span style='font-size:
      7.5pt;font-family:"Verdana","sans-serif";color:#003366'>&nbsp; +27 (0)11
      266 5022</span><o:p></o:p></p>
      </td>
     </tr>
     <tr style='height:10.5pt'>
      <td width=18 nowrap valign=top style='width:10.5pt;padding:0cm 0cm 0cm 0cm;
      height:10.5pt'>
      <p class=MsoNormal><span style='font-size:11.0pt'><o:p>&nbsp;</o:p></span></p>
      </td>
      <td nowrap style='padding:0cm 0cm 0cm 0cm;height:10.5pt'>
      <p class=MsoNormal style='line-height:10.5pt'><span style='font-size:
      7.5pt;font-family:"Verdana","sans-serif";color:#003366'>&nbsp; Mobile:</span><o:p></o:p></p>
      </td>
      <td nowrap style='padding:0cm 0cm 0cm 0cm;height:10.5pt'>
      <p class=MsoNormal style='line-height:10.5pt'><span style='font-size:
      7.5pt;font-family:"Verdana","sans-serif";color:#003366'>&nbsp; +27 (0)82
      322 2848</span><o:p></o:p></p>
      </td>
     </tr>
     <tr style='height:10.5pt'>
      <td width=18 nowrap valign=top style='width:10.5pt;padding:0cm 0cm 0cm 0cm;
      height:10.5pt'>
      <p class=MsoNormal><span style='font-size:11.0pt'><o:p>&nbsp;</o:p></span></p>
      </td>
      <td nowrap style='padding:0cm 0cm 0cm 0cm;height:10.5pt'>
      <p class=MsoNormal style='line-height:10.5pt'><span style='font-size:
      7.5pt;font-family:"Verdana","sans-serif";color:#003366'>&nbsp; Fax:</span><o:p></o:p></p>
      </td>
      <td nowrap style='padding:0cm 0cm 0cm 0cm;height:10.5pt'>
      <p class=MsoNormal style='line-height:10.5pt'><span style='font-size:
      7.5pt;font-family:"Verdana","sans-serif";color:#003366'>&nbsp; +27 (0)11
      266 5107</span><o:p></o:p></p>
      </td>
     </tr>
     <tr style='height:10.5pt'>
      <td width=18 nowrap valign=top style='width:10.5pt;padding:0cm 0cm 0cm 0cm;
      height:10.5pt'>
      <p class=MsoNormal><span style='font-size:11.0pt'><o:p>&nbsp;</o:p></span></p>
      </td>
      <td nowrap style='padding:0cm 0cm 0cm 0cm;height:10.5pt'>
      <p class=MsoNormal style='line-height:10.5pt'><span style='font-size:
      7.5pt;font-family:"Verdana","sans-serif";color:#003366'>&nbsp; Email:</span><o:p></o:p></p>
      </td>
      <td nowrap style='padding:0cm 0cm 0cm 0cm;height:10.5pt'>
      <p class=MsoNormal style='line-height:10.5pt'><span style='font-size:
      7.5pt;font-family:"Verdana","sans-serif"'>&nbsp; <a
      href="mailto:Stanley.Nemavhola@bcx.co.za"><span style='font-family:"Times New Roman","serif"'>Stanley.Nemavhola@bcx.co.za</span></a></span><o:p></o:p></p>
      </td>
     </tr>
     <tr style='height:10.5pt'>
      <td width=18 nowrap valign=top style='width:10.5pt;padding:0cm 0cm 0cm 0cm;
      height:10.5pt'>
      <p class=MsoNormal><span style='font-size:11.0pt'><o:p>&nbsp;</o:p></span></p>
      </td>
      <td nowrap style='padding:0cm 0cm 0cm 0cm;height:10.5pt'>
      <p class=MsoNormal style='line-height:10.5pt'><span style='font-size:
      7.5pt;font-family:"Verdana","sans-serif";color:#003366'>&nbsp; Web Site: </span><o:p></o:p></p>
      </td>
      <td nowrap style='padding:0cm 0cm 0cm 0cm;height:10.5pt'>
      <p class=MsoNormal style='line-height:10.5pt'><span style='font-size:
      7.5pt;font-family:"Verdana","sans-serif"'>&nbsp; <a
      href="http://www.bcx.co.za" target="_rti"><span style='font-family:"Times New Roman","serif"'>www.bcx.co.za</span></a></span><o:p></o:p></p>
      </td>
     </tr>
    </table>
    </td>
   </tr>
  </table>
  </td>
 </tr>
</table>

<p class=MsoNormal><span lang=EN-GB><br>
</span><span lang=EN-GB style='font-size:7.0pt;font-family:"Verdana","sans-serif";
color:#003366'>NOTICES:<br>
1. This message and any attachments are confidential and intended solely for
the addressee. If you have received this message in error, please notify the
sender immediately, contact details as above. Any unauthorised use, alteration
or dissemination is prohibited.<br>
2. Although the sender has sent this message using the Sasol email system and a
Sasol email address, he/she is, at all times, a Business Connexion employee,
acting on behalf of Business Connexion (Pty) Ltd. <br>
3. Business Connexion (Pty) Ltd accepts no liability whatsoever for any loss
whether it be direct, indirect or consequential, arising from information made
available and actions resulting there from.<br>
4. Please note that Business Connexion only binds itself by way of signed
agreements. 'Signed' refers to a hand-written signature, excluding any
signature appended by 'electronic communication' as defined in the Electronic
Communications and Transactions Act, no. 25 of 2002.<br>
5. Directors: L.I. Mophatlane, P.A. Watt, L.B. Mophatlane, A.C. Farthing
(British), M.W. Schoeman.<br>
6. Business Connexion (Pty) Ltd Company Registration Number: 1993/003683/07</span><span
lang=EN-GB><o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-GB><o:p>&nbsp;</o:p></span></p>

<p class=MsoNormal><span lang=EN-GB><o:p>&nbsp;</o:p></span></p>

<p><b><span lang=EN-GB>Important Notice:</span></b><span lang=EN-GB><o:p></o:p></span></p>

<p><span lang=EN-GB>This e-mail and its contents are subject to the&nbsp;Business
Connexion (Pty) Ltd.<o:p></o:p></span></p>

<p><span lang=EN-GB>E-mail legal notice available at:<o:p></o:p></span></p>

<p><u><span lang=EN-GB><a href="http://www.bcx.co.za/disclaimer.htm">http://www.bcx.co.za/disclaimer.htm</a></span></u><span
lang=EN-GB><o:p></o:p></span></p>

</div>

</body>

</html>