<?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 passing values between methods in the same class in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/passing-values-between-methods-in-the-same-class/m-p/3764103#M905659</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;How to pass internal tables or values between methods in the same class. &lt;/P&gt;&lt;P&gt;How to check if the internal method in another method is initial or not.&lt;/P&gt;&lt;P&gt;How to see if the method has already been executed. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 24 Apr 2008 16:41:23 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-24T16:41:23Z</dc:date>
    <item>
      <title>passing values between methods in the same class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/passing-values-between-methods-in-the-same-class/m-p/3764103#M905659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;How to pass internal tables or values between methods in the same class. &lt;/P&gt;&lt;P&gt;How to check if the internal method in another method is initial or not.&lt;/P&gt;&lt;P&gt;How to see if the method has already been executed. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Apr 2008 16:41:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/passing-values-between-methods-in-the-same-class/m-p/3764103#M905659</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-24T16:41:23Z</dc:date>
    </item>
    <item>
      <title>Re: passing values between methods in the same class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/passing-values-between-methods-in-the-same-class/m-p/3764104#M905660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just declare the internal table as an attribute in the class - that way every method in this class has access to it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since any method has access to all class attributes you can easily check if the internal table is initial or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not aware of any standard functionality if a method has already been executed or not, one way would be to declare a class attribute for each method and set it once the method has been executed. That way every method in that class would know which method has already been executed or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps,&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Apr 2008 17:01:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/passing-values-between-methods-in-the-same-class/m-p/3764104#M905660</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-24T17:01:24Z</dc:date>
    </item>
  </channel>
</rss>

