<?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: Selection Screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/3614923#M870864</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is what i did but still not working as required. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN ON pa_wempf.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF pa_wempf CA sy-abcde.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    Translate pa_wempf to lower case.&lt;/P&gt;&lt;P&gt;  else.&lt;/P&gt;&lt;P&gt;    Translate pa_wempf to upper case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  endif.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 31 Mar 2008 07:21:30 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-31T07:21:30Z</dc:date>
    <item>
      <title>Selection Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/3614921#M870862</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 declared Recipient of the good (wempf) which is a text field as a parameter in my selection screen.  I have to output the recipient as per user entry for example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if the user enter wempf = AI , the report should display all the AI recipient only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if the user enter wempf = ai , the report should display all the ai recipient only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if the user enter wempf = space , the report should display all the recipients in both upper and  lower cases. &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; Thanks .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Mar 2008 07:07:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/3614921#M870862</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-31T07:07:43Z</dc:date>
    </item>
    <item>
      <title>Re: Selection Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/3614922#M870863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use this for the screen fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. TRANSLATE c TO UPPER CASE. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. TRANSLATE c TO LOWER CASE. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it may help u.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;give points if satisfied.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Mar 2008 07:11:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/3614922#M870863</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-31T07:11:52Z</dc:date>
    </item>
    <item>
      <title>Re: Selection Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/3614923#M870864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is what i did but still not working as required. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN ON pa_wempf.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF pa_wempf CA sy-abcde.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    Translate pa_wempf to lower case.&lt;/P&gt;&lt;P&gt;  else.&lt;/P&gt;&lt;P&gt;    Translate pa_wempf to upper case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  endif.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Mar 2008 07:21:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/3614923#M870864</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-31T07:21:30Z</dc:date>
    </item>
    <item>
      <title>Re: Selection Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/3614924#M870865</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; better u create a list box instead of text box so that u can easily get rid of this problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;find the procedure below to create list box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TYPE-POOLS vrm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;parameters:&lt;/P&gt;&lt;P&gt;p_list(5) as listbox visible length 20,&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;vrm_values1-key = 'AI'.&lt;/P&gt;&lt;P&gt;vrm_values1-text = 'AI'.&lt;/P&gt;&lt;P&gt;APPEND vrm_values1 TO t_table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vrm_values1-key = 'ai'.&lt;/P&gt;&lt;P&gt;vrm_values1-text = 'ai'.&lt;/P&gt;&lt;P&gt;APPEND vrm_values1 TO t_table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vrm_values1-key = ' '.&lt;/P&gt;&lt;P&gt;vrm_values1-text = ' '.&lt;/P&gt;&lt;P&gt;APPEND vrm_values1 TO t_table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_table1[] = t_table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'VRM_SET_VALUES'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;id = 'p_month'&lt;/P&gt;&lt;P&gt;values = t_table1&lt;/P&gt;&lt;P&gt;EXCEPTIONS&lt;/P&gt;&lt;P&gt;ID_ILLEGAL_NAME = 1&lt;/P&gt;&lt;P&gt;OTHERS = 2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if useful...................&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Mar 2008 07:24:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/3614924#M870865</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-31T07:24:17Z</dc:date>
    </item>
  </channel>
</rss>

