<?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: SMARTFORMS in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/1647560#M287954</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You will be calling the SMART Form in a loop, right?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the first time when you call, you don't have the Printer parameters, so its important that the popup comes up at least once.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, once you capture the paramters, you can set the NO_DIALOG = 'X' and clear the value in PREVIEW parameter of CONTROL_OPTIONS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also set the TDNOPREV = 'X' and set the TDPRINTER to the printer name where you want to print in the OUPTUT_OPTIONS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will suppress the dialog.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;Note - Please mark all the helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Nov 2006 06:43:40 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-11-20T06:43:40Z</dc:date>
    <item>
      <title>SMARTFORMS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/1647558#M287952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;m printing a range of purchase orders but i want that the printer pop up screen should come only once at the starting..now itz poping up for each purchase order number..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;these is becoming tedious to execute..plz suggest a better way..i tries with the &lt;/P&gt;&lt;P&gt;NO_OPEN and NO_CLOSE option of control parameters but unable to solve the problem..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plz explain the sequential procedure of calling these parameters&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Nov 2006 06:31:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/1647558#M287952</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-20T06:31:35Z</dc:date>
    </item>
    <item>
      <title>Re: SMARTFORMS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/1647559#M287953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Declare as specified below. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA : WA_CANCELPP TYPE ITCPO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WA_CANCELPP-TDPREVIEW = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'OPEN_FORM'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;FORM = 'ZFORM'&lt;/P&gt;&lt;P&gt;OPTIONS = WA_CANCELPP&lt;/P&gt;&lt;P&gt;DIALOG = ' '. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dialog must be empty.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u have already posted this thread in form printing also.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Nov 2006 06:43:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/1647559#M287953</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-20T06:43:18Z</dc:date>
    </item>
    <item>
      <title>Re: SMARTFORMS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/1647560#M287954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You will be calling the SMART Form in a loop, right?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the first time when you call, you don't have the Printer parameters, so its important that the popup comes up at least once.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, once you capture the paramters, you can set the NO_DIALOG = 'X' and clear the value in PREVIEW parameter of CONTROL_OPTIONS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also set the TDNOPREV = 'X' and set the TDPRINTER to the printer name where you want to print in the OUPTUT_OPTIONS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will suppress the dialog.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;Note - Please mark all the helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Nov 2006 06:43:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/1647560#M287954</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-20T06:43:40Z</dc:date>
    </item>
    <item>
      <title>Re: SMARTFORMS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/1647561#M287955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;good&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NO_OPEN&lt;/P&gt;&lt;P&gt; TDSFFLAG&lt;/P&gt;&lt;P&gt;CHAR(1)&lt;/P&gt;&lt;P&gt; You use these parameters to include several forms into one print request. When calling the generated functions modules, set the parameters as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1st call: NO_OPEN = SPACE. &lt;/P&gt;&lt;P&gt;NO_CLOSE = 'X'. &lt;/P&gt;&lt;P&gt;nth call: NO_OPEN = 'X'.&lt;/P&gt;&lt;P&gt;NO_CLOSE = 'X'. &lt;/P&gt;&lt;P&gt;last call: NO_OPEN = 'X'. &lt;/P&gt;&lt;P&gt;NO_CLOSE = SPACE .&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;NO_CLOSE&lt;/P&gt;&lt;P&gt; TDSFFLAG&lt;/P&gt;&lt;P&gt;CHAR(1)&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/64/bf2f12ed1711d4b655006094192fe3/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/64/bf2f12ed1711d4b655006094192fe3/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;mrutyun^&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Nov 2006 06:44:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/1647561#M287955</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-20T06:44:28Z</dc:date>
    </item>
    <item>
      <title>Re: SMARTFORMS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/1647562#M287956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;THANKS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2007 07:37:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/1647562#M287956</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-24T07:37:34Z</dc:date>
    </item>
    <item>
      <title>Re: SMARTFORMS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/1647563#M287957</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanx&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jul 2007 09:07:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/1647563#M287957</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-25T09:07:45Z</dc:date>
    </item>
  </channel>
</rss>

