<?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: Calling multiple smartforms in a program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-multiple-smartforms-in-a-program/m-p/9047358#M1701585</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That cannot work, the number of copies is an attribute of the whole spool (those are parameters of SSF_OPEN too) So either break in two spools or call first smarforms 4 times...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 23 Oct 2012 08:35:45 GMT</pubDate>
    <dc:creator>RaymondGiuseppi</dc:creator>
    <dc:date>2012-10-23T08:35:45Z</dc:date>
    <item>
      <title>Calling multiple smartforms in a program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-multiple-smartforms-in-a-program/m-p/9047355#M1701582</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 have called 2 smartforms in single driver program by using SSF_OPEN and SSF_CLOSE.. &lt;/P&gt;&lt;P&gt;Now my problem is, I want to take 4 prints of Invoice1 but at the same time Invoice2 should be printed only once..&lt;/P&gt;&lt;P&gt;Can anybody help me to find the solution..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shriniwas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Oct 2012 06:20:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-multiple-smartforms-in-a-program/m-p/9047355#M1701582</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-10-23T06:20:25Z</dc:date>
    </item>
    <item>
      <title>Re: Calling multiple smartforms in a program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-multiple-smartforms-in-a-program/m-p/9047356#M1701583</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;as you said you are calling 2 diffrent smartform so i believe at the time of calling invoice form pass form interface output_options parameter TDCOPIES with desired number or another approach is mentioned in below thread :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://answers.sap.com/thread/1134169"&gt;http://scn.sap.com/thread/1134169&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Oct 2012 06:30:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-multiple-smartforms-in-a-program/m-p/9047356#M1701583</guid>
      <dc:creator>former_member194152</dc:creator>
      <dc:date>2012-10-23T06:30:51Z</dc:date>
    </item>
    <item>
      <title>Re: Calling multiple smartforms in a program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-multiple-smartforms-in-a-program/m-p/9047357#M1701584</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gagan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have already tried it with setting parameter value for TDCOPIES..&amp;nbsp; but no success....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I set TDCOPIES = 1&amp;nbsp; for second smartform . When I take 4 prints of page, I am expecting that it should print 4 copies of first smartform and only one copy of second.. But it's not happening.. It's printing 4 copies of both.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Shriniwas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Oct 2012 08:30:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-multiple-smartforms-in-a-program/m-p/9047357#M1701584</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-10-23T08:30:08Z</dc:date>
    </item>
    <item>
      <title>Re: Calling multiple smartforms in a program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-multiple-smartforms-in-a-program/m-p/9047358#M1701585</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That cannot work, the number of copies is an attribute of the whole spool (those are parameters of SSF_OPEN too) So either break in two spools or call first smarforms 4 times...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Oct 2012 08:35:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-multiple-smartforms-in-a-program/m-p/9047358#M1701585</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2012-10-23T08:35:45Z</dc:date>
    </item>
    <item>
      <title>Re: Calling multiple smartforms in a program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-multiple-smartforms-in-a-program/m-p/9047359#M1701586</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;on that case call first smartform under do 4 times. enddo. loop and keep number of copies 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this might solve your problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Oct 2012 08:44:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-multiple-smartforms-in-a-program/m-p/9047359#M1701586</guid>
      <dc:creator>former_member194152</dc:creator>
      <dc:date>2012-10-23T08:44:06Z</dc:date>
    </item>
  </channel>
</rss>

