<?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: CASE SENSITIVE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/case-sensitive/m-p/1465893#M219415</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let`s say your fm updates a certain table ZNAMES and field NAME1 has to accept lower cases, then at the domain level check the check box lowercase. This will set the values to be updated in the database table without any conversion of Case as supplied by the FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 Aug 2006 09:07:52 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-08-14T09:07:52Z</dc:date>
    <item>
      <title>CASE SENSITIVE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/case-sensitive/m-p/1465876#M219398</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The parameter converts the value into UPPERCASE. Is it in Settings that I need to configure? Or is it in BASIS side? How? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was able to handle this when I code&lt;/P&gt;&lt;P&gt;employee search. but when i used  a standard bapi. it converts to uppercase and it doesn't return a record. Of course I can't edit the standard bapi and placed a select-option to ignore the case. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And there are some cases that they require lower case in modifying dbase. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please guide me. Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Aug 2006 04:35:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/case-sensitive/m-p/1465876#M219398</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-11T04:35:58Z</dc:date>
    </item>
    <item>
      <title>Re: CASE SENSITIVE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/case-sensitive/m-p/1465877#M219399</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bayog,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just declare the parameter as &lt;/P&gt;&lt;P&gt;PARAMETERS PROGRAM LIKE SY-REPID lower case.&lt;/P&gt;&lt;P&gt;Is this what u r looking for ?&lt;/P&gt;&lt;P&gt;and i doesnt think that Database updation will be case sensitive....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sridhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Aug 2006 04:48:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/case-sensitive/m-p/1465877#M219399</guid>
      <dc:creator>sridharreddy_kondam</dc:creator>
      <dc:date>2006-08-11T04:48:15Z</dc:date>
    </item>
    <item>
      <title>Re: CASE SENSITIVE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/case-sensitive/m-p/1465878#M219400</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;This is the default setting when you parameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This can be overridden using the addition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;... LOWER CASE&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;i&amp;gt;Effect&amp;lt;/i&amp;gt; &lt;/P&gt;&lt;P&gt;The parameter allows case-sensitive input. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;PARAMETERS: snode      TYPE pvs_pnode LOWER CASE. &lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;AS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Aug 2006 04:48:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/case-sensitive/m-p/1465878#M219400</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-11T04:48:53Z</dc:date>
    </item>
    <item>
      <title>Re: CASE SENSITIVE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/case-sensitive/m-p/1465879#M219401</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 following function module to change your case from the upper to lower or lower to upper.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;EDITOR_LINE_TRANSLATE_CASE&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&amp;lt;b&amp;gt;data: a type RSTXP-TDLINE.
data: b type RSTXP-TDLINE.

a = 'ABDCCC'.

CALL FUNCTION 'EDITOR_LINE_TRANSLATE_CASE'
  EXPORTING
    I_LINE            = a
   WANTED_CASE       = 'LOWER'
 IMPORTING
   O_LINE            = b.

   write:/ b.&amp;lt;/b&amp;gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;HRA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Aug 2006 04:52:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/case-sensitive/m-p/1465879#M219401</guid>
      <dc:creator>dani_mn</dc:creator>
      <dc:date>2006-08-11T04:52:50Z</dc:date>
    </item>
    <item>
      <title>Re: CASE SENSITIVE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/case-sensitive/m-p/1465880#M219402</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks guys! But the user's input is mixed-case. Like, Firstname Lastname Jr.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Aug 2006 05:42:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/case-sensitive/m-p/1465880#M219402</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-11T05:42:06Z</dc:date>
    </item>
    <item>
      <title>Re: CASE SENSITIVE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/case-sensitive/m-p/1465881#M219403</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Maui,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The additon &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;... LOWER CASE&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;i&amp;gt;Effect&amp;lt;/i&amp;gt; &lt;/P&gt;&lt;P&gt;The parameter allows &amp;lt;b&amp;gt;case-sensitive&amp;lt;/b&amp;gt; input. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Conisder this code,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
REPORT  zztest_sdn_1                                                .


PARAMETERS: name(50) TYPE c LOWER CASE DEFAULT 'ArUn SaMbArGi'.


