<?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: Parameters table to store hardcoded values in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-table-to-store-hardcoded-values/m-p/2511037#M567902</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your help. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Isabelle&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Jul 2007 16:30:07 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-16T16:30:07Z</dc:date>
    <item>
      <title>Parameters table to store hardcoded values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-table-to-store-hardcoded-values/m-p/2511034#M567899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;All, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was wondering if there is a table that exists to store hard coded values. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my program, I need to retrieve a characteristics in table ausp where atinn = '0000000002&amp;#146;. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When created in TST, the value was not '000000002' but '0000000011&amp;#146;. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to avoid hard coding the value '0000000011&amp;#146; in the query and instead retrieve it from a table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know I can create a custom table, but I was wondering what is the best practice for hard coded value and if a table already exists for this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Isabelle&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jul 2007 13:57:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-table-to-store-hardcoded-values/m-p/2511034#M567899</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-16T13:57:32Z</dc:date>
    </item>
    <item>
      <title>Re: Parameters table to store hardcoded values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-table-to-store-hardcoded-values/m-p/2511035#M567900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Isabelle,&lt;/P&gt;&lt;P&gt; You don't need to have a table to store hard coded values.&lt;/P&gt;&lt;P&gt;YOu can declare parameters for the user to enter the values:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;parameters p_atinn type ausp-atinn default '0000000011&amp;#146;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or use constants statement like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;constants c_atinn type ausp-atinn value '0000000011&amp;#146;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REgards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jul 2007 14:03:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-table-to-store-hardcoded-values/m-p/2511035#M567900</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-16T14:03:51Z</dc:date>
    </item>
    <item>
      <title>Re: Parameters table to store hardcoded values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-table-to-store-hardcoded-values/m-p/2511036#M567901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do not sue the ATINN field at all, this number is generated and may be different between systems.  Always use the characterisitic name instead.  You can get this value by going to table CABN,  field ATNAM.  &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>Mon, 16 Jul 2007 14:06:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-table-to-store-hardcoded-values/m-p/2511036#M567901</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2007-07-16T14:06:48Z</dc:date>
    </item>
    <item>
      <title>Re: Parameters table to store hardcoded values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-table-to-store-hardcoded-values/m-p/2511037#M567902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your help. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Isabelle&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jul 2007 16:30:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-table-to-store-hardcoded-values/m-p/2511037#M567902</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-16T16:30:07Z</dc:date>
    </item>
  </channel>
</rss>

