<?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 multiple records selected to get them printed using smartforms in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-records-selected-to-get-them-printed-using-smartforms/m-p/9856017#M1787010</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: 'arial black', 'avant garde';"&gt;I have created a report using alv grid display then selecting multiple records, what I want to do is that: &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: 'arial black', 'avant garde';"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; after designing a page on smartforms i want it to print all the selected records.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: 'arial black', 'avant garde';"&gt;for example selected 3 records for 3 employees and when i print it prints for me 3 pages with the same format.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: 'arial black', 'avant garde';"&gt;If there is recommendations or solutions would be appreciated. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: 'arial black', 'avant garde';"&gt;thank you in advance&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 27 Oct 2013 07:59:51 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-10-27T07:59:51Z</dc:date>
    <item>
      <title>multiple records selected to get them printed using smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-records-selected-to-get-them-printed-using-smartforms/m-p/9856017#M1787010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: 'arial black', 'avant garde';"&gt;I have created a report using alv grid display then selecting multiple records, what I want to do is that: &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: 'arial black', 'avant garde';"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; after designing a page on smartforms i want it to print all the selected records.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: 'arial black', 'avant garde';"&gt;for example selected 3 records for 3 employees and when i print it prints for me 3 pages with the same format.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: 'arial black', 'avant garde';"&gt;If there is recommendations or solutions would be appreciated. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: 'arial black', 'avant garde';"&gt;thank you in advance&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 27 Oct 2013 07:59:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-records-selected-to-get-them-printed-using-smartforms/m-p/9856017#M1787010</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-10-27T07:59:51Z</dc:date>
    </item>
    <item>
      <title>Re: multiple records selected to get them printed using smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-records-selected-to-get-them-printed-using-smartforms/m-p/9856018#M1787011</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;There are 2 ways:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) You have to get the selected records of employee in a seprate table and then trigger the smartform FM for each employee...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) You can control the same by triggering the smartform FM once and then write a loop in smartform where for every record (employee) a new page is triggered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 27 Oct 2013 08:37:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-records-selected-to-get-them-printed-using-smartforms/m-p/9856018#M1787011</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-10-27T08:37:49Z</dc:date>
    </item>
    <item>
      <title>Re: multiple records selected to get them printed using smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-records-selected-to-get-them-printed-using-smartforms/m-p/9856019#M1787012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mohed,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can declare internal table that you fill with data you need and display it in table in smartform.&lt;/P&gt;&lt;P&gt;Check this picture:&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/309344" width="450" /&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Vladimir&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 27 Oct 2013 09:00:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-records-selected-to-get-them-printed-using-smartforms/m-p/9856019#M1787012</guid>
      <dc:creator>vladimir_erakovic</dc:creator>
      <dc:date>2013-10-27T09:00:15Z</dc:date>
    </item>
    <item>
      <title>Re: multiple records selected to get them printed using smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-records-selected-to-get-them-printed-using-smartforms/m-p/9856020#M1787013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Mohed Alsabri,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Follow these steps.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;STRONG&gt;instead of v_ebeln use v_pernr in your case.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Declare two variables in the global definition.&lt;/LI&gt;&lt;LI&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/309265" width="450" /&gt;&lt;/LI&gt;&lt;LI&gt;Now go to main area of the table or loop and put a command line.&lt;/LI&gt;&lt;LI&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/309359" /&gt;&lt;/LI&gt;&lt;LI&gt;now dbl click on the command line and select the next page in the properties tab.&lt;/LI&gt;&lt;LI&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/309360" width="450" /&gt;&lt;/LI&gt;&lt;LI&gt;now goto condition tab and give the following variables.&lt;/LI&gt;&lt;LI&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/309361" width="450" /&gt;&lt;/LI&gt;&lt;LI&gt;Now goto main area first cell and declare the programelines.(%code3) .&lt;/LI&gt;&lt;LI&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/309370" /&gt;&lt;/LI&gt;&lt;LI&gt;and write the following code metioned below&lt;/LI&gt;&lt;LI&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/309367" width="450" /&gt;&lt;/LI&gt;&lt;LI&gt;now go to the last cell and write down the following variables and code.(%code2).&lt;/LI&gt;&lt;LI&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/309368" /&gt;&lt;/LI&gt;&lt;LI&gt;write the following code.&lt;/LI&gt;&lt;LI&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/309369" width="450" /&gt;&lt;/LI&gt;&lt;LI&gt;You will get your desire result.&lt;/LI&gt;&lt;/UL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 27 Oct 2013 09:48:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-records-selected-to-get-them-printed-using-smartforms/m-p/9856020#M1787013</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-10-27T09:48:33Z</dc:date>
    </item>
  </channel>
</rss>

