<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE>Message</TITLE>
<META http-equiv=Content-Type content="text/html; charset=windows-1255">
<META content="MSHTML 6.00.2900.3199" name=GENERATOR></HEAD>
<BODY>
<DIV><SPAN class=328403904-06122007><FONT face=Arial color=#0000ff size=2>Hello 
JM,</FONT></SPAN></DIV>
<DIV><SPAN class=328403904-06122007><FONT face=Arial color=#0000ff 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=328403904-06122007><FONT face=Arial color=#0000ff size=2>First, 
please remove the screenshot from the mail before replying to the group since it 
takes up plenty of space...</FONT></SPAN></DIV>
<DIV><SPAN class=328403904-06122007><FONT face=Arial color=#0000ff 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=328403904-06122007><FONT face=Arial color=#0000ff size=2>Now 
for the SMS:</FONT></SPAN></DIV>
<DIV><SPAN class=328403904-06122007><FONT face=Arial color=#0000ff 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=328403904-06122007><FONT face=Arial color=#0000ff size=2>A 
service provider is a server with sms sending software that "knows how to" send 
text messages from a computer to any of the mobile numbers in your country or 
outside. This can be a server installed on your site or a server belonging to 
another company to which you will have to pay a fixed price for the SMS messages 
you wish to send. Anyway this is a component outside of the Netweaver platform 
and must be addressed as an external service&nbsp; - this is done via 
configuration transaction SCOT</FONT></SPAN></DIV>
<DIV><SPAN class=328403904-06122007><FONT face=Arial color=#0000ff 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=328403904-06122007><FONT face=Arial color=#0000ff size=2>As for 
your questions:</FONT></SPAN></DIV>
<DIV><SPAN class=328403904-06122007><FONT face=Arial color=#0000ff size=2>2. You 
need authorization for send process in the SAP system, needs to be checked out 
if there is a restriction on the recipient type.</FONT></SPAN></DIV>
<DIV><SPAN class=328403904-06122007><FONT face=Arial color=#0000ff size=2>3. The 
format of the recipient ID is between you and the service 
provider</FONT></SPAN></DIV>
<DIV><SPAN class=328403904-06122007><FONT face=Arial color=#0000ff size=2>4. See 
explanation above</FONT></SPAN></DIV>
<DIV><SPAN class=328403904-06122007><FONT face=Arial color=#0000ff 
size=2>5.Enclosed please find a sample of the calling of the standard SAP 
function we perform</FONT></SPAN></DIV>
<DIV><SPAN class=328403904-06122007><FONT face=Arial color=#0000ff 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=328403904-06122007><!--StartFragment --><FONT size=3>&nbsp;
<STYLE type=text/css>
SPAN {
font-family: "Courier New";
font-size: 10pt;
color: #000000;
background: #FFFFFF;
}
.L0S32 {
color: #3399FF;
}
.L0S33 {
color: #4DA619;
}
.L0S52 {
color: #0000FF;
}
</STYLE>
</FONT><SPAN><SPAN class=L0S52>CALL</SPAN>&nbsp;<SPAN 
class=L0S52>FUNCTION</SPAN>&nbsp;<SPAN 
class=L0S33>'SO_DOCUMENT_SEND_API1'</SPAN><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<SPAN 
class=L0S52>EXPORTING</SPAN><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;document_data&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;document_data<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;put_in_outbox&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;<SPAN 
class=L0S33>'X'</SPAN><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;sender_address&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;sender_address<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;sender_address_type&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;<SPAN 
class=L0S33>'B'</SPAN><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;commit_work&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;<SPAN 
class=L0S33>'X'</SPAN><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<SPAN 
class=L0S52>TABLES</SPAN><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;packing_list&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;packing_list<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;contents_txt&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;contents_txt<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;receivers&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;receivers<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<SPAN 
class=L0S52>EXCEPTIONS</SPAN><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;too_many_receivers&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;<SPAN 
class=L0S32>1</SPAN><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;document_not_sent&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;<SPAN 
class=L0S32>2</SPAN><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;document_type_not_exist&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;<SPAN 
class=L0S32>3</SPAN><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;operation_no_authorization&nbsp;=&nbsp;<SPAN 
class=L0S32>4</SPAN><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;parameter_error&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;<SPAN 
class=L0S32>5</SPAN><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;x_error&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;<SPAN 
class=L0S32>6</SPAN><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;enqueue_error&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;<SPAN 
class=L0S32>7</SPAN><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<SPAN 
class=L0S52>OTHERS</SPAN>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;<SPAN 
class=L0S32>8</SPAN>.</SPAN><FONT size=3> </FONT></SPAN></DIV>
<DIV><SPAN class=328403904-06122007></SPAN>&nbsp;</DIV>
<DIV><SPAN class=328403904-06122007>I hope this is helpful</SPAN></DIV>
<DIV><SPAN class=328403904-06122007>Thanks,</SPAN></DIV>
<DIV><SPAN class=328403904-06122007>Ronen Fox</SPAN></DIV>
<DIV><SPAN class=328403904-06122007>Paz Oil Co.</SPAN></DIV>
<DIV><SPAN class=328403904-06122007><FONT face=Arial color=#0000ff 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=328403904-06122007><FONT face=Arial color=#0000ff 
size=2></FONT></SPAN>&nbsp;</DIV>
<BLOCKQUOTE style="MARGIN-RIGHT: 0px">
  <DIV></DIV>
  <DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left><FONT 
  face=Tahoma size=2>-----Original Message-----<BR><B>From:</B> 
  sap-wug-bounces@mit.edu [mailto:sap-wug-bounces@mit.edu] <B>On Behalf Of 
  </B>JITU MOHAN<BR><B>Sent:</B> Wednesday, December 05, 2007 1:33 
  PM<BR><B>To:</B> SAP Workflow Users' Group<BR><B>Subject:</B> Re: SMS Through 
  Workflow<BR><BR></FONT></DIV>
  <DIV>Hi,</DIV>
  <DIV>&nbsp;</DIV>
  <DIV>I have following queries:</DIV>
  <DIV>1. Please explain me about the service provider, i mean do we need to 
  have a service provider who allow us to use there services. </DIV>
  <DIV>&nbsp;&nbsp;&nbsp; More explaination with example will be helpful.</DIV>
  <DIV>&nbsp;</DIV>
  <DIV>2. While sending message do we need any specific authorization.</DIV>
  <DIV>3. Is there any specific format of receipent ID and all?</DIV>
  <DIV>4.&nbsp;Can we send Local/National/Internaltional SMSes?</DIV>
  <DIV>5. Can you provide me any sample code in ABAP.</DIV>
  <DIV>&nbsp;</DIV>
  <DIV>Thanks,</DIV>
  <DIV>JM<BR><BR></DIV>
  <DIV class=gmail_quote>On Dec 5, 2007 4:30 PM, ψεπο τεχρ &lt;<A 
  href="mailto:ronenf@paz.co.il">ronenf@paz.co.il</A>&gt; wrote:<BR>
  <BLOCKQUOTE class=gmail_quote 
  style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">
    <DIV>
    <DIV><SPAN><FONT face=Arial color=#0000ff size=2>Hi,</FONT></SPAN></DIV>
    <DIV><SPAN><FONT face=Arial color=#0000ff size=2></FONT></SPAN>&nbsp;</DIV>
    <DIV><SPAN><FONT face=Arial color=#0000ff size=2>The steps for configuring 
    SCOT depends on your SMS service provider.</FONT></SPAN></DIV>
    <DIV><SPAN><FONT face=Arial color=#0000ff size=2></FONT></SPAN>&nbsp;</DIV>
    <DIV><SPAN><FONT face=Arial color=#0000ff size=2>The system needs some sort 
    of an external service in order to be able to send outgoing SMS 
    messages.</FONT></SPAN></DIV>
    <DIV><SPAN><FONT face=Arial color=#0000ff size=2>Once you set up an account 
    with the service provider, the node at transaction SCOT should look 
    something like this:</FONT></SPAN></DIV>
    <DIV><SPAN><FONT face=Arial color=#0000ff size=2></FONT></SPAN>&nbsp;</DIV>
    <DIV><SPAN><FONT face=Arial color=#0000ff size=2></FONT></SPAN>&nbsp;</DIV>
    <DIV><SPAN></SPAN></DIV>
    <DIV><SPAN><FONT face=Arial color=#0000ff size=2></FONT></SPAN>&nbsp;</DIV>
    <DIV><SPAN><FONT face=Arial color=#0000ff size=2>I hope this helps. You are 
    welcome to ask further questions.</FONT></SPAN></DIV>
    <DIV><SPAN><FONT face=Arial color=#0000ff size=2>Thanks,</FONT></SPAN></DIV>
    <DIV><SPAN><FONT face=Arial color=#0000ff size=2>Ronen</FONT></SPAN></DIV>
    <DIV>
    <DIV></DIV>
    <DIV class=Wj3C7c>
    <BLOCKQUOTE style="MARGIN-RIGHT: 0px">
      <DIV></DIV>
      <DIV lang=en-us dir=ltr align=left><FONT face=Tahoma size=2>-----Original 
      Message-----<BR><B>From:</B> <A href="mailto:sap-wug-bounces@mit.edu" 
      target=_blank>sap-wug-bounces@mit.edu</A> [mailto:<A 
      href="mailto:sap-wug-bounces@mit.edu" target=_blank> 
      sap-wug-bounces@mit.edu</A>] <B>On Behalf Of </B>JITU 
      MOHAN<BR><B>Sent:</B> Wednesday, December 05, 2007 12:47 PM<BR><B>To:</B> 
      SAP Workflow Users' Group<BR><B>Subject:</B> Re: SMS Through 
      Workflow<BR><BR></FONT></DIV>
      <P>Hi Ronen, </P>
      <P>The steps provided by you are very useful, could you provide me the 
      steps for configuring SCOT for SMS/Pager. </P>
      <P>Thanks in advance... </P>
      <P>Warm Regards, JM<BR></P>
      <DIV class=gmail_quote>On Dec 5, 2007 10:32 AM, ψεπο τεχρ &lt;<A 
      href="mailto:ronenf@paz.co.il" target=_blank>ronenf@paz.co.il</A>&gt; 
      wrote:<BR>
      <BLOCKQUOTE class=gmail_quote 
      style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">
        <DIV>
        <DIV><SPAN><FONT face=Arial color=#0000ff size=2>Hello 
        David,</FONT></SPAN></DIV>
        <DIV><SPAN><FONT face=Arial color=#0000ff 
        size=2></FONT></SPAN>&nbsp;</DIV>
        <DIV><SPAN><FONT face=Arial color=#0000ff size=2>We have a workflow 
        sending out SMS messages.</FONT></SPAN></DIV>
        <DIV><SPAN><FONT face=Arial color=#0000ff 
        size=2></FONT></SPAN>&nbsp;</DIV>
        <DIV><SPAN><FONT face=Arial color=#0000ff size=2>The way it is set up is 
        as follows:</FONT></SPAN></DIV>
        <DIV><SPAN><FONT face=Arial color=#0000ff 
        size=2></FONT></SPAN>&nbsp;</DIV>
        <DIV><SPAN><FONT face=Arial color=#0000ff size=2>1. Maintain the mobile 
        number either in the person or the user master data</FONT></SPAN></DIV>
        <DIV><SPAN><FONT face=Arial color=#0000ff size=2>2. Create a method or 
        an attribute to read that number from the master data 
        record.</FONT></SPAN></DIV>
        <DIV><SPAN><FONT face=Arial color=#0000ff size=2>3. Create a method for 
        sending the message based on SO_DOCUMENT_SEND_API1 function module. Be 
        sure to pass the parameter&nbsp;<FONT size=3><FONT color=#000000> 
        </FONT></FONT><SPAN>sender_address_type&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;<SPAN>'B'</SPAN></SPAN><FONT 
        color=#000000 size=3> </FONT></FONT></SPAN></DIV>
        <DIV><SPAN><FONT face=Arial color=#0000ff size=2>4. Your message is sent 
        via the SCOT mechanism</FONT></SPAN></DIV>
        <DIV><SPAN><FONT face=Arial color=#0000ff></FONT></SPAN>&nbsp;</DIV>
        <DIV><SPAN><FONT face=Arial color=#0000ff>Of course you have to set up 
        in transaction the option to send SMS via the PAG node. We did it with 
        an external service provider that receives an http string from 
        us.</FONT></SPAN> </DIV>
        <DIV><SPAN><FONT face=Arial color=#0000ff></FONT></SPAN>&nbsp;</DIV>
        <DIV><SPAN><FONT face=Arial color=#0000ff>It works very good for us 
        (hundreds of messages each day)</FONT></SPAN></DIV>
        <DIV><SPAN><FONT face=Arial color=#0000ff></FONT></SPAN>&nbsp;</DIV>
        <DIV><SPAN><FONT face=Arial color=#0000ff>Good luck 
