<?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: smart forms print parameters in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms-print-parameters/m-p/1087000#M99680</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;   You are doing correct only. By default the spool will be there. So i don't think you need to clear the variable also. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thx&lt;/P&gt;&lt;P&gt;Sudheer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 Nov 2005 14:29:29 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-11-03T14:29:29Z</dc:date>
    <item>
      <title>smart forms print parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms-print-parameters/m-p/1086999#M99679</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 want to keep my spool request after i've actually print it. Before making a call to the smartform, I clear the parameter c-sf_output_options-tddelete and make the call to SSF_OPEN. Also my user settings are set to keep the spool after printing. Still, when the spool request is created, i see in his attributes that the spool will be deleted. What am I doing wrong? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thx in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Nov 2005 14:10:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms-print-parameters/m-p/1086999#M99679</guid>
      <dc:creator>pvannest</dc:creator>
      <dc:date>2005-11-03T14:10:31Z</dc:date>
    </item>
    <item>
      <title>Re: smart forms print parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms-print-parameters/m-p/1087000#M99680</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;   You are doing correct only. By default the spool will be there. So i don't think you need to clear the variable also. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thx&lt;/P&gt;&lt;P&gt;Sudheer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Nov 2005 14:29:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms-print-parameters/m-p/1087000#M99680</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-03T14:29:29Z</dc:date>
    </item>
    <item>
      <title>Re: smart forms print parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms-print-parameters/m-p/1087001#M99681</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The problem is, that when I actually print, the spool disappears, even if I said to keep the request.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Nov 2005 14:34:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms-print-parameters/m-p/1087001#M99681</guid>
      <dc:creator>pvannest</dc:creator>
      <dc:date>2005-11-03T14:34:52Z</dc:date>
    </item>
    <item>
      <title>Re: smart forms print parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms-print-parameters/m-p/1087002#M99682</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 think the previous job is not printed successfully, then we require new spool id, so in such cases make use of TDNEWID = 'X'. Please try like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thx,&lt;/P&gt;&lt;P&gt;Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Nov 2005 14:43:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms-print-parameters/m-p/1087002#M99682</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-03T14:43:18Z</dc:date>
    </item>
    <item>
      <title>Re: smart forms print parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms-print-parameters/m-p/1087003#M99683</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;As a test case I cleared the spool. I set the necessary parameters I wanted. Some of the settings i made were tdnewid = 'X', tddelete = '', tdlifetime = 8, ... Then I did the call to function 'SSF_OPEN'. If I went in debug mode at that time, i see in the spool a new print request, but one of the attributes of that print request contains 'Delete after print'. So I see in the creation of my print request that some parameters I set are apparently ignored.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thx&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Nov 2005 14:59:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms-print-parameters/m-p/1087003#M99683</guid>
      <dc:creator>pvannest</dc:creator>
      <dc:date>2005-11-03T14:59:25Z</dc:date>
    </item>
    <item>
      <title>Re: smart forms print parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms-print-parameters/m-p/1087004#M99684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check with parameter USER_SETTINGS while calling smartform. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Mahendra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Nov 2005 17:57:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms-print-parameters/m-p/1087004#M99684</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-03T17:57:10Z</dc:date>
    </item>
    <item>
      <title>Re: smart forms print parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms-print-parameters/m-p/1087005#M99685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've found the problem, i had to explicitly uncheck the export parameter "user settings", because it was default checked in my smartform. So this parameter overruled the control parameters and output options. Strange is that in my user settings the attribute "Delete after print" was unchecked, so why he still deletes it, no idea. But anyway, now it works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So nice tip Mahendra, i've given you points.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Nov 2005 10:34:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms-print-parameters/m-p/1087005#M99685</guid>
      <dc:creator>pvannest</dc:creator>
      <dc:date>2005-11-04T10:34:02Z</dc:date>
    </item>
  </channel>
</rss>

