<?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: How to activate the upper and lower case in function modules. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-activate-the-upper-and-lower-case-in-function-modules/m-p/3387162#M813310</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;Do one thing..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;translate your input in to Upper case before calling function module&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the syntax for translating int o upper case is : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TRANSLATE variable TO UPPER CASE / LOWER CASE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward points if useful..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 15 Feb 2008 07:24:42 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-15T07:24:42Z</dc:date>
    <item>
      <title>How to activate the upper and lower case in function modules.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-activate-the-upper-and-lower-case-in-function-modules/m-p/3387161#M813309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear frnds,&lt;/P&gt;&lt;P&gt;I have a RFC or Bapi when i when i execute  it there is a checkbox saying :--&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;uppercase /lower case ...&lt;/P&gt;&lt;P&gt;in some cases if i click that then only the FM returns values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So here i would like to make it check always.&lt;/P&gt;&lt;P&gt;So that it will process the input given as it is..without changing it into CAPS....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;waiting for ur replies..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thx,&lt;/P&gt;&lt;P&gt;Ram.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Feb 2008 07:16:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-activate-the-upper-and-lower-case-in-function-modules/m-p/3387161#M813309</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-15T07:16:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to activate the upper and lower case in function modules.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-activate-the-upper-and-lower-case-in-function-modules/m-p/3387162#M813310</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;Do one thing..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;translate your input in to Upper case before calling function module&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the syntax for translating int o upper case is : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TRANSLATE variable TO UPPER CASE / LOWER CASE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward points if useful..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Feb 2008 07:24:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-activate-the-upper-and-lower-case-in-function-modules/m-p/3387162#M813310</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-15T07:24:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to activate the upper and lower case in function modules.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-activate-the-upper-and-lower-case-in-function-modules/m-p/3387163#M813311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;U can use the translate statement...but its obsolete command..&lt;/P&gt;&lt;P&gt;usage is not appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pass u r parameter to the FM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HR_99S_CONV_UPPER_CASE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it will give u the uppercase format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if usefull&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Feb 2008 07:41:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-activate-the-upper-and-lower-case-in-function-modules/m-p/3387163#M813311</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2008-02-15T07:41:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to activate the upper and lower case in function modules.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-activate-the-upper-and-lower-case-in-function-modules/m-p/3387164#M813312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thx for ur time...&lt;/P&gt;&lt;P&gt;bt frnds my requirement is to stop the conversion i need to process the data as it is..&lt;/P&gt;&lt;P&gt;like if it is SalesOrder..then it should take it as it is...and i also dont want to check that checkbox&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Feb 2008 08:21:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-activate-the-upper-and-lower-case-in-function-modules/m-p/3387164#M813312</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-15T08:21:43Z</dc:date>
    </item>
  </channel>
</rss>

