<?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 Screen elements activated based on input field in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-elements-activated-based-on-input-field/m-p/8925704#M1691985</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi to all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the following need that I am not able to implement: in the screen of my report, I have a first input field populated with three values and I would like that, based on the value selected by the user in that input field, the next elements in the screen (another input field, few check boxes and a couple of radiobuttons) get activated, or set as invisible, accordingly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The screen has been designed with the screen painter. I found in other threads that I should use LOOP AT SCREEN and then MODIFY SCREEN, but what I am not able to achieve is to get the value the user has chosen for the first input field, so that to modify the properties of the other elements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you help me with this, giving me some code examples?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;JFlan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Jul 2012 11:26:08 GMT</pubDate>
    <dc:creator>jepi_flanders</dc:creator>
    <dc:date>2012-07-19T11:26:08Z</dc:date>
    <item>
      <title>Screen elements activated based on input field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-elements-activated-based-on-input-field/m-p/8925704#M1691985</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi to all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the following need that I am not able to implement: in the screen of my report, I have a first input field populated with three values and I would like that, based on the value selected by the user in that input field, the next elements in the screen (another input field, few check boxes and a couple of radiobuttons) get activated, or set as invisible, accordingly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The screen has been designed with the screen painter. I found in other threads that I should use LOOP AT SCREEN and then MODIFY SCREEN, but what I am not able to achieve is to get the value the user has chosen for the first input field, so that to modify the properties of the other elements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you help me with this, giving me some code examples?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;JFlan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2012 11:26:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-elements-activated-based-on-input-field/m-p/8925704#M1691985</guid>
      <dc:creator>jepi_flanders</dc:creator>
      <dc:date>2012-07-19T11:26:08Z</dc:date>
    </item>
    <item>
      <title>Re: Screen elements activated based on input field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-elements-activated-based-on-input-field/m-p/8925705#M1691986</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;You must code the loop at screen... endloop block in the PBO of the screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please paste the flow of the screen in order to help you in more detail ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2012 11:30:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-elements-activated-based-on-input-field/m-p/8925705#M1691986</guid>
      <dc:creator>laurent_fournier2</dc:creator>
      <dc:date>2012-07-19T11:30:17Z</dc:date>
    </item>
    <item>
      <title>Re: Screen elements activated based on input field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-elements-activated-based-on-input-field/m-p/8925706#M1691987</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;Use the FM DYNP_VALUES_READ to read the values of the screen elements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;~Niranjan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2012 11:31:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-elements-activated-based-on-input-field/m-p/8925706#M1691987</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-07-19T11:31:35Z</dc:date>
    </item>
    <item>
      <title>Re: Screen elements activated based on input field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-elements-activated-based-on-input-field/m-p/8925707#M1691988</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Laurent,&lt;/P&gt;&lt;P&gt;Here the flow logic:&lt;/P&gt;&lt;P&gt;PROCESS BEFORE OUTPUT.&lt;/P&gt;&lt;P&gt;&amp;nbsp; MODULE status_1000.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROCESS AFTER INPUT.&lt;/P&gt;&lt;P&gt;&amp;nbsp; CHAIN.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; FIELD w_rout.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; FIELD w_test.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; FIELD w_prod.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; FIELD w_char.&lt;/P&gt;&lt;P&gt;&amp;nbsp; ENDCHAIN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; MODULE user_command_1000.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When the report is run, the user shall choose a value for w_rout, then the other fields properties shall be changed according to certain rules.&lt;/P&gt;&lt;P&gt;Thank you for helping.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2012 12:58:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-elements-activated-based-on-input-field/m-p/8925707#M1691988</guid>
      <dc:creator>jepi_flanders</dc:creator>
      <dc:date>2012-07-19T12:58:20Z</dc:date>
    </item>
    <item>
      <title>Re: Screen elements activated based on input field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-elements-activated-based-on-input-field/m-p/8925708#M1691989</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi again,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Change it like this :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROCESS BEFORE OUTPUT.&lt;/P&gt;&lt;P&gt;&amp;nbsp; MODULE status_1000.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; MODULE Modify_screen.&lt;/P&gt;&lt;P&gt;PROCESS AFTER INPUT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create the module and write there the loop at screen... endloop coding that changes your fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try it and reply.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2012 13:17:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-elements-activated-based-on-input-field/m-p/8925708#M1691989</guid>
      <dc:creator>laurent_fournier2</dc:creator>
      <dc:date>2012-07-19T13:17:46Z</dc:date>
    </item>
    <item>
      <title>Re: Screen elements activated based on input field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-elements-activated-based-on-input-field/m-p/8925709#M1691990</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;PRE&gt;&lt;CODE&gt;&lt;P&gt;but what I am not able to achieve is to get the value the user has chosen for the first input field, so that to modify the properties of the other elements.&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you declare your input field in the calling program (with same type and length)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g: DATA: w_rout TYPE ...&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, 19 Jul 2012 13:44:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-elements-activated-based-on-input-field/m-p/8925709#M1691990</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-07-19T13:44:48Z</dc:date>
    </item>
    <item>
      <title>Re: Screen elements activated based on input field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-elements-activated-based-on-input-field/m-p/8925710#M1691991</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Laurent,&lt;/P&gt;&lt;P&gt;Thank you. I tried but noticed that the modify_screen module is only run before screen output, and not when field w_rout gets, or change, value. Do you have further clues?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2012 14:12:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-elements-activated-based-on-input-field/m-p/8925710#M1691991</guid>
      <dc:creator>jepi_flanders</dc:creator>
      <dc:date>2012-07-19T14:12:26Z</dc:date>
    </item>
    <item>
      <title>Re: Screen elements activated based on input field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-elements-activated-based-on-input-field/m-p/8925711#M1691992</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manu,&lt;/P&gt;&lt;P&gt;Yes sure, field is declared.&lt;/P&gt;&lt;P&gt;Thanks anyway&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2012 14:23:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-elements-activated-based-on-input-field/m-p/8925711#M1691992</guid>
      <dc:creator>jepi_flanders</dc:creator>
      <dc:date>2012-07-19T14:23:46Z</dc:date>
    </item>
    <item>
      <title>Re: Screen elements activated based on input field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-elements-activated-based-on-input-field/m-p/8925712#M1691993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Do you have an example? Where and how to call it?&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;&lt;P&gt;Bye&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2012 14:26:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-elements-activated-based-on-input-field/m-p/8925712#M1691993</guid>
      <dc:creator>jepi_flanders</dc:creator>
      <dc:date>2012-07-19T14:26:01Z</dc:date>
    </item>
    <item>
      <title>Re: Screen elements activated based on input field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-elements-activated-based-on-input-field/m-p/8925713#M1691994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So once your input field is filled, you just need to press the enter key so that your PBO module is processed... What is your issue exactly?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Manu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2012 14:27:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-elements-activated-based-on-input-field/m-p/8925713#M1691994</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-07-19T14:27:17Z</dc:date>
    </item>
    <item>
      <title>Re: Screen elements activated based on input field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-elements-activated-based-on-input-field/m-p/8925714#M1691995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh I think I understood &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/825/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;: your "input" field is a list box, isn't it? &lt;/P&gt;&lt;P&gt;If yes, have you assigned a function code to the list box?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Manu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2012 14:36:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-elements-activated-based-on-input-field/m-p/8925714#M1691995</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-07-19T14:36:53Z</dc:date>
    </item>
    <item>
      <title>Re: Screen elements activated based on input field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-elements-activated-based-on-input-field/m-p/8925715#M1691996</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As said by Manu, assign function code and write code in PBO to modify screen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vinod&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2012 04:55:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-elements-activated-based-on-input-field/m-p/8925715#M1691996</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-07-20T04:55:09Z</dc:date>
    </item>
    <item>
      <title>Re: Screen elements activated based on input field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-elements-activated-based-on-input-field/m-p/8925716#M1691997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, Manu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2012 06:08:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-elements-activated-based-on-input-field/m-p/8925716#M1691997</guid>
      <dc:creator>jepi_flanders</dc:creator>
      <dc:date>2012-07-20T06:08:29Z</dc:date>
    </item>
  </channel>
</rss>

