<?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: Parameter Defination in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-defination/m-p/8821810#M1682192</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pranu, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, TEXT40 will serve your purpose.&lt;/P&gt;&lt;P&gt;In future if you want to do this to a different parameter, say 50 in length, you can create a domain and make sure the Lowercase flag in domain is checked. Then you will be able to distinguish between upper and lower case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Shambu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 31 May 2012 03:38:57 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-05-31T03:38:57Z</dc:date>
    <item>
      <title>Parameter Defination</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-defination/m-p/8821807#M1682189</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I defined the parameters as :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L1S52"&gt;PARAMETERS : p_name(&lt;SPAN class="L1S32"&gt;40&lt;/SPAN&gt;) &lt;SPAN class="L1S52"&gt;type&lt;/SPAN&gt; &lt;SPAN class="L1S52"&gt;c&lt;/SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L1S52"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L1S52"&gt;What ever the name I enter, it is getting converted to CAPS.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L1S52"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L1S52"&gt;My requirement is to retain the original case.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L1S52"&gt;Eg: MiCHaeL should be taken as it is entered. No all Upper or No all Lower.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L1S52"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L1S52"&gt;Any help?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L1S52"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L1S52"&gt;Thnx&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L1S52"&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;Moderator message: please do more research before posting, e.g. read ABAP documentation for PARAMETERS, there is a LOWER CASE option.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Thomas Zloch&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2012 21:41:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-defination/m-p/8821807#M1682189</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-05-30T21:41:44Z</dc:date>
    </item>
    <item>
      <title>Re: Parameter Defination</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-defination/m-p/8821808#M1682190</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pranu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please do as mentioned below you will be able to get the text as 'MiCHaeL'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. create a data element with domain as 'TEXT40'.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; data element name: ZTEST_CHOLL&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Domain will be : TEXT40&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/106882" width="450" /&gt;&lt;/P&gt;&lt;P&gt;2. Activate the data element and go to the program and declare the parameter as below.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PARAMETERS: P_CHAR TYPE ZTEST_CHOLL.&lt;/P&gt;&lt;P&gt;now, you will be able to get the text as you wished (MiCHaeL).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You.&lt;/P&gt;&lt;P&gt;Shyam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2012 21:58:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-defination/m-p/8821808#M1682190</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-05-30T21:58:29Z</dc:date>
    </item>
    <item>
      <title>Re: Parameter Defination</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-defination/m-p/8821809#M1682191</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;No need to create data element. Just directly reference it to &lt;STRONG&gt;TEXT40.&lt;/STRONG&gt; Try this:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;PARAMETER: name &lt;SPAN class="L0S52"&gt;TYPE text40.&lt;BR /&gt; &lt;BR /&gt; WRITE: name.&lt;/SPAN&gt;&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Output will be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/106895" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="jiveImage" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/106894" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="jiveImage" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jake&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 May 2012 01:59:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-defination/m-p/8821809#M1682191</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-05-31T01:59:59Z</dc:date>
    </item>
    <item>
      <title>Re: Parameter Defination</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-defination/m-p/8821810#M1682192</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pranu, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, TEXT40 will serve your purpose.&lt;/P&gt;&lt;P&gt;In future if you want to do this to a different parameter, say 50 in length, you can create a domain and make sure the Lowercase flag in domain is checked. Then you will be able to distinguish between upper and lower case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Shambu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 May 2012 03:38:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-defination/m-p/8821810#M1682192</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-05-31T03:38:57Z</dc:date>
    </item>
    <item>
      <title>Re: Parameter Defination</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-defination/m-p/8821811#M1682193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks jake... TEXT40 solves the purpose. However I opted for data element because I can give my custom field labels.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 May 2012 04:08:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-defination/m-p/8821811#M1682193</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-05-31T04:08:15Z</dc:date>
    </item>
  </channel>
</rss>