START-OF-SELECTION.


  WRITE : / name.

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Output:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;ArUn SaMbArGi&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;AS&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Aug 2006 05:54:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/case-sensitive/m-p/1465881#M219403</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-11T05:54:51Z</dc:date>
    </item>
    <item>
      <title>Re: CASE SENSITIVE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/case-sensitive/m-p/1465882#M219404</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bayog,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Better use this statement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;parameters&amp;lt;/b&amp;gt; p1 type matnr .&lt;/P&gt;&lt;P&gt;start-of-selection.&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;TRANSLATE&amp;lt;/b&amp;gt; p1 to lower case.&lt;/P&gt;&lt;P&gt;write p1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This should work...&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sridhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Aug 2006 06:14:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/case-sensitive/m-p/1465882#M219404</guid>
      <dc:creator>sridharreddy_kondam</dc:creator>
      <dc:date>2006-08-11T06:14:12Z</dc:date>
    </item>
    <item>
      <title>Re: CASE SENSITIVE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/case-sensitive/m-p/1465883#M219405</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks guys! but i can't apply this in function modules in creating a record&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Aug 2006 07:36:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/case-sensitive/m-p/1465883#M219405</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-11T07:36:07Z</dc:date>
    </item>
    <item>
      <title>Re: CASE SENSITIVE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/case-sensitive/m-p/1465884#M219406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai Bayog,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could u elaborate in detail what exactly u need..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sridhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Aug 2006 07:40:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/case-sensitive/m-p/1465884#M219406</guid>
      <dc:creator>sridharreddy_kondam</dc:creator>
      <dc:date>2006-08-11T07:40:20Z</dc:date>
    </item>
    <item>
      <title>Re: CASE SENSITIVE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/case-sensitive/m-p/1465885#M219407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sridhar!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm doing a bapi where in you will create an employee record. But when I input a name in the parameter it automatically converts the name into UPPERCASE. They want an output of whatever case they input it would reflect in the database.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Aug 2006 07:48:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/case-sensitive/m-p/1465885#M219407</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-11T07:48:07Z</dc:date>
    </item>
    <item>
      <title>Re: CASE SENSITIVE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/case-sensitive/m-p/1465886#M219408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bayog,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is possible u can insert into data base table the way user enters in the input...&lt;/P&gt;&lt;P&gt;If the Domain referring the field of the database table has an option as Lower Case .. then only it allows the way user entered will be updated into database...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First check whether the databse table u r inserting has &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;SE11&amp;lt;/b&amp;gt; --&amp;gt; &amp;lt;b&amp;gt;enter table&amp;lt;/b&amp;gt; --&amp;gt; &amp;lt;b&amp;gt;F7&amp;lt;/b&amp;gt; --&amp;gt; now for field &amp;lt;b&amp;gt;double click&amp;lt;/b&amp;gt; the DataElement --&amp;gt; and &amp;lt;b&amp;gt;Double click the Domain&amp;lt;/b&amp;gt; --&lt;/P&gt;&lt;P&gt;and &amp;lt;b&amp;gt;check Lower case check box is sele&amp;lt;/b&amp;gt;cted...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this is selected then whatever is entered in Parameters will be inserted into data base ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the domain has Lower case check box selected then u can insert as user enters ( say SaMplE)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now this works as i tested &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Report XYZ.&lt;/P&gt;&lt;P&gt;tables Ztest_1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS name1 type ZTEST_1-ename lower case.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;entered SaMplE&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;ztest_1-ename = name1.&lt;/P&gt;&lt;P&gt;Insert ztest_1&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="3" type="ul"&gt;&lt;P&gt;try once by createin ZTest_1 with files ename and Dataelement and Domain as mentioned &lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="2" type="ul"&gt;&lt;P&gt;ename refers Dataelement ZXYZ and Lowercase option selected for domain of DE&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This  definitely will solve u r problem...&lt;/P&gt;&lt;P&gt;if not u r welcome ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sridhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Aug 2006 08:53:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/case-sensitive/m-p/1465886#M219408</guid>
      <dc:creator>sridharreddy_kondam</dc:creator>
      <dc:date>2006-08-11T08:53:30Z</dc:date>
    </item>
    <item>
      <title>Re: CASE SENSITIVE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/case-sensitive/m-p/1465887#M219409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks sridhar!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But can I use this in a function module? the name is in the import param.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Aug 2006 09:39:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/case-sensitive/m-p/1465887#M219409</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-11T09:39:41Z</dc:date>
    </item>
    <item>
      <title>Re: CASE SENSITIVE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/case-sensitive/m-p/1465888#M219410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bayog,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes u can use this in Function module also...&lt;/P&gt;&lt;P&gt;Try this ...which has successfully done according to u r req.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT  ZSDFSD                                  .&lt;/P&gt;&lt;P&gt;tables Ztest_1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS name1 type ZTEST_1-ename lower case.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;entered SaMplE&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;CALL FUNCTION 'ZTEST125'&lt;/P&gt;&lt;P&gt;  EXPORTING&lt;/P&gt;&lt;P&gt;    NAME               = name1&lt;/P&gt;&lt;P&gt; EXCEPTIONS&lt;/P&gt;&lt;P&gt;   RECORDEXISTS       = 1&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  OTHERS             = 2&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;          .&lt;/P&gt;&lt;P&gt;IF SY-SUBRC = 1.&lt;/P&gt;&lt;P&gt;write:/ 'The name already exists'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;**in FM ZTEST125 source code is&lt;/P&gt;&lt;P&gt;tables ZTESt_1.&lt;/P&gt;&lt;P&gt;ztest_1-ename = NAME.&lt;/P&gt;&lt;P&gt;Insert ztest_1.&lt;/P&gt;&lt;P&gt;if sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;RAISE recordexists.&lt;/P&gt;&lt;P&gt;endif.&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;Sridhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Aug 2006 10:21:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/case-sensitive/m-p/1465888#M219410</guid>
      <dc:creator>sridharreddy_kondam</dc:creator>
      <dc:date>2006-08-11T10:21:49Z</dc:date>
    </item>
    <item>
      <title>Re: CASE SENSITIVE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/case-sensitive/m-p/1465889#M219411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks sridhar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But in a function module, we declare parameter in the import tab where you specify the data type not in codes. And from there, it converts to UPPERCASE. How will I include lower case in the data declaration?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Aug 2006 10:34:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/case-sensitive/m-p/1465889#M219411</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-11T10:34:50Z</dc:date>
    </item>
    <item>
      <title>Re: CASE SENSITIVE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/case-sensitive/m-p/1465890#M219412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks sridhar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But in a function module, we declare parameter in the import tab where you specify the data type not in codes. And from there, it converts to UPPERCASE. How will I include lower case in the data declaration?  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can't use your code 'coz it is already declared in the import parameter.&lt;/P&gt;&lt;P&gt;PARAMETERS name1 type ZTEST_1-ename lower case.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Aug 2006 10:37:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/case-sensitive/m-p/1465890#M219412</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-11T10:37:06Z</dc:date>
    </item>
    <item>
      <title>Re: CASE SENSITIVE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/case-sensitive/m-p/1465891#M219413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai Bayog,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U can declare in the FM also ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In se37 --&amp;gt; Import parameters --&amp;gt; parameter name --&amp;gt; name ,type type and asscociated type ZTEST_1-ENAME..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And if not solved pls. do elaborate more what actual u need from the program by calling FM...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sridhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Aug 2006 12:12:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/case-sensitive/m-p/1465891#M219413</guid>
      <dc:creator>sridharreddy_kondam</dc:creator>
      <dc:date>2006-08-11T12:12:05Z</dc:date>
    </item>
    <item>
      <title>Re: CASE SENSITIVE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/case-sensitive/m-p/1465892#M219414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ei sridhar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually I'm doing a FM wherein the import parameter: Name must be entered in LOWERCASE. But then once I hit F8 it conerts to UPPECASE. Is there a data element that I can put in the associated type that it doesn't convert the value into UPPERCASE and will append in the table in LOWERCASE?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Aug 2006 08:55:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/case-sensitive/m-p/1465892#M219414</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-14T08:55:46Z</dc:date>
    </item>
    <item>
      <title>Re: CASE SENSITIVE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/case-sensitive/m-p/1465893#M219415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let`s say your fm updates a certain table ZNAMES and field NAME1 has to accept lower cases, then at the domain level check the check box lowercase. This will set the values to be updated in the database table without any conversion of Case as supplied by the FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Aug 2006 09:07:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/case-sensitive/m-p/1465893#M219415</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-14T09:07:52Z</dc:date>
    </item>
    <item>
      <title>Re: CASE SENSITIVE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/case-sensitive/m-p/1465894#M219416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mayog,&lt;/P&gt;&lt;P&gt;Eventhough we assigh to the domain lowercase option it doesnt work...so better option is to use translate statement within the FM..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this within the source code of FM...&lt;/P&gt;&lt;P&gt;tables ZTESt_1.&lt;/P&gt;&lt;P&gt;ztest_1-ename = NAME.&lt;/P&gt;&lt;P&gt;translate ztest_1-ename to lower case.&lt;/P&gt;&lt;P&gt;Insert ztest_1.&lt;/P&gt;&lt;P&gt;if sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;RAISE recordexists.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sridhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Aug 2006 09:18:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/case-sensitive/m-p/1465894#M219416</guid>
      <dc:creator>sridharreddy_kondam</dc:creator>
      <dc:date>2006-08-14T09:18:39Z</dc:date>
    </item>
    <item>
      <title>Re: CASE SENSITIVE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/case-sensitive/m-p/1465895#M219417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Im sorry.Not just a lowercase but I want to consider the mixed-case. Like in the Import parameter:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Name: Firstname Lastname.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but when I hit F8.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Name: FIRSTNAME LASTNAME.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Aug 2006 09:50:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/case-sensitive/m-p/1465895#M219417</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-14T09:50:28Z</dc:date>
    </item>
  </channel>
</rss>

