<?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: Upper Case and Lower Case in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/upper-case-and-lower-case/m-p/4598246#M1084026</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;I think it is not wise to select data based on names and SAP is case sensitive in certain Areas... &lt;/P&gt;&lt;P&gt;Say for example it has 'test name' as the field content then it will not detect any other case combinations at all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So the best thing for you to select is based on the number and not the name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you still want to select based on name.&lt;/P&gt;&lt;P&gt;You have to select all the data from KNA1 without anyselection.&lt;/P&gt;&lt;P&gt;Convert all the selected names to uppercase/lowercase  &lt;/P&gt;&lt;P&gt;Keep your selection criterion also in the same case.&lt;/P&gt;&lt;P&gt;Compare and take it out from the internal table using loop and read statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pramod&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Oct 2008 07:17:30 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-15T07:17:30Z</dc:date>
    <item>
      <title>Upper Case and Lower Case</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/upper-case-and-lower-case/m-p/4598245#M1084025</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Helllo Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Facing one  problem, while selecting data from the table KNA1 in where clause .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lets take example :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If data in the table in name field is shilpi agarwal &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and i am selecting Shilpi Agarwal in which S,A in caps then it is not selecting .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If data in the table in name field is Shilpi Agarwal &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and i am selecting shilpi Agarwal in which S,A in caps then also it is not selecting .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;means if the case in records and section creteria same then only it select .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please provde me feasible soln&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2008 07:09:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/upper-case-and-lower-case/m-p/4598245#M1084025</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-15T07:09:39Z</dc:date>
    </item>
    <item>
      <title>Re: Upper Case and Lower Case</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/upper-case-and-lower-case/m-p/4598246#M1084026</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;I think it is not wise to select data based on names and SAP is case sensitive in certain Areas... &lt;/P&gt;&lt;P&gt;Say for example it has 'test name' as the field content then it will not detect any other case combinations at all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So the best thing for you to select is based on the number and not the name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you still want to select based on name.&lt;/P&gt;&lt;P&gt;You have to select all the data from KNA1 without anyselection.&lt;/P&gt;&lt;P&gt;Convert all the selected names to uppercase/lowercase  &lt;/P&gt;&lt;P&gt;Keep your selection criterion also in the same case.&lt;/P&gt;&lt;P&gt;Compare and take it out from the internal table using loop and read statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pramod&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2008 07:17:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/upper-case-and-lower-case/m-p/4598246#M1084026</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-15T07:17:30Z</dc:date>
    </item>
    <item>
      <title>Re: Upper Case and Lower Case</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/upper-case-and-lower-case/m-p/4598247#M1084027</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My req is like that only .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;oops ... this is very time consuming for simple query and thats not feasible.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2008 07:19:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/upper-case-and-lower-case/m-p/4598247#M1084027</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-15T07:19:51Z</dc:date>
    </item>
    <item>
      <title>Re: Upper Case and Lower Case</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/upper-case-and-lower-case/m-p/4598248#M1084028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Exactly..&lt;/P&gt;&lt;P&gt;When your requirement is out of ordinary right then possibilities are that your code will be out of performance too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is a normal DB protocol where you can only use a primary key for unique selection and i suppose a name cant be a primary key.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Although this is quite time consuming this will help you out for this requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pramod&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2008 07:24:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/upper-case-and-lower-case/m-p/4598248#M1084028</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-15T07:24:27Z</dc:date>
    </item>
    <item>
      <title>Re: Upper Case and Lower Case</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/upper-case-and-lower-case/m-p/4598249#M1084029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;While selecting data from KNA1 table, dont specify NAME1 or NAME2 in the select query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After getting the data in Internal Table, you can then loop at table and use CS to get the required data.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
LOOP AT t_kna1 INTO wa_kna1.
  IF wa_kna1-name1 CS p_name.
  ELSE.
    DELETE t_kna1.
    CONTINUE.
  ENDIF.
ENDLOOP.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Swastik Bharati on Oct 15, 2008 9:29 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2008 07:27:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/upper-case-and-lower-case/m-p/4598249#M1084029</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-15T07:27:32Z</dc:date>
    </item>
    <item>
      <title>Re: Upper Case and Lower Case</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/upper-case-and-lower-case/m-p/4598250#M1084030</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thats some wht same answer of parmod .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any cond which i put in select.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2008 08:20:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/upper-case-and-lower-case/m-p/4598250#M1084030</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-15T08:20:29Z</dc:date>
    </item>
  </channel>
</rss>

