<?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: Dynamically Display Radio Button in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamically-display-radio-button/m-p/2953082#M696444</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all thanks for the advise given.&lt;/P&gt;&lt;P&gt;I have solved my problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 25 Oct 2007 02:12:37 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-25T02:12:37Z</dc:date>
    <item>
      <title>Dynamically Display Radio Button</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamically-display-radio-button/m-p/2953077#M696439</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 have to display my radio button dynamically based on my Load ID. &lt;/P&gt;&lt;P&gt;A Load ID can contain maximum 10 files. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Take for an example there is 5 files for Load ID: 001, it should only display 5 radio buttons and not all 10 radio buttons. The 5 radio buttons has to display the files name together. The radio button text should be change due to the different load.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do i achieve that?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Oct 2007 07:34:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamically-display-radio-button/m-p/2953077#M696439</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-22T07:34:52Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically Display Radio Button</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamically-display-radio-button/m-p/2953078#M696440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have to code in event 'At selection-screen output' event. According to the condition modify 'SCREEN TABLE' to enable or disable radiobuttin. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;At selection-screen output'.
Loop at screen. 
 ........
 ......
  modify screen. 
endloop.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Oct 2007 07:37:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamically-display-radio-button/m-p/2953078#M696440</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-22T07:37:44Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically Display Radio Button</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamically-display-radio-button/m-p/2953079#M696441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Abhishek! But currently i'm doing dialog screen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Oct 2007 07:40:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamically-display-radio-button/m-p/2953079#M696441</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-22T07:40:54Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically Display Radio Button</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamically-display-radio-button/m-p/2953080#M696442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;IN that case you can code like that. If the load id is '001' , then pres enter . will display the radiobuttons. When you press enter, control will go to PBO and PBI of the next screen. You can set the radiobutton in next screen. IN the PBO of the next screen you can check the load id and according modify the screen attribute to enable or disable the radiobutton. You can even make the next screen a model dialog box ( So that, when you press enter it will check the load id and it is 001 then it will give a pop up screen with the radio buttons'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Oct 2007 07:56:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamically-display-radio-button/m-p/2953080#M696442</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-22T07:56:01Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically Display Radio Button</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamically-display-radio-button/m-p/2953081#M696443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh but i need to display everything in one screen. &lt;span class="lia-unicode-emoji" title=":grinning_face_with_big_eyes:"&gt;😃&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I will input the load id at the top of the screen, and below radio button and text will display base on the load id.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Oct 2007 08:14:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamically-display-radio-button/m-p/2953081#M696443</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-22T08:14:36Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically Display Radio Button</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamically-display-radio-button/m-p/2953082#M696444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all thanks for the advise given.&lt;/P&gt;&lt;P&gt;I have solved my problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Oct 2007 02:12:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamically-display-radio-button/m-p/2953082#M696444</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-25T02:12:37Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically Display Radio Button</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamically-display-radio-button/m-p/2953083#M696445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SOLVED. THANKS!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jan 2008 07:33:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamically-display-radio-button/m-p/2953083#M696445</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-08T07:33:45Z</dc:date>
    </item>
  </channel>
</rss>

