<?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 function with lower case parameters in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-with-lower-case-parameters/m-p/1436461#M208024</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;Can anyone explain me how to create import parameters for a function which allows and passes lower case characters?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In a abap program is done like this &lt;/P&gt;&lt;P&gt;parameters: user(64) type c lower case. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for any help? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 23 Jun 2006 08:22:50 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-06-23T08:22:50Z</dc:date>
    <item>
      <title>function with lower case parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-with-lower-case-parameters/m-p/1436461#M208024</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;Can anyone explain me how to create import parameters for a function which allows and passes lower case characters?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In a abap program is done like this &lt;/P&gt;&lt;P&gt;parameters: user(64) type c lower case. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for any help? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jun 2006 08:22:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-with-lower-case-parameters/m-p/1436461#M208024</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-23T08:22:50Z</dc:date>
    </item>
    <item>
      <title>Re: function with lower case parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-with-lower-case-parameters/m-p/1436462#M208025</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 dont think we can define whether the import parameters are in lower case or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if import parameter has to be in lower case when it is used in the FM they following statement can be written before using the parameter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IMPORT PARAMETER&lt;/P&gt;&lt;P&gt;letters&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TRANSLATE letters TO LOWER CASE. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sameena&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: sameena attarwala&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jun 2006 08:35:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-with-lower-case-parameters/m-p/1436462#M208025</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-23T08:35:07Z</dc:date>
    </item>
    <item>
      <title>Re: function with lower case parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-with-lower-case-parameters/m-p/1436463#M208026</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;You don't need it because depends on format your using while transfering a value to interface of fm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The program maintains the format of a variable, only the selection-screen convert the parameter if it's used a type doesn't support the lowercase.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway you can use the command TRANSLATE:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A: TRANSLATE &amp;lt;FIELD&amp;gt; TO UPPER CASE. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;B: TRANSLATE &amp;lt;FIELD&amp;gt; TO LOWER CASE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Before moving &amp;lt;FIELD&amp;gt; to FM &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jun 2006 08:37:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-with-lower-case-parameters/m-p/1436463#M208026</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-23T08:37:16Z</dc:date>
    </item>
    <item>
      <title>Re: function with lower case parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-with-lower-case-parameters/m-p/1436464#M208027</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;You can do this way...&lt;/P&gt;&lt;P&gt;create the Dataelement and Domain which takes lowercase and then use it as import parameter.&lt;/P&gt;&lt;P&gt;First create the Domain with Lowercase parameter Checked while creating domain in the &amp;lt;b&amp;gt;Definition&amp;lt;/b&amp;gt; tab.&lt;/P&gt;&lt;P&gt;and then use this Domain in the Dataelement. &lt;/P&gt;&lt;P&gt;this dataelement you can use it in your import paramer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jun 2006 08:57:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-with-lower-case-parameters/m-p/1436464#M208027</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-23T08:57:44Z</dc:date>
    </item>
  </channel>
</rss>

