<?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 upper case / lower case issue in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/upper-case-lower-case-issue/m-p/2794965#M652362</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Friends, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am facing following issue:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In database sometime one field contains values in lowercase or sometime in upper case. then while reading the table, the runtime environment automatically conver the import parameter in upper case and while reading the record in select statement I get subrc eq 4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea how I can fix this issue ( means force runtime environment not to translate the importing parameter in my fm to uppercase ) ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Sep 2007 11:33:11 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-09-04T11:33:11Z</dc:date>
    <item>
      <title>upper case / lower case issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/upper-case-lower-case-issue/m-p/2794965#M652362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Friends, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am facing following issue:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In database sometime one field contains values in lowercase or sometime in upper case. then while reading the table, the runtime environment automatically conver the import parameter in upper case and while reading the record in select statement I get subrc eq 4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea how I can fix this issue ( means force runtime environment not to translate the importing parameter in my fm to uppercase ) ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Sep 2007 11:33:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/upper-case-lower-case-issue/m-p/2794965#M652362</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-04T11:33:11Z</dc:date>
    </item>
    <item>
      <title>Re: upper case / lower case issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/upper-case-lower-case-issue/m-p/2794966#M652363</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;The problem seems to be WITH DOMAIN Of the field that you use.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The DOMAIN of the filed in Database is Case sensitive where as your IMPORT parameter's DOMAIN is not case sensitive.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In SE11 open both domains and see if check box "Lower case" is checked for both the domains.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CASE will only be respected when you mark your DOMAIN as case sensitive by checking the CHECK BOX "Lower case' for the domain.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Sep 2007 11:36:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/upper-case-lower-case-issue/m-p/2794966#M652363</guid>
      <dc:creator>seshatalpasai_madala</dc:creator>
      <dc:date>2007-09-04T11:36:25Z</dc:date>
    </item>
    <item>
      <title>Re: upper case / lower case issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/upper-case-lower-case-issue/m-p/2794967#M652364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Goto the DOMAIN of that field &amp;amp; uncheck the LOWERCASE checkbox &amp;amp; activate it&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Sep 2007 11:38:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/upper-case-lower-case-issue/m-p/2794967#M652364</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-04T11:38:35Z</dc:date>
    </item>
    <item>
      <title>Re: upper case / lower case issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/upper-case-lower-case-issue/m-p/2794968#M652365</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;Both domains are same i.e "VARIANT" and the lowercase checkbox is not marked.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in fm the importing parameter is also of type "variant"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Shah H&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Sep 2007 11:39:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/upper-case-lower-case-issue/m-p/2794968#M652365</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-04T11:39:12Z</dc:date>
    </item>
    <item>
      <title>Re: upper case / lower case issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/upper-case-lower-case-issue/m-p/2794969#M652366</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;If both the domains are same there Database cannot have the values in Lower case. It has to store the data in UPPER CASE. So if you read the database then it will give you in UPPER CASE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May be you can try running the SQL trace(ST05) and see what is the query that is getting excuted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Sep 2007 11:41:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/upper-case-lower-case-issue/m-p/2794969#M652366</guid>
      <dc:creator>seshatalpasai_madala</dc:creator>
      <dc:date>2007-09-04T11:41:08Z</dc:date>
    </item>
    <item>
      <title>Re: upper case / lower case issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/upper-case-lower-case-issue/m-p/2794970#M652367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in se16 I can see the data contents stored in lowercase or sometimes in uppercase , and same issue is while reading the data ( when in se16 i try to select the variant which is stored in database in lowercae, It says no data found, because when I type the variant in se16 in lowercase it automatially convert it into upper case....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any idea, why ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Sep 2007 11:43:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/upper-case-lower-case-issue/m-p/2794970#M652367</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-04T11:43:38Z</dc:date>
    </item>
    <item>
      <title>Re: upper case / lower case issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/upper-case-lower-case-issue/m-p/2794971#M652368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi shah,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To ignore the case in select statement , you can try something liek this if it works for you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA:&lt;/P&gt;&lt;P&gt;  lt_range   TYPE RANGE OF ztable-txt,&lt;/P&gt;&lt;P&gt;  ls_range   LIKE LINE OF lt_range.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;  ls_range-sign  = 'I'.&lt;/P&gt;&lt;P&gt;  ls_range-option = 'EQ'.&lt;/P&gt;&lt;P&gt;  ls_range-low     = 'abc'.&lt;/P&gt;&lt;P&gt;  APPEND ls_range TO lt_range.&lt;/P&gt;&lt;P&gt;  &amp;lt;b&amp;gt;TRANSLATE ls_range-low TO UPPER CASE.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;  APPEND ls_range TO lt_range.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;SELECT * from ztable
                into table itab
                where txt in lt_range.   " this will ignore the case&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Sep 2007 11:44:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/upper-case-lower-case-issue/m-p/2794971#M652368</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-04T11:44:14Z</dc:date>
    </item>
    <item>
      <title>Re: upper case / lower case issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/upper-case-lower-case-issue/m-p/2794972#M652369</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;The thing when you use a DOMAIN with "Lower case" not checked. What ever you input on the screen will be automatically converted to UPPER CASE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So donot use Se16 to read instead try write a SELECT query and check what happens.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you use SELECT query then you can avoid this Automatic conversion to upper case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Sep 2007 11:48:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/upper-case-lower-case-issue/m-p/2794972#M652369</guid>
      <dc:creator>seshatalpasai_madala</dc:creator>
      <dc:date>2007-09-04T11:48:15Z</dc:date>
    </item>
  </channel>
</rss>

