<?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: Ztable is Case sensitive in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/ztable-is-case-sensitive/m-p/4572915#M1079053</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it is case sensitive..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 29 Sep 2008 10:46:01 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-09-29T10:46:01Z</dc:date>
    <item>
      <title>Ztable is Case sensitive</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ztable-is-case-sensitive/m-p/4572913#M1079051</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 created a Zprogram and a Ztable - Based on the execution of the Zprogram my Ztable will be filled with Data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I am writing another Zprogram1 - where in the selection screen I am entering the data in smalls - then my select statement is not picking the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I enter in CAPS then it is fetching the Data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to use Translate statement too, with this only the data is converting into Capitals, but it will be in the Header it self - so when my select statement getting failed to pick my data from the Ztable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could any one help me in this issue plz.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Sep 2008 10:42:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ztable-is-case-sensitive/m-p/4572913#M1079051</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-29T10:42:40Z</dc:date>
    </item>
    <item>
      <title>Re: Ztable is Case sensitive</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ztable-is-case-sensitive/m-p/4572914#M1079052</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 data values are case sensitive might be the values in teh tables are in the upper case check out&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Pavan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Sep 2008 10:44:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ztable-is-case-sensitive/m-p/4572914#M1079052</guid>
      <dc:creator>bpawanchand</dc:creator>
      <dc:date>2008-09-29T10:44:29Z</dc:date>
    </item>
    <item>
      <title>Re: Ztable is Case sensitive</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ztable-is-case-sensitive/m-p/4572915#M1079053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it is case sensitive..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Sep 2008 10:46:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ztable-is-case-sensitive/m-p/4572915#M1079053</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-29T10:46:01Z</dc:date>
    </item>
    <item>
      <title>Re: Ztable is Case sensitive</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ztable-is-case-sensitive/m-p/4572916#M1079054</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Run the query in SE16 by entering the selection criteria and see if you get entries. follow the same in your program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check if , in the domain, the lowercase check box is selected for the field in question.&lt;/P&gt;&lt;P&gt;If this flag is set, upper case and lower case are distinguished when you enter values with screen masks. Otherwise all the letters entered will be converted to upper case when you enter values with a screen mask.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Advait.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Sep 2008 10:48:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ztable-is-case-sensitive/m-p/4572916#M1079054</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-29T10:48:41Z</dc:date>
    </item>
    <item>
      <title>Re: Ztable is Case sensitive</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ztable-is-case-sensitive/m-p/4572917#M1079055</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do this:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
AT SELECTION-SCREEN.

 CALL FUNCTION 'TERM_TRANSLATE_TO_UPPER_CASE'
      EXPORTING
        langu               = sy-langu
        text                = p_table "your selection-screen data
      IMPORTING
        text_uc             = p_table "your selection-screen data
      EXCEPTIONS
        no_locale_available = 1
        OTHERS              = 2.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;OR&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
AT SELECTION-SCREEN.

  LOOP AT s_table.
    CALL FUNCTION 'TERM_TRANSLATE_TO_UPPER_CASE'
      EXPORTING
        langu               = sy-langu
        text                = s_table-low
      IMPORTING
        text_uc             = s_table-low
      EXCEPTIONS
        no_locale_available = 1
        OTHERS              = 2.
    CALL FUNCTION 'TERM_TRANSLATE_TO_UPPER_CASE'
      EXPORTING
        langu               = sy-langu
        text                = s_table-high
      IMPORTING
        text_uc             = s_table-high
      EXCEPTIONS
        no_locale_available = 1
        OTHERS              = 2.
    MODIFY s_table.
  ENDLOOP.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Valter Oliveira.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Sep 2008 10:54:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ztable-is-case-sensitive/m-p/4572917#M1079055</guid>
      <dc:creator>valter_oliveira</dc:creator>
      <dc:date>2008-09-29T10:54:08Z</dc:date>
    </item>
    <item>
      <title>Re: Ztable is Case sensitive</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ztable-is-case-sensitive/m-p/4572918#M1079056</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for all your replies -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have done a very sillly mistake like -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have declared a table with another Ztable where the Domain has been checked 'Lower Case' instead of my ztable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I have changed the field in my selection-screen declaration to my table field where I have already unchecked the 'Lower case'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Still Iam thankful to you all -&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Sep 2008 11:15:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ztable-is-case-sensitive/m-p/4572918#M1079056</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-29T11:15:18Z</dc:date>
    </item>
    <item>
      <title>Re: Ztable is Case sensitive</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ztable-is-case-sensitive/m-p/4572919#M1079057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Got the solution on my own by declaring the select-option perfectly&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Sep 2008 14:47:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ztable-is-case-sensitive/m-p/4572919#M1079057</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-29T14:47:36Z</dc:date>
    </item>
  </channel>
</rss>

