<?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 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-selection-screen/m-p/764339#M37402</link>
    <description>&lt;P&gt;Do you actually only want to change the descriptive text of the parameter  so it could be easily done with a &lt;A href="https://help.sap.com/doc/abapdocu_752_index_htm/7.52/en-US/abapselection-screen_comment.htm"&gt;SELECTION-SCREEN COMMENT FOR FIELD&lt;/A&gt; s_date statement (wrap the SELECT-OPTIONS or PARAMETERS and the COMMENT statement between &lt;A href="https://help.sap.com/doc/abapdocu_752_index_htm/7.52/en-US/abapselection-screen_line.htm"&gt;BEGIN/END OF LINE&lt;/A&gt;) and change the text value in the PBO &lt;A href="https://help.sap.com/doc/abapdocu_752_index_htm/7.52/en-US/abapat_selection-screen_events.htm#!ABAP_ALTERNATIVE_1@1@"&gt;AT SELECTION-SCREEN OUTPUT&lt;/A&gt;. &lt;/P&gt;&lt;P&gt;If you also want to change F4 and F1 behavior, you can handle it in &lt;A href="https://help.sap.com/doc/abapdocu_752_index_htm/7.52/en-US/abapat_selection-screen_events.htm#!ABAP_ALTERNATIVE_7@7@"&gt;ON {HELP-REQUEST|VALUE-REQUEST} FOR&lt;/A&gt; s_date.&lt;/P&gt;&lt;P&gt;&lt;EM&gt;NB: &lt;SPAN class="mention-scrubbed"&gt;sandra.rossi&lt;/SPAN&gt;'s solution would be easier, less code, define 2 select-options and hide one within the OUTPUT event, you can copy values from the second range into the first and vice-versa so you always use the same range in the following code.&lt;/EM&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 04 Mar 2019 08:07:47 GMT</pubDate>
    <dc:creator>RaymondGiuseppi</dc:creator>
    <dc:date>2019-03-04T08:07:47Z</dc:date>
    <item>
      <title>Dynamic selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-selection-screen/m-p/764337#M37400</link>
      <description>&lt;P&gt;Hello Gurus, &lt;/P&gt;
  &lt;P&gt;I'm looking for a way to create a dynamic selection screen.&lt;/P&gt;
  &lt;P&gt;I have a checkbox in my selection screen and I want to modify the name of an other field if my selection screen if the check is inital. &lt;/P&gt;
  &lt;P&gt;Thanks in advance for your help &lt;/P&gt;
  &lt;P&gt;For exemple&lt;/P&gt; 
  &lt;PRE&gt;&lt;CODE&gt; IF p_flag IS  INITIAL.
    s_date FOR ERDK-BUDAT .
  ELSE.
    s_date FOR ERCH-BEGABRPE.
  ENDIF.
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 01 Mar 2019 09:03:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-selection-screen/m-p/764337#M37400</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2019-03-01T09:03:29Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-selection-screen/m-p/764338#M37401</link>
      <description>&lt;P&gt;Maybe it's more simple to use 2 different SELECT-OPTIONS and display only one of them via LOOP AT SCREEN and MODIFY SCREEN, during the AT SELECTION-SCREEN OUTPUT event.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Mar 2019 10:24:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-selection-screen/m-p/764338#M37401</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2019-03-01T10:24:55Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-selection-screen/m-p/764339#M37402</link>
      <description>&lt;P&gt;Do you actually only want to change the descriptive text of the parameter  so it could be easily done with a &lt;A href="https://help.sap.com/doc/abapdocu_752_index_htm/7.52/en-US/abapselection-screen_comment.htm"&gt;SELECTION-SCREEN COMMENT FOR FIELD&lt;/A&gt; s_date statement (wrap the SELECT-OPTIONS or PARAMETERS and the COMMENT statement between &lt;A href="https://help.sap.com/doc/abapdocu_752_index_htm/7.52/en-US/abapselection-screen_line.htm"&gt;BEGIN/END OF LINE&lt;/A&gt;) and change the text value in the PBO &lt;A href="https://help.sap.com/doc/abapdocu_752_index_htm/7.52/en-US/abapat_selection-screen_events.htm#!ABAP_ALTERNATIVE_1@1@"&gt;AT SELECTION-SCREEN OUTPUT&lt;/A&gt;. &lt;/P&gt;&lt;P&gt;If you also want to change F4 and F1 behavior, you can handle it in &lt;A href="https://help.sap.com/doc/abapdocu_752_index_htm/7.52/en-US/abapat_selection-screen_events.htm#!ABAP_ALTERNATIVE_7@7@"&gt;ON {HELP-REQUEST|VALUE-REQUEST} FOR&lt;/A&gt; s_date.&lt;/P&gt;&lt;P&gt;&lt;EM&gt;NB: &lt;SPAN class="mention-scrubbed"&gt;sandra.rossi&lt;/SPAN&gt;'s solution would be easier, less code, define 2 select-options and hide one within the OUTPUT event, you can copy values from the second range into the first and vice-versa so you always use the same range in the following code.&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Mar 2019 08:07:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-selection-screen/m-p/764339#M37402</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2019-03-04T08:07:47Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-selection-screen/m-p/764340#M37403</link>
      <description>&lt;P&gt;Use one of those function modules on section "AT SELECTION-SCREEN OUTPUT":&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;SELECTION_TEXTS_MODIFY&lt;/LI&gt;&lt;LI&gt;SELECTION_TEXTS_MODIFY_DTEL&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Mon, 04 Mar 2019 11:47:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-selection-screen/m-p/764340#M37403</guid>
      <dc:creator>EnnoWulff</dc:creator>
      <dc:date>2019-03-04T11:47:18Z</dc:date>
    </item>
  </channel>
</rss>

