<?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: lower case for function in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/lower-case-for-function/m-p/4069843#M973003</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;TRANSLATE  V_NAME TO LOWER CASE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This may help you if the db table data only in lowercase.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if helpful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 Jul 2008 07:25:06 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-03T07:25:06Z</dc:date>
    <item>
      <title>lower case for function</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lower-case-for-function/m-p/4069837#M972997</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 create a function ,i want the import  parameters can distinguish lower case.eg:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FUNCTION ZTEST02.&lt;/P&gt;&lt;P&gt;*"----&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;STRONG&gt;"&lt;/STRONG&gt;"Local Interface:&lt;/P&gt;&lt;P&gt;*"  IMPORTING&lt;/P&gt;&lt;P&gt;*"     VALUE(V_NAME) TYPE  ZTEST OPTIONAL&lt;/P&gt;&lt;P&gt;*"  EXPORTING&lt;/P&gt;&lt;P&gt;*"     VALUE(V_KUNNR) TYPE  ZTEST&lt;/P&gt;&lt;P&gt;*"----&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT SINGLE KUNNR INTO V_KUNNR  FROM KNA1 WHERE NAME1 = V_NAME.&lt;/P&gt;&lt;P&gt;ENDFUNCTION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;because the name1 of kna1 have lower case,now ,i can not find the data use select sentence where it is lower case.&lt;/P&gt;&lt;P&gt;what should i do ,thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jul 2008 07:01:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lower-case-for-function/m-p/4069837#M972997</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-03T07:01:58Z</dc:date>
    </item>
    <item>
      <title>Re: lower case for function</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lower-case-for-function/m-p/4069838#M972998</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;This should not be the case.&lt;/P&gt;&lt;P&gt;Anyways you can try converting the lower case to upper case using &lt;/P&gt;&lt;P&gt;Convert to uppercase.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sandeep&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jul 2008 07:03:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lower-case-for-function/m-p/4069838#M972998</guid>
      <dc:creator>Sandeep_Panghal</dc:creator>
      <dc:date>2008-07-03T07:03:54Z</dc:date>
    </item>
    <item>
      <title>Re: lower case for function</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lower-case-for-function/m-p/4069839#M972999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;change the domain which is associated with the Data element ZTEST to lower case in SE11 or simply use the date element NAME1_GP instead of ZTEST.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Rajinikanth G on Jul 3, 2008 9:04 AM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Rajinikanth G on Jul 3, 2008 9:05 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jul 2008 07:04:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lower-case-for-function/m-p/4069839#M972999</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-03T07:04:12Z</dc:date>
    </item>
    <item>
      <title>Re: lower case for function</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lower-case-for-function/m-p/4069840#M973000</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it is always better to find the customer by the customer number rather than the name. Because there is a possibility that same name exists for 2 or more customers. Please try to use Kunnr.. rather that name1..&lt;/P&gt;&lt;P&gt;&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>Thu, 03 Jul 2008 07:06:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lower-case-for-function/m-p/4069840#M973000</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-03T07:06:45Z</dc:date>
    </item>
    <item>
      <title>Re: lower case for function</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lower-case-for-function/m-p/4069841#M973001</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;when you are passing the value in v_name in the function module of  your report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Define the data type of v_name in this manner&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;parameters:&lt;/P&gt;&lt;P&gt;   v_name like kna1-name1 default ' ' OBLIGATORY LOWER CASE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards.&lt;/P&gt;&lt;P&gt;Anup.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jul 2008 07:06:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lower-case-for-function/m-p/4069841#M973001</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-03T07:06:56Z</dc:date>
    </item>
    <item>
      <title>Re: lower case for function</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lower-case-for-function/m-p/4069842#M973002</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;plz try this :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;PARAMETERS:
V_NAME LIKE KNA1-NAME1 DEFAULT ' '  OBLIGATORY LOWER CASE.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plz reward if useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;dhanashri.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jul 2008 07:19:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lower-case-for-function/m-p/4069842#M973002</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-03T07:19:01Z</dc:date>
    </item>
    <item>
      <title>Re: lower case for function</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lower-case-for-function/m-p/4069843#M973003</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;TRANSLATE  V_NAME TO LOWER CASE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This may help you if the db table data only in lowercase.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if helpful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jul 2008 07:25:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lower-case-for-function/m-p/4069843#M973003</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-03T07:25:06Z</dc:date>
    </item>
  </channel>
</rss>

