<?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: class methods in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/class-methods/m-p/2223117#M477476</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi sai,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please tell us what the method for selecting data looks like. One possible way is to define the local table as export parameter of the method. Another way is to define the internal table as public attribute of the class. You could also define a reference (type ref to data) to export a reference to the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try to pose your question more specific.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 May 2007 10:32:59 GMT</pubDate>
    <dc:creator>Clemenss</dc:creator>
    <dc:date>2007-05-03T10:32:59Z</dc:date>
    <item>
      <title>class methods</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/class-methods/m-p/2223114#M477473</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;i have written a global class in that i have written select queries.i am trying to assign the data that i got from method to a local internal table in the program,how&lt;/P&gt;&lt;P&gt;should i assign it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 May 2007 09:40:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/class-methods/m-p/2223114#M477473</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-03T09:40:59Z</dc:date>
    </item>
    <item>
      <title>Re: class methods</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/class-methods/m-p/2223115#M477474</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well your Methods inheriting your select statements have an interface.&lt;/P&gt;&lt;P&gt;Make sure your selected data is beeing putted out through a parameter.&lt;/P&gt;&lt;P&gt;well then call your method depending on if it is a class method or an instance method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: lt_vbak type table of vbak.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call method YourClass=&amp;gt;yourMethod&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;yourParameters&lt;/P&gt;&lt;P&gt;IMPORTING&lt;/P&gt;&lt;P&gt;TheData&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call method YourClass=&amp;gt;yourMethod&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;yourParameters&lt;/P&gt;&lt;P&gt;TABLES&lt;/P&gt;&lt;P&gt;TheData&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 May 2007 09:48:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/class-methods/m-p/2223115#M477474</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-03T09:48:35Z</dc:date>
    </item>
    <item>
      <title>Re: class methods</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/class-methods/m-p/2223116#M477475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have created a final internal table,the fields of this table scattered into multiple internal tables.i have to assign these internal table values to final internal table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 May 2007 09:58:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/class-methods/m-p/2223116#M477475</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-03T09:58:46Z</dc:date>
    </item>
    <item>
      <title>Re: class methods</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/class-methods/m-p/2223117#M477476</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi sai,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please tell us what the method for selecting data looks like. One possible way is to define the local table as export parameter of the method. Another way is to define the internal table as public attribute of the class. You could also define a reference (type ref to data) to export a reference to the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try to pose your question more specific.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 May 2007 10:32:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/class-methods/m-p/2223117#M477476</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2007-05-03T10:32:59Z</dc:date>
    </item>
  </channel>
</rss>

