<?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: Case sensitive text in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/case-sensitive-text/m-p/6437167#M1411752</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; The domain is NAME for which lowe case is marked.&lt;/P&gt;&lt;P&gt;&amp;gt; So the name gets always stored in lower case.&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it ? So for domains with "lower case" marked, you cannot store Upper case data ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Dec 2009 13:46:29 GMT</pubDate>
    <dc:creator>SuhaSaha</dc:creator>
    <dc:date>2009-12-16T13:46:29Z</dc:date>
    <item>
      <title>Case sensitive text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/case-sensitive-text/m-p/6437160#M1411745</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a below written query:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  IF customer_name IS NOT INITIAL.&lt;/P&gt;&lt;P&gt;    SELECT SINGLE kunnr FROM kna1 INTO lv_kunnr&lt;/P&gt;&lt;P&gt;                           WHERE&lt;/P&gt;&lt;P&gt;                           name1 = customer_name.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The issue is that some of the 'name1" in KNA1 are in lower case, so what happens is that the FM in which I am coding, by default searches for the upper case fields. Since it does not find it, the output is not as desired.&lt;/P&gt;&lt;P&gt;How to rectify this issue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ajay.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Dec 2009 12:50:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/case-sensitive-text/m-p/6437160#M1411745</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-16T12:50:24Z</dc:date>
    </item>
    <item>
      <title>Re: Case sensitive text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/case-sensitive-text/m-p/6437161#M1411746</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 AIPC_CONVERT_TO_UPPERCASE&lt;/P&gt;&lt;P&gt; to convert the customer_name to uppercase.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First pass the customer_name  to Fm AIPC_CONVERT_TO_UPPERCASE.&lt;/P&gt;&lt;P&gt;After changing the value to upper case use the same in sql to get your desired results.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Sudha Rani Pathuri on Dec 16, 2009 6:30 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Dec 2009 12:56:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/case-sensitive-text/m-p/6437161#M1411746</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-16T12:56:20Z</dc:date>
    </item>
    <item>
      <title>Re: Case sensitive text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/case-sensitive-text/m-p/6437162#M1411747</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ajay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just declare the variable  customer_name  as TYPE NAME1_GP.&lt;/P&gt;&lt;P&gt;It will solve your problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Subhankar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Dec 2009 13:05:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/case-sensitive-text/m-p/6437162#M1411747</guid>
      <dc:creator>Subhankar</dc:creator>
      <dc:date>2009-12-16T13:05:06Z</dc:date>
    </item>
    <item>
      <title>Re: Case sensitive text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/case-sensitive-text/m-p/6437163#M1411748</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ajay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Get the dynamic combination of Name1 from parameters. In Parameters use LOWER CASE option.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
Report Ztest.
Parameters: pattern type string LOWER CASE. " Lower case makes the Name1 as Case sensitive.
CALL FUNCTION 'ZTESTSERCH'  " Call ur function module
IMPORTING
pattern = pattern.                        " Pass Name1 to FM
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Inside FM code like below,&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
CONCATENATE '%' pattern '%' INTO pattern.
IF NOT i_name1 IS INITIAL.
SELECT kunnr
FROM kna1
INTO TABLE it_kna1
WHERE name1 like pattern.
ENDIF.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Dec 2009 13:08:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/case-sensitive-text/m-p/6437163#M1411748</guid>
      <dc:creator>awin_prabhu</dc:creator>
      <dc:date>2009-12-16T13:08:42Z</dc:date>
    </item>
    <item>
      <title>Re: Case sensitive text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/case-sensitive-text/m-p/6437164#M1411749</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 MCOD1 Field instead of NAME1..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MCOD1 Stores the same Value stored in  NAME1 in upper Case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;IF customer_name IS NOT INITIAL.
  TRANSLATE customer_name to UPPER CASE.
   SELECT SINGLE kunnr FROM kna1 INTO lv_kunnr
            WHERE MCOD1 = customer_name.
