<?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: Lowercase letters into table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/lowercase-letters-into-table/m-p/5097629#M1183056</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;Check the lowercase checkbox in domain of the fields.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 Jan 2009 12:37:01 GMT</pubDate>
    <dc:creator>GauthamV</dc:creator>
    <dc:date>2009-01-22T12:37:01Z</dc:date>
    <item>
      <title>Lowercase letters into table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lowercase-letters-into-table/m-p/5097625#M1183052</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 want to insert words into a z table while z program but it always inserts values as capital letters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i make this sentences as lowercase?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    ZBC_PROG-programm = prog.&lt;/P&gt;&lt;P&gt;    ZBC_PROG-uname      = uname.&lt;/P&gt;&lt;P&gt;    ZBC_PROG-text          = txtval.&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;&lt;/P&gt;&lt;P&gt;deniz.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jan 2009 12:31:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lowercase-letters-into-table/m-p/5097625#M1183052</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-22T12:31:28Z</dc:date>
    </item>
    <item>
      <title>Re: Lowercase letters into table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lowercase-letters-into-table/m-p/5097626#M1183053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Option "lower case" must be checked in the domain of these table fields, also any local variables involved must allow lower case.&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jan 2009 12:33:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lowercase-letters-into-table/m-p/5097626#M1183053</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2009-01-22T12:33:53Z</dc:date>
    </item>
    <item>
      <title>Re: Lowercase letters into table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lowercase-letters-into-table/m-p/5097627#M1183054</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;PRE&gt;&lt;CODE&gt;ZBC_PROG-programm = prog.
     ZBC_PROG-uname      = uname.
     ZBC_PROG-text          = txtval.
  
TRANSLATE  ZBC_PROG-programm to upper case.
TRANSLATE  ZBC_PROG-uname  to upper case.
TRANSLATE  ZBC_PROG-text to upper case.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jan 2009 12:33:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lowercase-letters-into-table/m-p/5097627#M1183054</guid>
      <dc:creator>Mohamed_Mukhtar</dc:creator>
      <dc:date>2009-01-22T12:33:59Z</dc:date>
    </item>
    <item>
      <title>Re: Lowercase letters into table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lowercase-letters-into-table/m-p/5097628#M1183055</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;For the fields ur using in the ztable, u have to create domain for the data lements and in the domains in the defenition tab,there is checkbox for lowercase , check it,the values will be inserted in lower case...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jan 2009 12:36:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lowercase-letters-into-table/m-p/5097628#M1183055</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-22T12:36:36Z</dc:date>
    </item>
    <item>
      <title>Re: Lowercase letters into table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lowercase-letters-into-table/m-p/5097629#M1183056</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;Check the lowercase checkbox in domain of the fields.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jan 2009 12:37:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lowercase-letters-into-table/m-p/5097629#M1183056</guid>
      <dc:creator>GauthamV</dc:creator>
      <dc:date>2009-01-22T12:37:01Z</dc:date>
    </item>
    <item>
      <title>Re: Lowercase letters into table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lowercase-letters-into-table/m-p/5097630#M1183057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My sympathies are with you &lt;SPAN __jive_emoticon_name="sad"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pk&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jan 2009 12:57:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lowercase-letters-into-table/m-p/5097630#M1183057</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-22T12:57:43Z</dc:date>
    </item>
    <item>
      <title>Re: Lowercase letters into table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lowercase-letters-into-table/m-p/5097631#M1183058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;[What difference does it make?|http://en.wikipedia.org/wiki/What_Difference_Does_It_Make%3F] &lt;SPAN __jive_emoticon_name="wink"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jan 2009 13:21:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lowercase-letters-into-table/m-p/5097631#M1183058</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2009-01-22T13:21:03Z</dc:date>
    </item>
    <item>
      <title>Re: Lowercase letters into table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lowercase-letters-into-table/m-p/5097632#M1183059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hmm interesting. A rare collectible indeed!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pk&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jan 2009 13:32:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lowercase-letters-into-table/m-p/5097632#M1183059</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-22T13:32:24Z</dc:date>
    </item>
    <item>
      <title>Re: Lowercase letters into table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lowercase-letters-into-table/m-p/5097633#M1183060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I grew up with that sound, actually my sister was heavy into "The Smiths" and similar stuff.&lt;/P&gt;&lt;P&gt;Well, let's move over to CC while OP is translating to upper or lower or upper case or... &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jan 2009 13:44:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lowercase-letters-into-table/m-p/5097633#M1183060</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2009-01-22T13:44:54Z</dc:date>
    </item>
    <item>
      <title>Re: Lowercase letters into table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lowercase-letters-into-table/m-p/5097634#M1183061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was a big Smiths fan as well, but you can only hear so much of it before each song starts sounding the same and eventually disappears into the general noise frequence of the surrounding room.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A bit like Deniz's questions actually...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Jan 2009 12:08:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lowercase-letters-into-table/m-p/5097634#M1183061</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-25T12:08:34Z</dc:date>
    </item>
  </channel>
</rss>

