<?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: Adding selection screen elements at run time in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-selection-screen-elements-at-run-time/m-p/3452638#M829466</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have to add new UI elements on the above actions.&lt;/P&gt;&lt;P&gt;Not modifying the properities of existing UI elements.&lt;/P&gt;&lt;P&gt;I guess my question is understandable.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Feb 2008 16:44:42 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-14T16:44:42Z</dc:date>
    <item>
      <title>Adding selection screen elements at run time</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-selection-screen-elements-at-run-time/m-p/3452634#M829462</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 have a selection screen with four drop down list which has 20 elements.&lt;/P&gt;&lt;P&gt;When i select any element from drop down, i must be able to add some other UI in the same line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DD1&lt;/P&gt;&lt;P&gt;DD2&lt;/P&gt;&lt;P&gt;DD3&lt;/P&gt;&lt;P&gt;DD4&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i choose a first item in DD1,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DD1 Lable1 IP1 lable2 IP2&lt;/P&gt;&lt;P&gt;DD2&lt;/P&gt;&lt;P&gt;DD3&lt;/P&gt;&lt;P&gt;DD4&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;these lables and input fields are not known till selecting the item.&lt;/P&gt;&lt;P&gt;Will i be able to do this in selection screen?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Vimalraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Feb 2008 16:29:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-selection-screen-elements-at-run-time/m-p/3452634#M829462</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-14T16:29:37Z</dc:date>
    </item>
    <item>
      <title>Re: Adding selection screen elements at run time</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-selection-screen-elements-at-run-time/m-p/3452635#M829463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have a look at this Report&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;demo_dynpro_modify_screen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Feb 2008 16:33:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-selection-screen-elements-at-run-time/m-p/3452635#M829463</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-14T16:33:48Z</dc:date>
    </item>
    <item>
      <title>Re: Adding selection screen elements at run time</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-selection-screen-elements-at-run-time/m-p/3452636#M829464</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 wanted to add  UI elements to selection screen at run time.&lt;/P&gt;&lt;P&gt;Is it possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To my understanding, it possible to change the properities of the exixting elements at runtime.&lt;/P&gt;&lt;P&gt;If there is a way, please help me.....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Feb 2008 16:39:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-selection-screen-elements-at-run-time/m-p/3452636#M829464</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-14T16:39:49Z</dc:date>
    </item>
    <item>
      <title>Re: Adding selection screen elements at run time</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-selection-screen-elements-at-run-time/m-p/3452637#M829465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have a look at this Report. you have to Capture events on User Command and modify the screen accordingly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;REPORT  ztesttt.

PARAMETERS: test1(10) TYPE c MODIF ID sc1,
            test2(10) TYPE c MODIF ID sc2,
            test3(10) TYPE c MODIF ID sc1,
            test4(10) TYPE c MODIF ID sc2.

AT SELECTION-SCREEN OUTPUT.

  LOOP AT SCREEN.
    IF screen-group1 = 'SC1'.
      screen-active = '1'.
      MODIFY SCREEN.
      CONTINUE.
    ENDIF.
    IF screen-group1 = 'SC2'.
      screen-ACTIVE = '0'.
      MODIFY SCREEN.
    ENDIF.
  ENDLOOP.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Feb 2008 16:41:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-selection-screen-elements-at-run-time/m-p/3452637#M829465</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-14T16:41:00Z</dc:date>
    </item>
    <item>
      <title>Re: Adding selection screen elements at run time</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-selection-screen-elements-at-run-time/m-p/3452638#M829466</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have to add new UI elements on the above actions.&lt;/P&gt;&lt;P&gt;Not modifying the properities of existing UI elements.&lt;/P&gt;&lt;P&gt;I guess my question is understandable.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Feb 2008 16:44:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-selection-screen-elements-at-run-time/m-p/3452638#M829466</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-14T16:44:42Z</dc:date>
    </item>
  </channel>
</rss>

