<?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: Print multiple Smartforms at one time in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/print-multiple-smartforms-at-one-time/m-p/4062158#M970991</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  We can n't pull all windows in to loop.But possible solution is&lt;/P&gt;&lt;P&gt;Take entire page as main window.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In that main window create a loop and loop all the employees in that, and in that loop you can create template for addition information and table for Line items.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this method can help you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 Jul 2008 03:48:49 GMT</pubDate>
    <dc:creator>former_member761936</dc:creator>
    <dc:date>2008-07-09T03:48:49Z</dc:date>
    <item>
      <title>Print multiple Smartforms at one time</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/print-multiple-smartforms-at-one-time/m-p/4062155#M970988</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a Smartform that is a timesheet.  What I need to do is print a timesheet for each employee that is in an internal table.  However, I can't loop through the table in the main window as the timesheet isn't a simple table.  What I need to do is call the Smartform, once, for each entry in the internal table.  Then I want to hold off the printing (prompting the user to select the output device) until all smartforms have been created.  Or, I need to prompt the user then create all smartforms using the selected output device.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to do this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Davis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jul 2008 02:58:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/print-multiple-smartforms-at-one-time/m-p/4062155#M970988</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-09T02:58:23Z</dc:date>
    </item>
    <item>
      <title>Re: Print multiple Smartforms at one time</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/print-multiple-smartforms-at-one-time/m-p/4062156#M970989</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; I think you need to loop through the employees and call smartform for eache mployee.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But it is better to loop in the smart form using loop condition as calling smart form for every employee is little bit odd&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jul 2008 03:14:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/print-multiple-smartforms-at-one-time/m-p/4062156#M970989</guid>
      <dc:creator>former_member761936</dc:creator>
      <dc:date>2008-07-09T03:14:14Z</dc:date>
    </item>
    <item>
      <title>Re: Print multiple Smartforms at one time</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/print-multiple-smartforms-at-one-time/m-p/4062157#M970990</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've never done a loop condition.  Can I put all of the windows in the loop?  I can not get on the VPN now to test it out.  I will take a look at that.  I don't like calling the SF each time either but that is all that I could think of.  The loop sounds great, if i can put all of the windows in it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Davis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jul 2008 03:17:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/print-multiple-smartforms-at-one-time/m-p/4062157#M970990</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-09T03:17:33Z</dc:date>
    </item>
    <item>
      <title>Re: Print multiple Smartforms at one time</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/print-multiple-smartforms-at-one-time/m-p/4062158#M970991</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  We can n't pull all windows in to loop.But possible solution is&lt;/P&gt;&lt;P&gt;Take entire page as main window.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In that main window create a loop and loop all the employees in that, and in that loop you can create template for addition information and table for Line items.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this method can help you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jul 2008 03:48:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/print-multiple-smartforms-at-one-time/m-p/4062158#M970991</guid>
      <dc:creator>former_member761936</dc:creator>
      <dc:date>2008-07-09T03:48:49Z</dc:date>
    </item>
    <item>
      <title>Re: Print multiple Smartforms at one time</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/print-multiple-smartforms-at-one-time/m-p/4062159#M970992</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't know if that would work.  That would require three templates inside of a main template.  I don't have any tables to display, only a logo, three templates, and some static text.  I only have 4 dynamic fields for each form.  This is why I thought about calling the SF for each employee.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Davis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jul 2008 03:51:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/print-multiple-smartforms-at-one-time/m-p/4062159#M970992</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-09T03:51:43Z</dc:date>
    </item>
    <item>
      <title>Re: Print multiple Smartforms at one time</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/print-multiple-smartforms-at-one-time/m-p/4062160#M970993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does anybody else have any other ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Davis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jul 2008 16:36:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/print-multiple-smartforms-at-one-time/m-p/4062160#M970993</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-09T16:36:06Z</dc:date>
    </item>
  </channel>
</rss>

