<?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: Is Function moudle Case sensitive, when it is called from the program? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/is-function-moudle-case-sensitive-when-it-is-called-from-the-program/m-p/7050386#M1501898</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;suhas..&lt;/P&gt;&lt;P&gt;check bapi_user_get_detail&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;lets say you pass 'suhas' .. it does not converts to uppercase.. though the domain XUBNAME is not lower case enabled.. so the BAPI translates to uppercase.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 Jul 2010 14:00:12 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-07-14T14:00:12Z</dc:date>
    <item>
      <title>Is Function moudle Case sensitive, when it is called from the program?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/is-function-moudle-case-sensitive-when-it-is-called-from-the-program/m-p/7050382#M1501894</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When we execute the Function module, we have the check box for case sensitive(Lower/Upper Case). But how does it work when function module called from other programs. Will it take lower or Upper case or same as we enter?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jul 2010 13:14:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/is-function-moudle-case-sensitive-when-it-is-called-from-the-program/m-p/7050382#M1501894</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-14T13:14:12Z</dc:date>
    </item>
    <item>
      <title>Re: Is Function moudle Case sensitive, when it is called from the program?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/is-function-moudle-case-sensitive-when-it-is-called-from-the-program/m-p/7050383#M1501895</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the program, it is case sensitive... Whatever you are sending , it will take.... It will not convert....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you pass 'TEST PROGRAM CAPS' - &amp;gt; it will take as it is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you pass 'TEST program ' - &amp;gt; it will take as it is.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;better try this in debugging......&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jul 2010 13:23:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/is-function-moudle-case-sensitive-when-it-is-called-from-the-program/m-p/7050383#M1501895</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-14T13:23:38Z</dc:date>
    </item>
    <item>
      <title>Re: Is Function moudle Case sensitive, when it is called from the program?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/is-function-moudle-case-sensitive-when-it-is-called-from-the-program/m-p/7050384#M1501896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;from program when you call an FM it will take just the way you pass it ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;even if domain is lower case enabled or not, it will pass just the way you have passed..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jul 2010 13:53:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/is-function-moudle-case-sensitive-when-it-is-called-from-the-program/m-p/7050384#M1501896</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-14T13:53:41Z</dc:date>
    </item>
    <item>
      <title>Re: Is Function moudle Case sensitive, when it is called from the program?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/is-function-moudle-case-sensitive-when-it-is-called-from-the-program/m-p/7050385#M1501897</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you call via a program, the formal params will behave as case sensitive depending on the TYPE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the domain associated with the corresponding TYPE is not "lower case" enabled, it wont be case sensitive &amp;amp; vice-versa.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jul 2010 13:56:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/is-function-moudle-case-sensitive-when-it-is-called-from-the-program/m-p/7050385#M1501897</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2010-07-14T13:56:43Z</dc:date>
    </item>
    <item>
      <title>Re: Is Function moudle Case sensitive, when it is called from the program?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/is-function-moudle-case-sensitive-when-it-is-called-from-the-program/m-p/7050386#M1501898</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;suhas..&lt;/P&gt;&lt;P&gt;check bapi_user_get_detail&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;lets say you pass 'suhas' .. it does not converts to uppercase.. though the domain XUBNAME is not lower case enabled.. so the BAPI translates to uppercase.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jul 2010 14:00:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/is-function-moudle-case-sensitive-when-it-is-called-from-the-program/m-p/7050386#M1501898</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-14T14:00:12Z</dc:date>
    </item>
    <item>
      <title>Re: Is Function moudle Case sensitive, when it is called from the program?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/is-function-moudle-case-sensitive-when-it-is-called-from-the-program/m-p/7050387#M1501899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My bad ... The "lower case" attribute is related to screen fields only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A simple program opened my eyes:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;PARAMETERS: p_name TYPE xubname DEFAULT 'suhas'.

DATA v_name TYPE xubname VALUE 'suhas'.

WRITE: v_name, / p_name.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Should have read the F1 help carefully. Thanks for pointing it out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jul 2010 14:11:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/is-function-moudle-case-sensitive-when-it-is-called-from-the-program/m-p/7050387#M1501899</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2010-07-14T14:11:46Z</dc:date>
    </item>
    <item>
      <title>Re: Is Function moudle Case sensitive, when it is called from the program?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/is-function-moudle-case-sensitive-when-it-is-called-from-the-program/m-p/7050388#M1501900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yup &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;but for pointing some thing to you, i have to verify 5 times alleast by myself &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jul 2010 14:13:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/is-function-moudle-case-sensitive-when-it-is-called-from-the-program/m-p/7050388#M1501900</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-14T14:13:58Z</dc:date>
    </item>
  </channel>
</rss>

