<?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 about selection screen validation in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-selection-screen-validation/m-p/1540660#M246348</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        I have query regarding a selection screen. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        I have one field in a selection screen where i ve put the matnr field as a parameter from MARA table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;         My requirement is that when I will select any material by pressing F4 and select the value the corresponding material description will come automatically in another field which I had taken in the Selection screen.I must get it automatically without any push button or execute button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;         Now where I have to write the logic of the code and at which event of the report .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;         Please experts help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With regards,&lt;/P&gt;&lt;P&gt;  Abir.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 Aug 2006 14:34:35 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-08-29T14:34:35Z</dc:date>
    <item>
      <title>about selection screen validation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-selection-screen-validation/m-p/1540660#M246348</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        I have query regarding a selection screen. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        I have one field in a selection screen where i ve put the matnr field as a parameter from MARA table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;         My requirement is that when I will select any material by pressing F4 and select the value the corresponding material description will come automatically in another field which I had taken in the Selection screen.I must get it automatically without any push button or execute button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;         Now where I have to write the logic of the code and at which event of the report .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;         Please experts help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With regards,&lt;/P&gt;&lt;P&gt;  Abir.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Aug 2006 14:34:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-selection-screen-validation/m-p/1540660#M246348</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-29T14:34:35Z</dc:date>
    </item>
    <item>
      <title>Re: about selection screen validation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-selection-screen-validation/m-p/1540661#M246349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you write the code to initialise the particular description field in AT SELECTION SCREEN event.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anurag&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Aug 2006 14:36:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-selection-screen-validation/m-p/1540661#M246349</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-29T14:36:25Z</dc:date>
    </item>
    <item>
      <title>Re: about selection screen validation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-selection-screen-validation/m-p/1540662#M246350</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want this field to be populated when the selection-screen is displayed, you can do it in the INITIALIZATION event or the AT SELECTION-SCREEN OUTPUT event.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;parameters: p_val type i.

initilization.

 p_val = 100.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Aug 2006 14:40:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-selection-screen-validation/m-p/1540662#M246350</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-08-29T14:40:02Z</dc:date>
    </item>
    <item>
      <title>Re: about selection screen validation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-selection-screen-validation/m-p/1540663#M246351</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want the description to be populated in the field without triggering any event. Then instead of standard F4 write ur custom F4 help. And based on the selection update the Desc field using the FM 'DYNP_VALUES_UPDATE'. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But this will not work, if you directly enter a value in the Material field, without pressing F4.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Aug 2006 14:46:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-selection-screen-validation/m-p/1540663#M246351</guid>
      <dc:creator>former_member195698</dc:creator>
      <dc:date>2006-08-29T14:46:43Z</dc:date>
    </item>
    <item>
      <title>Re: about selection screen validation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-selection-screen-validation/m-p/1540664#M246352</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;REPORT  ZSRIM_TEMP10.&lt;/P&gt;&lt;P&gt;tables : mara,makt.&lt;/P&gt;&lt;P&gt;data : v_maktx type makt-maktx.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;parameters : p_matnr type mara-matnr,&lt;/P&gt;&lt;P&gt;             p_maktx type makt-maktx.&lt;/P&gt;&lt;P&gt;   &lt;/P&gt;&lt;P&gt;             &lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN OUTPUT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; if p_matnr is not initial.&lt;/P&gt;&lt;P&gt;   select single maktx from makt into v_maktx &lt;/P&gt;&lt;P&gt;             &lt;/P&gt;&lt;P&gt;         where matnr = p_matnr and spras = sy-langu.&lt;/P&gt;&lt;P&gt;    p_maktx = v_maktx.         &lt;/P&gt;&lt;P&gt; endif.&lt;/P&gt;&lt;P&gt;I am sorry, this code will works only if you click any enter key etc.. then only Description will appear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Srikanth.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Srikanth Kidambi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Aug 2006 14:46:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-selection-screen-validation/m-p/1540664#M246352</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-29T14:46:56Z</dc:date>
    </item>
  </channel>
</rss>

