<?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: Dynamic selection screen based on radio button action in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-selection-screen-based-on-radio-button-action/m-p/8878720#M1687856</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;program is : RSSYSTDB, &lt;/P&gt;&lt;P&gt;gui status : %_FSDOC_&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want to enhance this gui status ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 Aug 2012 13:03:40 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-08-07T13:03:40Z</dc:date>
    <item>
      <title>Dynamic selection screen based on radio button action</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-selection-screen-based-on-radio-button-action/m-p/8878705#M1687841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My Dynamic Radio Button is working..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now My requirement is when select A Radio Bitton( Ex :MSEG )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it must Display Primary key Fields (ex : mandt,mblnr,gjahr,zeile) of that Table(ex : mseg)&lt;/P&gt;&lt;P&gt;in the selection screen as a Select options : &amp;amp; like wise.&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://answers.sap.com/servlet/JiveServlet/showImage/2-13437564-125669/pastedImage_3.png"&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/125669" height="275" width="96" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://answers.sap.com/servlet/JiveServlet/showImage/2-13437564-125670/pastedImage_4.png"&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/125670" height="227" width="620" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Aug 2012 08:14:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-selection-screen-based-on-radio-button-action/m-p/8878705#M1687841</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-08-02T08:14:13Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic selection screen based on radio button action</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-selection-screen-based-on-radio-button-action/m-p/8878706#M1687842</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;With FM "DD_NAMETAB_GET" you could read the table fields and then dynamically create select options for the key fields.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Aug 2012 08:22:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-selection-screen-based-on-radio-button-action/m-p/8878706#M1687842</guid>
      <dc:creator>laurent_fournier2</dc:creator>
      <dc:date>2012-08-02T08:22:50Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic selection screen based on radio button action</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-selection-screen-based-on-radio-button-action/m-p/8878707#M1687843</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;Very basic doubt,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create select options for the primary keys of all the tables.&lt;/P&gt;&lt;P&gt;Group the primary keys of same table with modif IDs.&lt;/P&gt;&lt;P&gt;Now in the event AT-SELECTION-SCREEN OUTPUT you can write the code (LOOP AT SCREEN ... END LOOP) to check which radio button is selected and based on that you can set screen-active = 1 for the corresponding fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps you. Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;kartik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Aug 2012 08:23:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-selection-screen-based-on-radio-button-action/m-p/8878707#M1687843</guid>
      <dc:creator>Kartik2</dc:creator>
      <dc:date>2012-08-02T08:23:24Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic selection screen based on radio button action</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-selection-screen-based-on-radio-button-action/m-p/8878708#M1687844</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;&lt;/P&gt;&lt;H6&gt; &lt;STRONG&gt;&amp;nbsp; &lt;A _jive_internal="true" class="font-color-meta-light" href="https://answers.sap.com/message/13438148#13438148"&gt;Re: Dynamic selection screen based on radio button action&lt;/A&gt; &lt;/STRONG&gt; &lt;/H6&gt;&lt;P class="j-post-avatar"&gt;&amp;nbsp;&amp;nbsp; &lt;A _jive_internal="true" class="j-avatar jiveTT-hover-user" href="https://answers.sap.com/people/laurent.fournier2"&gt; &lt;IMG alt="Laurent Fournier" border="0" class="jive-avatar jiveImage" height="46" src="https://community.sap.com/people/laurent.fournier2/avatar/46.png?a=5232" width="46" /&gt;&lt;/A&gt;&amp;nbsp; &lt;SPAN class="j-status-levels"&gt;&lt;IMG alt="Active Contributor Bronze" class="jiveImage" src="https://community.sap.com/843/plugins/points/resources/images/topcontr_bronze.gif" title="Active Contributor Bronze" /&gt; &lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN class="j-post-author "&gt;&amp;nbsp; &lt;STRONG&gt; &lt;A _jive_internal="true" class="jiveTT-hover-user jive-username-link" href="https://answers.sap.com/people/laurent.fournier2" id="jive-34388820544683679340563"&gt;Laurent Fournier&lt;/A&gt; &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;fm : DD_NAMETAB_GET is not there in abap...can u check once again...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Aug 2012 10:11:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-selection-screen-based-on-radio-button-action/m-p/8878708#M1687844</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-08-02T10:11:03Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic selection screen based on radio button action</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-selection-screen-based-on-radio-button-action/m-p/8878709#M1687845</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi karthik.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; can u tell me how to create select options for the primary keys of all the tables.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Aug 2012 10:16:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-selection-screen-based-on-radio-button-action/m-p/8878709#M1687845</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-08-02T10:16:29Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic selection screen based on radio button action</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-selection-screen-based-on-radio-button-action/m-p/8878710#M1687846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Correct. Sorry for the wrong information.&lt;/P&gt;&lt;P&gt;Use DDIF_NAMETAB_GET or NAMETAB_GET. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NAMETAB_GET has the key information.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Aug 2012 10:17:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-selection-screen-based-on-radio-button-action/m-p/8878710#M1687846</guid>
      <dc:creator>laurent_fournier2</dc:creator>
      <dc:date>2012-08-02T10:17:15Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic selection screen based on radio button action</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-selection-screen-based-on-radio-button-action/m-p/8878711#M1687847</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;The easier way to go is by using the FM FREE_SELECTIONS_DIALOG where you only need to populate the input table &lt;EM&gt;fields_tab &lt;/EM&gt;with the required fields...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kr,&lt;/P&gt;&lt;P&gt;Manu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Aug 2012 10:51:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-selection-screen-based-on-radio-button-action/m-p/8878711#M1687847</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-08-02T10:51:13Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic selection screen based on radio button action</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-selection-screen-based-on-radio-button-action/m-p/8878712#M1687848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A class="active_link" href="http://wiki.sdn.sap.com/wiki/display/Snippets/ABAP+Program+to+generate+select-options+dynamically" title="http://wiki.sdn.sap.com/wiki/display/Snippets/ABAP+Program+to+generate+select-options+dynamically"&gt;http://wiki.sdn.sap.com/wiki/display/Snippets/ABAP+Program+to+generate+select-options+dynamically&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i got this website...i am getting o/p but hw can modify according to my requirement is i am not getting so..can any one tell me process..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Aug 2012 13:56:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-selection-screen-based-on-radio-button-action/m-p/8878712#M1687848</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-08-02T13:56:10Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic selection screen based on radio button action</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-selection-screen-based-on-radio-button-action/m-p/8878713#M1687849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI gUYS/.... mY ISSUE IS SOLVED...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am Getting Dynamuc select-options...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now when i enter a value in select options...the related data must come in output list./ ALV O/P LIST.. AS BELOW..&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/126871" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CAN Any one help me to solve this ..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2012 05:46:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-selection-screen-based-on-radio-button-action/m-p/8878713#M1687849</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-08-07T05:46:17Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic selection screen based on radio button action</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-selection-screen-based-on-radio-button-action/m-p/8878714#M1687850</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;I didn't get what you need..&lt;/P&gt;&lt;P&gt;please explain with an example.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2012 08:54:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-selection-screen-based-on-radio-button-action/m-p/8878714#M1687850</guid>
      <dc:creator>SharathYaralkattimath</dc:creator>
      <dc:date>2012-08-07T08:54:25Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic selection screen based on radio button action</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-selection-screen-based-on-radio-button-action/m-p/8878715#M1687851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sharath....&lt;/P&gt;&lt;P&gt;tnx for ur respons....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can u check the folowing url...&lt;SPAN class="j-act-container font-color-meta"&gt;.i have explained&amp;nbsp; clearly ...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://answers.sap.com/thread/3218703"&gt;Dynamic o/p list Based on input given in Dynamic select-options&lt;/A&gt;&amp;nbsp; &lt;SPAN class="j-act-container font-color-meta"&gt;in &lt;A _jive_internal="true" class="font-color-meta  jivecontainerTT-hover-container" href="https://answers.sap.com/community/abap"&gt;ABAP Development&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-act-container font-color-meta"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2012 09:10:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-selection-screen-based-on-radio-button-action/m-p/8878715#M1687851</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-08-07T09:10:52Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic selection screen based on radio button action</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-selection-screen-based-on-radio-button-action/m-p/8878716#M1687852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;did u get any idea&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2012 09:53:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-selection-screen-based-on-radio-button-action/m-p/8878716#M1687852</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-08-07T09:53:15Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic selection screen based on radio button action</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-selection-screen-based-on-radio-button-action/m-p/8878717#M1687853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;did u get any idea&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2012 09:58:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-selection-screen-based-on-radio-button-action/m-p/8878717#M1687853</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-08-07T09:58:59Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic selection screen based on radio button action</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-selection-screen-based-on-radio-button-action/m-p/8878718#M1687854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;Refer:-&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;REPORT demo_select_dynamic_columns&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;REPORT demo_select_dynamic_database .&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;REPORT demo_select_dynamic_conditions .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;search for dynamic SELECT statements in google/ SDN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;&amp;amp; then you can use field-symbols, dynamic work areas &amp;amp; internal tables to hold that data&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;&amp;amp; similarly pass that to ALV class.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2012 10:08:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-selection-screen-based-on-radio-button-action/m-p/8878718#M1687854</guid>
      <dc:creator>SharathYaralkattimath</dc:creator>
      <dc:date>2012-08-07T10:08:28Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic selection screen based on radio button action</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-selection-screen-based-on-radio-button-action/m-p/8878719#M1687855</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;&lt;/P&gt;&lt;P&gt;I am Unable to add a button (execute button&amp;nbsp; ) in the selection screen where i displayed Dynamic select-options.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In process of doing I found that when i use FMs : free Selection INIT, FREE SELECTION DIALOG.... IT WILL AUTOMATICALLY Provides a standard gui status...(i.e) &lt;/P&gt;&lt;TABLE jive-data-cell="{&amp;amp;quot;color&amp;amp;quot;:&amp;amp;quot;#575757&amp;amp;quot;,&amp;amp;quot;textAlign&amp;amp;quot;:&amp;amp;quot;left&amp;amp;quot;,&amp;amp;quot;padding&amp;amp;quot;:&amp;amp;quot;NaN&amp;amp;quot;,&amp;amp;quot;backgroundColor&amp;amp;quot;:&amp;amp;quot;transparent&amp;amp;quot;,&amp;amp;quot;fontFamily&amp;amp;quot;:&amp;amp;quot;arial,helvetica,sans-serif&amp;amp;quot;}" jive-data-header="{&amp;amp;quot;color&amp;amp;quot;:&amp;amp;quot;#FFFFFF&amp;amp;quot;,&amp;amp;quot;backgroundColor&amp;amp;quot;:&amp;amp;quot;#6690BC&amp;amp;quot;,&amp;amp;quot;textAlign&amp;amp;quot;:&amp;amp;quot;center&amp;amp;quot;,&amp;amp;quot;padding&amp;amp;quot;:&amp;amp;quot;2&amp;amp;quot;}"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;User Interface&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;TD&gt;RSSYSTDB&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in this i am unable to add a button which i need for My requirement...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I created one Zgui status...&amp;amp;&amp;nbsp; attached to My Program (where i have written the code to generate Dynamic select-options) But it is not showing the button on my screen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can any one tell me how to solve this problem...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2012 12:02:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-selection-screen-based-on-radio-button-action/m-p/8878719#M1687855</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-08-07T12:02:32Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic selection screen based on radio button action</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-selection-screen-based-on-radio-button-action/m-p/8878720#M1687856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;program is : RSSYSTDB, &lt;/P&gt;&lt;P&gt;gui status : %_FSDOC_&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want to enhance this gui status ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2012 13:03:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-selection-screen-based-on-radio-button-action/m-p/8878720#M1687856</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-08-07T13:03:40Z</dc:date>
    </item>
  </channel>
</rss>