!</FONT></SPAN></DIV>
        <DIV><SPAN><FONT face=Arial color=#0000ff></FONT></SPAN>&nbsp;</DIV>
        <DIV><SPAN><FONT face=Arial color=#0000ff>Ronen</FONT></SPAN></DIV>
        <DIV>
        <DIV></DIV>
        <DIV>
        <BLOCKQUOTE style="MARGIN-RIGHT: 0px">
          <DIV></DIV>
          <DIV lang=en-us dir=ltr align=left><FONT face=Tahoma 
          size=2>-----Original Message-----<BR><B>From:</B> <A 
          href="mailto:sap-wug-bounces@mit.edu" 
          target=_blank>sap-wug-bounces@mit.edu</A> [mailto:<A 
          href="mailto:sap-wug-bounces@mit.edu" target=_blank> 
          sap-wug-bounces@mit.edu</A>] <B>On Behalf Of </B>Sudhir 
          Pargaonkar<BR><B>Sent:</B> Tuesday, December 04, 2007 6:54 
          PM<BR><B>To:</B> SAP Workflow Users' Group<BR><B>Subject:</B> Re: SMS 
          Through Workflow<BR><BR></FONT></DIV>Hi David,<BR><BR>I have done it 
          before. Every mobile number has its own email address. You can get it 
          from mobile career. (for example tmobile has :<A 
          href="mailto:1234567890@tmomail.com" 
          target=_blank>1234567890@tmomail.com </A>). <BR><BR>Just use send 
          email step to send message to this address. Make sure to keep number 
          of characters limited as per max length of 
          SMS.<BR><BR>Regards,<BR>Sudhir<BR><BR>
          <DIV class=gmail_quote>On Dec 4, 2007 10:38 AM, Bibby, David &lt; <A 
          href="mailto:david.bibby@linklaters.com" 
          target=_blank>david.bibby@linklaters.com</A>&gt; wrote:<BR>
          <BLOCKQUOTE class=gmail_quote 
          style="PADDING-LEFT: 1ex; MARGIN: 0pt 0pt 0pt 0.8ex; BORDER-LEFT: rgb(204,204,204) 1px solid">
            <DIV>
            <DIV dir=ltr align=left><SMALL><SPAN><FONT 
            face="Trebuchet MS">Hi,</FONT></SPAN></SMALL></DIV>
            <DIV dir=ltr align=left><SMALL><SPAN><FONT face="Trebuchet MS">Has 
            anyone ever managed to send SMS messages from a 
            workflow?</FONT></SPAN></SMALL></DIV>
            <DIV dir=ltr align=left><SMALL><SPAN><FONT face="Trebuchet MS">I 
            believe this is possible reading the SAPConnect documentation on <A 
            href="http://help.sap.com/" 
            target=_blank>help.sap.com</A>.</FONT></SPAN></SMALL> </DIV>
            <DIV dir=ltr align=left><SMALL><SPAN><FONT 
            face="Trebuchet MS"></FONT></SPAN></SMALL>&nbsp;</DIV>
            <DIV dir=ltr align=left><SMALL><SPAN><FONT face="Trebuchet MS">If so 
            can anyone tell me how this is done?</FONT></SPAN></SMALL></DIV>
            <DIV dir=ltr align=left><SMALL><SPAN><FONT face="Trebuchet MS">I 
            have a requirement that when a new project (BUS2001) is released 
            that we get the mobile number of the project manager from SAP HR and 
            SMS them to let them know it has been released. 
            </FONT></SPAN></SMALL></DIV>
            <DIV dir=ltr align=left><SMALL><SPAN><FONT 
            face="Trebuchet MS"></FONT></SPAN></SMALL>&nbsp;</DIV>
            <DIV dir=ltr align=left><SMALL><SPAN><FONT face="Trebuchet MS">Many 
            Thanks</FONT></SPAN></SMALL></DIV>
            <DIV dir=ltr align=left><SMALL><SPAN><FONT 
            face="Trebuchet MS">David</FONT></SPAN></SMALL></DIV>
            <P><SPAN 
            style="FONT-SIZE: 8pt">_______________________________________________</SPAN></P>
            <P style="MARGIN-BOTTOM: 7pt" align=justify><SPAN 
            style="FONT-SIZE: 8pt">This communication, issued by Linklaters LLP 
            or one of its affiliated firms or other entities carrying on 
            business under or including the name 'Linklaters' (together 
            "Linklaters"), is confidential and may be privileged or otherwise 
            protected by work product immunity. If you have received it by 
            mistake please let us know by reply and then delete it from your 
            system; you should not copy it or disclose its contents to anyone. 
            All messages sent to and from Linklaters may be monitored to ensure 
            compliance with internal policies and to protect our business. 
            Emails are not secure and cannot be guaranteed to be error free as 
            they can be intercepted, amended, lost or destroyed, or contain 
            viruses. Anyone who communicates with us by email is taken to accept 
            these risks. </SPAN></P>
            <P style="MARGIN-BOTTOM: 7pt" align=justify><SPAN 
            style="FONT-SIZE: 8pt">Linklaters LLP is a limited liability 
            partnership registered in England and Wales with registered number 
            OC326345. It is a law firm regulated by the Solicitors Regulation 
            Authority (see <A href="http://www.sra.org.uk/" 
            target=_blank>www.sra.org.uk</A>). The term partner in relation to 
            Linklaters LLP is used to refer to a member of Linklaters LLP or an 
            employee or consultant of Linklaters LLP or any of its affiliated 
            firms or entities with equivalent standing and qualifications. A 
            list of the names of the members of Linklaters LLP together with a 
            list of those non-members who are designated as partners and their 
            professional qualifications is open to inspection at its registered 
            office, One Silk Street, London EC2Y 8HQ or on <A 
            href="http://www.linklaters.com/" 
            target=_blank>www.linklaters.com</A>. and such persons are either 
            solicitors, registered foreign lawyers or European 
            lawyers.</SPAN></P>
            <P><SPAN style="FONT-SIZE: 8pt">Linklaters LLP has taken over the 
            greater part of the practice of Linklaters the general partnership. 
            For information about this conversion, including any transfer of 
            your information, and other important information on our regulatory 
            position, please refer to </SPAN><SPAN style="FONT-SIZE: 8pt"><U><A 
            href="http://www.linklaters.com/regulation" 
            target=_blank>www.linklaters.com/regulation</A></U></SPAN><SPAN 
            style="FONT-SIZE: 8pt">.</SPAN></P>
            <P><SPAN 
            style="FONT-SIZE: 8pt"></SPAN>&nbsp;</P></DIV><BR>_______________________________________________<BR>SAP-WUG 
            mailing list<BR><A href="mailto:SAP-WUG@mit.edu" 
            target=_blank>SAP-WUG@mit.edu</A><BR><A 
            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></BLOCKQUOTE></DIV></DIV></DIV><BR>_______________________________________________<BR>SAP-WUG 
        mailing list<BR><A href="mailto:SAP-WUG@mit.edu" 
        target=_blank>SAP-WUG@mit.edu</A><BR><A 
        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><BR 
      clear=all><BR>-- <BR>Thanks &amp; Regards, <BR>Jitu Mohan 
    </BLOCKQUOTE></DIV></DIV></DIV><BR>_______________________________________________<BR>SAP-WUG 
    mailing list<BR><A href="mailto:SAP-WUG@mit.edu">SAP-WUG@mit.edu</A><BR><A 
    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><BR 
  clear=all><BR>-- <BR>Thanks &amp; Regards,<BR>Jitu Mohan 
</BLOCKQUOTE></BODY></HTML>