<?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: Question reg. table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-reg-table/m-p/2068101#M428091</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ahh... it is being converted to uppercase, yes?  I would suggest entering your values in your custom table as uppercase and force this during update of the table.  You can do this at the domain level, where you would not set the "Lowercase" checkbox.    Program names should always be stored as uppercase since SAP makes no distinct between upper and lower case when storing program names.  They are simply always stored as upper case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;RIch Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 Mar 2007 00:18:25 GMT</pubDate>
    <dc:creator>RichHeilman</dc:creator>
    <dc:date>2007-03-14T00:18:25Z</dc:date>
    <item>
      <title>Question reg. table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-reg-table/m-p/2068100#M428090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;A table has 3 fields. One is a key and the other non-key and the other is mandt. &lt;/P&gt;&lt;P&gt;I maintained custom entries in a table as for ex: 'Program' and 'Report'. I wrote a custom function module to pull records from this table. I tried testing the function module to retrieve the records from this table based on a field = 'Program'. But the sy-subrc is NE 0 !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The reason: I went in debugging mode and see what's happening. Looks like the query is being done based on 'PROGRAM' even though I input 'Program'. Can you help me out on how can I do the succesful query and get exactly what I want based on the values I input instead of having problem with those CAPS?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your input.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Krishen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Krishen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2007 00:12:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-reg-table/m-p/2068100#M428090</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-14T00:12:08Z</dc:date>
    </item>
    <item>
      <title>Re: Question reg. table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-reg-table/m-p/2068101#M428091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ahh... it is being converted to uppercase, yes?  I would suggest entering your values in your custom table as uppercase and force this during update of the table.  You can do this at the domain level, where you would not set the "Lowercase" checkbox.    Program names should always be stored as uppercase since SAP makes no distinct between upper and lower case when storing program names.  They are simply always stored as upper case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;RIch Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2007 00:18:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-reg-table/m-p/2068101#M428091</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2007-03-14T00:18:25Z</dc:date>
    </item>
    <item>
      <title>Re: Question reg. table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-reg-table/m-p/2068102#M428092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In SE37 there is a check box for "Uppercase/Lower case" use that. This preserves case sensitivity. During programmatic calling, this upper case conversion doesn't happen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2007 00:23:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-reg-table/m-p/2068102#M428092</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-14T00:23:10Z</dc:date>
    </item>
    <item>
      <title>Re: Question reg. table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-reg-table/m-p/2068103#M428093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks friends.&lt;/P&gt;&lt;P&gt;In se37, that "Uppercase/Lower case"  thing will work fine but not working in program.&lt;/P&gt;&lt;P&gt;Is there any other solution that you know?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2007 01:05:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-reg-table/m-p/2068103#M428093</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-14T01:05:37Z</dc:date>
    </item>
    <item>
      <title>Re: Question reg. table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-reg-table/m-p/2068104#M428094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, you should be passing the program name in full upper case format and the data in the database should be uppercase.  This is the fix.  There is no reason why the program name in your database table should be lower-case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;RIch Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2007 01:08:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-reg-table/m-p/2068104#M428094</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2007-03-14T01:08:39Z</dc:date>
    </item>
    <item>
      <title>Re: Question reg. table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-reg-table/m-p/2068105#M428095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks Rich. I may be creating another FM later similar to this but that may be not for program names. In that way, is mainitaining the data in tables always in CAPS the only fix?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2007 01:17:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-reg-table/m-p/2068105#M428095</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-14T01:17:51Z</dc:date>
    </item>
    <item>
      <title>Re: Question reg. table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-reg-table/m-p/2068106#M428096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would say yes, there is no reason to have case-sensitive data stored in your database for key fields.  You will see some fields as lower-case enabled, but they are usually text fields or description fields.  You shouldn't have your key fields in any table which are case-sensitive, that just makes your job harder.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;RIch Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2007 01:20:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-reg-table/m-p/2068106#M428096</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2007-03-14T01:20:37Z</dc:date>
    </item>
  </channel>
</rss>

