<?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: doubt in scripts in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-scripts/m-p/2673747#M617577</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can set the ITCPO-TDNOPREV= 'X' then this Popup wil suppress&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt; Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Aug 2007 11:20:26 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-09T11:20:26Z</dc:date>
    <item>
      <title>doubt in scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-scripts/m-p/2673744#M617574</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; i m sending my script output through mail. my doubt is that whenever i execute the program ,it is displaying the screen asking for input ( where we select to display print preview). i want to skip this screen and send the mail derectly to the specified mail ID.&lt;/P&gt;&lt;P&gt; could you plz send me the solution..your answers will be more helpful..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;ravindra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2007 11:06:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-scripts/m-p/2673744#M617574</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-09T11:06:01Z</dc:date>
    </item>
    <item>
      <title>Re: doubt in scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-scripts/m-p/2673745#M617575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ravindra,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pass the parameters to ITCPO of OPEN_FORM or START_FORM function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set ITCPO-TDPREVIEW = ' ' or ITCPO-TDNOPREV = 'X' and this ITCPO to the function module and this prevents the preview.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vinay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2007 11:12:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-scripts/m-p/2673745#M617575</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-09T11:12:01Z</dc:date>
    </item>
    <item>
      <title>Re: doubt in scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-scripts/m-p/2673746#M617576</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;To avoid the Display of input Screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have to Pass the Parameter called OPTIONS in the OPEN_FORM FM.&lt;/P&gt;&lt;P&gt;OPTIONS is of Structure ITCPO&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data : WA_OPTIONS type ITCPO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WA_OPTIONS-TDPREVIEW = ' '.&lt;/P&gt;&lt;P&gt;or &lt;/P&gt;&lt;P&gt;WA_OPTIONS-TDNOPREVIEW = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then pass WA_OPTIONS to the Format parameter OPTIONS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward if Helpful&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2007 11:16:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-scripts/m-p/2673746#M617576</guid>
      <dc:creator>varma_narayana</dc:creator>
      <dc:date>2007-08-09T11:16:05Z</dc:date>
    </item>
    <item>
      <title>Re: doubt in scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-scripts/m-p/2673747#M617577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can set the ITCPO-TDNOPREV= 'X' then this Popup wil suppress&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt; Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2007 11:20:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-scripts/m-p/2673747#M617577</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-09T11:20:26Z</dc:date>
    </item>
  </channel>
</rss>

