<?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 Smartform Header and main Window in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-header-and-main-window/m-p/10209150#M1825580</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If&amp;nbsp; I select 10 po's for print then any possiblity to count how many pages only po contain &lt;/P&gt;&lt;P&gt;any command in smartforms.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Mar 2014 07:35:35 GMT</pubDate>
    <dc:creator>former_member375795</dc:creator>
    <dc:date>2014-03-13T07:35:35Z</dc:date>
    <item>
      <title>Smartform Header and main Window</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-header-and-main-window/m-p/10209150#M1825580</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If&amp;nbsp; I select 10 po's for print then any possiblity to count how many pages only po contain &lt;/P&gt;&lt;P&gt;any command in smartforms.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Mar 2014 07:35:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-header-and-main-window/m-p/10209150#M1825580</guid>
      <dc:creator>former_member375795</dc:creator>
      <dc:date>2014-03-13T07:35:35Z</dc:date>
    </item>
    <item>
      <title>Re: Smartform Header and main Window</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-header-and-main-window/m-p/10209151#M1825581</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alok,&lt;/P&gt;&lt;P&gt;just count the no of PO in your internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA : LCOUNT TYPE I.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;DESCRIBE &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;TABLE your internal table name&lt;/SPAN&gt; &lt;SPAN class="L0S52"&gt;LINES &lt;/SPAN&gt;LCOUNT&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here lcount will give the no of PO, in your internal table&lt;/P&gt;&lt;P&gt;then through it you can count your pages , but please tell me how many pages a line item of each PO will be, you know it ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can create a COUNTER of type i inside of your smartforms, and let it run as shown below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;DESCRIBE &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;TABLE your internal table name&lt;/SPAN&gt; &lt;SPAN class="L0S52"&gt;LINES &lt;/SPAN&gt;LCOUNT&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;COUNTER &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;COUNTER + &lt;SPAN class="L0S32"&gt;1&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;and in the last of your smartforms, you can create a command node in the condition tab puy&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;COUNTER &amp;lt; LCOUNT.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Mar 2014 07:40:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-header-and-main-window/m-p/10209151#M1825581</guid>
      <dc:creator>former_member187748</dc:creator>
      <dc:date>2014-03-13T07:40:42Z</dc:date>
    </item>
    <item>
      <title>Re: Smartform Header and main Window</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-header-and-main-window/m-p/10209152#M1825582</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;Can you use system SFSY-FORMPAGES and SFSY-JOBPAGES&amp;nbsp; ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://help.sap.com/saphelp_nw70/helpdata/en/1c/f40c67ddf311d3b574006094192fe3/content.htm"&gt;http://help.sap.com/saphelp_nw70/helpdata/en/1c/f40c67ddf311d3b574006094192fe3/content.htm&lt;/A&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>Thu, 13 Mar 2014 08:01:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-header-and-main-window/m-p/10209152#M1825582</guid>
      <dc:creator>rosenberg_eitan</dc:creator>
      <dc:date>2014-03-13T08:01:06Z</dc:date>
    </item>
    <item>
      <title>Re: Smartform Header and main Window</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-header-and-main-window/m-p/10209153#M1825583</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;header and main window po number mismatch only &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Mar 2014 10:46:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-header-and-main-window/m-p/10209153#M1825583</guid>
      <dc:creator>former_member375795</dc:creator>
      <dc:date>2014-03-13T10:46:56Z</dc:date>
    </item>
    <item>
      <title>Re: Smartform Header and main Window</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-header-and-main-window/m-p/10209154#M1825584</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please brief , what you wants to know, its not clear from what you have written&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Mar 2014 10:53:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-header-and-main-window/m-p/10209154#M1825584</guid>
      <dc:creator>former_member187748</dc:creator>
      <dc:date>2014-03-13T10:53:33Z</dc:date>
    </item>
    <item>
      <title>Re: Smartform Header and main Window</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-header-and-main-window/m-p/10209155#M1825585</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sir,&lt;/P&gt;&lt;P&gt;I print header window&amp;nbsp; po number and main window po data . header window also print the po data related to the po number .&lt;/P&gt;&lt;P&gt;so there is mismatch po number in header is not coming with related to po .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Mar 2014 11:17:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-header-and-main-window/m-p/10209155#M1825585</guid>
      <dc:creator>former_member375795</dc:creator>
      <dc:date>2014-03-13T11:17:02Z</dc:date>
    </item>
    <item>
      <title>Re: Smartform Header and main Window</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-header-and-main-window/m-p/10209156#M1825586</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alok,&lt;/P&gt;&lt;P&gt;yes sometimes you will find it a problem, so why not you have created your header data in main window too, if there is no bulk data to be change , please create your header data in the main window itself. You can create template or anything in main window for your header data, just increase the size of main window and decrease the header window, and create it in main window, if you have any difficulty in achieving this, then please revert.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Mar 2014 11:26:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-header-and-main-window/m-p/10209156#M1825586</guid>
      <dc:creator>former_member187748</dc:creator>
      <dc:date>2014-03-13T11:26:03Z</dc:date>
    </item>
  </channel>
</rss>

