<?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: String automatically converted to upper case on the selection screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/string-automatically-converted-to-upper-case-on-the-selection-screen/m-p/12632129#M2013451</link>
    <description>&lt;P&gt;Hello &lt;SPAN class="mention-scrubbed"&gt;kunimbedu30&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Use &lt;A href="https://help.sap.com/doc/abapdocu_750_index_htm/7.50/en-US/abapparameters_value.htm#!ABAP_ADDITION_2@2@"&gt;LOWER CASE&lt;/A&gt; addition with &lt;A href="https://help.sap.com/doc/abapdocu_750_index_htm/7.50/en-US/abapparameters.htm" target="_blank"&gt;PARAMETERS&lt;/A&gt; to define the selection field.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Dominik Tylczynski&lt;/P&gt;</description>
    <pubDate>Tue, 28 Jun 2022 07:07:16 GMT</pubDate>
    <dc:creator>Dominik_Tylczynski</dc:creator>
    <dc:date>2022-06-28T07:07:16Z</dc:date>
    <item>
      <title>String automatically converted to upper case on the selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/string-automatically-converted-to-upper-case-on-the-selection-screen/m-p/12632128#M2013450</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
  &lt;P&gt;In module pool programming, I enter a string value manually on the selection screen. But it is getting converted to upper case automatically. &lt;/P&gt;
  &lt;P&gt;So, please help me in declaring the variable to accept both upper and lowercase.&lt;/P&gt;
  &lt;P&gt;DATA : v_ct_id type string. This is the variable I've declared.&lt;/P&gt;
  &lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jun 2022 06:59:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/string-automatically-converted-to-upper-case-on-the-selection-screen/m-p/12632128#M2013450</guid>
      <dc:creator>former_member806437</dc:creator>
      <dc:date>2022-06-28T06:59:49Z</dc:date>
    </item>
    <item>
      <title>Re: String automatically converted to upper case on the selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/string-automatically-converted-to-upper-case-on-the-selection-screen/m-p/12632129#M2013451</link>
      <description>&lt;P&gt;Hello &lt;SPAN class="mention-scrubbed"&gt;kunimbedu30&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Use &lt;A href="https://help.sap.com/doc/abapdocu_750_index_htm/7.50/en-US/abapparameters_value.htm#!ABAP_ADDITION_2@2@"&gt;LOWER CASE&lt;/A&gt; addition with &lt;A href="https://help.sap.com/doc/abapdocu_750_index_htm/7.50/en-US/abapparameters.htm" target="_blank"&gt;PARAMETERS&lt;/A&gt; to define the selection field.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Dominik Tylczynski&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jun 2022 07:07:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/string-automatically-converted-to-upper-case-on-the-selection-screen/m-p/12632129#M2013451</guid>
      <dc:creator>Dominik_Tylczynski</dc:creator>
      <dc:date>2022-06-28T07:07:16Z</dc:date>
    </item>
    <item>
      <title>Re: String automatically converted to upper case on the selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/string-automatically-converted-to-upper-case-on-the-selection-screen/m-p/12632130#M2013452</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have declared the variable as DATA: v_ct_id TYPE string.&lt;/P&gt;&lt;P&gt;So may I know where to add LOWER CASE in the above statement.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jun 2022 07:17:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/string-automatically-converted-to-upper-case-on-the-selection-screen/m-p/12632130#M2013452</guid>
      <dc:creator>former_member806437</dc:creator>
      <dc:date>2022-06-28T07:17:25Z</dc:date>
    </item>
    <item>
      <title>Re: String automatically converted to upper case on the selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/string-automatically-converted-to-upper-case-on-the-selection-screen/m-p/12632131#M2013453</link>
      <description>&lt;P&gt;&lt;SPAN class="mention-scrubbed"&gt;kunimbedu30&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;You said in the initial question "string value manually on the selection screen'. So you must have defined a selection screen and a selection parameter there. Reports' selection parameters are declared with PARAMETERS statement. That's why I mentioned LOWER CASE addition.&lt;/P&gt;&lt;P&gt;If your screen is however implemented with SAP Screen Builder make sure to mark "Case-Sensitive" property of the field:&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2065685-image.png" /&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Dominik Tylczynski&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jun 2022 07:38:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/string-automatically-converted-to-upper-case-on-the-selection-screen/m-p/12632131#M2013453</guid>
      <dc:creator>Dominik_Tylczynski</dc:creator>
      <dc:date>2022-06-28T07:38:49Z</dc:date>
    </item>
    <item>
      <title>Re: String automatically converted to upper case on the selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/string-automatically-converted-to-upper-case-on-the-selection-screen/m-p/12632132#M2013454</link>
      <description>&lt;P&gt;You may search the forum/SAP Web site with your favorite Web search engine. I see many answers for search below. Based on the results, if it still doesn't solve, you may anyway refine your query/provide more information. &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;upper case on the selection screen site:sap.com&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 28 Jun 2022 07:40:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/string-automatically-converted-to-upper-case-on-the-selection-screen/m-p/12632132#M2013454</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2022-06-28T07:40:22Z</dc:date>
    </item>
    <item>
      <title>Re: String automatically converted to upper case on the selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/string-automatically-converted-to-upper-case-on-the-selection-screen/m-p/12632133#M2013455</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thank you so much.&lt;/P&gt;&lt;P&gt;It is working now.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jun 2022 09:15:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/string-automatically-converted-to-upper-case-on-the-selection-screen/m-p/12632133#M2013455</guid>
      <dc:creator>former_member806437</dc:creator>
      <dc:date>2022-06-28T09:15:12Z</dc:date>
    </item>
  </channel>
</rss>

