<?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: Constant Table in class in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/constant-table-in-class/m-p/1413202#M198932</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can probably fill it up in the constructor method of the class.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;wa_itab-column1 = 'xxx'.&lt;/P&gt;&lt;P&gt;append wa_itab to itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;Note : Please mark the helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 30 Jun 2006 08:40:51 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-06-30T08:40:51Z</dc:date>
    <item>
      <title>Constant Table in class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/constant-table-in-class/m-p/1413201#M198931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;If I have a constant of a tyble type, how can I fill this with values at design time? &lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;P&gt;Ole&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jun 2006 08:37:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/constant-table-in-class/m-p/1413201#M198931</guid>
      <dc:creator>former_member256686</dc:creator>
      <dc:date>2006-06-30T08:37:11Z</dc:date>
    </item>
    <item>
      <title>Re: Constant Table in class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/constant-table-in-class/m-p/1413202#M198932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can probably fill it up in the constructor method of the class.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;wa_itab-column1 = 'xxx'.&lt;/P&gt;&lt;P&gt;append wa_itab to itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;Note : Please mark the helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jun 2006 08:40:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/constant-table-in-class/m-p/1413202#M198932</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-30T08:40:51Z</dc:date>
    </item>
    <item>
      <title>Re: Constant Table in class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/constant-table-in-class/m-p/1413203#M198933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm afraid no. Constants cannot be changed. Even not it the class constructor.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It even does not seem to be possible to create a constant table. A table and a constant are mutually exclusive, for a constant needs an initial value, and a table must not have an initial value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Well...&lt;/P&gt;&lt;P&gt;It seems as I would have to leave this attribute changeable and then access it in the class constructor. Unless nobody has a better solution...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jun 2006 12:34:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/constant-table-in-class/m-p/1413203#M198933</guid>
      <dc:creator>former_member256686</dc:creator>
      <dc:date>2006-06-30T12:34:56Z</dc:date>
    </item>
    <item>
      <title>Re: Constant Table in class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/constant-table-in-class/m-p/1413204#M198934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Instead, define your table with a  data statement, make it a private attribute, and create a method to modify it.&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>Fri, 30 Jun 2006 12:57:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/constant-table-in-class/m-p/1413204#M198934</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-06-30T12:57:32Z</dc:date>
    </item>
    <item>
      <title>Re: Constant Table in class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/constant-table-in-class/m-p/1413205#M198935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yep, That's what I had in mind as well. Thank you &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jun 2006 13:00:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/constant-table-in-class/m-p/1413205#M198935</guid>
      <dc:creator>former_member256686</dc:creator>
      <dc:date>2006-06-30T13:00:45Z</dc:date>
    </item>
  </channel>
</rss>

