<?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: How to export an table using a method in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-export-an-table-using-a-method/m-p/5251836#M1213323</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thats exact my problem. I did not really know how to define my export parameter as table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In a ABAP program I can say:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it_tab type table of structure but in the method I only can say: like, type or type ref to.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My export paramter is defined as type of a structure.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Feb 2009 13:45:04 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-02-17T13:45:04Z</dc:date>
    <item>
      <title>How to export an table using a method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-export-an-table-using-a-method/m-p/5251834#M1213321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am new in ABAP OO and I have a little problem. I want to export a table by calling a method. For this I have declared an export paramater as type of the structure I want to give back.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PE_TAB_RESULT	Exporting	Type	/IXULT/HV_MM_STRU&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i now want to append a new line to my table I always get the error "occurs n" in my method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please can someone help me with that problem? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetings, Alexander&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Feb 2009 12:41:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-export-an-table-using-a-method/m-p/5251834#M1213321</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-17T12:41:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to export an table using a method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-export-an-table-using-a-method/m-p/5251835#M1213322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is your export parameter defined as a TABLE type, or just a strcuture?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't recognize the error message you are getting - can you double check you've got it right.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Feb 2009 13:32:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-export-an-table-using-a-method/m-p/5251835#M1213322</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2009-02-17T13:32:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to export an table using a method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-export-an-table-using-a-method/m-p/5251836#M1213323</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thats exact my problem. I did not really know how to define my export parameter as table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In a ABAP program I can say:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it_tab type table of structure but in the method I only can say: like, type or type ref to.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My export paramter is defined as type of a structure.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Feb 2009 13:45:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-export-an-table-using-a-method/m-p/5251836#M1213323</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-17T13:45:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to export an table using a method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-export-an-table-using-a-method/m-p/5251837#M1213324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;is there also a table type of the structure you are using? If so, use that as your TYPE otherwise create a table type yourself with line type the structure that you want.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Feb 2009 13:56:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-export-an-table-using-a-method/m-p/5251837#M1213324</guid>
      <dc:creator>Sm1tje</dc:creator>
      <dc:date>2009-02-17T13:56:57Z</dc:date>
    </item>
  </channel>
</rss>