ENDIF.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Dec 2009 13:11:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/case-sensitive-text/m-p/6437164#M1411749</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-16T13:11:12Z</dc:date>
    </item>
    <item>
      <title>Re: Case sensitive text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/case-sensitive-text/m-p/6437165#M1411750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ajay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First you have to select all the records from KNA1 table to and internal table say IT_KNA1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you loop through that internal table IT_KNA1 and TRANSLATE each NAME1 to UPPERCASE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After the entire loop process you read the table IT_KNA1 with the key NAME1 = CUSTOMER_NAME.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will solve your issue.&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;&lt;/P&gt;&lt;P&gt;Smart Varghese&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Dec 2009 13:11:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/case-sensitive-text/m-p/6437165#M1411750</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-16T13:11:55Z</dc:date>
    </item>
    <item>
      <title>Re: Case sensitive text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/case-sensitive-text/m-p/6437166#M1411751</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The data element for NAME1 is NAME1_GP.&lt;/P&gt;&lt;P&gt;The domain is NAME for which lowe case is marked.&lt;/P&gt;&lt;P&gt;So the name gets always stored in lower case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So convert your input into lower case and then pass to the query.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Dec 2009 13:44:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/case-sensitive-text/m-p/6437166#M1411751</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2009-12-16T13:44:37Z</dc:date>
    </item>
    <item>
      <title>Re: Case sensitive text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/case-sensitive-text/m-p/6437167#M1411752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; The domain is NAME for which lowe case is marked.&lt;/P&gt;&lt;P&gt;&amp;gt; So the name gets always stored in lower case.&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it ? So for domains with "lower case" marked, you cannot store Upper case data ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Dec 2009 13:46:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/case-sensitive-text/m-p/6437167#M1411752</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2009-12-16T13:46:29Z</dc:date>
    </item>
    <item>
      <title>Re: Case sensitive text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/case-sensitive-text/m-p/6437168#M1411753</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Suhas is right.&lt;/P&gt;&lt;P&gt;If Domain is marked as 'LOWER CASE', then the value entered is considered as Case sensitive.&lt;/P&gt;&lt;P&gt;Both Upper case and Lower case data can be stored in the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Dec 2009 13:52:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/case-sensitive-text/m-p/6437168#M1411753</guid>
      <dc:creator>awin_prabhu</dc:creator>
      <dc:date>2009-12-16T13:52:41Z</dc:date>
    </item>
    <item>
      <title>Re: Case sensitive text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/case-sensitive-text/m-p/6437169#M1411754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why does everyone always look for the most difficult solution??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Dec 2009 14:14:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/case-sensitive-text/m-p/6437169#M1411754</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-16T14:14:21Z</dc:date>
    </item>
    <item>
      <title>Re: Case sensitive text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/case-sensitive-text/m-p/6437170#M1411755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I dont think so Suhas ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I read the doc ... Sorry yar i'm wrong &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: ksd on Dec 16, 2009 7:52 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Dec 2009 14:20:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/case-sensitive-text/m-p/6437170#M1411755</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2009-12-16T14:20:49Z</dc:date>
    </item>
    <item>
      <title>Re: Case sensitive text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/case-sensitive-text/m-p/6437171#M1411756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Createad a FM with the below code. Used Name as import parameter with &lt;/P&gt;&lt;P&gt;data element text30 (domain text30). Text30 is marked with lowercase indicator at the domain level. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*"----&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;STRONG&gt;"&lt;/STRONG&gt;"Local Interface:&lt;/P&gt;&lt;P&gt;*"  IMPORTING&lt;/P&gt;&lt;P&gt;*"     VALUE(NAME) TYPE  TEXT30&lt;/P&gt;&lt;P&gt;*"----&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA : lv_kunnr type kunnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT SINGLE kunnr FROM kna1 INTO lv_kunnr&lt;/P&gt;&lt;P&gt;WHERE name1 = NAME.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Executed the FM in SE37 and passed value 'TeSt' it converts name mixedcase into uppercase and it does not work as expected&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Created a program with the below code. Executed the program and entered the value 'TeSt' and it does not &lt;/P&gt;&lt;P&gt;convert to Uppercase in the FM. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*****************************&lt;/P&gt;&lt;P&gt;PARAMETERS : p_test type text30.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'YTEST_K'&lt;/P&gt;&lt;P&gt;  EXPORTING&lt;/P&gt;&lt;P&gt;    name          = p_test&lt;/P&gt;&lt;P&gt;          .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If sy-subrc eq 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  endif.&lt;/P&gt;&lt;P&gt;&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;LK.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Dec 2009 09:23:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/case-sensitive-text/m-p/6437171#M1411756</guid>
      <dc:creator>Kumaranl</dc:creator>
      <dc:date>2009-12-17T09:23:17Z</dc:date>
    </item>
    <item>
      <title>Re: Case sensitive text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/case-sensitive-text/m-p/6437172#M1411757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So, you don't want to use the field that was meant for this - KNA1-MCOD1?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Dec 2009 14:19:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/case-sensitive-text/m-p/6437172#M1411757</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-17T14:19:53Z</dc:date>
    </item>
  </channel>
</rss>

