<?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: Function Module Upper/Lower Case in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-upper-lower-case/m-p/3669500#M883845</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;Use the below logic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: v_path(50).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;v_path = '/USR/SAP/RD3/SYS/GLOBAL/'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;translate v_path to lower case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;write:/ v_path.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 Apr 2008 06:57:53 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-14T06:57:53Z</dc:date>
    <item>
      <title>Function Module Upper/Lower Case</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-upper-lower-case/m-p/3669495#M883840</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Group,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    I need your help regarding Function Module Upper/Lower Case option.&lt;/P&gt;&lt;P&gt;    My application server is running on AIX OS. That is purely case sensitive. For the Inbound Idoc,  I am using the FM EDI_DATA_INCOMING. As an input parameter, when I am passing my file path of application server to this FM, It is converting the path into the upper case. As my OS is case sensitive, it is not recognizing the path bcoz it is converting it to upper case. From SE37, I am able to execute this FM, as we have option for upper/lower case. But when I am calling this FM through my Z program it is converting it to upper case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  For e.g.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  My file is stored at following location....&lt;/P&gt;&lt;P&gt;  /usr/sap/RD3/SYS/global/&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  when I am passing this value to FM EDI_DATA_INCOMING, it is converting it to /USR/SAP/RD3/SYS/GLOBAL/&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; My question is how to avoid this upper case translation.&lt;/P&gt;&lt;P&gt;   I want my program to process the path without converting it to upper case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;  Kindly help me to resolve this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with regards,&lt;/P&gt;&lt;P&gt;Siddharth Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Apr 2008 06:45:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-upper-lower-case/m-p/3669495#M883840</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-14T06:45:49Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module Upper/Lower Case</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-upper-lower-case/m-p/3669496#M883841</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;create the input parameter like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS:file_nam(10) LOWER CASE.&lt;/P&gt;&lt;P&gt;then it will not convert.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds,&lt;/P&gt;&lt;P&gt;bharat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Apr 2008 06:52:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-upper-lower-case/m-p/3669496#M883841</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-14T06:52:15Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module Upper/Lower Case</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-upper-lower-case/m-p/3669497#M883842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;try this function module&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;STRING_UPPER_LOWER_CASE&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Converts string to proper     case&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;&lt;STRONG&gt;&amp;lt;REMOVED BY MODERATOR&amp;gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Alvaro Tejada Galindo on Apr 14, 2008 6:08 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Apr 2008 06:53:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-upper-lower-case/m-p/3669497#M883842</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-14T06:53:51Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module Upper/Lower Case</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-upper-lower-case/m-p/3669498#M883843</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;Try FM : HR_99S_CONV_UPPER_CASE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Converting to Upper or Lower Case&lt;/P&gt;&lt;P&gt;TRANSLATE text TO UPPER CASE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TRANSLATE text TO LOWER CASE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;&lt;STRONG&gt;&amp;lt;REMOVED BY MODERATOR&amp;gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;rekha&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Alvaro Tejada Galindo on Apr 14, 2008 6:09 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Apr 2008 06:54:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-upper-lower-case/m-p/3669498#M883843</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-14T06:54:23Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module Upper/Lower Case</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-upper-lower-case/m-p/3669499#M883844</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;create the input parameter like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS:file_nam(10) LOWER CASE.&lt;/P&gt;&lt;P&gt;then it will not convert.&lt;/P&gt;&lt;P&gt;in case if it converting in the function module the reference type of that field(u can find the option in domain of the ref type) should be changed to lower case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds,&lt;/P&gt;&lt;P&gt;bharat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Apr 2008 06:56:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-upper-lower-case/m-p/3669499#M883844</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-14T06:56:05Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module Upper/Lower Case</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-upper-lower-case/m-p/3669500#M883845</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;Use the below logic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: v_path(50).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;v_path = '/USR/SAP/RD3/SYS/GLOBAL/'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;translate v_path to lower case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;write:/ v_path.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Apr 2008 06:57:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-upper-lower-case/m-p/3669500#M883845</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-14T06:57:53Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module Upper/Lower Case</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-upper-lower-case/m-p/3669501#M883846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;before passing this value to FM EDI_DATA_INCOMING, to have to use TRANSLATE &amp;lt;path&amp;gt; TO LOWER CASE.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Apr 2008 06:58:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-upper-lower-case/m-p/3669501#M883846</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-14T06:58:09Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module Upper/Lower Case</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-upper-lower-case/m-p/3669502#M883847</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bharat,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Thanks for your promt reply.&lt;/P&gt;&lt;P&gt;  This what I was looking for.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  I have awarded full marks to u.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with regards,&lt;/P&gt;&lt;P&gt;Siddharth Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Apr 2008 07:06:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-upper-lower-case/m-p/3669502#M883847</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-14T07:06:05Z</dc:date>
    </item>
  </channel>
</rss>

