<?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 Re: Problem with SCOT in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-scot/m-p/6446474#M1413084</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is what I am trying&lt;/P&gt;&lt;P&gt;form initiate_mail_execute_program.&lt;/P&gt;&lt;P&gt;  wait up to 2 seconds.&lt;/P&gt;&lt;P&gt;  if gd_error eq 0.&lt;/P&gt;&lt;P&gt;    submit rsconn01 with mode = 'INT'&lt;/P&gt;&lt;P&gt;                          and return.&lt;/P&gt;&lt;P&gt;  endif.&lt;/P&gt;&lt;P&gt;endform.        &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest.&lt;/P&gt;&lt;P&gt;Diksha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Dec 2009 18:28:22 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-12-16T18:28:22Z</dc:date>
    <item>
      <title>Problem with SCOT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-scot/m-p/6446472#M1413082</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I am sending email through my ABAP code using 'SO_NEW_DOCUMENT_ATT_SEND_API1'. It runs fine but the problem is I manually have to go and kick off the email from SCOT. The wait time for STMP is 10 mins but somehow it stays there for much more than that. &lt;/P&gt;&lt;P&gt;Is there any way where I can kick off SCOT through ABAP after I execute 'SO_NEW_DOCUMENT_ATT_SEND_API1'.&lt;/P&gt;&lt;P&gt;Please let me know.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Diksha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Dec 2009 18:07:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-scot/m-p/6446472#M1413082</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-16T18:07:59Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with SCOT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-scot/m-p/6446473#M1413083</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AFter calling the fm SO_NEW_DOCUMENT_ATT_SEND_API1 u can submit the report RSCONN01&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Dec 2009 18:18:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-scot/m-p/6446473#M1413083</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-16T18:18:03Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with SCOT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-scot/m-p/6446474#M1413084</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is what I am trying&lt;/P&gt;&lt;P&gt;form initiate_mail_execute_program.&lt;/P&gt;&lt;P&gt;  wait up to 2 seconds.&lt;/P&gt;&lt;P&gt;  if gd_error eq 0.&lt;/P&gt;&lt;P&gt;    submit rsconn01 with mode = 'INT'&lt;/P&gt;&lt;P&gt;                          and return.&lt;/P&gt;&lt;P&gt;  endif.&lt;/P&gt;&lt;P&gt;endform.        &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest.&lt;/P&gt;&lt;P&gt;Diksha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Dec 2009 18:28:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-scot/m-p/6446474#M1413084</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-16T18:28:22Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with SCOT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-scot/m-p/6446475#M1413085</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems to be right, this is a code of my report and it works:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;WAIT UP TO 2 SECONDS.

  SUBMIT RSCONN01 WITH MODE = 'INT'
                  WITH OUTPUT = SPACE AND RETURN.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The report RSCONN01 usually is scheduled in a periodic job&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Dec 2009 18:36:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-scot/m-p/6446475#M1413085</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-16T18:36:14Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with SCOT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-scot/m-p/6446476#M1413086</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Are you sure about the mode as 'INT'? Check the entries in tables sxaddrtype for method as 'SAPCONNECT' and if you an entry for INT there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Prasenjit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Dec 2009 19:24:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-scot/m-p/6446476#M1413086</guid>
      <dc:creator>prasenjit_sharma</dc:creator>
      <dc:date>2009-12-16T19:24:33Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with SCOT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-scot/m-p/6446477#M1413087</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks all for help. It works now.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Diksha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Dec 2009 19:59:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-scot/m-p/6446477#M1413087</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-16T19:59:50Z</dc:date>
    </item>
  </channel>
</rss>

