<?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 Creating buttons dynamically in module pool screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-buttons-dynamically-in-module-pool-screen/m-p/3757109#M903859</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi friends, &lt;/P&gt;&lt;P&gt;I have one screen . &lt;/P&gt;&lt;P&gt;It has two input fields . &lt;/P&gt;&lt;P&gt;Say : Sales order no &amp;amp; Bin no . &lt;/P&gt;&lt;P&gt;based on this i found some batches from database table using select query . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now the number of buttons depends on the no of batches i found . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I get 5 batches , then I will create 5 Push Buttons on screen . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know , How to create these buttons dynamically on screen . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards , &lt;/P&gt;&lt;P&gt;Manoj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 Apr 2008 10:41:10 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-23T10:41:10Z</dc:date>
    <item>
      <title>Creating buttons dynamically in module pool screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-buttons-dynamically-in-module-pool-screen/m-p/3757109#M903859</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi friends, &lt;/P&gt;&lt;P&gt;I have one screen . &lt;/P&gt;&lt;P&gt;It has two input fields . &lt;/P&gt;&lt;P&gt;Say : Sales order no &amp;amp; Bin no . &lt;/P&gt;&lt;P&gt;based on this i found some batches from database table using select query . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now the number of buttons depends on the no of batches i found . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I get 5 batches , then I will create 5 Push Buttons on screen . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know , How to create these buttons dynamically on screen . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards , &lt;/P&gt;&lt;P&gt;Manoj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Apr 2008 10:41:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-buttons-dynamically-in-module-pool-screen/m-p/3757109#M903859</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-23T10:41:10Z</dc:date>
    </item>
    <item>
      <title>Re: Creating buttons dynamically in module pool screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-buttons-dynamically-in-module-pool-screen/m-p/3757110#M903860</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could create the buttons and make them invisible. Then make visible as many as you like by looping through the screen table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Apr 2008 10:50:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-buttons-dynamically-in-module-pool-screen/m-p/3757110#M903860</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-23T10:50:29Z</dc:date>
    </item>
    <item>
      <title>Re: Creating buttons dynamically in module pool screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-buttons-dynamically-in-module-pool-screen/m-p/3757111#M903861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your reply , &lt;/P&gt;&lt;P&gt;But I cant , its RF screen . &lt;/P&gt;&lt;P&gt;So its a small screen . &lt;/P&gt;&lt;P&gt;If the no buttons is greater than screen size , then I have to put a scroll bar also . -:)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Apr 2008 10:53:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-buttons-dynamically-in-module-pool-screen/m-p/3757111#M903861</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-23T10:53:50Z</dc:date>
    </item>
    <item>
      <title>Re: Creating buttons dynamically in module pool screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-buttons-dynamically-in-module-pool-screen/m-p/3757112#M903862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey , &lt;/P&gt;&lt;P&gt;I tried using custom container and then a toolbar in it . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But this toolbar create buttons either vertically OR horizonatally . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want buttons all over the screen to be created dynmically . &lt;/P&gt;&lt;P&gt;Please help ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Apr 2008 04:26:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-buttons-dynamically-in-module-pool-screen/m-p/3757112#M903862</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-24T04:26:16Z</dc:date>
    </item>
  </channel>
</rss>

