<?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: Smartform in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform/m-p/4206727#M1005360</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;In Smartform layout create 10 individual windows and pass the number range from the ADRC table as a select-options. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you right click on each window in the smartform layout you will find the address option, pass the select-option paramater there. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With Regards &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nikunj shah&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 Jul 2008 06:28:30 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-23T06:28:30Z</dc:date>
    <item>
      <title>Smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform/m-p/4206725#M1005358</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;my requirement is i want to display 10 customer addresses in 10 windows of smartforms. how can i approach .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Suresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jul 2008 06:21:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform/m-p/4206725#M1005358</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-23T06:21:53Z</dc:date>
    </item>
    <item>
      <title>Re: Smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform/m-p/4206726#M1005359</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;create 10 windows. In each window create an address elemnt, (by right clicking and then creating)..&lt;/P&gt;&lt;P&gt;In each address element give the required address numbers.&lt;/P&gt;&lt;P&gt;Then they will be printed normally..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jul 2008 06:25:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform/m-p/4206726#M1005359</guid>
      <dc:creator>former_member195383</dc:creator>
      <dc:date>2008-07-23T06:25:51Z</dc:date>
    </item>
    <item>
      <title>Re: Smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform/m-p/4206727#M1005360</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;In Smartform layout create 10 individual windows and pass the number range from the ADRC table as a select-options. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you right click on each window in the smartform layout you will find the address option, pass the select-option paramater there. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With Regards &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nikunj shah&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jul 2008 06:28:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform/m-p/4206727#M1005360</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-23T06:28:30Z</dc:date>
    </item>
    <item>
      <title>Re: Smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform/m-p/4206728#M1005361</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;first create a main window on that create individula 10 secondary windows .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in main window create a loop (loop the table which has records of address)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now create a program line ....and inside write the code looping the table with help of count variable checking &amp;gt;=1 and &amp;lt;=10&lt;/P&gt;&lt;P&gt;and move those 10 records in to another internal table...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now create a command line and click for new page (under conditions of command put that count &amp;lt;= 10)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now under each individula windows create a program line and &lt;/P&gt;&lt;P&gt;use the read command ...and read that table which has 10 records(table in main window program line(another table )) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with index into workarea and display that workarea fields in that window....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;similarly do create program lines for all the other 9 windows &lt;/P&gt;&lt;P&gt;and read table by index ...(like 2,3,4,..) and display....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and in main window after the command ,,,,,create a program line and clear the count variable.....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jul 2008 06:34:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform/m-p/4206728#M1005361</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-23T06:34:18Z</dc:date>
    </item>
    <item>
      <title>Re: Smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform/m-p/4206729#M1005362</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;Good&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can create only one main window ina page and can have multiple instances of it. You can add variable and constant windows according to the requirement.This one window (main) can run through multiple pages.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this link.&lt;/P&gt;&lt;P&gt;&lt;A href="https://forums.sdn.sap.com/click.jspa?searchID=889375&amp;amp;messageID=2851388" target="test_blank"&gt;https://forums.sdn.sap.com/click.jspa?searchID=889375&amp;amp;messageID=2851388&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://forums.sdn.sap.com/click.jspa?searchID=889375&amp;amp;messageID=2967452" target="test_blank"&gt;https://forums.sdn.sap.com/click.jspa?searchID=889375&amp;amp;messageID=2967452&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;mrutyun^&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jul 2008 06:38:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform/m-p/4206729#M1005362</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-23T06:38:28Z</dc:date>
    </item>
  </channel>
</rss>

