<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic sending amail (interface ) in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sending-amail-interface/m-p/2599257#M595447</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi folks..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;iam desiginging an interface.the requirement is requester send a requistion form to the supervisior, if the supervisior approvethe request in the mail itself  then approved requistion form will go to HR.&lt;/P&gt;&lt;P&gt; functionality required is &lt;/P&gt;&lt;P&gt; a) how can i design the interface using dialog program?&lt;/P&gt;&lt;P&gt; a) how  an automatic email should be genarated.&lt;/P&gt;&lt;P&gt; b) how it possible to supervior modify the mail( ex: click on approve button) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;could please guide me or give an sample code onthis.&lt;/P&gt;&lt;P&gt;Note: iam not using workflow any where.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards &lt;/P&gt;&lt;P&gt;sri&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        srinivas vancha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 06 Aug 2007 20:21:00 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-06T20:21:00Z</dc:date>
    <item>
      <title>sending amail (interface )</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sending-amail-interface/m-p/2599257#M595447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi folks..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;iam desiginging an interface.the requirement is requester send a requistion form to the supervisior, if the supervisior approvethe request in the mail itself  then approved requistion form will go to HR.&lt;/P&gt;&lt;P&gt; functionality required is &lt;/P&gt;&lt;P&gt; a) how can i design the interface using dialog program?&lt;/P&gt;&lt;P&gt; a) how  an automatic email should be genarated.&lt;/P&gt;&lt;P&gt; b) how it possible to supervior modify the mail( ex: click on approve button) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;could please guide me or give an sample code onthis.&lt;/P&gt;&lt;P&gt;Note: iam not using workflow any where.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards &lt;/P&gt;&lt;P&gt;sri&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        srinivas vancha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Aug 2007 20:21:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sending-amail-interface/m-p/2599257#M595447</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-06T20:21:00Z</dc:date>
    </item>
    <item>
      <title>Re: sending amail (interface )</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sending-amail-interface/m-p/2599258#M595448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Srinivas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know you are not using workflow, but for such an application you should only use Workflow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Atish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Aug 2007 23:04:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sending-amail-interface/m-p/2599258#M595448</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-06T23:04:21Z</dc:date>
    </item>
    <item>
      <title>Re: sending amail (interface )</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sending-amail-interface/m-p/2599259#M595449</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is a really simple example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;report zrich_0003 .&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;data: maildata type sodocchgi1.&lt;/P&gt;&lt;P&gt;data: mailtxt  type table of solisti1 with header line.&lt;/P&gt;&lt;P&gt;data: mailrec  type table of somlrec90 with header line.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;start-of-selection.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;  clear:    maildata, mailtxt,  mailrec.&lt;/P&gt;&lt;P&gt;  refresh:  mailtxt, mailrec.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;  maildata-obj_name = 'TEST'.&lt;/P&gt;&lt;P&gt;  maildata-obj_descr = 'Test'.&lt;/P&gt;&lt;P&gt;  maildata-obj_langu = sy-langu.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;  mailtxt-line = 'This is a test'.&lt;/P&gt;&lt;P&gt;  append mailtxt.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;  mailrec-receiver = 'you@yourcompany.com'.&lt;/P&gt;&lt;P&gt;  mailrec-rec_type  = 'U'.&lt;/P&gt;&lt;P&gt;  append mailrec.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;    call function 'SO_NEW_DOCUMENT_SEND_API1'&lt;/P&gt;&lt;P&gt;         exporting&lt;/P&gt;&lt;P&gt;              document_data              = maildata&lt;/P&gt;&lt;P&gt;              document_type              = 'RAW'&lt;/P&gt;&lt;P&gt;              put_in_outbox              = 'X'&lt;/P&gt;&lt;P&gt;         tables&lt;/P&gt;&lt;P&gt;              object_header              = mailtxt&lt;/P&gt;&lt;P&gt;              object_content             = mailtxt&lt;/P&gt;&lt;P&gt;              receivers                  = mailrec&lt;/P&gt;&lt;P&gt;         exceptions&lt;/P&gt;&lt;P&gt;              too_many_receivers         = 1&lt;/P&gt;&lt;P&gt;              document_not_sent          = 2&lt;/P&gt;&lt;P&gt;              document_type_not_exist    = 3&lt;/P&gt;&lt;P&gt;              operation_no_authorization = 4&lt;/P&gt;&lt;P&gt;              parameter_error            = 5&lt;/P&gt;&lt;P&gt;              x_error                    = 6&lt;/P&gt;&lt;P&gt;              enqueue_error              = 7&lt;/P&gt;&lt;P&gt;              others                     = 8.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Start the send process with this code or go to transaction SCOT&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;submit rsconn01 with mode = 'INT' and return.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="3841090"&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2007 01:54:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sending-amail-interface/m-p/2599259#M595449</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-07T01:54:44Z</dc:date>
    </item>
  </channel>
</rss>

